Age | Commit message (Expand) | Author |
2017-08-30 | Add support for interface departure and arrival. | rob |
2017-08-21 | Remove unnecessary NULL check and fix an incorrect warning. | 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 | Use configtest as one word like other network daemon man pages. | 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-23 | Time comparison variables should be time_t (I did check for signed vs | 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 | delete tokens that have never been used. | Sebastian Benoit |
2017-07-04 | rename fetch_state() to fetch_ifstate(). The word "state" is a bit | Sebastian Benoit |
2017-07-04 | Fix some variable alignment whitespace. | 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 unused variable from header file. | 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 |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-08-27 | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, | Philip Guenther |
2016-07-19 | remove bogus attributes from ifstated, spooted by guenther@ | Sebastian Benoit |
2016-07-18 | add format attributes to log functions | Sebastian Benoit |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-01-29 | Fix err.h uses, reporting errno when available and simplifying error | mmcc |
2015-09-25 | drop useless .Xo and .Bk, and shorten by avoiding some .Sm | Ingo Schwarze |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Add gcc format attributes to more warn/error functions in parse.y files. | Doug Hogan |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-05-30 | setsockopt to see messages for interfaces in all routing domains again | Henning Brauer |
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
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-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-20 | do not use gcc -W options which you do not understand | Theo de Raadt |
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 |