Age | Commit message (Expand) | Author |
2012-11-27 | Clean up parsing of option lists. Part 6. | Kenneth R Westerback |
2012-11-25 | Clean up parsing of option lists. Part 1. | Kenneth R Westerback |
2012-11-23 | Use the libutil imsg framework rather than a hand-rolled local | Kenneth R Westerback |
2012-11-14 | Remove useless _new_ and _old_ from various function names to make | Kenneth R Westerback |
2012-11-08 | Remove confusing extra address abstraction 'struct iaddr'. Just use | Kenneth R Westerback |
2012-11-07 | Nuke unused struct and function declarations. | Kenneth R Westerback |
2012-11-07 | Always memcpy() into/out of option data rather than hoping the char * | Kenneth R Westerback |
2012-11-06 | Kill two unused functions, subnet_number() and broadcast_addr(). | Kenneth R Westerback |
2012-11-04 | No need to pass interface name around when flushing routes. | Kenneth R Westerback |
2012-11-04 | No need to pass interface name around when creating routes. | Kenneth R Westerback |
2012-11-03 | Various fixes/tweaks for resolv.conf handling: | Kenneth R Westerback |
2012-10-31 | Forcibly delete all existing ipv4 addresses from an interface when | 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-09-18 | Don't accept leases that offer a subnet that is already configured | Kenneth R Westerback |
2012-09-01 | Oops. Missed a reinitialize_interface() declaration. | 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 |
2012-08-18 | Remove unused field 'next' from struct timeout. There's only one | Kenneth R Westerback |
2012-07-09 | Terminate with extreme prejudice the multiple timeout queuing | Kenneth R Westerback |
2012-06-24 | Nuke interface_link_status() (check media status only) and use | Kenneth R Westerback |
2011-12-10 | Tweak leases file handling. | Kenneth R Westerback |
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 |