summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/dhcpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch domain-search parsing from hand rolled hex string tokrw2019-05-081-1/+2
* Remove unused structs and defines, from Edgar Pettijohn. ok jca@rob2017-08-041-40/+1
* Removed unused struct, also noticed by Edgar Pettijohn. ok jca@, krw@rob2017-07-311-6/+1
* Add 'echo-client-id' statment, so that RFC 6842 behaviour can bekrw2017-04-241-1/+2
* Tweak parameters to decode_*, add a check or two, and thus gain most of thekrw2017-04-181-5/+3
* Use better types for checksum() parameters and local var fromkrw2017-04-171-2/+2
* Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields,krw2017-04-131-102/+1
* Bring parse_warn() into the log.[ch] 21st century and adopt the "^"krw2017-02-161-3/+1
* Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andkrw2017-02-131-2/+1
* Adjust some long lines.krw2017-02-131-12/+12
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-9/+2
* Move parse_warning() into parse.c to prepare to replace errwarn.ckrw2017-02-111-2/+6
* Add support for RFC 6842. RFC 2131 said the server MUST NOT echokrw2016-10-061-1/+3
* Don't leak the option data of non-DHCPINFORM messages received onkrw2016-08-051-2/+2
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-32/+1
* Fix DHCPINFORM not to lookup the lease database, not to fill the yiaddryasuoka2014-07-111-1/+2
* Add -u option to bind UDP port as a socket to answer DHCPINFORM fromyasuoka2014-07-111-3/+7
* back out the previous ICMP simplifying diff, it caused livelocks.pelikan2014-05-071-4/+4
* Don't call the BOOTP handler indirectly.pelikan2014-05-051-3/+1
* Don't call the ICMP handler indirectly + clean up a bit.pelikan2014-05-051-4/+4
* Replace hand-rolled date printing/parsing code with strftime()/strptime().krw2013-04-171-1/+4
* Remove unused (a.k.a. always passed NULL) parameter 'data' fromkrw2013-02-031-2/+2
* If interfaces are specified, get their rdomain and bind dhcpd into the sameclaudio2010-04-191-2/+2
* Eliminate all uses of dmalloc() where the returned pointerkrw2010-01-021-3/+1
* Wrappers around a wrapper around free() are of no more use thankrw2010-01-011-4/+1
* A slightly more complex calloc() wrapper wrapper, new_hash_table(),krw2010-01-011-2/+1
* Another calloc() wrapper wrapper, new_tree(), bites the dust.krw2010-01-011-2/+1
* Two more calloc() wrapper wrappers, new_shared_network() andkrw2010-01-011-3/+1
* Single-use wrapper functions that just call a wrapper functionkrw2010-01-011-5/+1
* Delete unused declarations.krw2010-01-011-13/+1
* Plug a potential leak similar to the one parfait spotted and Theokrw2010-01-011-2/+1
* Add synchronisation support for dhcpd - this allows for two dhcpd'sbeck2008-05-071-1/+2
* Call store_options() with correct cutoff values, i.e. ones not 7 byteskrw2008-01-181-3/+1
* More tweaking of option processing, this time around the creation ofkrw2007-10-291-4/+3
* another dead extern; Mark Lumsden <mark@cyodesigns.com>henning2007-02-221-3/+1
* unused extern declhenning2007-02-181-2/+1
* spacesstevesk2007-02-061-3/+3
* remove some dangling function prototypesstevesk2007-02-061-7/+1
* <sys/un.h> not neededstevesk2007-01-041-2/+1
* remove one-lease-per-client parameter which was never implemented (itstevesk2006-12-171-2/+1
* <signal.h> not neededstevesk2006-12-121-2/+1
* spacesstevesk2006-12-111-2/+2
* small header cleanup:stevesk2006-11-221-2/+1
* remove unused #defines;stevesk2006-11-211-53/+3
* re-order includes and eliminate duplicates, no binary change; ok henning@stevesk2006-11-211-29/+22
* KNF (no space before '['); ok henning@stevesk2006-11-201-25/+25
* This diff allows dhcpd to put active leases into a pf table. Dhcpd will thenckuethe2006-06-141-1/+2
* Move the transmission of privsep messages into its own function. Whereverckuethe2006-06-141-1/+2
* This diff makes dhcpd able to manipulate pf tables on certain lease events.ckuethe2006-05-311-1/+18
* This patch renames dhcpd's "struct timeout" to "struct dhcpd_timeout"ckuethe2006-05-301-4/+4