summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/pfutils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andkrw2017-02-131-7/+7
* Do the strerror() elimination dance with log_warnx() -> log_warn(),krw2017-02-131-5/+5
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-11/+12
* Replace bzero(3) with memset(3)mestre2016-11-151-7/+7
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-5/+4
* The pf table process should die if the pipe to the dhcpd process iskrw2015-02-051-1/+4
* Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt2015-01-211-2/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Scattering a few bcopy()'s around source using mostly memcpy() is justkrw2013-10-181-6/+6
* remove double word in comment;jmc2007-12-231-2/+2
* Allow the various pf table actions to operate independently. For example,ckuethe2007-10-061-16/+6
* use the correct fd for poll. we're waiting on the pipe, not pftedu2007-05-151-2/+2
* indentderaadt2006-10-201-18/+18
* This diff allows dhcpd to put active leases into a pf table. Dhcpd will thenckuethe2006-06-141-11/+45
* Move the transmission of privsep messages into its own function. Whereverckuethe2006-06-141-1/+40
* Avoid changing pf tables when table name is NULLckuethe2006-06-141-1/+4
* Missing $OpenBSD$ tag. Spotted by Masao Uebayashi.ckuethe2006-05-311-0/+1
* This diff makes dhcpd able to manipulate pf tables on certain lease events.ckuethe2006-05-311-0/+182