Age | Commit message (Expand) | Author |
2013-10-28 | handle the case where the filter string is quoted | Eric Faurot |
2013-10-28 | Set lastmxquery when the MX query returns, not when it is issued. | Eric Faurot |
2013-10-28 | bzero() some structs before using them, to be safe. | Eric Faurot |
2013-10-28 | Improve mkuboot's ELF handling. This fixes the problem where mkuboot | Patrick Wildt |
2013-10-27 | Add support for AUTH LOGIN in mta. | Eric Faurot |
2013-10-27 | missing m_end() | Eric Faurot |
2013-10-27 | use log_* functions instead of err*/warn* | Eric Faurot |
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |
2013-10-27 | obvious fixes in the external queue code. | Eric Faurot |
2013-10-27 | fix parsing of inet6 addresses when prefixed with "IPv6:" | Eric Faurot |
2013-10-27 | Implement a feedback mechanism which allows the mta to "hold" envelopes | Eric Faurot |
2013-10-27 | Make the filter infrastructure move forward. | Eric Faurot |
2013-10-27 | Create the control socket in the parent process to abort early if | Eric Faurot |
2013-10-27 | enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi. | aalm |
2013-10-26 | Only use setsockopt(..SO_RTABLE..) if an alternative rtable is specified | Stuart Henderson |
2013-10-26 | fix default schema | Eric Faurot |
2013-10-26 | Simplify code for loading and dumping envelopes. Makes it much easier | Eric Faurot |
2013-10-26 | %i -> %d in format strings | Eric Faurot |
2013-10-25 | local enqueuer improvements: | Eric Faurot |
2013-10-25 | allocate key storage dynamically instead of using a fixed size buffer | Eric Faurot |
2013-10-25 | If the admin issues a remove request for an envelope which is inflight, do not | Eric Faurot |
2013-10-25 | Improve reporting in smtpctl and a few fixes. | Eric Faurot |
2013-10-25 | obvious time_t mishandling. Sigh. | Theo de Raadt |
2013-10-24 | When building the expansion tree, distinguish between apparently | Eric Faurot |
2013-10-24 | fix USERINFO and CREDENTIALS lookups in experimental sqlite backend. | Eric Faurot |
2013-10-24 | fix leaks on update | Eric Faurot |
2013-10-24 | Do not fatal() immediatly on write error, but report to the upper layer. | Eric Faurot |
2013-10-24 | These two programs got fooled by the KAME/NRL split and need type repair. | Theo de Raadt |
2013-10-24 | no need for netinet/ip_var.h (and friends) | Theo de Raadt |
2013-10-23 | We need to loop around waitpid to catch all exited children as we are | Florian Obser |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-10-21 | Do not leak fds in fork(2) error path. | Florian Obser |
2013-10-21 | Check for EINTR, too. | Florian Obser |
2013-10-21 | No need for volatile here. | Florian Obser |
2013-10-21 | - -V after -t | Jason McIntyre |
2013-10-21 | Use the provided netmask on the subnet value provided in 'subnet' | Kenneth R Westerback |
2013-10-21 | we are passing the variable, not using a global any more. | Peter Hessler |
2013-10-21 | remove the IPv4-only check for rdomains, allows IPv6 to use them | Peter Hessler |
2013-10-21 | More rdomain / rtable support for useful diagnostic tools | Peter Hessler |
2013-10-21 | Add rdomain support to IPv6 configuration tools | Peter Hessler |
2013-10-20 | spelling, spacing, etc | Theo de Raadt |
2013-10-20 | Report i/o errors on stdin as occuring on "stdin" not "(null)"... | Miod Vallat |
2013-10-20 | If the font to load is not a file, compute the numbers of characters it | Miod Vallat |
2013-10-20 | reserve file descriptors for incoming connections so we | Sebastian Benoit |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-19 | fix a few obvious .Ar markup errors (unfortunately, there are many more) | Ingo Schwarze |
2013-10-19 | Merge the prefix and prefixlen filter bits into one filter. Change the | Claudio Jeker |
2013-10-19 | Fix receipt of OID varbinds when sending traps | Bret Lambert |
2013-10-19 | Keep track of which fds were closed before and only close those still | Florian Obser |
2013-10-18 | don't silence stderr from pkg_add when running in verbose mode | Alexander Hall |