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
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-04-15
Avoid using inet_ntoa() twice in a single printf() parameter list
Kenneth R Westerback
2014-11-11
Tweak the the DHCPACK to DHCPINFORM log entry so that it is
Kenneth R Westerback
2014-11-10
Typo: consitent -> consistent.
Kenneth R Westerback
2014-08-11
validate len field for proper length, not just "not zero."
Tobias Stoeckmann
2014-07-11
Fix DHCPINFORM not to lookup the lease database, not to fill the yiaddr
YASUOKA Masahiko
2014-07-11
Add -u option to bind UDP port as a socket to answer DHCPINFORM from
YASUOKA Masahiko
2013-04-05
send_packet() and writev() return ssize_t, not int. Use correct
Kenneth R Westerback
2013-03-22
RFC 2131 4.3.1 seems clear that a server MUST NOT include the
Kenneth R Westerback
2013-03-11
RFC 2131 says don't ACK any REQUEST messages that contain a
Kenneth R Westerback
2013-02-14
Obey RFC 2131 and when the broadcast flag is set send reply back
Kenneth R Westerback
2010-03-29
Initialize 'flags' field of tree_cache stack variables to 0. Paranoia.
Kenneth R Westerback
2010-03-29
Always put server id in NAK's to requests. Some router/switches
Kenneth R Westerback
2010-01-02
Eliminate all uses of dmalloc() where the returned pointer
Kenneth R Westerback
2010-01-01
Eliminate all uses of dfree() where the pointer is either dereferenced
Kenneth R Westerback
2009-09-01
Echo back the Relay Agent Information option if present (RFC 3046).
Reyk Floeter
2008-07-21
Initial stab at DHCPINFORM support. OK phessler@
Todd C. Miller
2008-05-07
Add synchronisation support for dhcpd - this allows for two dhcpd's
Bob Beck
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