summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ifstated (follow)
Commit message (Expand)AuthorAgeFilesLines
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-4/+4
* "every" is in seconds; from ross l richardsonjmc2018-12-071-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* ifstated(8) needs to load configfile from within the main loop, but also tomestre2018-10-311-2/+7
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-8/+3
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-10/+10
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-4/+4
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-2/+2
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Initialize pushback_index like we do (mostly) everywhere else.rob2018-03-061-2/+2
* Mention that there is no macro expansion inside quotes.rob2018-03-061-2/+4
* Add missing comma.rob2018-03-031-3/+3
* Improve the config example.mpf2018-01-201-10/+11
* Add support for interface departure and arrival.rob2017-08-301-4/+34
* Remove unnecessary NULL check and fix an incorrect warning.rob2017-08-211-4/+2
* Stop tracking interface indexes. Suggested by deraadt.rob2017-08-203-22/+30
* Remove some dead logging code that was never used.rob2017-08-142-7/+2
* Use configtest as one word like other network daemon man pages.rob2017-08-081-3/+3
* Consistent use of log.c, and removal of err.h include. Makes ifstatedrob2017-08-081-6/+5
* Improve error checking during processing of routing messages. Handling ofrob2017-08-061-14/+25
* Use pledge(2)jca2017-07-241-1/+4
* Don't bother initializing global variables to 0, since they will be in BSS.deraadt2017-07-232-7/+7
* use ssize_t; ok jcaderaadt2017-07-231-2/+2
* Time comparison variables should be time_t (I did check for signed vsderaadt2017-07-231-3/+3
* No need for sys/ioctl.h any morejca2017-07-221-2/+1
* Add a newlinejca2017-07-211-1/+2
* No need for ioctl(SIOCGIFDATA), getifaddrs(3) gives us the link statejca2017-07-211-19/+6
* delete tokens that have never been used.benno2017-07-041-4/+2
* rename fetch_state() to fetch_ifstate(). The word "state" is a bitbenno2017-07-041-4/+4
* Fix some variable alignment whitespace.benno2017-07-041-4/+4
* Remove obvious clear_config() comments and misleading state_change() comments.benno2017-07-031-10/+7
* Second diff to rename additional "always" variable in struct ifsd_config.benno2017-07-023-21/+21
* Remove unused variable from header file.benno2017-07-021-2/+1
* Remove variable assignment in declaration and add whitespace to improvebenno2017-07-021-2/+4
* Rename one of the "always" variables to "body" for improved readability.benno2017-07-023-18/+18
* whitespace fixes, from Rob Pierce and mebenno2017-06-282-11/+8
* usage() gets __dead attribute, from Rob Piercebenno2017-06-281-23/+23
* Hoist some privileged code in preparation for future work.benno2017-06-271-19/+20
* update log.c in ifstated to the same used in bgpd etc.benno2017-06-185-58/+134
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* work on making log.c similar in all daemons:benno2016-09-021-16/+14
* Pull in <time.h> for one or more of gmtime, strftime, strptime, time,guenther2016-08-271-1/+2
* remove bogus attributes from ifstated, spooted by guenther@benno2016-07-191-5/+3