Age | Commit message (Expand) | Author |
2024-06-27 | Remove outdated references to dhclient, it's finally going away. | Florian Obser |
2022-01-16 | dhcpd: fix -Wunused-but-set-variable warning | Christian Weisgerber |
2020-04-16 | Support looking up ethernet addresses in /etc/ethers at dhcpd startup time. | Darren Tucker |
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 |
2017-02-11 | Move parse_warning() into parse.c to prepare to replace errwarn.c | Kenneth R Westerback |
2016-08-27 | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, | Philip Guenther |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2015-12-11 | Actually use default-lease-time, max-lease-time, bootp-lease-length | Kenneth R Westerback |
2015-05-18 | Tweak parsing so that hostnames starting with 0-9 are accepted. | Kenneth R Westerback |
2013-12-18 | Two 'break;'s in a row seems excessive. | Kenneth R Westerback |
2013-12-05 | Stop pretending we still support FDDI or token ring hardware types. | Kenneth R Westerback |
2013-11-22 | unsigned char cast for some ctype calls | Theo de Raadt |
2013-04-17 | Replace hand-rolled date printing/parsing code with strftime()/strptime(). | Kenneth R Westerback |
2010-03-27 | malloc/strlcpy -> strdup. Use consistent idiom. | Kenneth R Westerback |
2009-09-01 | Echo back the Relay Agent Information option if present (RFC 3046). | Reyk Floeter |
2007-02-26 | don't leak memory, from dhclient; ok krw@ | Kevin Steves |
2006-11-22 | sync dhclient and dhcpd parse.c areas where we can. | Kevin Steves |
2006-11-22 | fix some warning messages and comments in parse_date(); ok henning@ | Kevin Steves |
2006-04-18 | cleanup keyword lookup for the lexer, and remove keywords not valid in | Theo de Raadt |
2004-09-16 | avoid aliasing with libc functions; ok henning | Theo de Raadt |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt |
2004-04-18 | various knf; henning ok | Theo de Raadt |
2004-04-15 | knf + ansi | Hans-Joerg Hoexer |
2004-04-14 | the ones from dhclient do, and they're already KNF'd and annsified... | Henning Brauer |
2004-04-13 | time_t and kill a few dumb defines | Henning Brauer |
2004-04-13 | may the whacking begin | Henning Brauer |