Age | Commit message (Expand) | Author |
2024-04-28 | gmtime(3) / locatime(3) can fail when timestamps are way off. | Florian Obser |
2022-07-02 | dhclient(8) has been undergoing replacement with "ifconfig xxx inet auto" | Theo de Raadt |
2022-05-16 | Remove incorrect line about 'dhcp' in hostname.if triggering the use of | Aaron Bieber |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | 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-08-24 | use Pa for resolv.conf.tail, since there is no longer a man page | Jason McIntyre |
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 | 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 |