| Commit message (Expand) | Author | Age | Files | Lines |
* | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 2020-12-30 | 1 | -2/+3 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -3/+3 |
* | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls |  krw | 2019-01-22 | 1 | -4/+4 |
* | ifstated(8) needs to load configfile from within the main loop, but also to |  mestre | 2018-10-31 | 1 | -2/+7 |
* | Add support for interface departure and arrival. |  rob | 2017-08-30 | 1 | -4/+34 |
* | Stop tracking interface indexes. Suggested by deraadt. |  rob | 2017-08-20 | 1 | -11/+16 |
* | Remove some dead logging code that was never used. |  rob | 2017-08-14 | 1 | -4/+1 |
* | Consistent use of log.c, and removal of err.h include. Makes ifstated |  rob | 2017-08-08 | 1 | -6/+5 |
* | Improve error checking during processing of routing messages. Handling of |  rob | 2017-08-06 | 1 | -14/+25 |
* | Use pledge(2) |  jca | 2017-07-24 | 1 | -1/+4 |
* | Don't bother initializing global variables to 0, since they will be in BSS. |  deraadt | 2017-07-23 | 1 | -4/+4 |
* | use ssize_t; ok jca |  deraadt | 2017-07-23 | 1 | -2/+2 |
* | No need for sys/ioctl.h any more |  jca | 2017-07-22 | 1 | -2/+1 |
* | Add a newline |  jca | 2017-07-21 | 1 | -1/+2 |
* | No need for ioctl(SIOCGIFDATA), getifaddrs(3) gives us the link state |  jca | 2017-07-21 | 1 | -19/+6 |
* | rename fetch_state() to fetch_ifstate(). The word "state" is a bit |  benno | 2017-07-04 | 1 | -4/+4 |
* | Remove obvious clear_config() comments and misleading state_change() comments. |  benno | 2017-07-03 | 1 | -10/+7 |
* | Second diff to rename additional "always" variable in struct ifsd_config. |  benno | 2017-07-02 | 1 | -11/+11 |
* | Remove variable assignment in declaration and add whitespace to improve |  benno | 2017-07-02 | 1 | -2/+4 |
* | Rename one of the "always" variables to "body" for improved readability. |  benno | 2017-07-02 | 1 | -6/+6 |
* | whitespace fixes, from Rob Pierce and me |  benno | 2017-06-28 | 1 | -8/+7 |
* | usage() gets __dead attribute, from Rob Pierce |  benno | 2017-06-28 | 1 | -23/+23 |
* | Hoist some privileged code in preparation for future work. |  benno | 2017-06-27 | 1 | -19/+20 |
* | update log.c in ifstated to the same used in bgpd etc. |  benno | 2017-06-18 | 1 | -6/+10 |
* | setsockopt to see messages for interfaces in all routing domains again |  henning | 2013-05-30 | 1 | -2/+7 |
* | LINK_STATE_IS_UP() cleanup userland part. There is no need to special |  claudio | 2011-07-04 | 1 | -3/+2 |
* | use appropriate timerclear macro - from Christiano F. Haesbaert |  okan | 2011-03-15 | 1 | -5/+4 |
* | Make ifstated cause a little less noise in /var/log/daemon. |  stsp | 2010-07-07 | 1 | -3/+3 |
* | setproctitle(NULL) is not needed, Michael Lechtermann; ok mpf |  deraadt | 2010-06-07 | 1 | -4/+2 |
* | remove assumption that internal IFSD_LINK* defines are the same as |  stevesk | 2010-02-04 | 1 | -2/+9 |
* | fix the function name in log_warn() text, it was borrowed from some |  sthen | 2009-06-25 | 1 | -2/+2 |
* | Teach ifstated to use ROUTE_FILTER. Requested by claudio@. |  sthen | 2009-06-25 | 1 | -1/+7 |
* | Error out with usage line if additional arguments are given after the |  pyr | 2008-05-12 | 1 | -1/+6 |
* | remove some unneeded #includes; ok mcbride@ |  stevesk | 2007-11-27 | 1 | -5/+1 |
* | sync logging with most other daemons. |  pyr | 2007-10-25 | 1 | -58/+19 |
* | handle the new link states as UP |  reyk | 2006-11-28 | 1 | -2/+4 |
* | Kill useless arguments to libevent *_set() functions. |  mcbride | 2006-03-16 | 1 | -6/+5 |
* | - configuration file can have relative path |  camield | 2006-02-08 | 1 | -5/+5 |
* | Simplify expression code. Patch from markus@. |  mpf | 2006-02-01 | 1 | -23/+8 |
* | Run external tests synchronous at state changes and |  mpf | 2006-02-01 | 1 | -26/+50 |
* | If we reenter a state, it still has the old link state values cached. |  mpf | 2006-02-01 | 1 | -14/+24 |
* | Remove gratuitous fetch_state() calls in state_change(). |  mpf | 2006-01-25 | 1 | -3/+1 |
* | Open the routing socket before load_config() calls fetch_state(). |  mpf | 2006-01-23 | 1 | -4/+4 |
* | Fix two situations where ifstated was leaking zombies. |  mpf | 2005-07-28 | 1 | -1/+5 |
* | Fix protos, and a KNF nit. From Andrey Matveev <andrushock@korovino.net> |  mcbride | 2005-02-07 | 1 | -4/+3 |
* | Use priority instead of facility in vsyslog() |  mpf | 2004-10-05 | 1 | -2/+2 |
* | Start external tests and init commands also in the initial state. |  mpf | 2004-09-21 | 1 | -7/+11 |
* | knf |  deraadt | 2004-06-15 | 1 | -5/+5 |
* | various small fixes; |  jmc | 2004-04-27 | 1 | -2/+2 |
* | call daemon(3) early; from tholo@; ok mcbride@ |  markus | 2004-03-15 | 1 | -5/+4 |