index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dhcpd
/
confpars.c
Age
Commit message (
Expand
)
Author
2019-05-10
Fix dhcpd build on gcc architectures.
Visa Hankala
2019-05-08
Switch domain-search parsing from hand rolled hex string to
Kenneth R Westerback
2017-04-24
Add 'echo-client-id' statment, so that RFC 6842 behaviour can be
Kenneth R Westerback
2017-04-12
Add missing function prototypes. Mark kw_cmp() as static like all
Kenneth R Westerback
2017-02-13
Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and
Kenneth R Westerback
2017-02-13
Adjust some long lines.
Kenneth R Westerback
2017-02-13
Switch from old errwarn.c logging to shiny new log.[ch].
Kenneth R Westerback
2016-08-17
KNF and clean up many comments.
Kenneth R Westerback
2016-08-17
Ansify function definitions.
Kenneth R Westerback
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-05-18
Tweak parsing so that hostnames starting with 0-9 are accepted.
Kenneth R Westerback
2014-07-09
Fix classless-{ms-,}static-routes to comply RFC 3442. Number of
YASUOKA Masahiko
2014-01-21
Add parsing for options 121 (classless-static-routes) and 249
Kenneth R Westerback
2013-10-21
Use the provided netmask on the subnet value provided in 'subnet'
Kenneth R Westerback
2010-04-02
plug memory leaks on error paths
zinovik
2010-03-27
malloc/strlcpy -> strdup. Use consistent idiom.
Kenneth R Westerback
2010-01-02
Eliminate all uses of dmalloc() where the returned pointer
Kenneth R Westerback
2010-01-01
Two more calloc() wrapper wrappers, new_shared_network() and
Kenneth R Westerback
2006-12-17
remove one-lease-per-client parameter which was never implemented (it
Kevin Steves
2006-06-13
typo; from sstull
Jason McIntyre
2006-04-18
cleanup keyword lookup for the lexer, and remove keywords not valid in
Theo de Raadt
2006-03-13
tiny bit of delinting; ok krw@
Otto Moerbeek
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-09-15
minor KNF, Moritz Jodeit <moritz@jodeit.org>
Henning Brauer
2004-09-09
Avoid following a NULL pointer if a hostname lookup fails and
Todd C. Miller
2004-05-08
resolve hostnames at parse time, solves PR3771, ok theo
Henning Brauer
2004-05-06
spacing
Theo de Raadt
2004-04-20
$OpenBSD$
Henning Brauer
2004-04-18
more KNF
Henning Brauer
2004-04-18
more knf
Theo de Raadt
2004-04-18
various knf; henning ok
Theo de Raadt
2004-04-14
spaces
Theo de Raadt
2004-04-13
time_t and kill a few dumb defines
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer