Age | Commit message (Expand) | Author |
2013-11-11 | Make sure string and symbol tables are properly aligned. | Patrick Wildt |
2013-11-07 | missing manpage, spotted by jmc@ | Eric Faurot |
2013-11-06 | fix format string | Eric Faurot |
2013-11-06 | fix assertion that could lead to orphaned messages left in the queue | Eric Faurot |
2013-11-06 | Much much improved config parser and related changes. | Eric Faurot |
2013-11-04 | Hook up nginx.conf(5) to the build. | Florian Obser |
2013-11-03 | minor formatting improvements, | Ingo Schwarze |
2013-11-03 | Document "Embedded Variables" | Florian Obser |
2013-11-03 | document grammar; written myself; ok florian@ | Ingo Schwarze |
2013-11-03 | Add a man page for nginx.conf; not yet hooked to the build. | Florian Obser |
2013-11-02 | bunch of format string cleanups, removing %i, signed vs unsigned, and even | Theo de Raadt |
2013-11-01 | another annoying %i | Theo de Raadt |
2013-11-01 | Fix endianess for big endian architecture. | Sylvestre Gallon |
2013-10-31 | Initialize sun_len, pointed out by deraadt@. | Florian Obser |
2013-10-31 | another stray %d | Theo de Raadt |
2013-10-30 | add "smtpctl show relays" and "smtpctl show hosts" commands | Eric Faurot |
2013-10-30 | use more careful format strings to deal with various forms of AS#'s | Theo de Raadt |
2013-10-30 | another simple %i to %d conversion for obviousness | Theo de Raadt |
2013-10-29 | Fix a potential file descriptor overlap in exec_cgi() by making sure | Florian Obser |
2013-10-29 | add missing heloname field for relayhost. | Eric Faurot |
2013-10-29 | emit an extra "config" convenience target that allows one | Marc Espie |
2013-10-29 | use "/etc/mail/mailname" instead of "/etc/mailname" and make it a define. | Eric Faurot |
2013-10-29 | randomize counter part of generated uids | Eric Faurot |
2013-10-29 | Report mta sessions errors on the route rather than on the MX. | Eric Faurot |
2013-10-29 | sort includes | Eric Faurot |
2013-10-28 | alias files may be empty | Eric Faurot |
2013-10-28 | accept credentials formated as "<user> <passwd>" | Eric Faurot |
2013-10-28 | Report the ssl certificate verification status in the mail header. | Eric Faurot |
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 |