Age | Commit message (Expand) | Author |
2013-01-27 | Refactor code a bit. Calculate resolv.conf contents once when binding a | Kenneth R Westerback |
2013-01-26 | Read /etc/resolv.conf.tail once on startup and save contents for | Kenneth R Westerback |
2013-01-26 | Whitespace tweaks. | Kenneth R Westerback |
2013-01-18 | Add command line option '-L' that specifies an optional file into which | Kenneth R Westerback |
2013-01-17 | Try harder to clear out default routes on the interface being | Kenneth R Westerback |
2013-01-16 | Unrevert last reversion. otto@ pointed out that it wasn't asprintf() | Kenneth R Westerback |
2013-01-16 | Revert last. asprintf() breaks something. | Kenneth R Westerback |
2013-01-16 | Use the magic of asprintf() to produce more informative error | Kenneth R Westerback |
2013-01-05 | Change write_client_lease() into lease_as_string() and modify | Kenneth R Westerback |
2012-12-19 | Don't attempt to delete an address that has already been deleted | Kenneth R Westerback |
2012-12-04 | Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing | Kenneth R Westerback |
2012-12-02 | Try harder to cleanup when exiting. In particular catch signals | Kenneth R Westerback |
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 |