Age | Commit message (Expand) | Author |
2017-07-14 | Replace remaining "!var" expressions with | Kenneth R Westerback |
2017-07-14 | Replace remaining "!<pointer>" expressions with | Kenneth R Westerback |
2017-07-10 | Use a modern spacious idiom on all function local variable | Kenneth R Westerback |
2017-07-09 | Be consistent. "return (e);" -> "return e;" | Kenneth R Westerback |
2017-07-08 | Fold tables.c into options.c and stop exporting the one | 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-07 | Rename cons_options() to pack_options(), and do_packet() to | Kenneth R Westerback |
2017-07-06 | cons_options() only needs to know a buffer and a length to | Kenneth R Westerback |
2017-06-15 | Nuke unused parameter 'client_addr' from the 'handlers', i.e. | Kenneth R Westerback |
2017-06-14 | Move xid, secs, first_sending, startup_time fields from | Kenneth R Westerback |
2017-06-14 | Start consolidating client_state into interface_info. First | Kenneth R Westerback |
2017-06-13 | Rename 'packet' field to 'recv_packet' and 'bootrequest_packet' | Kenneth R Westerback |
2017-04-09 | Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for the | Kenneth R Westerback |
2017-04-08 | Reduce the overburden of signed vs unsigned comparisons by sprinkling | Kenneth R Westerback |
2017-04-08 | Replace another snprintf() dance with easier to read code using | Kenneth R Westerback |
2017-04-08 | Replace a mess of snprintf() dances with easier to read code using | Kenneth R Westerback |
2017-04-07 | Simply decoding of domain search option. No intentional functional | Kenneth R Westerback |
2017-03-26 | Fix dhclient vis/unvis of strings stored in the leases file. | Kenneth R Westerback |
2017-03-08 | Add comments to #endif's to allow easy differentiation between many | 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-02 | Kill 'ifi' global. | Martin Pieuchot |
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-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 |
2014-10-27 | Nuke getLong(), getShort(), getUShort(). Two line functions (memcpy(); | Kenneth R Westerback |
2014-10-27 | htonl(ntohl(memcpy'd buf)) seems like the long way around to copy | Kenneth R Westerback |
2014-10-27 | Zap extraneous whitespace and a stuttered extra 'break;'. | Kenneth R Westerback |
2014-07-28 | Fix memory exhaustion occurring on DHCP options with 0 length. | Tobias Stoeckmann |
2014-07-09 | Special case pretty printing of DHO_CLASSLESS_STATIC_ROUTES and | Kenneth R Westerback |
2014-05-05 | Zap trailing whitespace. Started by pointed comments from andre@. | Kenneth R Westerback |
2014-01-21 | Add parsing for options 121 (classless-static-routes) and 249 | Kenneth R Westerback |
2014-01-19 | We don't have any (and I can't find elsewhere) signed 16 bit or | Kenneth R Westerback |
2013-12-30 | Replace yet another hand-rolled list with a TAILQ. reject_list this | Kenneth R Westerback |
2013-12-22 | Setting format id to 't' when it's already 't' is a waste of | Kenneth R Westerback |
2013-12-22 | No need to change format id 'X' (ascii or hex) to 'x' (hex) while | Kenneth R Westerback |
2013-12-21 | Introduce pretty_print_string() and use for printing both text | Kenneth R Westerback |
2013-12-18 | Code existed to print non-printable characters in strings written | Kenneth R Westerback |
2013-12-14 | Start cleanup/fixup of pretty printing of option data. Use snprintf() | Kenneth R Westerback |
2013-12-12 | Delete spurious blank line. | Kenneth R Westerback |
2013-12-12 | Eliminate (most) double decrements of remaining space in the pretty | Kenneth R Westerback |
2013-12-06 | Having stopped pretending we handle anything but ethernet packets, | Kenneth R Westerback |
2013-07-11 | Put more debug verbiage under DEBUG. Add a few more debug messages. | Kenneth R Westerback |
2013-07-07 | Remove erroneous warnings -- we do not reject offers just because the | Kenneth R Westerback |
2013-07-06 | Fix a lie in one comment and zap a pointless sentence in another. | Kenneth R Westerback |
2013-05-02 | Bunch of comment/whitespace cleanup. Eliminate some misleading or | Kenneth R Westerback |
2013-04-05 | Nuke parameter to do_packet() not used since 2006. From dhill. | Kenneth R Westerback |