Age | Commit message (Expand) | Author |
2022-07-02 | dhclient(8) has been undergoing replacement with "ifconfig xxx inet auto" | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-08-25 | Don't use log_procname before it is initialized. In particular | Kenneth R Westerback |
2021-07-27 | Having 'taken charge' of the interface by eliminating other | Kenneth R Westerback |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-05-02 | Shuffle some code to eliminate get_address(), bring interface_state() and | Kenneth R Westerback |
2021-04-07 | "oldlladddr" -> "oldlladdr" in fatal() verbiage. | Kenneth R Westerback |
2021-04-01 | Tweak log_debug() verbiage to reduce repetitive info | Kenneth R Westerback |
2021-04-01 | Also immediately accept the *first* OFFER if it matches the requested address, | Kenneth R Westerback |
2021-03-31 | Set 'select_timeout' to 'now' when an OFFER is received for the IP address | Kenneth R Westerback |
2021-03-31 | Add two missing checks for strdup() returning NULL. | Kenneth R Westerback |
2021-03-31 | Fix some debug output when running in foreground. | Kenneth R Westerback |
2021-03-28 | Now that the real time and monotonic time streams don't | Kenneth R Westerback |
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-16 | Nuke unused time_t variable. | 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-03-04 | Notice when link-timeout expires even if istty(STDERR) hints that dhclient has | Kenneth R Westerback |
2021-03-02 | Eliminate redundant checks for expired leases in ifi->leasedb. Simply | Kenneth R Westerback |
2021-02-28 | Move tick_msg(TICK_WAIT) calls after related log_debug() | Kenneth R Westerback |
2021-02-28 | Reduce non-debug output further by allowing up to the usual 3 second | Kenneth R Westerback |
2021-02-27 | Stop checking 'epoch' in get_recorded_lease() and just set it as | Kenneth R Westerback |
2021-02-27 | Disentangle log_debug() output from tick_msg() output. | Kenneth R Westerback |
2021-02-24 | Complete deleting ifi->active before calling write_lease_db(). | Kenneth R Westerback |
2021-02-24 | No need to get time() twice. Just use the already | Kenneth R Westerback |
2021-02-24 | No need to check ifi->active for NULL when looking for duplicate/obsolete | Kenneth R Westerback |
2021-02-24 | Fix annoying typo in a comment. | Kenneth R Westerback |
2021-02-24 | Remove incomplete/incorrect connection with autoconf, clearing ground | Kenneth R Westerback |
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-21 | No need for state_preboot() to double check timeout being | Kenneth R Westerback |
2021-02-20 | tick_msg("lease", TICK_SUCCESS) in bind_lease() should *not* be | Kenneth R Westerback |
2021-02-19 | Put duplicated code calculating backoff interval and packet 'secs' | Kenneth R Westerback |
2021-02-15 | Extraneous blank line. | Kenneth R Westerback |
2021-02-15 | Rework tick_msg() to make messages displayed during startup more | Kenneth R Westerback |
2021-02-02 | dhclient(8): fork_privchld, take_charge, propose_release: poll(2) -> ppoll(2) | cheloha |
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-12-01 | Extract another couple of chunks from main() into helper functions, | Kenneth R Westerback |
2020-11-27 | Shuffle code relating to initializing the physical interface and the | Kenneth R Westerback |
2020-11-21 | No need to update ifi->state just before setting quit to TERMINATE. | Kenneth R Westerback |
2020-11-21 | No need to update resolv.conf when renewing a lease does not result in any | Kenneth R Westerback |
2020-11-21 | When REBOOT'ing it is necessary to apply_defaults() to the recorded | Kenneth R Westerback |
2020-11-20 | The default lease rebind time is 7 * (expiry/8), not 8 * (expiry/7). | Kenneth R Westerback |
2020-11-19 | Avoid spurious resolv.conf updates when | Kenneth R Westerback |
2020-11-18 | Recognize get_link_ifa() failure (a.k.a. "invalid interface") as a fatal error | Kenneth R Westerback |
2020-11-18 | No need to call get_hw_address() from interface_state() since the | Kenneth R Westerback |
2020-11-06 | Remove the -L option. A debugging tool that is no longer required. | Kenneth R Westerback |
2020-07-31 | Ensure DECLINE messages always contain the address from the OFFER. | Kenneth R Westerback |