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
/
parse.c
Age
Commit message (
Expand
)
Author
2013-12-05
Stop pretending we still support FDDI or token ring hardware types.
Kenneth R Westerback
2013-11-22
unsigned char cast for some ctype calls
Theo de Raadt
2013-04-17
Replace hand-rolled date printing/parsing code with strftime()/strptime().
Kenneth R Westerback
2010-03-27
malloc/strlcpy -> strdup. Use consistent idiom.
Kenneth R Westerback
2009-09-01
Echo back the Relay Agent Information option if present (RFC 3046).
Reyk Floeter
2007-02-26
don't leak memory, from dhclient; ok krw@
Kevin Steves
2006-11-22
sync dhclient and dhcpd parse.c areas where we can.
Kevin Steves
2006-11-22
fix some warning messages and comments in parse_date(); ok henning@
Kevin Steves
2006-04-18
cleanup keyword lookup for the lexer, and remove keywords not valid in
Theo de Raadt
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-04-18
various knf; henning ok
Theo de Raadt
2004-04-15
knf + ansi
Hans-Joerg Hoexer
2004-04-14
the ones from dhclient do, and they're already KNF'd and annsified...
Henning Brauer
2004-04-13
time_t and kill a few dumb defines
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer