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