Age | Commit message (Expand) | Author |
2019-08-06 | Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY. | Kenneth R Westerback |
2017-02-16 | Bring parse_warn() into the log.[ch] 21st century and adopt the "^" | Kenneth R Westerback |
2017-02-13 | Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and | Kenneth R Westerback |
2017-02-13 | Adjust some long lines. | Kenneth R Westerback |
2017-02-13 | Switch from old errwarn.c logging to shiny new log.[ch]. | Kenneth R Westerback |
2016-08-27 | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, | Philip Guenther |
2016-04-27 | Remove pledge(2)'s that are called before chroot(2) since in the near future | Ricardo Mestre |
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-02-10 | Keep track of the last time we scanned the leases to find expired | Kenneth R Westerback |
2015-02-07 | Close appropriate ends of pfpipe. Lets pf table process die when dhcpd | 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 |
2014-05-07 | back out the previous ICMP simplifying diff, it caused livelocks. | Martin Pelikan |
2014-05-05 | Don't call the BOOTP handler indirectly. | Martin Pelikan |
2014-05-05 | Don't call the ICMP handler indirectly + clean up a bit. | Martin Pelikan |
2010-12-15 | We run getopt() twice to know if dhcp-sync is used. To make this work | Claudio Jeker |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-04-19 | If interfaces are specified, get their rdomain and bind dhcpd into the same | Claudio Jeker |
2008-05-29 | appease stupid stupid gcc; ok millert | Theo de Raadt |
2008-05-25 | Don't error out if dhcpd-sync does not exist in /etc/services and no | Todd C. Miller |
2008-05-08 | this should really only be in one file. | Bob Beck |
2008-05-07 | Add synchronisation support for dhcpd - this allows for two dhcpd's | Bob Beck |
2007-12-30 | add missing space between argument names and ellipsis | Igor Sobrado |
2007-07-24 | use 1 vs. -1 for true; ok henning@ krw@ | Kevin Steves |
2007-02-17 | -q flag is unused (old shared code from dhclient); spotted by mark@cyodesigns | Theo de Raadt |
2007-02-17 | no code for -p, so remove from man page and usage(); | Jason McIntyre |
2006-11-22 | small header cleanup: | Kevin Steves |
2006-06-14 | sort options; | Jason McIntyre |
2006-06-14 | This diff allows dhcpd to put active leases into a pf table. Dhcpd will then | Chris Kuethe |
2006-06-01 | Sort options in usage. From jmc. | Chris Kuethe |
2006-05-31 | This diff makes dhcpd able to manipulate pf tables on certain lease events. | Chris Kuethe |
2006-05-11 | If a list of interfaces is supplied via the command line or | Kenneth R Westerback |
2005-05-23 | -endpwent | Henning Brauer |
2005-05-02 | more setres[ug]id; ok deraadt@ | Damien Miller |
2004-10-31 | change the undocumented -t flag to -n used for configuration testing | Can Erkin Acar |
2004-09-16 | avoid aliasing with libc functions; ok henning | Theo de Raadt |
2004-09-09 | Avoid following a NULL pointer if a hostname lookup fails and | Todd C. Miller |
2004-05-12 | like always I missed tzset(); Ben Lovett <ben@tilderoot.com> | Henning Brauer |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt |
2004-04-21 | filter writes and lock bpf descriptor, ok henning@ | Can Erkin Acar |
2004-04-21 | fix the error message in case the _dhcp user does not exist | Henning Brauer |
2004-04-20 | don't allow the port to be changed here either | Henning Brauer |
2004-04-18 | various knf; henning ok | Theo de Raadt |
2004-04-18 | dhcpd may be invoked without any interface given | Henning Brauer |
2004-04-16 | a bunch of knf, ok henning | Theo de Raadt |
2004-04-15 | chroot and drop privileges after startup | Henning Brauer |
2004-04-15 | - trim/update AUTHORS | Jason McIntyre |
2004-04-14 | spaces | Theo de Raadt |
2004-04-14 | KNF, ansi and such | Henning Brauer |