Age | Commit message (Expand) | Author |
2019-07-19 | Nuke a bunch of 'name' parameters that haven't been used since | Kenneth R Westerback |
2019-07-19 | Keep dhclient.leases.<if> O_EXLOCK file descriptor open for the | Kenneth R Westerback |
2019-07-16 | Shuffle code a bit to make take_charge() return the | Kenneth R Westerback |
2019-07-15 | Nuke '-l' command line option (alternate location for | Kenneth R Westerback |
2019-07-11 | The privileged process of dhclient(8) runs several ioctl(2)s that are forbidden | Ricardo Mestre |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-07-01 | Nuke unused variable 'retries'. | Kenneth R Westerback |
2019-07-01 | Simplify and clarify logic in take_charge(). | Kenneth R Westerback |
2019-06-30 | getifaddrs() returns -1. | Kenneth R Westerback |
2019-06-30 | No need to check if leaseFile is NULL in write_lease_db() as it is | Kenneth R Westerback |
2019-06-29 | write_lease_db() only needs ifi->name and ifi->lease_db. | Kenneth R Westerback |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-22 | Swap (opcount >= opleft || opcount == -1) to (opcount == -1 || opcount >= opl... | 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-05-17 | Don't put dhclient into a loop when interface-mtu is present | Kenneth R Westerback |
2019-05-10 | Restart the protocol and get a new/renewed lease for any relevant | Kenneth R Westerback |
2019-05-10 | Make it possible to switch between wireless and physical interfacs | Sebastian Benoit |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-04-06 | Don't mangle command line arguments with strsep(). Mangle | Kenneth R Westerback |
2019-04-03 | Take the length of an initialized string, not a | 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-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 |