Age | Commit message (Expand) | Author |
---|---|---|
2017-02-13 | Adjust some long lines. | Kenneth R Westerback |
2017-02-13 | Do the strerror() elimination dance with log_warnx() -> log_warn(), | Kenneth R Westerback |
2017-02-13 | Switch from old errwarn.c logging to shiny new log.[ch]. | Kenneth R Westerback |
2016-04-27 | Remove pledge(2)'s that are called before chroot(2) since in the near future | Ricardo Mestre |
2016-04-04 | In udpsockmode codepath dhcpd.c had the promise route for pledge(2) but it was | Ricardo Mestre |
2016-02-08 | sys/param.h -> sys/types.h. No need to drag in nitems() only to | Kenneth R Westerback |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2015-12-14 | pledge. | Kenneth R Westerback |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-07-11 | Add -u option to bind UDP port as a socket to answer DHCPINFORM from | YASUOKA Masahiko |