Age | Commit message (Expand) | Author |
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-11-03 | While this identical idiom caused problems when building an ifaliasreq | Kenneth R Westerback |
2012-11-02 | Avoid some misaligned access on sparc64 (at least) by bcopy()'ing | Kenneth R Westerback |
2012-11-02 | Don't add a 'nameserver' line to resolv.conf if the nameserver in | Kenneth R Westerback |
2012-11-02 | Watch the non-privileged end of the pipe to the privileged child | Kenneth R Westerback |
2012-11-01 | KNF some leading spaces into tabs. | 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-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 |