Age | Commit message (Expand) | Author |
2012-11-02 | Don't add a 'nameserver' line to resolv.conf if the nameserver in | Kenneth R Westerback |
2012-10-31 | Delete some leftover debug code and the array it rode in on. | Kenneth R Westerback |
2012-10-31 | chris@ spotted a '2038' where a '2048' was meant and pointed out | 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-10-10 | Revert r1.155. Routing breaks if dhclient-script flushes the | Kenneth R Westerback |
2012-09-18 | Don't accept leases that offer a subnet that is already configured | Kenneth R Westerback |
2012-09-17 | When a link is lost, call dhclient-script with reason "FAIL". This | Kenneth R Westerback |
2012-09-01 | Nuke a static global I can't get my head around - interfaces_invalidated. | Kenneth R Westerback |
2012-08-31 | Nuke a bunch of annoying "/* Send a packet. */" comments above | 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-21 | Don't abandon time_t precision for intervals. Use (long long) and %lld when | Kenneth R Westerback |
2012-08-18 | Don't store a time_t into an int. Make the variable time_t. | Kenneth R Westerback |
2012-08-18 | Don't try to printf() a time_t value with %d. Cast to (int) just | Kenneth R Westerback |
2012-08-18 | Update global cur_time after exiting poll() and before calling the | 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 |
2012-06-22 | Set state to S_REBOOTING when calling state_reboot() and set state | Kenneth R Westerback |
2012-06-20 | Cancel all timeouts in state_reboot(), since we can get there from any state | Mark Kettenis |
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-17 | by default we ignore unknown dhcp server options, so don't bother | Peter Hessler |
2011-04-04 | Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT, | Kenneth R Westerback |
2011-03-27 | Fix interval handling. Start at initial_interval instead of | Kenneth R Westerback |
2010-10-15 | Add and ignore DHCP option 66/0x42 TFTP server name. | Jonathan Gray |
2010-09-24 | Make it possible to use "dhclient egress" to refetch a lease without | Claudio Jeker |
2010-06-26 | Whitespace. | Kenneth R Westerback |
2010-06-02 | Have dhclient obey the interface's rdomain, instead of doing routes on | Peter Hessler |
2010-03-25 | be more strict in check_option(). | Kevin Steves |
2009-11-12 | Make sure we have enough space for the trailing \0 on prepend/append | Jonathan Gray |
2009-07-19 | use addr_eq() where we can; ok krw@ | Kevin Steves |
2009-06-12 | state_panic() tries the active then other valid leases by setting the | Kevin Steves |
2009-06-06 | Nuke debug() unless DEBUG is defined. Elminates debug output from | Kenneth R Westerback |
2009-06-03 | remove unneeded ARGSUSED; ok krw@ henning@ | Kevin Steves |
2009-05-25 | log the reason before we die in routehandler(); ok krw@ henning@ | Kevin Steves |
2009-05-20 | Do not fall back to using nobody if _user is missing, but | Thordur I. Bjornsson |
2009-03-31 | claudio has spent too much time with the mbuf macros. | David Gwynne |
2009-03-10 | Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER. | Kenneth R Westerback |
2009-02-01 | Let this compile with gcc2. | Miod Vallat |
2009-01-28 | use claudios new rtsocket filters to restrict which messages on the route | David Gwynne |
2009-01-10 | Use the kernel set ifam_hdrlen so that ABI changes won't cause older | Claudio Jeker |
2008-06-07 | stop spurious "got link" which nooone noticed, but everyone should have; ok krw | Theo de Raadt |
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 |
2008-03-12 | Code was not passing script exit status; fix with macro. | Hugh Graham |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-14 | make default_lease_time a #define; ok krw@ henning@ | Kevin Steves |