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
2017-07-11
Handle DHCPINFORM from clients behind a DHCP relay.
Reyk Floeter
2017-04-24
Add 'echo-client-id' statment, so that RFC 6842 behaviour can be
Kenneth R Westerback
2017-02-13
Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and
Kenneth R Westerback
2017-02-13
Adjust some long lines.
Kenneth R Westerback
2017-02-13
Switch from old errwarn.c logging to shiny new log.[ch].
Kenneth R Westerback
2016-10-24
Compare server-identifiers and reject packets only *after* applying
Kenneth R Westerback
2016-10-12
client_identifier is not a string so using strlen() on it is
Kenneth R Westerback
2016-10-10
Stop pretending we use RFC 3046/Option 82/Relay Agent Information.
Kenneth R Westerback
2016-10-06
Add support for RFC 6842. RFC 2131 said the server MUST NOT echo
Kenneth R Westerback
2016-10-05
Use consistant idiom (intermediate variable 'i' rather than repeated
Kenneth R Westerback
2016-10-04
Zap stray whitespace.
Kenneth R Westerback
2016-08-05
Don't leak the option data of non-DHCPINFORM messages received on
Kenneth R Westerback
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2015-12-21
remove NULL-checks before free()
mmcc
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
[next]