summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/errwarn.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-3/+15
| | | | | | | each *.c file. Inspired by mention of header silliness by Edgar Pettijohn and mmcc@ on tech@.
* Add synchronisation support for dhcpd - this allows for two dhcpd'sbeck2008-05-071-10/+11
| | | | | | | | with the same configuration to be run on the same net and they will keep their lease files/state in synch, and therefore allowing you to run redundant dhcpd's. Synchronization code stolen from spamd, uses an hmac key in /var/db/dhcpd.key if it exists. ok krw@ deraadt@
* pull in spaces array overflow fixes from dhclienthenning2007-03-021-9/+13
| | | | the code here is slightly different, but also has the overfow in both cases
* snprintf() return value handling. ok cloder@ henning@moritz2005-04-181-1/+3
|
* use STDERR_FILENO; ok cloderderaadt2005-04-111-10/+10
|
* use writev() here too; henning okderaadt2005-04-111-7/+18
|
* when -d is used, log to stderr, not via syslog(3); fixed pr/4171.fgsch2005-04-111-31/+18
| | | | ok henning@
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-2/+2
|
* may the whacking beginhenning2004-04-131-0/+234