Age | Commit message (Expand) | Author |
2019-03-22 | Revert parts of recent changes to pretty_print_domain_search(). Parts | Kenneth R Westerback |
2019-03-21 | punctuation needs to be preceeded by a space, in Scots; | Jason McIntyre |
2019-03-21 | Clarify verbiage. If we could just write it in Scots then | Kenneth R Westerback |
2019-03-21 | Simplify merge_option_data() with strpbrk(). | Kenneth R Westerback |
2019-03-20 | Do not accept dhclient.conf(5) "prepend" or "append" statements when | Kenneth R Westerback |
2019-03-19 | Parsing error messages display only the first 80 characters of the | Kenneth R Westerback |
2019-03-19 | Nuke a couple of XXX comments. | Kenneth R Westerback |
2019-03-18 | Use same idiom for pretty_print_domain_search() and | Kenneth R Westerback |
2019-03-18 | Add a couple of checks to ensure option data fits into the proposal | Kenneth R Westerback |
2019-03-18 | explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP | David Gwynne |
2019-02-26 | add domain-search to the list of options capable of adding to resolv.conf; | Jason McIntyre |
2019-02-23 | Correct comment on delete_addresses() return value. | Kenneth R Westerback |
2019-02-23 | Restore pre-a2k19 behaviour of clearing out all existing addresses | Kenneth R Westerback |
2019-02-16 | SSID/LLADDR/LINK_STATE_IS_UP changes must discard the previous | Kenneth R Westerback |
2019-02-13 | Nuke unused variable. | Kenneth R Westerback |
2019-02-13 | Try harder to start a new line when link is obtained and a new | 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-26 | Zap trailing space that stuck its head up. | Kenneth R Westerback |
2019-01-26 | Add 'uselease' statement to allow the disabling of built-in or | Kenneth R Westerback |
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 | 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-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 | Oops. Nuke debug statement that snuck it. | Kenneth R Westerback |
2019-01-18 | Shuffle lease file reading code to improve clarity and shorten some | Kenneth R Westerback |
2019-01-18 | Yet another long line broke cover. | 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 | White space nits. | 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-05 | Simplify and clarify (i.e. shrink) code processing | Kenneth R Westerback |
2019-01-05 | KNF nit. | Kenneth R Westerback |