Age | Commit message (Expand) | Author |
2017-07-08 | Always use strcasecmp() when comparing user input to option | Kenneth R Westerback |
2017-07-08 | Always use uintNN_t instead of sometimes u_intNN_t | Kenneth R Westerback |
2017-07-07 | Replace the many occurances of '256' with a new #define | Kenneth R Westerback |
2017-07-05 | Remove knowledge of struct interface_info from clparse.c. Just | Kenneth R Westerback |
2017-06-29 | Nuke undocumented long-deprecated and/or unsupported lease | Kenneth R Westerback |
2017-06-16 | Nuke 'is_bootp' field and just use a #define to check if the lease | Kenneth R Westerback |
2017-06-14 | Move active, new, offered_leases, leases from | Kenneth R Westerback |
2017-06-10 | Nuke unused field bootp_policy and associated enum{}. | Kenneth R Westerback |
2017-04-08 | Reduce the overburden of signed vs unsigned comparisons by sprinkling | Kenneth R Westerback |
2017-04-04 | Treat SSID's like the 0 to 32 bytes of uint8_t data that they really | Kenneth R Westerback |
2017-04-03 | Change parse_string() to take an optional integer pointer that can | Kenneth R Westerback |
2017-04-03 | Tweak parse_string() to not consume the ';'. Simplifies/shortens | Kenneth R Westerback |
2017-04-03 | Tweak 'expecting' parse_warn() messages to be more consistent. | Kenneth R Westerback |
2017-02-12 | Adjust lines that are too long. | Kenneth R Westerback |
2017-02-12 | Switch from 'legacy' errwarn.c to standard daemon logging functions. | Kenneth R Westerback |
2016-10-06 | Add support for RFC 6842, which says the client MUST drop packets when | Kenneth R Westerback |
2016-09-30 | Zap stray whitespace. | Kenneth R Westerback |
2016-09-01 | Cut back the default values for the various timeout/interval values. We no | Kenneth R Westerback |
2016-09-01 | Informative comments describing the various timing fields (initial_interval, | Kenneth R Westerback |
2016-08-31 | Remove the 'client' global and make it per-ifp. | Martin Pieuchot |
2016-08-23 | Make the 'ifi' global local to dhclient.c and pass it as an argument to | Martin Pieuchot |
2016-08-16 | Track SSID in leases file and only consider leases from the current SSID when | Kenneth R Westerback |
2016-07-31 | Ask for DHO_BOOTFILE_NAME and DHO_TFTP_SERVER by default. May prove | Kenneth R Westerback |
2016-06-03 | The networks I use are sufficiently fast that a 10 second "reboot" timeout | Ted Unangst |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2015-10-26 | Give dhclient(8) the ability to use option 119, a.k.a. "Domain | Kenneth R Westerback |
2015-05-18 | Tweak parsing so that hostnames starting with 0-9 are accepted. | Kenneth R Westerback |
2015-02-01 | free(NULL) works, so stop checking for non-zero length allocation | Kenneth R Westerback |
2014-11-03 | Don't leak static leases when the 'lease {}' parsing fails or one static | Kenneth R Westerback |
2014-11-02 | Pesky whitespace and spurious parenthesis. | Kenneth R Westerback |
2014-10-27 | Zap extraneous whitespace and a stuttered extra 'break;'. | Kenneth R Westerback |
2014-05-12 | Since all static leases are in one file, /etc/dhclient.conf, there is no | Kenneth R Westerback |
2014-05-11 | Rework/restore recorded lease handling. Actually use 'lease' | Kenneth R Westerback |
2014-05-05 | Zap trailing whitespace. Started by pointed comments from andre@. | Kenneth R Westerback |
2014-05-05 | A couple of malloc()+memset(0) -> calloc. | Kenneth R Westerback |
2014-01-25 | Correct parsing of dhclient.conf statements 'fixed-address' and | Kenneth R Westerback |
2014-01-21 | Allow dhclient.conf to specify 'fixed-address', 'next-server', | Kenneth R Westerback |
2014-01-21 | Add parsing for options 121 (classless-static-routes) and 249 | Kenneth R Westerback |
2014-01-20 | Don't silently skip the next statement when encountering an | Kenneth R Westerback |
2014-01-20 | Cast pointer to (u_int8_t *) when assigning it to a u_int8_t * | Kenneth R Westerback |
2014-01-19 | We don't have any (and I can't find elsewhere) signed 16 bit or | Kenneth R Westerback |
2014-01-19 | Redo the parsing of numbers to improve the error messages and | Kenneth R Westerback |
2014-01-19 | Rename parse_hardware_param() to parse_ethernet() to reflect what | Kenneth R Westerback |
2014-01-18 | Remove superfluous assignment to local variable 'val' just before | Kenneth R Westerback |
2014-01-18 | Make parse_warn() messages consistantly use 'expecting' rather | Kenneth R Westerback |
2014-01-18 | Never silently consume the following statement when unexpectedly | Kenneth R Westerback |
2014-01-17 | Make parse_X return -1 when it encounters a parsing error. Enables | Kenneth R Westerback |
2014-01-13 | peek_token() a bit more to replace a bunch of manual checks with | Kenneth R Westerback |
2014-01-13 | Don't eat another token looking for a ';' after skip_to_semi() has | Kenneth R Westerback |
2014-01-13 | No need to 'clear the peek buffer' when closing a file. The next | Kenneth R Westerback |