summaryrefslogtreecommitdiff
path: root/sbin/dhclient/clparse.c
AgeCommit message (Expand)Author
2006-05-08add 'link-timeout n' seconds option to grammer, from fkr@hazardous.orgTheo de Raadt
2006-04-20adjust comments as to what keywords are legal; from fkrTheo de Raadt
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
2005-08-02Rip out code dealing with multiple/nested interfaces. Each instance ofKenneth R Westerback
2005-07-16Rejig struct string_list to use char array rather than char pointer, andKenneth R Westerback
2005-07-16Eliminate unnecessary 'code' field from struct option. MakeKenneth R Westerback
2005-07-15Fix handling of comma separated option value lists, broken in r1.20.Kenneth R Westerback
2005-07-11spacingTheo de Raadt
2005-07-11Expunge unused hashing code and variables.Kenneth R Westerback
2005-07-11Dispense with the overhead of creating a hash just to lookup theKenneth R Westerback
2005-07-09Since we never add more than the default dhcp_universe, expunge theKenneth R Westerback
2004-09-15no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org>Henning Brauer
2004-08-24revert r1.16, dhclient has to work without a config file at least on theHenning Brauer
2004-07-04properly bitch when we cannot open the config file, basically resemblingHenning Brauer
2004-05-13don't leave this file open, ok henning@Peter Stromberg
2004-05-04do not overload libc function names causing linker troublesMichael Shalayeff
2004-05-04more shrink and lint fixes; henning okTheo de Raadt
2004-03-02more pruning; henning okTheo de Raadt
2004-03-02zap interface flagsHenning Brauer
2004-03-02we deal with one interface at a time, so remove the interface list gunk.Henning Brauer
2004-03-02remove dummy_interfaces and fallback_interface gunkHenning Brauer
2004-02-24cut unreachable codeHenning Brauer
2004-02-07it's a little sad that this beast has only one asprintf, and that oneHenning Brauer
2004-02-07more style fixes from Emil Mikulic <emikulic@dmr.ath.cx>Henning Brauer
2004-02-04$OpenBSD$, teduHenning Brauer
2004-02-04more KNFHenning Brauer
2004-02-04asprintfHenning Brauer
2004-02-048579 lines of KNF, ANSO and zap-junk diff without the resulting binaryHenning Brauer
2004-01-18this is where dhclient will start surgeryTheo de Raadt