Age | Commit message (Expand) | Author |
2019-11-19 | Inform unwind about DNS servers it finds in leases. | Kenneth R Westerback |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-02-16 | SSID/LLADDR/LINK_STATE_IS_UP changes must discard the previous | Kenneth R Westerback |
2019-01-19 | Since dhclient no longer tries to clean up when exiting, there is no | Kenneth R Westerback |
2019-01-19 | IMSG_HUP -> IMSG_RESTART. sendhup() -> sendrestart. | Kenneth R Westerback |
2019-01-19 | Drop pseudo-signal idiom. Rename INTERNALSIG to TERMINATE. Use RESTART | Kenneth R Westerback |
2019-01-19 | 'quit' no longer holds signals, so strsignal(quit) is both pointless | Kenneth R Westerback |
2019-01-18 | Be consistent in explicitly testing memcmp() return values. | Kenneth R Westerback |
2019-01-05 | Simplify and clarify (i.e. shrink) code processing | Kenneth R Westerback |
2019-01-05 | KNF nit. | Kenneth R Westerback |
2019-01-03 | The need for separate bpf and routing message buffers was eliminated | Kenneth R Westerback |
2018-12-27 | Rename routehandler() to routefd_handler() to make the code slightly | Kenneth R Westerback |
2018-12-27 | Rename bfdesc to bpffd and packethandler() to bpffd_handler() to make | Kenneth R Westerback |
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 |