#
b034567a |
| 05-Aug-2016 |
jca <jca@openbsd.org> |
Rework logging.
Use log.c like in many other daemons, with small additions to maintain a log queue (useful to dump a single log line with several logging statements). Use log.c to dump the internal
Rework logging.
Use log.c like in many other daemons, with small additions to maintain a log queue (useful to dump a single log line with several logging statements). Use log.c to dump the internal state, and remove the -R option (a similar feature will be implemented differently soon).
The end goal is to avoid touching the filesystem and use much tighter pledge(2) restrictions.
Tested by Freddy Dissaux.
show more ...
|
#
43add118 |
| 25-Oct-2015 |
jca <jca@openbsd.org> |
Another pidfile(3) removal; ok benno@
|
#
500a1a57 |
| 19-Dec-2006 |
itojun <itojun@openbsd.org> |
no need for -D
|
#
f3dfaa6e |
| 26-Oct-2002 |
itojun <itojun@openbsd.org> |
use poll(2). sync w/kame originally from netbsd
|
#
b7827e9b |
| 01-Dec-2001 |
miod <miod@openbsd.org> |
Use pidfile() instead of doing the equivalent thing by hand, and sometimes forgetting to unlink the pid file at exit. ok millert@ deraadt@
|
#
5b29710e |
| 07-Feb-2001 |
itojun <itojun@openbsd.org> |
bring in latest kame code. - correct RTA_NETMASK processing - correct -A filter behavior (do not advert aggregated route to other if) - better signal handling - mandate getifaddrs - do not advert con
bring in latest kame code. - correct RTA_NETMASK processing - correct -A filter behavior (do not advert aggregated route to other if) - better signal handling - mandate getifaddrs - do not advert connected routes on !IFF_UP routes. experimental sync with kame
show more ...
|
#
3f71b0e8 |
| 15-Jul-2000 |
itojun <itojun@openbsd.org> |
sync with latest kame. - correct possible realloc memory leak. - remove obsolete non-advanced api support (!ADVAPI) - do not overwrite routing entry, when -A is specified (exit with error).
|
#
0bd938e7 |
| 25-Feb-2000 |
itojun <itojun@openbsd.org> |
use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue.
|
#
912b3f33 |
| 11-Dec-1999 |
itojun <itojun@openbsd.org> |
add and enable route6d. fix bogus enties in distrib/sets/lists.
XXX route6d is not really tested on kame/openbsd. there can be some trouble with kernel advanced API part.
|