Commits
- Commit:
6b5c4000434cc5dc67e202d8aede2f543b5b2bf3- From:
- rsadowski <rsadowski@openbsd.org>
- Date:
Standardize logging with bgpd
OK claudio@
- Commit:
04447a3865e9c5175a9957eead6b37db2136ed42- From:
- jsg <jsg@openbsd.org>
- Date:
remove unneeded semicolons; checked by millert@
- Commit:
a6b1057a5c6c5043550ea3c7b5ea93442467cd90- From:
- claudio <claudio@openbsd.org>
- Date:
Convert string2binary() to use new ibuf api instead of working with an
extra buffer first.
OK tb@
- Commit:
738b3cc9ee5e087ffe860159c9e5c5c0bd4d1d7e- From:
- rob <rob@openbsd.org>
- Date:
Add support for binary protocol health checking. Feedback and guidance from
benno@ and reky@. Man page tweaks from jmc@.
ok benno@
- Commit:
b8764354badc5d5450d0541bcda8ab4d63016afc- From:
- reyk <reyk@openbsd.org>
- Date:
Fix filter rules with "forward to" statement in persistent connections.
OK bentley@ mikeb@
- Commit:
0e5011aaf42a0ec4224718272a51884c3452fdd2- From:
- reyk <reyk@openbsd.org>
- Date:
Move local logging functions from log.c to new file util.c (that is
also shared with relayctl). This allows us to unify common log.c with
other daemons. It also clarifies the Copyright: log.c is by Henning,
relayd's additions were from me. No functional or code changes, but
it will make future updates easier.
