summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/confpars.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing function prototypes. Mark kw_cmp() as static like allkrw2017-04-121-1/+3
* Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andkrw2017-02-131-5/+4
* Adjust some long lines.krw2017-02-131-9/+13
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-20/+21
* KNF and clean up many comments.krw2016-08-171-139/+171
* Ansify function definitions.krw2016-08-171-36/+23
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-1/+13
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-3/+2
* Tweak parsing so that hostnames starting with 0-9 are accepted.krw2015-05-181-25/+32
* Fix classless-{ms-,}static-routes to comply RFC 3442. Number ofyasuoka2014-07-091-6/+7
* Add parsing for options 121 (classless-static-routes) and 249krw2014-01-211-1/+52
* Use the provided netmask on the subnet value provided in 'subnet'krw2013-10-211-1/+4
* plug memory leaks on error pathszinovik2010-04-021-8/+39
* malloc/strlcpy -> strdup. Use consistent idiom.krw2010-03-271-14/+8
* Eliminate all uses of dmalloc() where the returned pointerkrw2010-01-021-3/+2
* Two more calloc() wrapper wrappers, new_shared_network() andkrw2010-01-011-4/+4
* remove one-lease-per-client parameter which was never implemented (itstevesk2006-12-171-10/+1
* typo; from sstulljmc2006-06-131-2/+2
* cleanup keyword lookup for the lexer, and remove keywords not valid inderaadt2006-04-181-102/+102
* tiny bit of delinting; ok krw@otto2006-03-131-18/+2
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-23/+17
* minor KNF, Moritz Jodeit <moritz@jodeit.org>henning2004-09-151-2/+3
* Avoid following a NULL pointer if a hostname lookup fails andmillert2004-09-091-2/+4
* resolve hostnames at parse time, solves PR3771, ok theohenning2004-05-081-2/+7
* spacingderaadt2004-05-061-27/+27
* $OpenBSD$henning2004-04-201-3/+1
* more KNFhenning2004-04-181-56/+64
* more knfderaadt2004-04-181-385/+373
* various knf; henning okderaadt2004-04-181-94/+94
* spacesderaadt2004-04-141-34/+34
* time_t and kill a few dumb defineshenning2004-04-131-4/+4
* may the whacking beginhenning2004-04-131-0/+1372