summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/confpars.c
AgeCommit message (Expand)Author
2019-05-10Fix dhcpd build on gcc architectures.Visa Hankala
2019-05-08Switch domain-search parsing from hand rolled hex string toKenneth R Westerback
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-13Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andKenneth R Westerback
2017-02-13Adjust some long lines.Kenneth R Westerback
2017-02-13Switch from old errwarn.c logging to shiny new log.[ch].Kenneth R Westerback
2016-08-17KNF and clean up many comments.Kenneth R Westerback
2016-08-17Ansify function definitions.Kenneth R Westerback
2016-02-06Eliminate #include inside *.h files and include only needed headers inKenneth R Westerback
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-05-18Tweak parsing so that hostnames starting with 0-9 are accepted.Kenneth R Westerback
2014-07-09Fix classless-{ms-,}static-routes to comply RFC 3442. Number ofYASUOKA Masahiko
2014-01-21Add parsing for options 121 (classless-static-routes) and 249Kenneth R Westerback
2013-10-21Use the provided netmask on the subnet value provided in 'subnet'Kenneth R Westerback
2010-04-02plug memory leaks on error pathszinovik
2010-03-27malloc/strlcpy -> strdup. Use consistent idiom.Kenneth R Westerback
2010-01-02Eliminate all uses of dmalloc() where the returned pointerKenneth R Westerback
2010-01-01Two more calloc() wrapper wrappers, new_shared_network() andKenneth R Westerback
2006-12-17remove one-lease-per-client parameter which was never implemented (itKevin Steves
2006-06-13typo; from sstullJason McIntyre
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
2006-03-13tiny bit of delinting; ok krw@Otto Moerbeek
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-09-15minor KNF, Moritz Jodeit <moritz@jodeit.org>Henning Brauer
2004-09-09Avoid following a NULL pointer if a hostname lookup fails andTodd C. Miller
2004-05-08resolve hostnames at parse time, solves PR3771, ok theoHenning Brauer
2004-05-06spacingTheo de Raadt
2004-04-20$OpenBSD$Henning Brauer
2004-04-18more KNFHenning Brauer
2004-04-18more knfTheo de Raadt
2004-04-18various knf; henning okTheo de Raadt
2004-04-14spacesTheo de Raadt
2004-04-13time_t and kill a few dumb definesHenning Brauer
2004-04-13may the whacking beginHenning Brauer