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
/
sbin
/
dhclient
/
parse.c
Age
Commit message (
Expand
)
Author
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
2014-05-05
Zap trailing whitespace. Started by pointed comments from andre@.
Kenneth R Westerback
2014-01-21
Add parsing for options 121 (classless-static-routes) and 249
Kenneth R Westerback
2014-01-19
We don't have any (and I can't find elsewhere) signed 16 bit or
Kenneth R Westerback
2014-01-19
Redo the parsing of numbers to improve the error messages and
Kenneth R Westerback
2014-01-19
Rename parse_hardware_param() to parse_ethernet() to reflect what
Kenneth R Westerback
2014-01-18
Make parse_warn() messages consistantly use 'expecting' rather
Kenneth R Westerback
2014-01-18
Never silently consume the following statement when unexpectedly
Kenneth R Westerback
2014-01-13
peek_token() a bit more to replace a bunch of manual checks with
Kenneth R Westerback
2014-01-13
Don't eat two tokens when encountering a non-terminal '}'. Avoids
Kenneth R Westerback
2014-01-10
Yet another annoyingly long line.
Kenneth R Westerback
2013-12-06
Having stopped pretending we handle anything but ethernet packets,
Kenneth R Westerback
2013-12-05
Stop pretending we still support FDDI or token ring hardware types.
Kenneth R Westerback
2013-11-20
cleanups for signed char vs ctype
Theo de Raadt
2013-11-11
Shuffle function prototypes and extern declarations around to
Kenneth R Westerback
2013-05-02
Bunch of comment/whitespace cleanup. Eliminate some misleading or
Kenneth R Westerback
2013-04-27
Use same parse_date() and date writing logic as in dhcpd. i.e.
Kenneth R Westerback
2013-04-02
Don't assume sizeof(time_t)==4
Philip Guenther
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2011-12-10
Tweak parsing. No need to declare, assign and then ignore the token
Kenneth R Westerback
2010-06-26
malloc/strlcpy -> strdup. Apparently I forgot to commit this one with
Kenneth R Westerback
2007-01-08
Don't leak strings.
Kenneth R Westerback
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-11-21
remove spurious ; after bracket, no binary change
Kevin Steves
2006-04-18
cleanup keyword lookup for the lexer, and remove keywords not valid in
Theo de Raadt
2005-07-17
Insist on correct hardware addresses in dhclient.conf and
Kenneth R Westerback
2005-07-16
NULL is not a time_t. From brooks at freebsd.
Kenneth R Westerback
2004-05-05
knf
Theo de Raadt
2004-05-04
do not overload libc function names causing linker troubles
Michael Shalayeff
2004-05-04
knf
Theo de Raadt
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-02-24
cut more crap - no binary change
Henning Brauer
2004-02-23
remove time_t related crud; henning ok
Theo de Raadt
2004-02-07
KNF
Henning Brauer
2004-02-07
more KNF From: Emil Mikulic <emikulic@dmr.ath.cx>
Henning Brauer
2004-02-06
more Knall & Rauch -> ANSI C, KNF and stuff that makes this a bit more
Henning Brauer
2004-02-04
$OpenBSD$, tedu
Henning Brauer
2004-01-18
this is where dhclient will start surgery
Theo de Raadt