Age | Commit message (Expand) | Author |
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 | Do the strerror() elimination dance with log_warnx() -> log_warn(), | Kenneth R Westerback |
2017-02-13 | Switch from old errwarn.c logging to shiny new log.[ch]. | Kenneth R Westerback |
2016-11-15 | Replace bzero(3) with memset(3) | Ricardo Mestre |
2016-08-27 | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, | Philip Guenther |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2014-10-08 | use reallocarray() to cope with multiplicative integer overflow; ok doug | Theo de Raadt |
2014-05-05 | Don't call the BOOTP handler indirectly. | Martin Pelikan |
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 |