Age | Commit message (Expand) | Author |
2016-09-30 | Zap stray whitespace. | Kenneth R Westerback |
2016-09-29 | Don't record non-existant client identifier in lease file. | Kenneth R Westerback |
2016-09-29 | 'ifname' --> 'ifi->name' so DEBUG compiles again. | Kenneth R Westerback |
2016-09-27 | Reintroduce rdaemon() - working properly this time | Jeremie Courreges-Anglas |
2016-09-16 | Revert use of rdaemon() until it doesn't break install/upgrade. | Kenneth R Westerback |
2016-09-15 | Use rdaemon() in dhclient too. | Jeremie Courreges-Anglas |
2016-09-04 | Use 'daemonize' instead of 'no_daemon', just like in dhcpd and dhcrelay. | Jeremie Courreges-Anglas |
2016-09-02 | Kill 'ifi' global. | Martin Pieuchot |
2016-09-02 | Treat backoff_cutoff as a hard cutoff, not the midpoint in a range | Kenneth R Westerback |
2016-09-01 | tweak previous; | Jason McIntyre |
2016-09-01 | Document new default timeouts/intervals. | Kenneth R Westerback |
2016-09-01 | Cut back the default values for the various timeout/interval values. We no | Kenneth R Westerback |
2016-09-01 | Informative comments describing the various timing fields (initial_interval, | Kenneth R Westerback |
2016-08-31 | REQUEST packets are not just sent when an interface reboots. So don't short | Kenneth R Westerback |
2016-08-31 | Use reboot_timeout (default: 1) instead of initial_interval (default: 3) when | Kenneth R Westerback |
2016-08-31 | Remove the 'client' global and make it per-ifp. | Martin Pieuchot |
2016-08-23 | Make the 'ifi' global local to dhclient.c and pass it as an argument to | Martin Pieuchot |
2016-08-16 | Track SSID in leases file and only consider leases from the current SSID when | Kenneth R Westerback |
2016-07-31 | Ask for DHO_BOOTFILE_NAME and DHO_TFTP_SERVER by default. May prove | Kenneth R Westerback |
2016-07-23 | Back out the dhclient BPF change. There are DHCP servers out there which | Stefan Sperling |
2016-07-22 | Actually DECLINE and delete unused offers. Don't just say so in a comment. | Kenneth R Westerback |
2016-07-21 | Use explicit idiom when testing the result of strcmp() and strncmp(). | Kenneth R Westerback |
2016-07-20 | Shrink priv_write_file() API so that it does less, and the callers ask | Theo de Raadt |
2016-07-20 | As a general rule, fchown before fchmod is a safer order (because many | Theo de Raadt |
2016-07-19 | Narrow the BPF read filter rules so only packets sent to the | Kenneth R Westerback |
2016-06-03 | update default value for reboot | Ted Unangst |
2016-06-03 | The networks I use are sufficiently fast that a 10 second "reboot" timeout | Ted Unangst |
2016-05-08 | Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested by | Martin Natano |
2016-05-03 | Move to /dev/bpf; ok tb jmc | Martin Natano |
2016-04-28 | If the attempt to broadcast a DCHPDISCOVER packet returns EAFNOSUPPORT, | Kenneth R Westerback |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-03 | be very careful accepting packets via bpf. First check that the | Kenneth R Westerback |
2016-01-26 | Use an unsigned int rather than an int when iterating through all 32 | mmcc |
2015-12-19 | Don't exit if a route can't be added. Just log particulars and | Kenneth R Westerback |
2015-12-19 | Delete superfluous "continue;" just before end of loop. | Kenneth R Westerback |
2015-12-19 | Delete superfluous "close(s);return" just before "close(s);<function | Kenneth R Westerback |
2015-12-18 | Check ioctl() result with == -1, not < 0. Break long line. | Kenneth R Westerback |
2015-12-12 | Send DECLINE messages in response to ACK messages that turn out to | Kenneth R Westerback |
2015-12-10 | Pledge. | Kenneth R Westerback |
2015-12-07 | Convert to arc4random_uniform. | tb |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-03 | No need to continuously check the current rdomain of the interface | Kenneth R Westerback |
2015-11-12 | When link loss is reported, cancel any active timeout and wait for | Kenneth R Westerback |
2015-10-26 | Give dhclient(8) the ability to use option 119, a.k.a. "Domain | Kenneth R Westerback |
2015-09-08 | Correct strsep() usage to free() correct string. Spotted by and | Kenneth R Westerback |
2015-09-05 | Some whitespace bulking out a diff unnecessarily. | Kenneth R Westerback |
2015-08-31 | Support deviant but historically blessed practice of accepting | Kenneth R Westerback |
2015-08-19 | Missing prototypes. Noted by deraadt@ | Kenneth R Westerback |
2015-05-18 | Tweak parsing so that hostnames starting with 0-9 are accepted. | Kenneth R Westerback |
2015-05-18 | Stop rejecting leases with a subnet that overlaps a subnet already | Kenneth R Westerback |