summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/conflex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add 'echo-client-id' statment, so that RFC 6842 behaviour can bekrw2017-04-241-1/+2
* Add missing function prototypes. Mark kw_cmp() as static like allkrw2017-04-121-2/+3
* Adjust some long lines.krw2017-02-131-45/+46
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-1/+13
* Tweak parsing so that hostnames starting with 0-9 are accepted.krw2015-05-181-41/+23
* Hoist common assignments out of a series of if/if-else statementskrw2015-05-021-9/+3
* Correct switch between current and previous line buffers whenkrw2015-05-021-3/+3
* Stop pretending we still support FDDI or token ring hardware types.krw2013-12-051-3/+1
* Fix "\" escape handling in read_string().krw2013-06-041-22/+17
* Echo back the Relay Agent Information option if present (RFC 3046).reyk2009-09-011-1/+2
* remove one-lease-per-client parameter which was never implemented (itstevesk2006-12-171-2/+1
* list must be sortedderaadt2006-04-201-2/+2
* cleanup keyword lookup for the lexer, and remove keywords not valid inderaadt2006-04-181-215/+69
* Missing 'break;' found by lint. 'blass' is not the same as 'class'!krw2005-11-251-1/+2
* Fix buffer overflows in dhcpd and dhclient. Closes PR#4306.krw2005-07-261-2/+2
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-3/+2
* more crap bites the dusthenning2004-04-141-307/+297
* time_t and kill a few dumb defineshenning2004-04-131-2/+2
* may the whacking beginhenning2004-04-131-0/+536