| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r1.121 and rewrite merge_option_data() to achieve same effect |  krw | 2020-07-07 | 1 | -29/+28 |
* | extract_classless_route() -> extract_route() as there is only the one route |  krw | 2020-05-21 | 1 | -3/+3 |
* | Massage merge_option_data() to be more careful when dealing with 'D' |  krw | 2020-05-14 | 1 | -7/+32 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -7/+7 |
* | Swap (opcount >= opleft || opcount == -1) to (opcount == -1 || opcount >= opleft) like |  krw | 2019-06-22 | 1 | -4/+4 |
* | Add human readable parsing/display of RFC1035 data in domain-search |  krw | 2019-04-02 | 1 | -115/+52 |
* | Revert parts of recent changes to pretty_print_domain_search(). Parts |  krw | 2019-03-22 | 1 | -14/+7 |
* | Simplify merge_option_data() with strpbrk(). |  krw | 2019-03-21 | 1 | -3/+3 |
* | Do not accept dhclient.conf(5) "prepend" or "append" statements when |  krw | 2019-03-20 | 1 | -1/+51 |
* | Use same idiom for pretty_print_domain_search() and |  krw | 2019-03-18 | 1 | -10/+18 |
* | No need to re-implement realloc(). Just use it |  krw | 2018-07-22 | 1 | -31/+15 |
* | Tweak comment about truncating NULs to reflect new |  krw | 2018-07-22 | 1 | -3/+2 |
* | When finished pulling an option out of a buffer, skip directly to the |  krw | 2018-07-22 | 1 | -2/+2 |
* | Reading past the end of a buffer is bad, Even if the |  krw | 2018-07-21 | 1 | -3/+9 |
* | Repair printing of classless-static-routes to leases |  krw | 2017-10-11 | 1 | -4/+11 |
* | Wrong captilization, long lines. |  krw | 2017-09-20 | 1 | -5/+8 |
* | Create global 'log_procname' and set it to '<ifname>' or |  krw | 2017-09-17 | 1 | -27/+31 |
* | Strive to rationalize fatal[x]() usage and |  krw | 2017-09-14 | 1 | -5/+3 |
* | Tweak extract_classless_route() to return unsigned int |  krw | 2017-09-09 | 1 | -4/+4 |
* | Two stray "if (p)" -> "if (p != NULL)" and |  krw | 2017-09-01 | 1 | -2/+2 |
* | Add a utility function extract_classless_route() and |  krw | 2017-08-29 | 1 | -28/+19 |
* | No need for pretty_print_classless() to use |  krw | 2017-08-28 | 1 | -20/+18 |
* | Replace remaining "!var" expressions with |  krw | 2017-07-14 | 1 | -14/+14 |
* | Replace remaining "!<pointer>" expressions with |  krw | 2017-07-14 | 1 | -5/+7 |
* | Use a modern spacious idiom on all function local variable |  krw | 2017-07-10 | 1 | -20/+20 |
* | Be consistent. "return (e);" -> "return e;" |  krw | 2017-07-09 | 1 | -24/+24 |
* | Fold tables.c into options.c and stop exporting the one |  krw | 2017-07-08 | 1 | -27/+361 |
* | Always use uintNN_t instead of sometimes u_intNN_t |  krw | 2017-07-08 | 1 | -14/+15 |
* | Replace the many occurances of '256' with a new #define |  krw | 2017-07-07 | 1 | -3/+3 |
* | Rename cons_options() to pack_options(), and do_packet() to |  krw | 2017-07-07 | 1 | -84/+20 |
* | cons_options() only needs to know a buffer and a length to |  krw | 2017-07-06 | 1 | -38/+2 |
* | Nuke unused parameter 'client_addr' from the 'handlers', i.e. |  krw | 2017-06-15 | 1 | -4/+3 |
* | Move xid, secs, first_sending, startup_time fields from |  krw | 2017-06-14 | 1 | -4/+3 |
* | Start consolidating client_state into interface_info. First |  krw | 2017-06-14 | 1 | -4/+3 |
* | Rename 'packet' field to 'recv_packet' and 'bootrequest_packet' |  krw | 2017-06-13 | 1 | -5/+5 |
* | Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for the |  krw | 2017-04-09 | 1 | -4/+4 |
* | Reduce the overburden of signed vs unsigned comparisons by sprinkling |  krw | 2017-04-08 | 1 | -4/+7 |
* | Replace another snprintf() dance with easier to read code using |  krw | 2017-04-08 | 1 | -28/+33 |
* | Replace a mess of snprintf() dances with easier to read code using |  krw | 2017-04-08 | 1 | -39/+24 |
* | Simply decoding of domain search option. No intentional functional |  krw | 2017-04-07 | 1 | -20/+11 |
* | Fix dhclient vis/unvis of strings stored in the leases file. |  krw | 2017-03-26 | 1 | -5/+4 |
* | Add comments to #endif's to allow easy differentiation between many |  krw | 2017-03-08 | 1 | -8/+8 |
* | Adjust lines that are too long. |  krw | 2017-02-12 | 1 | -11/+13 |
* | Switch from 'legacy' errwarn.c to standard daemon logging functions. |  krw | 2017-02-12 | 1 | -27/+28 |
* | Add support for RFC 6842, which says the client MUST drop packets when |  krw | 2016-10-06 | 1 | -1/+18 |
* | Kill 'ifi' global. |  mpi | 2016-09-02 | 1 | -3/+4 |
* | Remove the 'client' global and make it per-ifp. |  mpi | 2016-08-31 | 1 | -2/+4 |
* | Make the 'ifi' global local to dhclient.c and pass it as an argument to |  mpi | 2016-08-23 | 1 | -3/+3 |
* | Eliminate #include inside *.h files and include only needed headers in |  krw | 2016-02-06 | 1 | -2/+18 |
* | Give dhclient(8) the ability to use option 119, a.k.a. "Domain |  krw | 2015-10-26 | 1 | -1/+125 |