Age | Commit message (Expand) | Author |
2021-03-28 | Convert remaining timers (lease renew, rebind, expiry) to | Kenneth R Westerback |
2021-03-24 | More timespec conversions. Less 'seconds' arithmetic. | Kenneth R Westerback |
2021-03-11 | Use timespec timers to determine when select-timeout and timeout intervals | Kenneth R Westerback |
2021-03-09 | Replace time_t startup_time with struct timespec link_timeout. | Kenneth R Westerback |
2021-02-24 | Remove incomplete/incorrect connection with autoconf, clearing ground | Kenneth R Westerback |
2021-02-22 | remove unused decode_hw_header() function | Jonathan Gray |
2021-02-22 | Switch reboot timing to timespec, the better to handle the | Kenneth R Westerback |
2021-02-21 | Rename struct client_config fields 'timeout', 'link_timeout' and | Kenneth R Westerback |
2021-02-01 | Switch dispatch loop to ppoll() and protocol timeouts to struct timespec. | Kenneth R Westerback |
2020-12-10 | Simplify '-i' handling, failing immediately during command line parsing | Kenneth R Westerback |
2020-12-06 | fatal() immediately whem parsing command line option '-c' reveals a non-existant | Kenneth R Westerback |
2020-11-06 | Remove the -L option. A debugging tool that is no longer required. | Kenneth R Westerback |
2020-05-21 | extract_classless_route() -> extract_route() as there is only the one route | Kenneth R Westerback |
2020-05-14 | Massage merge_option_data() to be more careful when dealing with 'D' | Kenneth R Westerback |
2020-01-23 | Separate command line syntax parsing from semantic validation of | Kenneth R Westerback |
2019-11-22 | Polish logic talking to unwind. | Kenneth R Westerback |
2019-11-19 | Inform unwind about DNS servers it finds in leases. | Kenneth R Westerback |
2019-07-30 | Use AUTOCONF4 flag. Set the flag on startup. But if the flag is | Kenneth R Westerback |
2019-07-22 | Cleanup/simplify parse_number(): | Kenneth R Westerback |
2019-07-21 | Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameter | Kenneth R Westerback |
2019-07-19 | Nuke a bunch of 'name' parameters that haven't been used since | Kenneth R Westerback |
2019-05-22 | Don't get & apply a new lease for an RTM_IFINFO that reports a change | Kenneth R Westerback |
2019-04-02 | Add human readable parsing/display of RFC1035 data in domain-search | Kenneth R Westerback |
2019-03-22 | Revert parts of recent changes to pretty_print_domain_search(). Parts | Kenneth R Westerback |
2019-03-20 | Do not accept dhclient.conf(5) "prepend" or "append" statements when | Kenneth R Westerback |
2019-03-18 | Use same idiom for pretty_print_domain_search() and | Kenneth R Westerback |
2019-02-12 | Restructure code to simplifiy imsg communications, further separating | Kenneth R Westerback |
2019-01-26 | Rename ACTION_NONE to ACTION_USELEASE. TOK_NOACTION to TOK_USELEASE. | 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' is no longer set in a signal handler so it no longer needs to | 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-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-05 | Simplify and clarify (i.e. shrink) code processing | Kenneth R Westerback |
2019-01-03 | The need for separate bpf and routing message buffers was eliminated | 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-11-11 | As get_hw_address() is called early and unconditionally sets | Kenneth R Westerback |
2018-11-02 | When reacting to SIGHUP, i.e. trying to restart, ignore incoming | 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-02-28 | Now that log_debug() has been decyphered, replace DPRINTF() instances | Kenneth R Westerback |
2018-02-10 | Fix 'ignore ;' so that it really does reset the ignore list. | Kenneth R Westerback |
2018-02-07 | Keep track of the last proposal used to configure the interface and | Kenneth R Westerback |
2018-02-06 | Nuke unused state S_REBINDING. We just use the time | Kenneth R Westerback |
2018-02-06 | Flip -q (be quiet) into -v (be noisy), making terseness the default | Kenneth R Westerback |