Age | Commit message (Expand) | Author |
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth R Westerback |
2012-10-30 | New file holding functions to perform direct interface and routing | Kenneth R Westerback |
2012-10-27 | Change dhclient.conf directive 'ignore' to take a list of option names | Kenneth R Westerback |
2012-10-11 | Remove the new (as of r1.56) line of code which updates ifi->linkstat in | Stuart Henderson |
2012-10-10 | Revert r1.155. Routing breaks if dhclient-script flushes the | Kenneth R Westerback |
2012-09-22 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-18 | Once resolv.conf.saved has been copied back as resolv.conf, delete it so | 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-17 | De-obfuscate and update reality correspondance of some comments. | Kenneth R Westerback |
2012-09-01 | Oops. Missed a reinitialize_interface() declaration. | 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-29 | no point having two copies of this file - this copy never got | Jason McIntyre |
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 | Remove unused field 'next' from struct timeout. There's only one | Kenneth R Westerback |
2012-08-18 | Update global cur_time after exiting poll() and before calling the | Kenneth R Westerback |
2012-07-26 | Make interface_status() assume that a link is up when IFM_AVALID | Kenneth R Westerback |
2012-07-09 | Terminate with extreme prejudice the multiple timeout queuing | Kenneth R Westerback |
2012-06-26 | Add some more paranoia and make code clearer. Check that the required | Kenneth R Westerback |
2012-06-26 | RFC 2132 says "Options containing NVT ASCII data SHOULD NOT include | Kenneth R Westerback |
2012-06-24 | Nuke interface_link_status() (check media status only) and use | Kenneth R Westerback |
2012-06-22 | Two 'ioctl() < 0' -> 'ioctl() == -1'. guenther@ says they're odd. | 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 |
2012-01-15 | Make dhclient use the correct rdomain for all requests for leases, not | Peter Hessler |
2011-12-10 | Try harder to re-initialize parsing state so nothing accidentally | Kenneth R Westerback |
2011-12-10 | Tweak parsing. No need to declare, assign and then ignore the token | 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-17 | by default we ignore unknown dhcp server options, so don't bother | Peter Hessler |
2011-04-17 | fix a possible division by zero if a server sends us a broken option | Peter Hessler |
2011-04-09 | We are incorrectly processing option 33 (static route), treating | Kenneth R Westerback |
2011-04-04 | route(8) has a -q option. No need for all this >/dev/null 2>&1 | Kenneth R Westerback |
2011-04-04 | Align man page with current reality. | Kenneth R Westerback |
2011-04-04 | Stray '$medium' missed in last commit. | Kenneth R Westerback |
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 |
2011-03-27 | new sentence, new line; | Jason McIntyre |
2011-03-26 | Correct described default for initial-interval. It is three, not | Kenneth R Westerback |
2011-03-02 | no need for a separate NOTES section; ok henning | Jason McIntyre |
2010-10-23 | make sure an interface is registered before we start using it | Peter Hessler |
2010-10-15 | Add and ignore DHCP option 66/0x42 TFTP server name. | Jonathan Gray |
2010-10-08 | use the right capitalization in the Nd strings. | Igor Sobrado |
2010-09-24 | Make it possible to use "dhclient egress" to refetch a lease without | Claudio Jeker |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |