summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/tables.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch domain-search parsing from hand rolled hex string tokrw2019-05-081-3/+6
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-2/+3
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-1/+12
* Do not send routers (option 3) or static routes (option 33) whenkrw2015-06-271-3/+5
* Add parsing for options 121 (classless-static-routes) and 249krw2014-01-211-3/+3
* Echo back the Relay Agent Information option if present (RFC 3046).reyk2009-09-011-4/+5
* add option 150, voip-configuration-server, as an array of IP addresses;sthen2009-01-131-2/+2
* option 144 is commonly used for tftp-config-file.dlg2008-04-041-2/+2
* option 252 is generally used to specify an autoproxy-script on a subnet.dlg2008-03-171-2/+2
* More tweaking of option processing, this time around the creation ofkrw2007-10-291-6/+9
* Remove duplicate DHO_HOST_NAME entry and add missingkrw2007-10-281-18/+22
* various knf; henning okderaadt2004-04-181-2/+1
* the ones from dhclient do, and they're already KNF'd and annsified...henning2004-04-141-35/+40
* may the whacking beginhenning2004-04-131-0/+687