Age | Commit message (Expand) | Author |
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 |
2018-01-30 | Expand "bound to ..." message to include the source of the lease, | Kenneth R Westerback |
2018-01-29 | Missed a couple of log_info()'s in previous commit. Use #ifdef DEBUG | 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-04 | parse_lease_time() is an unnecessary abstraction. Just use | Kenneth R Westerback |
2018-01-04 | We only parse decimal numbers, so parse_decimal() -> parse_number() to | Kenneth R Westerback |
2017-12-18 | Stop inserting and paying attention to 'interface <if>;' | Kenneth R Westerback |
2017-12-16 | With leases no longer in dhclient.conf, rename a bunch of | Kenneth R Westerback |
2017-12-09 | Add ACTION_IGNORE and nuke ignored_options, ignored_option_count fields | Kenneth R Westerback |
2017-12-07 | Nuke support for defining last-gasp leases in dhclient.conf. | Kenneth R Westerback |
2017-12-06 | Disentangle dhclient.conf static lease handling from dynamic | Kenneth R Westerback |
2017-12-03 | Move timer fields 'expiry" and "rebind" out of struct client_lease | Kenneth R Westerback |