Age | Commit message (Expand) | Author |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2018-12-07 | "every" is in seconds; from ross l richardson | Jason McIntyre |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-10-31 | ifstated(8) needs to load configfile from within the main loop, but also to | Ricardo Mestre |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-03-06 | Initialize pushback_index like we do (mostly) everywhere else. | rob |
2018-03-06 | Mention that there is no macro expansion inside quotes. | rob |
2018-03-03 | Add missing comma. | rob |
2018-01-20 | Improve the config example. | Marco Pfatschbacher |
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 |