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
/
dispatch.c
Age
Commit message (
Expand
)
Author
2013-10-18
Scattering a few bcopy()'s around source using mostly memcpy() is just
Kenneth R Westerback
2013-05-16
poll(2) might have slept for an arbitrary amount of time. We should
Gerhard Roth
2013-04-19
Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested by
Stuart Henderson
2011-11-12
Zero option processing stack storage to prevent stack garbage that
Kenneth R Westerback
2010-11-19
Prevent dhcpd(8) from trying to listen on interfaces that don't have a
Antoine Jacoutot
2010-07-03
Fix the naming of interfaces and variables for rdomains and rtables
Philip Guenthe
2010-04-19
If interfaces are specified, get their rdomain and bind dhcpd into the same
Claudio Jeker
2010-01-02
Eliminate all uses of dmalloc() where the returned pointer
Kenneth R Westerback
2008-09-15
When checking if a syscall like open(), ioctl() or writev() failed compare
Claudio Jeker
2008-05-07
Add synchronisation support for dhcpd - this allows for two dhcpd's
Bob Beck
2006-12-12
remove unused #defines; no binary change
Kevin Steves
2006-05-30
This patch renames dhcpd's "struct timeout" to "struct dhcpd_timeout"
Chris Kuethe
2006-05-27
Don't exit just because an interface has no subnet configured in
Kenneth R Westerback
2006-05-27
When an interface is ignored because it has no IP address, say so.
Kenneth R Westerback
2006-05-11
If a list of interfaces is supplied via the command line or
Kenneth R Westerback
2006-03-16
KNF. No binary change.
Claudio Jeker
2005-01-31
Don't malloc fds each time, just realloc() as needed.
Todd C. Miller
2004-10-31
change the undocumented -t flag to -n used for configuration testing
Can Erkin Acar
2004-09-21
spelling fixes; ok jmc@ henning@
David Krause
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-09-15
size_t vs ssize_t confusion
Theo de Raadt
2004-05-25
handle interface removals gracefully. reported by Oliver J. Morais
Can Erkin Acar
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-04-20
$OpenBSD$
Henning Brauer
2004-04-18
more KNF
Henning Brauer
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-14
more crap bites the dust
Henning Brauer
2004-04-13
time_t and kill a few dumb defines
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer