summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/dhcpd.h
AgeCommit message (Expand)Author
2010-01-02Eliminate all uses of dmalloc() where the returned pointerKenneth R Westerback
2010-01-01Wrappers around a wrapper around free() are of no more use thanKenneth R Westerback
2010-01-01A slightly more complex calloc() wrapper wrapper, new_hash_table(),Kenneth R Westerback
2010-01-01Another calloc() wrapper wrapper, new_tree(), bites the dust.Kenneth R Westerback
2010-01-01Two more calloc() wrapper wrappers, new_shared_network() andKenneth R Westerback
2010-01-01Single-use wrapper functions that just call a wrapper functionKenneth R Westerback
2010-01-01Delete unused declarations.Kenneth R Westerback
2010-01-01Plug a potential leak similar to the one parfait spotted and TheoKenneth R Westerback
2008-05-07Add synchronisation support for dhcpd - this allows for two dhcpd'sBob Beck
2008-01-18Call store_options() with correct cutoff values, i.e. ones not 7 bytesKenneth R Westerback
2007-10-29More tweaking of option processing, this time around the creation ofKenneth R Westerback
2007-02-22another dead extern; Mark Lumsden <mark@cyodesigns.com>Henning Brauer
2007-02-18unused extern declHenning Brauer
2007-02-06spacesKevin Steves
2007-02-06remove some dangling function prototypesKevin Steves
2007-01-04<sys/un.h> not neededKevin Steves
2006-12-17remove one-lease-per-client parameter which was never implemented (itKevin Steves
2006-12-12<signal.h> not neededKevin Steves
2006-12-11spacesKevin Steves
2006-11-22small header cleanup:Kevin Steves
2006-11-21remove unused #defines;Kevin Steves
2006-11-21re-order includes and eliminate duplicates, no binary change; ok henning@Kevin Steves
2006-11-20KNF (no space before '['); ok henning@Kevin Steves
2006-06-14This diff allows dhcpd to put active leases into a pf table. Dhcpd will thenChris Kuethe
2006-06-14Move the transmission of privsep messages into its own function. WhereverChris Kuethe
2006-05-31This diff makes dhcpd able to manipulate pf tables on certain lease events.Chris Kuethe
2006-05-30This patch renames dhcpd's "struct timeout" to "struct dhcpd_timeout"Chris Kuethe
2006-05-11If a list of interfaces is supplied via the command line orKenneth R Westerback
2004-10-31change the undocumented -t flag to -n used for configuration testingCan Erkin Acar
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-09-16Remove the not initialized fallback_interface code and use the normal bpfClaudio Jeker
2004-05-04remove DEBUG_PACKET stuff; henning okTheo de Raadt
2004-05-04remove things not used, spotted by lint mostly; ok henningTheo de Raadt
2004-04-22instead of using some lower 16 bits of some address on the stack thatHenning Brauer
2004-04-21filter writes and lock bpf descriptor, ok henning@Can Erkin Acar
2004-04-20$OpenBSD$Henning Brauer
2004-04-18various knf; henning okTheo de Raadt
2004-04-14spacesTheo de Raadt
2004-04-14fold in 10liners and clean up other .hs a bitHenning Brauer
2004-04-14more crap bites the dustHenning Brauer
2004-04-14bye byeHenning Brauer
2004-04-14dhcpd may know about a thousand strange things to get packets onto the wire,Henning Brauer
2004-04-13time_t and kill a few dumb definesHenning Brauer
2004-04-13may the whacking beginHenning Brauer