| Commit message (Expand) | Author | Age | Files | Lines |
* | Support looking up ethernet addresses in /etc/ethers at dhcpd startup time. |  dtucker | 2020-04-16 | 1 | -5/+21 |
* | Bring parse_warn() into the log.[ch] 21st century and adopt the "^" |  krw | 2017-02-16 | 1 | -28/+13 |
* | Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and |  krw | 2017-02-13 | 1 | -39/+1 |
* | Adjust some long lines. |  krw | 2017-02-13 | 1 | -2/+3 |
* | Switch from old errwarn.c logging to shiny new log.[ch]. |  krw | 2017-02-13 | 1 | -20/+60 |
* | Move parse_warning() into parse.c to prepare to replace errwarn.c |  krw | 2017-02-11 | 1 | -1/+53 |
* | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, |  guenther | 2016-08-27 | 1 | -1/+2 |
* | Eliminate #include inside *.h files and include only needed headers in |  krw | 2016-02-06 | 1 | -2/+15 |
* | Actually use default-lease-time, max-lease-time, bootp-lease-length |  krw | 2015-12-11 | 1 | -1/+3 |
* | Tweak parsing so that hostnames starting with 0-9 are accepted. |  krw | 2015-05-18 | 1 | -10/+11 |
* | Two 'break;'s in a row seems excessive. |  krw | 2013-12-18 | 1 | -2/+1 |
* | Stop pretending we still support FDDI or token ring hardware types. |  krw | 2013-12-05 | 1 | -6/+1 |
* | unsigned char cast for some ctype calls |  deraadt | 2013-11-22 | 1 | -2/+3 |
* | Replace hand-rolled date printing/parsing code with strftime()/strptime(). |  krw | 2013-04-17 | 1 | -140/+47 |
* | malloc/strlcpy -> strdup. Use consistent idiom. |  krw | 2010-03-27 | 1 | -9/+7 |
* | Echo back the Relay Agent Information option if present (RFC 3046). |  reyk | 2009-09-01 | 1 | -1/+4 |
* | don't leak memory, from dhclient; ok krw@ |  stevesk | 2007-02-26 | 1 | -2/+4 |
* | sync dhclient and dhcpd parse.c areas where we can. |  stevesk | 2006-11-22 | 1 | -19/+27 |
* | fix some warning messages and comments in parse_date(); ok henning@ |  stevesk | 2006-11-22 | 1 | -5/+5 |
* | cleanup keyword lookup for the lexer, and remove keywords not valid in |  deraadt | 2006-04-18 | 1 | -42/+42 |
* | avoid aliasing with libc functions; ok henning |  deraadt | 2004-09-16 | 1 | -8/+8 |
* | remove things not used, spotted by lint mostly; ok henning |  deraadt | 2004-05-04 | 1 | -11/+1 |
* | various knf; henning ok |  deraadt | 2004-04-18 | 1 | -41/+32 |
* | knf + ansi |  hshoexer | 2004-04-15 | 1 | -65/+55 |
* | the ones from dhclient do, and they're already KNF'd and annsified... |  henning | 2004-04-14 | 1 | -296/+296 |
* | time_t and kill a few dumb defines |  henning | 2004-04-13 | 1 | -14/+14 |
* | may the whacking begin |  henning | 2004-04-13 | 1 | -0/+642 |