Age | Commit message (Expand) | Author |
2011-01-22 | Bugzilla 1041: pull patch id=425, DCC fixes. | Phil Pennock |
2011-01-21 | Tests compat. setgid failure / dropped_privilege | Phil Pennock |
2011-01-21 | Bump version to 4.74. | Phil Pennock |
2011-01-21 | IncompatibleChanges out, README.UPDATING updated. | Phil Pennock |
2011-01-21 | Check return values of setgid/setuid. | Phil Pennock |
2011-01-21 | Version reporting & module ABI change. | Phil Pennock |
2011-01-17 | Module loading working on FreeBSD (and unbreak). | Phil Pennock |
2011-01-16 | Let /dev/null have normal permissions. | Phil Pennock |
2011-01-16 | Bug-fix for bash and no-dynamic case. | Phil Pennock |
2011-01-16 | Bug 139: portability fixes and documentation. | Phil Pennock |
2011-01-14 | src/deliver.c: log the error message when unlink(spoolname) fails | Tony Finch |
2011-01-14 | src/transports/smtp.c: log LMTP confirmation same as SMTP | Tony Finch |
2011-01-14 | src/dbfn.c: write lock aquisition failures to the panic log | Tony Finch |
2011-01-14 | CONTRIBUTING: correct expansion of GPL | Tony Finch |
2011-01-12 | Bugzilla #1067 - DKIM: Fix relaxed header canon for headers ending with white... | Tom Kistner |
2011-01-05 | Include <dlfcn.h> only when necessary | David Woodhouse |
2011-01-05 | Add dynamic lookup support | David Woodhouse |
2010-12-26 | Fixes: bug #1002 - Message loss when using multiple deliveries | Miroslav Lichvar |
2010-12-26 | Eximstats documentstion - s/delivery_time/deliver_time/ | Nigel Metheringham |
2010-12-21 | Do not refer to TRUSTED_CONFIG_PREFIX_FILE. | Andreas Metzler |
2010-12-18 | Updated version numbers of code and documentation | Nigel Metheringham |
2010-12-16 | Turn TRUSTED_CONFIG_PREFIX_LIST into TRUSTED_CONFIG_LIST. No prefix or regexes | David Woodhouse |
2010-12-15 | Allow only Exim or CONFIGURE_OWNER to use whitelisted configs with -C | David Woodhouse |
2010-12-15 | Kil va_copy(). It isn't present on some ancient systems. | David Woodhouse |
2010-12-15 | Implement -D whitelist invoking user restriction. | Phil Pennock |
2010-12-14 | Implement -D filtering, first pass. | Phil Pennock |
2010-12-14 | Change the default for system_filter_user. | Phil Pennock |
2010-12-12 | Allow only absolute paths in TRUSTED_CONFIG_PREFIX_LIST, fix store leak | David Woodhouse |
2010-12-12 | Set FD_CLOEXEC on SMTP sockets after forking to handle the connection. | David Woodhouse |
2010-12-12 | Add TRUSTED_CONFIG_PREFIX_FILE option | David Woodhouse |
2010-12-12 | Remove ALT_CONFIG_ROOT_ONLY build option, effectively making it always true. | David Woodhouse |
2010-12-11 | Check configure file permissions even for non-default files if still privileged | David Woodhouse |
2010-12-11 | Don't allow a configure file which is writeable by the Exim user or group | David Woodhouse |
2010-12-11 | Add Valgrind hooks for memory pools | David Woodhouse |
2010-09-05 | OpenSSL 1.0.0 const fix for SSL_get_current_cipher | Phil Pennock |
2010-09-05 | Guidance on contributing to Exim. | Phil Pennock |
2010-09-05 | Rework clamd response handling to be more robust. | Phil Pennock |
2010-07-19 | Bugzilla #1006: Keep EHLO attributes in case STARTTLS errors are ignored | Tom Kistner |
2010-07-04 | Fix malware regression for cmdline scanner introduced in PP/08. | Phil Pennock |
2010-06-13 | Remove logic branch which can use PRIdMAX for SIZE_T_FMT because it fails | Phil Pennock |
2010-06-12 | removed extraneous "\n" from the end of some log_write lines, removed "magic"... | John Jetmore |
2010-06-12 | Add tcp_wrappers_daemon_name (closes: bug #278) | John Jetmore |
2010-06-12 | iaddressing bug 966 and my own concerns, stop sending non-panic error to pani... | John Jetmore |
2010-06-07 | Run when EXIM_USER=notroot specified. | Phil Pennock |
2010-06-07 | For the new SIZE_T_FMT, if not C99 then our size_t conversion specifier | Phil Pennock |
2010-06-07 | Both bool{} and bool_lax{} should ignore trailing whitespace. | Phil Pennock |
2010-06-07 | Added bool_lax{} expansion operator, which uses Router condition logic to | Phil Pennock |
2010-06-07 | Allow Routers to have multiple conditions, IF each one yields a strict bool. | Phil Pennock |
2010-06-07 | Clean up compiler warnings from { gcc -Wall }, many of which I introduced with | Phil Pennock |
2010-06-06 | Build without WITH_CONTENT_SCAN. | Phil Pennock |