Age | Commit message (Expand) | Author |
2018-08-13 | The iterator i is not the option code, but simply the index for the | Patrick Wildt |
2018-07-22 | No need to re-implement realloc(). Just use it | Kenneth R Westerback |
2018-07-22 | Tweak comment about truncating NULs to reflect new | Kenneth R Westerback |
2018-07-22 | When finished pulling an option out of a buffer, skip directly to the | Kenneth R Westerback |
2018-07-21 | Reading past the end of a buffer is bad, Even if the | Kenneth R Westerback |
2018-07-04 | Print the amount of bytes written, as intended, instead of -1 when | Martin Pieuchot |
2018-06-20 | dhclient.c r1.569 started writing some files before calling daemon(), | Stuart Henderson |
2018-06-13 | Add a cloning direct route to the default route gateway when the | Kenneth R Westerback |
2018-06-03 | Fix previous by restoring inadvertantly deleted check for | Kenneth R Westerback |
2018-05-23 | Some interfaces (e.g. cdce(4)) can't tell if they are connected. They | Kenneth R Westerback |
2018-05-19 | Add '-r', which causes running dhclient to release | Kenneth R Westerback |
2018-05-17 | Any IPv4 address change could alter which interface has the active | Kenneth R Westerback |
2018-05-16 | Always record the client identifier used to obtain a lease. Servers | Kenneth R Westerback |
2018-05-12 | Document current behaviour of 'ignore' directive and 'append', | Kenneth R Westerback |
2018-05-11 | Write out updated dhclient.leases.<if>, /etc/resolv.conf and any -L | Kenneth R Westerback |
2018-04-24 | Make dhclient show imsg pipe poll error messages in debug output only. | Stefan Sperling |
2018-03-31 | The rarely used '-L' option does not need a PATH_MAX static | Kenneth R Westerback |
2018-03-31 | Fix '-i' to discard previously defined values for the options to be | Kenneth R Westerback |
2018-03-31 | Move 'require' declaration into 'DHCP Options' section | Kenneth R Westerback |
2018-03-20 | pretty_print_option() returns a pointer to a 0 length string, not | Kenneth R Westerback |
2018-02-28 | Now that log_debug() has been decyphered, replace DPRINTF() instances | Kenneth R Westerback |
2018-02-27 | Typo: 'tftp-server' -> 'tftp-server-name'. | Kenneth R Westerback |
2018-02-11 | Ooops. After getting a NAK in response to a renewal REQUEST, we delete | Kenneth R Westerback |
2018-02-11 | Make "invalid host name" messages log_debug() since the invalid host | Kenneth R Westerback |
2018-02-10 | Fix 'ignore ;' so that it really does reset the ignore list. | Kenneth R Westerback |
2018-02-09 | If there is no link after link_timeout seconds don't forget | Kenneth R Westerback |
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 |