summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/conflex.c
AgeCommit message (Expand)Author
2017-04-24Add 'echo-client-id' statment, so that RFC 6842 behaviour can beKenneth R Westerback
2017-04-12Add missing function prototypes. Mark kw_cmp() as static like allKenneth R Westerback
2017-02-13Adjust some long lines.Kenneth R Westerback
2016-02-06Eliminate #include inside *.h files and include only needed headers inKenneth R Westerback
2015-05-18Tweak parsing so that hostnames starting with 0-9 are accepted.Kenneth R Westerback
2015-05-02Hoist common assignments out of a series of if/if-else statementsKenneth R Westerback
2015-05-02Correct switch between current and previous line buffers whenKenneth R Westerback
2013-12-05Stop pretending we still support FDDI or token ring hardware types.Kenneth R Westerback
2013-06-04Fix "\" escape handling in read_string().Kenneth R Westerback
2009-09-01Echo back the Relay Agent Information option if present (RFC 3046).Reyk Floeter
2006-12-17remove one-lease-per-client parameter which was never implemented (itKevin Steves
2006-04-20list must be sortedTheo de Raadt
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
2005-11-25Missing 'break;' found by lint. 'blass' is not the same as 'class'!Kenneth R Westerback
2005-07-26Fix buffer overflows in dhcpd and dhclient. Closes PR#4306.Kenneth R Westerback
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-04-14more crap bites the dustHenning Brauer
2004-04-13time_t and kill a few dumb definesHenning Brauer
2004-04-13may the whacking beginHenning Brauer