Age | Commit message (Expand) | Author |
2018-11-04 | No names in function prototypes. Spaces after commas in | Kenneth R Westerback |
2018-11-02 | When reacting to SIGHUP, i.e. trying to restart, ignore incoming | Kenneth R Westerback |
2018-04-24 | Make dhclient show imsg pipe poll error messages in debug output only. | Stefan Sperling |
2018-02-28 | Now that log_debug() has been decyphered, replace DPRINTF() instances | Kenneth R Westerback |
2018-01-28 | Refactor and simplify the logic to select and invoke the | Kenneth R Westerback |
2018-01-25 | Add DPRINTF() and use it to replace log_debug() statements inside | Kenneth R Westerback |
2018-01-24 | Don't display the seconds until renewal. i.e. "em0: bound to 1.2.3.4 | Kenneth R Westerback |
2017-09-20 | Fix some spacing. A couple of log_warx() -> log_warn() to | Kenneth R Westerback |
2017-09-20 | Make log messages more informative by using the | Kenneth R Westerback |
2017-09-20 | Remove stray %s/ifi->name from fatalx(). | Kenneth R Westerback |
2017-09-19 | flush_unpriv_ibuf() is now used only once so no | Kenneth R Westerback |
2017-09-17 | Create global 'log_procname' and set it to '<ifname>' or | Kenneth R Westerback |
2017-09-14 | Strive to rationalize fatal[x]() usage and | Kenneth R Westerback |
2017-08-31 | Don't delete v4 routes that are going to be | Kenneth R Westerback |
2017-08-13 | Simplify HUP handling now that proper error | Kenneth R Westerback |
2017-08-12 | sig_atomic_t is not (necessarily) an int. Use | Kenneth R Westerback |
2017-08-09 | Stop obsessively flushing the imsg connection. Just | Kenneth R Westerback |
2017-08-09 | Add some additional poll() error checking. Remove checks | Kenneth R Westerback |
2017-07-24 | Shuffle some declarations and functions into the only | Kenneth R Westerback |
2017-07-14 | Replace remaining "!var" expressions with | Kenneth R Westerback |
2017-07-14 | bpf(4) *may* deliver more than one captured packet at a time. So when | Kenneth R Westerback |
2017-07-07 | Rename cons_options() to pack_options(), and do_packet() to | Kenneth R Westerback |
2017-07-06 | cons_options() only needs to know a buffer and a length to | Kenneth R Westerback |
2017-07-01 | Eliminate multiple socket openings/closings and pass | Kenneth R Westerback |
2017-06-29 | delete_addresses(), interface_status(), addressinuse(), | Kenneth R Westerback |
2017-06-27 | Nuke get_rdomain() and just snag the interface rdomain from the same | Kenneth R Westerback |
2017-06-24 | Tweak handling of HUP and new LLADDR. Just use expose and use sighup() | Kenneth R Westerback |
2017-06-21 | Consistently use time(&var) idiom rather than tossing in a few | Kenneth R Westerback |
2017-06-19 | Various KNF nits. | Kenneth R Westerback |
2017-06-18 | Move the timeout information into struct interface_info with | Kenneth R Westerback |
2017-06-18 | Convert last set_timeout() use to set_timeout_interval() and | Kenneth R Westerback |
2017-06-14 | No need to be coy - call a "struct interface_info *" a | Kenneth R Westerback |
2017-06-14 | Move active, new, offered_leases, leases from | Kenneth R Westerback |
2017-05-28 | Elegant and reliable link status checking courtesy of mpi@. | Kenneth R Westerback |
2017-04-05 | Shuffle sendhup() into dispatch.c, the only place it is used. | Kenneth R Westerback |
2017-04-04 | Send a RTM_PROPOSAL to clear out other dhclient instances on startup. | Kenneth R Westerback |
2017-03-08 | Stray #endif w/o comment. | 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 | Switch from 'legacy' errwarn.c to standard daemon logging functions. | Kenneth R Westerback |
2017-01-23 | Keep socket open from startup, and reuse for SIOCGIFFLAGS later on, | Theo de Raadt |
2016-10-06 | Add support for RFC 6842, which says the client MUST drop packets when | Kenneth R Westerback |
2016-09-29 | 'ifname' --> 'ifi->name' so DEBUG compiles again. | Kenneth R Westerback |
2016-09-02 | Kill 'ifi' global. | Martin Pieuchot |
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-07-21 | Use explicit idiom when testing the result of strcmp() and strncmp(). | Kenneth R Westerback |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2015-12-19 | Delete superfluous "continue;" just before end of loop. | Kenneth R Westerback |