Commits
- Commit:
6b5c4000434cc5dc67e202d8aede2f543b5b2bf3- From:
- rsadowski <rsadowski@openbsd.org>
- Date:
Standardize logging with bgpd
OK claudio@
- Commit:
80854f0233cbd6df2ed2ea07a17d910fb988a59d- From:
- rsadowski <rsadowski@openbsd.org>
- Date:
relayd: fix dead store and unindent carp_demote_init
Found by scan-build:
carp.c:64:7: warning: Although the value stored to 'c' is used in the
enclosing expression, the value is never actually read from 'c'
[deadcode.DeadSt ores]
64 | if ((c = carp_group_find(group)) == NULL)
Feedback from Crystal Kolipe and tb@, OK tb@
- Commit:
cefecd955d7e607a716163889fb9e9e69b170edf- From:
- jsg <jsg@openbsd.org>
- Date:
fix fd leaks in error paths
ok reyk@
- Commit:
d93c36af2b8111f07ff7645770d4714a2e5aef96- From:
- reyk <reyk@openbsd.org>
- Date:
Clean up the relayd headers with help of include-what-you-use and some
manual review. Based on common practice, relayd.h now includes the
necessary headers for itself.
OK benno@
- Commit:
2f6ec04dcc8d2ec0050455263b94308f36252825- From:
- deraadt <deraadt@openbsd.org>
- Date:
Adapt to <limits.h> universe.
ok millert
- Commit:
68e92a51956c838676e7f631e31e4c6a55136c05- From:
- guenther <guenther@openbsd.org>
- Date:
Add format attributes to the proper functions and then fix the warnings
that gcc then reports when compiling with -DDEBUG=2
ok reyk@ benno@
- Commit:
666bd316da38eef77379216e92680abfa93b938a- From:
- reyk <reyk@openbsd.org>
- Date:
Update all logging and debug functions to use the __func__ macro
instead of static function names. __func__ is C99 and perfectly fine
to use. It also avoids printing errors; for example if a statement
log_debug("foo:"..) was moved or copied from function foo() to bar()
and the log message was not updated...
- Commit:
e3d503190b3c0c08005d917e50d71e683fc6da55- From:
- claudio <claudio@openbsd.org>
- Date:
Bring in sync with the bgpd version of carp.c. This fixes a memory leak
in an error path.
- Commit:
f6e42d8e1ffc851a7b0b688cbb8f960374c82d49- From:
- claudio <claudio@openbsd.org>
- Date:
carp_demote_ioctl() can handle more then +/-1 steps so there is no need to
loop in the shutdown case. OK henning@
Fix an error message to include the correct function name.
- Commit:
6d0767ae5060ef5776c15fb1b7f05403ccfeba9c- From:
- reyk <reyk@openbsd.org>
- Date:
hoststated gets renamed to relayd. easier to type, and actually says
what the daemon does - it is a relayer that pays attention to the status
of pools of hosts; not a status checkers that happens to do some relaying
- Commit:
e1f9d23174ae91964e6493328526f1c855cfedf1- From:
- reyk <reyk@openbsd.org>
- Date:
sort includes, adjust to style(9)
- Commit:
1193f29c186e598813b63ea264895d930797b3bc- From:
- reyk <reyk@openbsd.org>
- Date:
handle strlcpy return values, make lint happy
- Commit:
3e2ddb069e8187d3e8083d75873dc630bd9d90a0- From:
- reyk <reyk@openbsd.org>
- Date:
spacing
- Commit:
30640247bbe5f130ab9acda2d6555785edf64b71- From:
- reyk <reyk@openbsd.org>
- Date:
Add layer 7 functionality to hoststated used for layer 7
loadbalancing, SSL acceleration, general-purpose TCP relaying, and
transparent proxying.
see hoststated.conf(5) and my upcoming article on undeadly.org for
details.
ok to commit deraadt@ pyr@
