Age | Commit message (Expand) | Author |
2012-11-17 | 'deeleting' -> 'deleting' in comment. | Kenneth R Westerback |
2012-11-16 | Call discover_interface() before forking, so both processes will know | Kenneth R Westerback |
2012-11-16 | Add missing 'break;' so that IFT_ETHER, etc. routes are deleted as | Kenneth R Westerback |
2012-11-15 | Shuffle #include's to use the majority idiom everywhere - i.e. use | Kenneth R Westerback |
2012-11-15 | If '-d' is specified to keep dhclient from daemonizing, don't | Kenneth R Westerback |
2012-11-14 | Oops. Commit the one that actually compiles. | Kenneth R Westerback |
2012-11-14 | When copying option.data, use option.len to specify the amount of | Kenneth R Westerback |
2012-11-14 | Remove useless _new_ and _old_ from various function names to make | Kenneth R Westerback |
2012-11-11 | Fix dhclient.conf 'default' directive which was also broken in code | Kenneth R Westerback |
2012-11-11 | supersede/append/prepend actions should work even if the dhcp server | Kenneth R Westerback |
2012-11-09 | Remove now unused files. | Kenneth R Westerback |
2012-11-08 | Remove confusing extra address abstraction 'struct iaddr'. Just use | Kenneth R Westerback |
2012-11-08 | Remove lie about dhclient configuring all interfaces. Mention | Kenneth R Westerback |
2012-11-08 | Close routing socket fd leak when deleting old address. | 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-07 | Use memset() consistently rather than tossing in a few bzero()'s. | Kenneth R Westerback |
2012-11-07 | Use memcpy() consistently rather than tossing in a few bcopy()'s. | Kenneth R Westerback |
2012-11-07 | Kill some annoying extra spaces. No code change. | Kenneth R Westerback |
2012-11-06 | Kill two unused functions, subnet_number() and broadcast_addr(). | Kenneth R Westerback |
2012-11-05 | Some systems give ENETUNREACH when trying to add the 'standard' | Kenneth R Westerback |
2012-11-04 | Properly clear the UP flag while forcing the interface down/up | Stefan Sperling |
2012-11-04 | Use consistant initialization idiom to reduce confusion. | 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-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 |