Age | Commit message (Expand) | Author |
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-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-12-08 | ssize_t and unsigned int may be different sizes. Use ssize_t instead | 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-07-22 | No need to re-implement realloc(). Just use it | Kenneth R Westerback |
2018-07-22 | Tweak comment about truncating NULs to reflect new | Kenneth R Westerback |
2018-07-22 | When finished pulling an option out of a buffer, skip directly to the | Kenneth R Westerback |
2018-07-21 | Reading past the end of a buffer is bad, Even if the | Kenneth R Westerback |
2018-07-04 | Print the amount of bytes written, as intended, instead of -1 when | Martin Pieuchot |
2018-06-20 | dhclient.c r1.569 started writing some files before calling daemon(), | Stuart Henderson |
2018-06-13 | Add a cloning direct route to the default route gateway when the | Kenneth R Westerback |
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 |
2018-05-19 | Add '-r', which causes running dhclient to release | Kenneth R Westerback |
2018-05-17 | Any IPv4 address change could alter which interface has the active | Kenneth R Westerback |
2018-05-16 | Always record the client identifier used to obtain a lease. Servers | Kenneth R Westerback |
2018-05-12 | Document current behaviour of 'ignore' directive and 'append', | Kenneth R Westerback |
2018-05-11 | Write out updated dhclient.leases.<if>, /etc/resolv.conf and any -L | Kenneth R Westerback |
2018-04-24 | Make dhclient show imsg pipe poll error messages in debug output only. | Stefan Sperling |
2018-03-31 | The rarely used '-L' option does not need a PATH_MAX static | Kenneth R Westerback |
2018-03-31 | Fix '-i' to discard previously defined values for the options to be | Kenneth R Westerback |
2018-03-31 | Move 'require' declaration into 'DHCP Options' section | Kenneth R Westerback |
2018-03-20 | pretty_print_option() returns a pointer to a 0 length string, not | Kenneth R Westerback |
2018-02-28 | Now that log_debug() has been decyphered, replace DPRINTF() instances | Kenneth R Westerback |
2018-02-27 | Typo: 'tftp-server' -> 'tftp-server-name'. | Kenneth R Westerback |
2018-02-11 | Ooops. After getting a NAK in response to a renewal REQUEST, we delete | Kenneth R Westerback |
2018-02-11 | Make "invalid host name" messages log_debug() since the invalid host | Kenneth R Westerback |