summaryrefslogtreecommitdiff
path: root/sbin/dhclient/parse.c
AgeCommit message (Expand)Author
2016-02-06Eliminate #include inside *.h files and include only needed headers inKenneth R Westerback
2015-05-18Tweak parsing so that hostnames starting with 0-9 are accepted.Kenneth R Westerback
2014-05-05Zap trailing whitespace. Started by pointed comments from andre@.Kenneth R Westerback
2014-01-21Add parsing for options 121 (classless-static-routes) and 249Kenneth R Westerback
2014-01-19We don't have any (and I can't find elsewhere) signed 16 bit orKenneth R Westerback
2014-01-19Redo the parsing of numbers to improve the error messages andKenneth R Westerback
2014-01-19Rename parse_hardware_param() to parse_ethernet() to reflect whatKenneth R Westerback
2014-01-18Make parse_warn() messages consistantly use 'expecting' ratherKenneth R Westerback
2014-01-18Never silently consume the following statement when unexpectedlyKenneth R Westerback
2014-01-13peek_token() a bit more to replace a bunch of manual checks withKenneth R Westerback
2014-01-13Don't eat two tokens when encountering a non-terminal '}'. AvoidsKenneth R Westerback
2014-01-10Yet another annoyingly long line.Kenneth R Westerback
2013-12-06Having stopped pretending we handle anything but ethernet packets,Kenneth R Westerback
2013-12-05Stop pretending we still support FDDI or token ring hardware types.Kenneth R Westerback
2013-11-20cleanups for signed char vs ctypeTheo de Raadt
2013-11-11Shuffle function prototypes and extern declarations around toKenneth R Westerback
2013-05-02Bunch of comment/whitespace cleanup. Eliminate some misleading orKenneth R Westerback
2013-04-27Use same parse_date() and date writing logic as in dhcpd. i.e.Kenneth R Westerback
2013-04-02Don't assume sizeof(time_t)==4Philip Guenther
2012-11-08Remove confusing extra address abstraction 'struct iaddr'. Just useKenneth R Westerback
2011-12-10Tweak parsing. No need to declare, assign and then ignore the tokenKenneth R Westerback
2010-06-26malloc/strlcpy -> strdup. Apparently I forgot to commit this one withKenneth R Westerback
2007-01-08Don't leak strings.Kenneth R Westerback
2006-11-22sync dhclient and dhcpd parse.c areas where we can.Kevin Steves
2006-11-22fix some warning messages and comments in parse_date(); ok henning@Kevin Steves
2006-11-21remove spurious ; after bracket, no binary changeKevin Steves
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
2005-07-17Insist on correct hardware addresses in dhclient.conf andKenneth R Westerback
2005-07-16NULL is not a time_t. From brooks at freebsd.Kenneth R Westerback
2004-05-05knfTheo de Raadt
2004-05-04do not overload libc function names causing linker troublesMichael Shalayeff
2004-05-04knfTheo de Raadt
2004-05-04remove things not used, spotted by lint mostly; ok henningTheo de Raadt
2004-02-24cut more crap - no binary changeHenning Brauer
2004-02-23remove time_t related crud; henning okTheo de Raadt
2004-02-07KNFHenning Brauer
2004-02-07more KNF From: Emil Mikulic <emikulic@dmr.ath.cx>Henning Brauer
2004-02-06more Knall & Rauch -> ANSI C, KNF and stuff that makes this a bit moreHenning Brauer
2004-02-04$OpenBSD$, teduHenning Brauer
2004-01-18this is where dhclient will start surgeryTheo de Raadt