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
/
conflex.c
Age
Commit message (
Expand
)
Author
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
Adjust some long lines.
Kenneth R Westerback
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2015-05-18
Tweak parsing so that hostnames starting with 0-9 are accepted.
Kenneth R Westerback
2015-05-02
Hoist common assignments out of a series of if/if-else statements
Kenneth R Westerback
2015-05-02
Correct switch between current and previous line buffers when
Kenneth R Westerback
2013-12-05
Stop pretending we still support FDDI or token ring hardware types.
Kenneth R Westerback
2013-06-04
Fix "\" escape handling in read_string().
Kenneth R Westerback
2009-09-01
Echo back the Relay Agent Information option if present (RFC 3046).
Reyk Floeter
2006-12-17
remove one-lease-per-client parameter which was never implemented (it
Kevin Steves
2006-04-20
list must be sorted
Theo de Raadt
2006-04-18
cleanup keyword lookup for the lexer, and remove keywords not valid in
Theo de Raadt
2005-11-25
Missing 'break;' found by lint. 'blass' is not the same as 'class'!
Kenneth R Westerback
2005-07-26
Fix buffer overflows in dhcpd and dhclient. Closes PR#4306.
Kenneth R Westerback
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-04-14
more crap bites the dust
Henning Brauer
2004-04-13
time_t and kill a few dumb defines
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer