Age | Commit message (Expand) | Author |
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 |
2013-05-02 | Enough of the hand-rolling of queues. Turn client->leases and | Kenneth R Westerback |
2013-04-27 | Use same parse_date() and date writing logic as in dhcpd. i.e. | Kenneth R Westerback |
2013-04-05 | Nuke parameter to do_packet() not used since 2006. From dhill. | Kenneth R Westerback |
2013-03-30 | Since deleting all the addresses on an interface removes all the | Kenneth R Westerback |
2013-02-18 | Rework log messages to be more useful. Rename | Kenneth R Westerback |
2013-02-17 | Using the value SIGQUIT to cause the dispatch loops to exit produced | Kenneth R Westerback |
2013-02-14 | Don't rely on the packet buffer (client->packet) being preserved between | Kenneth R Westerback |
2013-02-03 | Remove unused (a.k.a. always passed NULL) parameter 'data' from | Kenneth R Westerback |
2013-01-27 | Refactor code a bit. Calculate resolv.conf contents once when binding a | Kenneth R Westerback |
2013-01-26 | Read /etc/resolv.conf.tail once on startup and save contents for | Kenneth R Westerback |
2013-01-26 | Whitespace tweaks. | Kenneth R Westerback |
2013-01-18 | Add command line option '-L' that specifies an optional file into which | Kenneth R Westerback |
2013-01-17 | Try harder to clear out default routes on the interface being | Kenneth R Westerback |
2013-01-16 | Unrevert last reversion. otto@ pointed out that it wasn't asprintf() | Kenneth R Westerback |
2013-01-16 | Revert last. asprintf() breaks something. | Kenneth R Westerback |
2013-01-16 | Use the magic of asprintf() to produce more informative error | Kenneth R Westerback |
2013-01-05 | Change write_client_lease() into lease_as_string() and modify | Kenneth R Westerback |
2012-12-19 | Don't attempt to delete an address that has already been deleted | Kenneth R Westerback |
2012-12-04 | Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing | Kenneth R Westerback |
2012-12-02 | Try harder to cleanup when exiting. In particular catch signals | Kenneth R Westerback |
2012-11-27 | Clean up parsing of option lists. Part 6. | Kenneth R Westerback |
2012-11-25 | Clean up parsing of option lists. Part 1. | Kenneth R Westerback |
2012-11-23 | Use the libutil imsg framework rather than a hand-rolled local | Kenneth R Westerback |