| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop checking 'epoch' in get_recorded_lease() and just set it as |  krw | 2021-02-27 | 1 | -1/+3 |
* | Rename struct client_config fields 'timeout', 'link_timeout' and |  krw | 2021-02-21 | 1 | -9/+10 |
* | Simplify '-i' handling, failing immediately during command line parsing |  krw | 2020-12-10 | 1 | -43/+16 |
* | Oops. Missed chunk in previous. |  krw | 2020-12-06 | 1 | -4/+6 |
* | Repair 'domain-search' parsing broken in r1.191. |  krw | 2020-05-13 | 1 | -10/+11 |
* | We don't count a terminating NUL in the length of option data. |  krw | 2020-05-13 | 1 | -3/+3 |
* | Nuke a variable that is always set to 0. |  krw | 2020-05-13 | 1 | -4/+3 |
* | No need to memcpy() into a string created by strdup(). |  krw | 2020-05-13 | 1 | -3/+2 |
* | Tweak dhclient(8) timing defaults depending on SMALL rather than using |  krw | 2020-02-02 | 1 | -3/+9 |
* | Reject leases that do not provide a subnet mask for the address being |  krw | 2019-12-17 | 1 | -1/+4 |
* | Compilers may not be as magical as I hope, so revert to using memcpy() |  krw | 2019-07-23 | 1 | -4/+7 |
* | Cleanup/simplify parse_number(): |  krw | 2019-07-22 | 1 | -25/+28 |
* | Eliminate pointless "... else {}" branch to improve readability. |  krw | 2019-07-22 | 1 | -8/+7 |
* | Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameter |  krw | 2019-07-21 | 1 | -11/+13 |
* | Use same 'switch (token) ...' idiom in parse_lease_decl() and |  krw | 2019-07-20 | 1 | -109/+94 |
* | Sort TOK_USELEASE case into proper alphabetic location in |  krw | 2019-07-20 | 1 | -27/+24 |
* | Nuke a bunch of 'name' parameters that haven't been used since |  krw | 2019-07-19 | 1 | -9/+8 |
* | write_lease_db() only needs ifi->name and ifi->lease_db. |  krw | 2019-06-29 | 1 | -6/+6 |
* | Add human readable parsing/display of RFC1035 data in domain-search |  krw | 2019-04-02 | 1 | -1/+67 |
* | Do not accept dhclient.conf(5) "prepend" or "append" statements when |  krw | 2019-03-20 | 1 | -4/+10 |
* | Restructure code to simplifiy imsg communications, further separating |  krw | 2019-02-12 | 1 | -40/+1 |
* | Rename ACTION_NONE to ACTION_USELEASE. TOK_NOACTION to TOK_USELEASE. |  krw | 2019-01-26 | 1 | -5/+5 |
* | Add 'uselease' statement to allow the disabling of built-in or |  krw | 2019-01-26 | 1 | -1/+24 |
* | Oops. Nuke debug statement that snuck it. |  krw | 2019-01-18 | 1 | -2/+2 |
* | Shuffle lease file reading code to improve clarity and shorten some |  krw | 2019-01-18 | 1 | -30/+29 |
* | Yet another long line broke cover. |  krw | 2019-01-18 | 1 | -3/+3 |
* | Be consistent in explicitly testing memcmp() return values. |  krw | 2019-01-18 | 1 | -2/+2 |
* | Make apply_ignore_list(), set_default_hostname(), |  krw | 2019-01-14 | 1 | -2/+12 |
* | Abstract allocation and initialization of config global |  krw | 2019-01-14 | 1 | -11/+22 |
* | set_default_client_identifier() only needs the |  krw | 2019-01-14 | 1 | -3/+3 |
* | Check NULLness of ignore list inside apply_ignore_list() and not |  krw | 2019-01-14 | 1 | -1/+4 |
* | Abstract /etc/resolv.conf.tail reading out of main() |  krw | 2019-01-13 | 1 | -1/+40 |
* | White space nits. |  krw | 2019-01-13 | 1 | -2/+3 |
* | Shuffle apply_ignore_list(), set_default_client_identifier() and |  krw | 2019-01-13 | 1 | -1/+101 |
* | No names in function prototypes. Spaces after commas in |  krw | 2018-11-04 | 1 | -3/+3 |
* | Fix 'ignore ;' so that it really does reset the ignore list. |  krw | 2018-02-10 | 1 | -5/+15 |
* | Flip -q (be quiet) into -v (be noisy), making terseness the default |  krw | 2018-02-06 | 1 | -2/+2 |
* | Complete and fix grammar in comments and bring grammar terms, |  krw | 2018-01-05 | 1 | -66/+69 |
* | Compact some whitespace, unsplit now shorter lines. |  krw | 2018-01-04 | 1 | -11/+9 |
* | Comments and grammar use '_decl' so use _decl instead of _declaration |  krw | 2018-01-04 | 1 | -12/+11 |
* | parse_lease_time() is an unnecessary abstraction. Just use |  krw | 2018-01-04 | 1 | -8/+23 |
* | We only parse decimal numbers, so parse_decimal() -> parse_number() to |  krw | 2018-01-04 | 1 | -6/+6 |
* | More grammar comments improvements. |  krw | 2018-01-02 | 1 | -49/+61 |
* | Tweak syntax comments into consistency and completeness. |  krw | 2018-01-01 | 1 | -45/+51 |
* | Stop inserting and paying attention to 'interface <if>;' |  krw | 2017-12-18 | 1 | -13/+5 |
* | Further simplifY lease parsing. Fold add_lease() into read_lease_db(), |  krw | 2017-12-17 | 1 | -53/+45 |
* | With leases no longer in dhclient.conf, rename a bunch of |  krw | 2017-12-16 | 1 | -31/+31 |
* | Fix whitespace botch that snuck in. |  krw | 2017-12-13 | 1 | -2/+2 |
* | Simplifiy parser by not worrying about nesting 'interface <if> {}' |  krw | 2017-12-13 | 1 | -13/+7 |
* | Add ACTION_IGNORE and nuke ignored_options, ignored_option_count fields |  krw | 2017-12-09 | 1 | -4/+7 |