summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/confpars.c
AgeCommit message (Expand)Author
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