Age | Commit message (Expand) | Author |
2013-01-02 | Delete misleading comment and a pointless check of !ifi. Since ifi | Kenneth R Westerback |
2012-12-04 | Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing | Kenneth R Westerback |
2012-11-27 | Clean up parsing of option lists. Part 7 (and final). | Kenneth R Westerback |
2012-11-27 | Clean up parsing of option lists. Part 6. | Kenneth R Westerback |
2012-11-27 | Clean up parsing of option lists. Part 5. | Kenneth R Westerback |
2012-11-25 | Clean up parsing of option lists. Part 3. | Kenneth R Westerback |
2012-11-25 | Clean up parsing of option lists. Part 2. | Kenneth R Westerback |
2012-11-25 | Clean up parsing of option lists. Part 1. | Kenneth R Westerback |
2012-11-08 | Remove confusing extra address abstraction 'struct iaddr'. Just use | Kenneth R Westerback |
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth R Westerback |
2012-10-27 | Change dhclient.conf directive 'ignore' to take a list of option names | Kenneth R Westerback |
2012-08-26 | Junk global cur_time, and use time(NULL) or local variables where | Kenneth R Westerback |
2012-08-22 | add ignore keyword to conf file, allowing one to ignore unwanted info | Ted Unangst |
2011-12-10 | Tweak parsing. No need to declare, assign and then ignore the token | Kenneth R Westerback |
2011-04-04 | Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT, | Kenneth R Westerback |
2009-07-19 | use addr_eq() where we can; ok krw@ | Kevin Steves |
2009-05-27 | add missing else; from ISC. | Kevin Steves |
2007-02-14 | spacing and a typo that fell out of the read | Theo de Raadt |
2006-12-27 | Since we only have the single global struct interface_info, we | Kenneth R Westerback |
2006-12-26 | Our dhclient only handles one interface. Simplify code by using the | Kenneth R Westerback |
2006-12-16 | make /sbin/dhclient-script consistent with other paths; ok henning@ | Kevin Steves |
2006-12-15 | KNF | Kevin Steves |
2006-05-08 | add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org | Theo de Raadt |
2006-04-20 | adjust comments as to what keywords are legal; from fkr | Theo de Raadt |
2006-04-18 | cleanup keyword lookup for the lexer, and remove keywords not valid in | Theo de Raadt |
2005-08-02 | Rip out code dealing with multiple/nested interfaces. Each instance of | Kenneth R Westerback |
2005-07-16 | Rejig struct string_list to use char array rather than char pointer, and | Kenneth R Westerback |
2005-07-16 | Eliminate unnecessary 'code' field from struct option. Make | Kenneth R Westerback |
2005-07-15 | Fix handling of comma separated option value lists, broken in r1.20. | Kenneth R Westerback |
2005-07-11 | spacing | Theo de Raadt |
2005-07-11 | Expunge unused hashing code and variables. | Kenneth R Westerback |
2005-07-11 | Dispense with the overhead of creating a hash just to lookup the | Kenneth R Westerback |
2005-07-09 | Since we never add more than the default dhcp_universe, expunge the | Kenneth R Westerback |
2004-09-15 | no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org> | Henning Brauer |
2004-08-24 | revert r1.16, dhclient has to work without a config file at least on the | Henning Brauer |
2004-07-04 | properly bitch when we cannot open the config file, basically resembling | Henning Brauer |
2004-05-13 | don't leave this file open, ok henning@ | Peter Stromberg |
2004-05-04 | do not overload libc function names causing linker troubles | Michael Shalayeff |
2004-05-04 | more shrink and lint fixes; henning ok | Theo de Raadt |
2004-03-02 | more pruning; henning ok | Theo de Raadt |
2004-03-02 | zap interface flags | Henning Brauer |
2004-03-02 | we deal with one interface at a time, so remove the interface list gunk. | Henning Brauer |
2004-03-02 | remove dummy_interfaces and fallback_interface gunk | Henning Brauer |
2004-02-24 | cut unreachable code | Henning Brauer |
2004-02-07 | it's a little sad that this beast has only one asprintf, and that one | Henning Brauer |
2004-02-07 | more style fixes from Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer |
2004-02-04 | $OpenBSD$, tedu | Henning Brauer |
2004-02-04 | more KNF | Henning Brauer |
2004-02-04 | asprintf | Henning Brauer |
2004-02-04 | 8579 lines of KNF, ANSO and zap-junk diff without the resulting binary | Henning Brauer |