Age | Commit message (Expand) | Author |
2019-01-22 | Simply the logic translating 'egress' into an interface name. | Kenneth R Westerback |
2019-01-21 | Allocate buffer before using it. | Kenneth R Westerback |
2019-01-21 | Typo. "nterface" -> "interface" | Kenneth R Westerback |
2019-01-20 | Don't delay signal(SIGPIPE, SIG_IGN) until go_daemon() does it. First, | Kenneth R Westerback |
2019-01-19 | Since there is no more exec()'ing, there is no need to | 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 | 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-19 | 'quit' is no longer set in a signal handler so it no longer needs to | Kenneth R Westerback |
2019-01-18 | Move link state change test & check for new lladdr into | Kenneth R Westerback |
2019-01-18 | Ignore HUP signals. If you need to modify the running configuration | Kenneth R Westerback |
2019-01-18 | Be consistent in explicitly testing memcmp() return values. | Kenneth R Westerback |
2019-01-17 | Split a long line that wandered into the | Kenneth R Westerback |
2019-01-17 | Split a long line that wandered into the | Kenneth R Westerback |
2019-01-17 | Move "link X -> Y" debug messages into insterface_state() where | Kenneth R Westerback |
2019-01-14 | Make apply_ignore_list(), set_default_hostname(), | Kenneth R Westerback |
2019-01-14 | Abstract allocation and initialization of config global | Kenneth R Westerback |
2019-01-14 | set_default_client_identifier() only needs the | Kenneth R Westerback |
2019-01-14 | Check NULLness of ignore list inside apply_ignore_list() and not | Kenneth R Westerback |
2019-01-13 | Abstract /etc/resolv.conf.tail reading out of main() | Kenneth R Westerback |
2019-01-13 | Shuffle apply_ignore_list(), set_default_client_identifier() and | Kenneth R Westerback |
2019-01-10 | "AF_* values are *almost* always the correct choice, particularly with | Kenneth R Westerback |
2019-01-09 | Use PF_ROUTE consistently rather than tossing in | Kenneth R Westerback |
2019-01-03 | The need for separate bpf and routing message buffers was eliminated | Kenneth R Westerback |
2018-12-28 | Join other daemons in assuming that a single read from a routing | Kenneth R Westerback |
2018-12-27 | Rename ufdesc to udpfd to make the code slightly more intuitive. | 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-12-27 | No need to return early when setting the tick stop. | Kenneth R Westerback |
2018-12-25 | No need for magic tick_msg(NULL,..) call to | Kenneth R Westerback |
2018-12-24 | Always use log_getverbose() instead of sometimes checking OPT_VERBOSE | Kenneth R Westerback |
2018-12-24 | tick_msg() needs to note that it has called go_daemon(), since | Kenneth R Westerback |
2018-11-12 | Restart when SSID change is noted in RTM_80211INFO. Thus ensuring | Kenneth R Westerback |
2018-11-11 | Sometimes autoindenting is too helpful. | Kenneth R Westerback |
2018-11-11 | As get_hw_address() is called early and unconditionally sets | Kenneth R Westerback |
2018-11-10 | Use tick_msg(INT64_MAX) when LLADDR changes. | Kenneth R Westerback |
2018-11-10 | If tick_msg() is passed a start of INT64_MAX (a.k.a. the end of time) | Kenneth R Westerback |
2018-11-10 | Eliminate single use variables 'tickstop' that confuse ticking and | Kenneth R Westerback |
2018-11-10 | Stop passing value+3 as the start time for tick_msg(). Just #define | Kenneth R Westerback |
2018-11-10 | The tick messages ("no link...", "no lease...") have had a hard | Kenneth R Westerback |
2018-11-09 | Abstract a separate function to scan the list provided by getifaddrs() | Kenneth R Westerback |
2018-11-04 | Kill obsolete comment about the constraints imposed by the need to | Kenneth R Westerback |
2018-11-04 | No names in function prototypes. Spaces after commas in | Kenneth R Westerback |
2018-11-03 | No need to say 'restarting' twice when LLADDR is modified. Log "LLADDR | Kenneth R Westerback |
2018-11-02 | When reacting to SIGHUP, i.e. trying to restart, ignore incoming | Kenneth R Westerback |
2018-09-22 | Harmonize spacing after ellipses in displayed messages. | Frederic Cambus |
2018-08-13 | The iterator i is not the option code, but simply the index for the | Patrick Wildt |
2018-06-20 | dhclient.c r1.569 started writing some files before calling daemon(), | Stuart Henderson |
2018-06-03 | Fix previous by restoring inadvertantly deleted check for | Kenneth R Westerback |
2018-05-23 | Some interfaces (e.g. cdce(4)) can't tell if they are connected. They | Kenneth R Westerback |