summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/parse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* malloc/strlcpy -> strdup. Use consistent idiom.krw2010-03-271-9/+7
| | | | ok (as part of larger diff) blambert@ kettenis@ stsp@ zinovik@
* Echo back the Relay Agent Information option if present (RFC 3046).reyk2009-09-011-1/+4
| | | | | | | Also add support for the "ipsec-tunnel" hardware type as described in RFC 3456. ok henning@ krw@ (but needs more testing from others)
* don't leak memory, from dhclient; ok krw@stevesk2007-02-261-2/+4
|
* sync dhclient and dhcpd parse.c areas where we can.stevesk2006-11-221-19/+27
| | | | mainly formatting, whitespace; ok henning@
* fix some warning messages and comments in parse_date(); ok henning@stevesk2006-11-221-5/+5
|
* cleanup keyword lookup for the lexer, and remove keywords not valid inderaadt2006-04-181-42/+42
| | | | either dhclient or dhcpd context; tested by many
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-8/+8
|
* remove things not used, spotted by lint mostly; ok henningderaadt2004-05-041-11/+1
|
* various knf; henning okderaadt2004-04-181-41/+32
|
* knf + ansihshoexer2004-04-151-65/+55
| | | | ok henning@
* the ones from dhclient do, and they're already KNF'd and annsified...henning2004-04-141-296/+296
|
* time_t and kill a few dumb defineshenning2004-04-131-14/+14
|
* may the whacking beginhenning2004-04-131-0/+642