index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dhcpd
/
dhcp.c
Age
Commit message (
Expand
)
Author
2006-12-15
small KNF
Kevin Steves
2006-06-14
Move the transmission of privsep messages into its own function. Wherever
Chris Kuethe
2006-05-31
This diff makes dhcpd able to manipulate pf tables on certain lease events.
Chris Kuethe
2006-03-16
KNF. No binary change.
Claudio Jeker
2006-03-13
tiny bit of delinting; ok krw@
Otto Moerbeek
2005-11-22
fix problem of dhcp server looping with "already acking lease"
Bob Beck
2005-01-31
Be a bit more paranoid about leases that are currently acked. There is a
Claudio Jeker
2005-01-31
Simply use the ethernet source address of the request as new ethernet
Claudio Jeker
2005-01-29
Fix memory leak when supersede_lease() fails and it is a DHCPACK
Todd C. Miller
2004-12-06
Bah, unbreak. from not form. Noticed by Dan Harnett.
Claudio Jeker
2004-12-06
Set correct source address for relayed packets. This affects only setups that
Claudio Jeker
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-09-16
Remove the not initialized fallback_interface code and use the normal bpf
Claudio Jeker
2004-05-24
typo; From: Andrey Matveev <andrushock@korovino.net>
Henning Brauer
2004-05-04
remove DEBUG_PACKET stuff; henning ok
Theo de Raadt
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-04-21
filter writes and lock bpf descriptor, ok henning@
Can Erkin Acar
2004-04-20
$OpenBSD$
Henning Brauer
2004-04-19
Catch negative lease times. From openbsd@nerd-marrow.com in PR 2888,
Tom Cosgrove
2004-04-18
spacing
Theo de Raadt
2004-04-18
various knf; henning ok
Theo de Raadt
2004-04-16
a bunch of knf, ok henning
Theo de Raadt
2004-04-14
spaces
Theo de Raadt
2004-04-13
time_t and kill a few dumb defines
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer