Age | Commit message (Expand) | Author |
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 | Add sys/queue.h to the include list since imsg.h needs it. Currently | Claudio Jeker |
2021-03-04 | Notice when link-timeout expires even if istty(STDERR) hints that dhclient has | Kenneth R Westerback |
2021-03-02 | Rename local variable 'cur_time' in set_timeout() to 'now' like | 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 | 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-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-19 | Missed poll -> ppoll in log_warn() verbiage. | 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 |
2021-02-01 | dhclient(8): default_route_index(): poll(2) -> ppoll(2) | cheloha |
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 | Oops. Missed chunk in previous. | 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-25 | When processing proposed static routes (inc. default route) ignore | 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-18 | Tweak debug messages around resolv.conf updating. | Kenneth R Westerback |
2020-11-06 | Remove the -L option. A debugging tool that is no longer required. | Kenneth R Westerback |
2020-11-06 | Add some debug output showing the exact network configuration | Kenneth R Westerback |
2020-07-31 | Ensure DECLINE messages always contain the address from the OFFER. | Kenneth R Westerback |
2020-07-17 | 'seonds' -> 'seconds'. | Kenneth R Westerback |
2020-07-07 | Revert r1.121 and rewrite merge_option_data() to achieve same effect | Kenneth R Westerback |
2020-06-03 | Simplify logic in add_route(), eliminating pointless code duplication and | Kenneth R Westerback |
2020-05-28 | A few stray 'ifa' overloadings. | Kenneth R Westerback |
2020-05-28 | Reduce 'ifa' overloading by renaming some parameters 'address'. | Kenneth R Westerback |
2020-05-28 | Reduce 'ifa' overloading by renaming proposal field from 'ifa' to | Kenneth R Westerback |