Age | Commit message (Expand) | Author |
2017-03-26 | Fix dhclient vis/unvis of strings stored in the leases file. | Kenneth R Westerback |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-03-08 | Shuffle another bit of code closer to its friends. | Kenneth R Westerback |
2017-03-08 | Stray #endif w/o comment. | Kenneth R Westerback |
2017-03-08 | Move a line of code to group together code that will be mediated | Kenneth R Westerback |
2017-03-08 | Move ROUNDUP() to top of file, outside of warring #ifdef's to come. | Kenneth R Westerback |
2017-03-08 | Shuffle some functions around to group together functions that will | Kenneth R Westerback |
2017-03-08 | Split a declaration to make the later insertion of #ifdef easier. | Kenneth R Westerback |
2017-03-08 | Shuffle some declarations. Both more style(9)'ish and make future diff | Kenneth R Westerback |
2017-03-08 | Add comments to #endif's to allow easy differentiation between many | Kenneth R Westerback |
2017-02-15 | Use new log.[ch] functions in parse_warn(). | Kenneth R Westerback |
2017-02-15 | Adopt the common verbiage other log.[ch] daemons use to describe '-d'. | Kenneth R Westerback |
2017-02-14 | fatalx() prepends 'fatal in _progname:'. So eliminate redundant | Kenneth R Westerback |
2017-02-12 | Eliminate most strerror() invocations by using log_warn() and fatal() | Kenneth R Westerback |
2017-02-12 | Adjust lines that are too long. | Kenneth R Westerback |
2017-02-12 | Remove now unused file. | Kenneth R Westerback |
2017-02-12 | Switch from 'legacy' errwarn.c to standard daemon logging functions. | Kenneth R Westerback |
2017-02-11 | Move parse_warning() into parse.c to prepare to replace errwarn.c | Kenneth R Westerback |
2017-02-02 | grammar fix; from tinker | Jason McIntyre |
2017-01-23 | Keep socket open from startup, and reuse for SIOCGIFFLAGS later on, | Theo de Raadt |
2016-11-25 | Nuke the DHO_ROUTERS and DHO_STATIC_ROUTES options from the effective | Kenneth R Westerback |
2016-10-06 | Add support for RFC 6842, which says the client MUST drop packets when | Kenneth R Westerback |
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 |