summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/dhcp.c
AgeCommit message (Expand)Author
2006-12-15small KNFKevin Steves
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-03-16KNF. No binary change.Claudio Jeker
2006-03-13tiny bit of delinting; ok krw@Otto Moerbeek
2005-11-22fix problem of dhcp server looping with "already acking lease"Bob Beck
2005-01-31Be a bit more paranoid about leases that are currently acked. There is aClaudio Jeker
2005-01-31Simply use the ethernet source address of the request as new ethernetClaudio Jeker
2005-01-29Fix memory leak when supersede_lease() fails and it is a DHCPACKTodd C. Miller
2004-12-06Bah, unbreak. from not form. Noticed by Dan Harnett.Claudio Jeker
2004-12-06Set correct source address for relayed packets. This affects only setups thatClaudio Jeker
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-24typo; From: Andrey Matveev <andrushock@korovino.net>Henning Brauer
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-21filter writes and lock bpf descriptor, ok henning@Can Erkin Acar
2004-04-20$OpenBSD$Henning Brauer
2004-04-19Catch negative lease times. From openbsd@nerd-marrow.com in PR 2888,Tom Cosgrove
2004-04-18spacingTheo de Raadt
2004-04-18various knf; henning okTheo de Raadt
2004-04-16a bunch of knf, ok henningTheo de Raadt
2004-04-14spacesTheo de Raadt
2004-04-13time_t and kill a few dumb definesHenning Brauer
2004-04-13may the whacking beginHenning Brauer