Age | Commit message (Expand) | Author |
2013-07-22 | we now have IDEA and MDC2 in libcrypto, so don't disable them in openssl(1) | Christian Weisgerber |
2013-07-22 | fix bogus warning due to limited range on 32bit archs. | Eric Faurot |
2013-07-22 | use unistd.h instead of getopt.h | Eric Faurot |
2013-07-22 | fix sockaddr overflow with IPv6 | Eric Faurot |
2013-07-21 | clarify the error:code text; | Jason McIntyre |
2013-07-21 | Add a "passwd" table backend. Useful for sharing vusers with other programs. | Eric Faurot |
2013-07-21 | tweak log messages | Eric Faurot |
2013-07-20 | Add missing RCS id. | Alexander Bluhm |
2013-07-20 | arp and rarpd used an int expire_time for time calculation. Convert | Alexander Bluhm |
2013-07-20 | 1. there's no "selectors function" | Matthias Kilian |
2013-07-20 | Update ldap and sqlite table backends and provide them as external backends. | Eric Faurot |
2013-07-20 | tweak previous; | Jason McIntyre |
2013-07-20 | tweak previous; | Jason McIntyre |
2013-07-19 | We are basically at 5.4 now | Eric Faurot |
2013-07-19 | Temporarily allow alternate names for traces, until this get cleaned up. | Eric Faurot |
2013-07-19 | Implement a scheduler_proc backend | Eric Faurot |
2013-07-19 | When accepting a message, log one line per recipient with the number of | Eric Faurot |
2013-07-19 | Many MTA improvements: | Eric Faurot |
2013-07-19 | Assorted queue improvements: | Eric Faurot |
2013-07-19 | Add a table_proc backend for delegating table lookups to another | Eric Faurot |
2013-07-19 | Allow to specify an address family on a listener | Eric Faurot |
2013-07-19 | Move the filter infrastructure forward. | Eric Faurot |
2013-07-19 | assorted fixes: | Eric Faurot |
2013-07-19 | typo | Eric Faurot |
2013-07-19 | typo in copyright | Eric Faurot |
2013-07-19 | scheduler improvements: | Eric Faurot |
2013-07-19 | need to create the incoming directory | Eric Faurot |
2013-07-19 | New implementation for smtpctl and the command line parser. Allows | Eric Faurot |
2013-07-19 | Improve and document the way the default server name is found. | Eric Faurot |
2013-07-19 | remove obsolete file | Eric Faurot |
2013-07-19 | typo in copyright | Eric Faurot |
2013-07-19 | document "error:" aliases | Eric Faurot |
2013-07-19 | Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization | Eric Faurot |
2013-07-19 | unused variable | Eric Faurot |
2013-07-19 | ndp used an int expire_time for time calculation. Convert this | Alexander Bluhm |
2013-07-19 | tls perfect forward secrecy with ecdhe | Eric Faurot |
2013-07-19 | Make sure to report all errors | Eric Faurot |
2013-07-19 | add '!' in email addresses supported charset | Eric Faurot |
2013-07-19 | Introduce expand string modifiers | Eric Faurot |
2013-07-19 | Remove useless sc_pid from struct smtpd. | Eric Faurot |
2013-07-19 | get rid of sa_set_port() and its awfully contorted implementation | Eric Faurot |
2013-07-18 | Document SSLECDHCurve. | Joel Sing |
2013-07-17 | implement -H, which hides existing and non-existent users, as well as | Okan Demirmen |
2013-07-17 | on graceful restart, the number of prefixes could be counted wrong, | Sebastian Benoit |
2013-07-16 | Disable SSL compression in order to mitigate CRIME attacks. Add | Joel Sing |
2013-07-16 | Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies the | Joel Sing |
2013-07-16 | Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that it | Joel Sing |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | simplify some icky macros; from Jan Stary, tweaked by me | Jason McIntyre |
2013-07-16 | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; | Jason McIntyre |