Age | Commit message (Expand) | Author |
2011-05-11 | Make dhclient more friendly to sequential option processing by | Kenneth R Westerback |
2011-04-04 | Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT, | Kenneth R Westerback |
2010-07-02 | garbage collect an unused function; ok claudio | Theo de Raadt |
2010-06-02 | Have dhclient obey the interface's rdomain, instead of doing routes on | Peter Hessler |
2009-06-06 | Nuke debug() unless DEBUG is defined. Elminates debug output from | Kenneth R Westerback |
2009-03-10 | Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER. | Kenneth R Westerback |
2008-05-26 | If an interface has no link at startup, try to force it up, and then | Theo de Raadt |
2008-05-09 | - don't give up when the link is not available on startup: dhclient | Reyk Floeter |
2007-02-25 | remove unused/dangling prototypes and comment reference; | Kevin Steves |
2007-01-27 | We only poll on the bpf fd and the routing socket fd. No need for | Kenneth R Westerback |
2007-01-25 | Cleanup some more code. Eliminate dhcp(), bootp(), parse_options() by | Kenneth R Westerback |
2007-01-16 | More cleanup. Eliminate 'struct packet' by cleverly passing as | Kenneth R Westerback |
2007-01-11 | Since bootp_packet_handler is always set to do_packet before we | Kenneth R Westerback |
2007-01-04 | Eliminate the 'len' parameter from send_packet() since it always | Kenneth R Westerback |
2007-01-04 | Another round of cleanup. There is only one instance of struct | Kenneth R Westerback |
2007-01-04 | <sys/un.h> not needed | Kevin Steves |
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-22 | delete prototypes for functions that don't exist | Kevin Steves |
2006-12-16 | make /sbin/dhclient-script consistent with other paths; ok henning@ | Kevin Steves |
2006-11-27 | Recognize when we are sending to a unicast destination IP address and | Kevin Steves |
2006-11-27 | remove invalid comment | Kevin Steves |
2006-11-21 | remove unused #defines, no binary change; ok henning@ | Kevin Steves |
2006-11-21 | re-order includes and eliminate duplicates, no binary change; ok henning@ | Kevin Steves |
2006-08-29 | some net if devices do not media negotiate (for link) until brought up. | Theo de Raadt |
2006-05-08 | add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org | Theo de Raadt |
2005-08-05 | remove duplicate privsep prototypes and put all | Moritz Jodeit |
2005-08-02 | Rip out code dealing with multiple/nested interfaces. Each instance of | Kenneth R Westerback |
2005-07-17 | Insist on correct hardware addresses in dhclient.conf and | 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-13 | Repair/rationalize option handling to ensure valid option section is | Kenneth R Westerback |
2005-07-11 | Expunge unused hashing code and variables. | Kenneth R Westerback |
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback |
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback |
2005-07-09 | Since we never add more than the default dhcp_universe, expunge the | Kenneth R Westerback |
2005-07-08 | More dead and moribund code removal/cleanup. This time unused parameters | Kenneth R Westerback |
2005-07-08 | Eliminate unused code and associated parameters. | Kenneth R Westerback |
2005-07-07 | Eliminate unused code and associated parameter. | Kenneth R Westerback |
2005-07-07 | Eliminate tree_cache structure in favour of option_data. Eliminate | Kenneth R Westerback |
2004-05-06 | remove more unused code | Theo de Raadt |
2004-05-04 | do not overload libc function names causing linker troubles | Michael Shalayeff |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt |
2004-05-04 | more shrink and lint fixes; henning ok | Theo de Raadt |
2004-05-04 | privilege seperate dhclient. | Henning Brauer |
2004-04-14 | get rif of the few dmalloc/dfree occurances that were left | Henning Brauer |
2004-04-14 | turns out more is obsolete now | Henning Brauer |
2004-03-05 | remove even more goo | Theo de Raadt |
2004-03-02 | more pruning; henning ok | Theo de Raadt |
2004-03-02 | zap interface flags | Henning Brauer |