Age | Commit message (Expand) | Author |
2019-08-08 | One missing piece when I added pledge(2) to dhcpd(8) was in the code path when | Ricardo Mestre |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-12-07 | I noticed the "pf table handler" process not going away on dhcpd restart, | Henning Brauer |
2017-02-13 | Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and | 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-11-15 | Replace bzero(3) with memset(3) | Ricardo Mestre |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2015-02-05 | The pf table process should die if the pipe to the dhcpd process is | Kenneth R Westerback |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-10-18 | Scattering a few bcopy()'s around source using mostly memcpy() is just | Kenneth R Westerback |
2007-12-23 | remove double word in comment; | Jason McIntyre |
2007-10-06 | Allow the various pf table actions to operate independently. For example, | Chris Kuethe |
2007-05-15 | use the correct fd for poll. we're waiting on the pipe, not pf | Ted Unangst |
2006-10-20 | indent | Theo de Raadt |
2006-06-14 | This diff allows dhcpd to put active leases into a pf table. Dhcpd will then | Chris Kuethe |
2006-06-14 | Move the transmission of privsep messages into its own function. Wherever | Chris Kuethe |
2006-06-14 | Avoid changing pf tables when table name is NULL | Chris Kuethe |
2006-05-31 | Missing $OpenBSD$ tag. Spotted by Masao Uebayashi. | Chris Kuethe |
2006-05-31 | This diff makes dhcpd able to manipulate pf tables on certain lease events. | Chris Kuethe |