summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/dispatch.c
AgeCommit message (Expand)Author
2017-02-13Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andKenneth R Westerback
2017-02-13Adjust some long lines.Kenneth R Westerback
2017-02-13Do the strerror() elimination dance with log_warnx() -> log_warn(),Kenneth R Westerback
2017-02-13Switch from old errwarn.c logging to shiny new log.[ch].Kenneth R Westerback
2016-11-15Replace bzero(3) with memset(3)Ricardo Mestre
2016-08-27Pull in <time.h> for one or more of gmtime, strftime, strptime, time,Philip Guenther
2016-02-06Eliminate #include inside *.h files and include only needed headers inKenneth R Westerback
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2014-10-08use reallocarray() to cope with multiplicative integer overflow; ok dougTheo de Raadt
2014-05-05Don't call the BOOTP handler indirectly.Martin Pelikan
2013-10-18Scattering a few bcopy()'s around source using mostly memcpy() is justKenneth R Westerback
2013-05-16poll(2) might have slept for an arbitrary amount of time. We shouldGerhard Roth
2013-04-19Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested byStuart Henderson
2011-11-12Zero option processing stack storage to prevent stack garbage thatKenneth R Westerback
2010-11-19Prevent dhcpd(8) from trying to listen on interfaces that don't have aAntoine Jacoutot
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-04-19If interfaces are specified, get their rdomain and bind dhcpd into the sameClaudio Jeker
2010-01-02Eliminate all uses of dmalloc() where the returned pointerKenneth R Westerback
2008-09-15When checking if a syscall like open(), ioctl() or writev() failed compareClaudio Jeker
2008-05-07Add synchronisation support for dhcpd - this allows for two dhcpd'sBob Beck
2006-12-12remove unused #defines; no binary changeKevin Steves
2006-05-30This patch renames dhcpd's "struct timeout" to "struct dhcpd_timeout"Chris Kuethe
2006-05-27Don't exit just because an interface has no subnet configured inKenneth R Westerback
2006-05-27When an interface is ignored because it has no IP address, say so.Kenneth R Westerback
2006-05-11If a list of interfaces is supplied via the command line orKenneth R Westerback
2006-03-16KNF. No binary change.Claudio Jeker
2005-01-31Don't malloc fds each time, just realloc() as needed.Todd C. Miller
2004-10-31change the undocumented -t flag to -n used for configuration testingCan Erkin Acar
2004-09-21spelling fixes; ok jmc@ henning@David Krause
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-09-15size_t vs ssize_t confusionTheo de Raadt
2004-05-25handle interface removals gracefully. reported by Oliver J. MoraisCan Erkin Acar
2004-05-04remove things not used, spotted by lint mostly; ok henningTheo de Raadt
2004-04-20$OpenBSD$Henning Brauer
2004-04-18more KNFHenning Brauer
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-14more crap bites the dustHenning Brauer
2004-04-13time_t and kill a few dumb definesHenning Brauer
2004-04-13may the whacking beginHenning Brauer