| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Banished to the attic. | 2017-02-13 | 1 | -202/+0 | |
| | | |||||
| * | Move parse_warning() into parse.c to prepare to replace errwarn.c | 2017-02-11 | 1 | -53/+4 | |
| | | | | | | | with standard daemon log.[ch]. ok mpi@ | ||||
| * | Eliminate #include inside *.h files and include only needed headers in | 2016-02-06 | 1 | -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's | 2008-05-07 | 1 | -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 dhclient | 2007-03-02 | 1 | -9/+13 | |
| | | | | | the code here is slightly different, but also has the overfow in both cases | ||||
| * | snprintf() return value handling. ok cloder@ henning@ | 2005-04-18 | 1 | -1/+3 | |
| | | |||||
| * | use STDERR_FILENO; ok cloder | 2005-04-11 | 1 | -10/+10 | |
| | | |||||
| * | use writev() here too; henning ok | 2005-04-11 | 1 | -7/+18 | |
| | | |||||
| * | when -d is used, log to stderr, not via syslog(3); fixed pr/4171. | 2005-04-11 | 1 | -31/+18 | |
| | | | | | ok henning@ | ||||
| * | avoid aliasing with libc functions; ok henning | 2004-09-16 | 1 | -2/+2 | |
| | | |||||
| * | may the whacking begin | 2004-04-13 | 1 | -0/+234 | |
