Age | Commit message (Expand) | Author |
2018-02-08 | Don't update first_sending in state_selecting() and thus | Kenneth R Westerback |
2018-02-07 | Keep track of the last proposal used to configure the interface and | Kenneth R Westerback |
2018-02-06 | Abstract "no link ..." and "no lease ..." message generation | Kenneth R Westerback |
2018-02-06 | Nuke unused state S_REBINDING. We just use the time | Kenneth R Westerback |
2018-02-06 | When binding a lease from the dhclient.leasees.<if> file and | Kenneth R Westerback |
2018-02-06 | Fix fprintf() to include "\n" where needed. Prefix "no lease" | Kenneth R Westerback |
2018-02-06 | Flip -q (be quiet) into -v (be noisy), making terseness the default | Kenneth R Westerback |
2018-02-05 | Ensure that the "bound to ..." message appears in the log unless | Kenneth R Westerback |
2018-02-05 | Always run through state_preboot() when starting up or the | Kenneth R Westerback |
2018-02-05 | Nuke unused parameter to go_daemon(). | Kenneth R Westerback |
2018-01-30 | Expand "bound to ..." message to include the source of the lease, | Kenneth R Westerback |
2018-01-29 | Repair botched retry loop when generating RTM_PROPOSAL | Kenneth R Westerback |
2018-01-29 | Missed a couple of log_info()'s in previous commit. Use #ifdef DEBUG | Kenneth R Westerback |
2018-01-29 | Use log_init(), log_setverbose() and log_debug() more | Kenneth R Westerback |
2018-01-28 | Refactor and simplify the logic to select and invoke the | Kenneth R Westerback |
2018-01-28 | A few fatal() -> fatalx() where errno is not | Kenneth R Westerback |
2018-01-25 | Add DPRINTF() and use it to replace log_debug() statements inside | Kenneth R Westerback |
2018-01-24 | Don't display the seconds until renewal. i.e. "em0: bound to 1.2.3.4 | Kenneth R Westerback |
2018-01-05 | Complete and fix grammar in comments and bring grammar terms, | Kenneth R Westerback |
2018-01-04 | Compact some whitespace, unsplit now shorter lines. | Kenneth R Westerback |
2018-01-04 | Comments and grammar use '_decl' so use _decl instead of _declaration | Kenneth R Westerback |
2018-01-04 | parse_lease_time() is an unnecessary abstraction. Just use | Kenneth R Westerback |
2018-01-04 | We only parse decimal numbers, so parse_decimal() -> parse_number() to | Kenneth R Westerback |
2018-01-02 | More grammar comments improvements. | Kenneth R Westerback |
2018-01-01 | Tweak syntax comments into consistency and completeness. | Kenneth R Westerback |
2017-12-20 | Always 'send' host-name, rather than relying on dhclient.conf to ask | Kenneth R Westerback |
2017-12-18 | Stop inserting and paying attention to 'interface <if>;' | Kenneth R Westerback |
2017-12-17 | Further simplifY lease parsing. Fold add_lease() into read_lease_db(), | Kenneth R Westerback |
2017-12-16 | With leases no longer in dhclient.conf, rename a bunch of | Kenneth R Westerback |
2017-12-13 | Fix whitespace botch that snuck in. | Kenneth R Westerback |
2017-12-13 | Simplifiy parser by not worrying about nesting 'interface <if> {}' | Kenneth R Westerback |
2017-12-09 | Add ACTION_IGNORE and nuke ignored_options, ignored_option_count fields | Kenneth R Westerback |
2017-12-08 | When accepting a BOOTP lease, do not leak offered values of lease | Kenneth R Westerback |
2017-12-07 | adjust the "timeout" text, now that leases are no longer | Jason McIntyre |
2017-12-07 | Set ifi->offer to NULL after free'ing it. | Kenneth R Westerback |
2017-12-07 | Nuke support for defining last-gasp leases in dhclient.conf. | Kenneth R Westerback |
2017-12-06 | Disentangle dhclient.conf static lease handling from dynamic | Kenneth R Westerback |
2017-12-05 | When removing duplicate dynamic leases from the cache, compare the | Kenneth R Westerback |
2017-12-04 | change "if (lp &&" to "if lp != NULL &&". | Theo Buehler |
2017-12-04 | Avoid a NULL-deref in get_recorded_lease() leading to a segfault seen | Theo Buehler |
2017-12-03 | Move timer fields 'expiry" and "rebind" out of struct client_lease | Kenneth R Westerback |
2017-12-03 | Abandon nagging about "_" violating RFC 952. This removes the need | Kenneth R Westerback |
2017-11-27 | Simplify lease_as_string() logic to use a single time_t variable | Kenneth R Westerback |
2017-11-27 | Fix pasto so lease_rebind() returns rebind value and not | Kenneth R Westerback |
2017-11-26 | Move rebind time calculation to a function lease_rebind(), just like | Kenneth R Westerback |
2017-11-24 | Remove 'renewal' field from struct client_lease. Add lease_renewal() to | Kenneth R Westerback |
2017-11-23 | Fix use of lease_expiry() in set_lease_times(). lease_expiry() returns | Kenneth R Westerback |
2017-11-20 | Wnen purging dhclient.leases and when looking for unexpired offers to | Kenneth R Westerback |
2017-11-18 | Generate correct time comments (renewal/rebind/expiry) in | Kenneth R Westerback |
2017-11-14 | Treat invalid server name as empty instead of declining the lease offered | Martin Pieuchot |