Age | Commit message (Expand) | Author |
2017-04-05 | Shuffle sendhup() into dispatch.c, the only place it is used. | Kenneth R Westerback |
2017-04-04 | Send a RTM_PROPOSAL to clear out other dhclient instances on startup. | 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-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-02-12 | Switch from 'legacy' errwarn.c to standard daemon logging functions. | Kenneth R Westerback |
2017-02-11 | Move parse_warning() into parse.c to prepare to replace errwarn.c | 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-08-16 | Track SSID in leases file and only consider leases from the current SSID when | Kenneth R Westerback |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2015-12-12 | Send DECLINE messages in response to ACK messages that turn out to | Kenneth R Westerback |
2015-10-26 | Give dhclient(8) the ability to use option 119, a.k.a. "Domain | Kenneth R Westerback |
2015-08-19 | Missing prototypes. Noted by deraadt@ | Kenneth R Westerback |
2015-05-18 | Stop rejecting leases with a subnet that overlaps a subnet already | Kenneth R Westerback |
2015-02-10 | Groundwork for better route support over multiple interfaces by | Kenneth R Westerback |
2015-02-07 | GC unused parameters now that ifname and rdomain are not used in | Kenneth R Westerback |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-10 | Reusing the same field for different things in different contexts may | Kenneth R Westerback |
2014-12-05 | Move initial wait for network link into the state machine by adding | Kenneth R Westerback |
2014-11-23 | Rename discover_interface() to more meaningful get_hw_address(). | Kenneth R Westerback |
2014-11-23 | Cleanup some struct interface_info fields. Make 'nomedia' a flag. Replace | Kenneth R Westerback |
2014-11-01 | Try to ensure that the various lease timeouts are sane. i.e., renew | Kenneth R Westerback |
2014-10-29 | Calling a function to htonl() a constant 32-bit value into a stack | Kenneth R Westerback |
2014-10-27 | Nuke getLong(), getShort(), getUShort(). Two line functions (memcpy(); | Kenneth R Westerback |
2014-05-23 | A #define to rename another #define which is then used only once introduces | Kenneth R Westerback |
2014-04-30 | Preserve intended chronological order of leases in | Kenneth R Westerback |
2014-04-17 | Eliminate a couple of always-NULL parameters. Eliminate some | Kenneth R Westerback |
2014-02-09 | Don't use imsg_flush(), roll a local flush_unpriv_ibuf() that loops | 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-19 | Nuke unused functions putLong(), putUShort(), putShort(). | 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-13 | warning(), note(), debug(), parse_warn() always return 0, which no | Kenneth R Westerback |
2014-01-12 | Since the return value of read_client_conf() is not checked, don't | Kenneth R Westerback |
2013-12-30 | Replace yet another hand-rolled list with a TAILQ. reject_list this | Kenneth R Westerback |
2013-12-21 | Introduce pretty_print_string() and use for printing both text | Kenneth R Westerback |
2013-12-12 | Assemble outgoing packets using iovec to combine the (optional) | Kenneth R Westerback |
2013-12-06 | Having stopped pretending we handle anything but ethernet packets, | Kenneth R Westerback |
2013-11-19 | include queue.h directly instead of relying on if.h to provide it; | Mike Belopuhov |
2013-11-11 | Shuffle function prototypes and extern declarations around to | Kenneth R Westerback |
2013-10-22 | Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the | Kenneth R Westerback |
2013-06-09 | Make route adding interface more flexible by passing flags to be | Kenneth R Westerback |
2013-06-09 | Re-apply route adding code refactoring -- it wasn't the problem that | Kenneth R Westerback |
2013-06-09 | Backout static/classless route handling and default route refactoring | Kenneth R Westerback |
2013-06-01 | Refactor the default route adding code to use a general route adding | Kenneth R Westerback |
2013-05-05 | Add a flag to struct client_state (IS_RESPONSIBLE) to record when | Kenneth R Westerback |
2013-05-02 | Bunch of comment/whitespace cleanup. Eliminate some misleading or | Kenneth R Westerback |