Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | Mention new dlopen functionality. | Phil Pennock | |
2011-01-16 | Clarify: tls_verify_certificates is for CA certs. | Phil Pennock | |
It can be used for individual user certs but is really intended for CAs. Note this, and explain that if the tls_verify_certificates value is a file, then the certs within are sent from the server to clients, thus is public data. | |||
2011-01-16 | Let /dev/null have normal permissions. | Phil Pennock | |
The 4.73 fixes were a little too stringent and complained about the permissions on /dev/null. Exempt it from some checks. Reported by Andreas M. Kirchwitz | |||
2011-01-16 | Bug-fix for bash and no-dynamic case. | Phil Pennock | |
When writing the patch, originally nothing other than a cp was needed if there were no dynamic modules. That changed, but the guard at the top did not. Remove that check. bash does not like a block which consists solely of a comment. Provide a ':' invocation. Both problems spotted by Simon Arlott -- thanks. | |||
2011-01-16 | Bug 139: portability fixes and documentation. | Phil Pennock | |
Document the dynamic lookup module capability in spec.xfpt. Include a ChangeLog item. Avoid the GNU-specific "export" make(1) directive. Build the lookups Makefile using the existing framework. Build with BSD Make once more. The src/lookups/Makefile that is used at build time now has the dynamic content come from scripts/lookups-Makefile. Add CFLAGS_DYNAMIC support, which can be set in Local/Makefile. Provide defaults for Linux & FreeBSD. Ensure that build fails early if a dynamic module is requested but CFLAGS_DYNAMIC is not defined. | |||
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 ↵ | Tom Kistner | |
whitespace. | |||
2011-01-05 | Include <dlfcn.h> only when necessary | David Woodhouse | |
2011-01-05 | Add dynamic lookup support | David Woodhouse | |
Fixed: bug #139 | |||
2010-12-26 | DKIM ACL Documentation | Nigel Metheringham | |
Fixes: bug #929 | |||
2010-12-26 | Fixes: bug #1002 - Message loss when using multiple deliveries | Miroslav Lichvar | |
2010-12-26 | LDAP Authetication documentation example syntax fix | Nigel Metheringham | |
Fixes: bug #999 | |||
2010-12-26 | Reword BSMTP ACL documentation | Nigel Metheringham | |
Fixes: bug #974 | |||
2010-12-26 | Eximstats documentstion - s/delivery_time/deliver_time/ | Nigel Metheringham | |
Fixes: bug #1034 | |||
2010-12-26 | drop unwanted paragraph break. | Andreas Metzler | |
Fixes: bug #1052 Signed-off-by: Nigel Metheringham <nigel@exim.org> | |||
2010-12-26 | fix grammar error: s/this/that/ | Andreas Metzler | |
Fixes: bug #1051 Signed-off-by: Nigel Metheringham <nigel@exim.org> | |||
2010-12-23 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | Nigel Metheringham | |
2010-12-21 | Do not refer to TRUSTED_CONFIG_PREFIX_FILE. | Andreas Metzler | |
Refer to TRUSTED_CONFIG_LIST instead of TRUSTED_CONFIG_PREFIX_FILE in documentation and comments. | |||
2010-12-19 | Inserted change notifications into the documentation source | Nigel Metheringham | |
2010-12-18 | Make the documentation cleared that TRUSTED_CONFIG_LIST is pathname one per line | David Woodhouse | |
2010-12-18 | Release script now generates the HTML documentation | Nigel Metheringham | |
This is really rather crude... but should work. | |||
2010-12-18 | Updated version numbers of code and documentation | Nigel Metheringham | |
2010-12-17 | Merge branch 'master' of ssh://git.exim.org/home/git/exim | David Woodhouse | |
2010-12-17 | Stripped old HTML doc generation - will add new HTML gen soon | Nigel Metheringham | |
2010-12-16 | Turn TRUSTED_CONFIG_PREFIX_LIST into TRUSTED_CONFIG_LIST. No prefix or regexes | David Woodhouse | |
2010-12-16 | Updated mk_exim_release.pl to work with git | Nigel Metheringham | |
However this still builds docs as before - ie it does not use the new HTML generation. Will work on that next. | |||
2010-12-15 | Allow only Exim or CONFIGURE_OWNER to use whitelisted configs with -C | David Woodhouse | |
We only added TRUSTED_CONFIG_PREFIX_FILE to compensate for the enforcing of ALT_CONFIG_ROOT_ONLY. Let's not open it up any further than we need to; other users don't get to make use of it. | |||
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 | |
Document WHITELIST_D_MACROS. | |||
2010-12-14 | doc-txt updates for the security changes | Phil Pennock | |
2010-12-14 | Implement -D filtering, first pass. | Phil Pennock | |
2010-12-14 | Document the change to system_filter_user's default. | Phil Pennock | |
2010-12-14 | Change the default for system_filter_user. | Phil Pennock | |
If the system filter needs to be run as root, let that be explicitly configured. The default is now the Exim run-time user. Document this, and a couple of other points, in IncompatibleChanges. | |||
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 | |
(Bug 1044, CVE-2010-4345) | |||
2010-12-12 | Remove ALT_CONFIG_ROOT_ONLY build option, effectively making it always true. | David Woodhouse | |
We *never* want the Exim user to be able to specify arbitrary configuration files. Don't let them build it that way. (Bug 1044, CVE-2010-4345) | |||
2010-12-11 | Check configure file permissions even for non-default files if still privileged | David Woodhouse | |
(Bug 1044, CVE-2010-4345) | |||
2010-12-11 | Don't allow a configure file which is writeable by the Exim user or group | David Woodhouse | |
(Bug 1044, CVE-2010-4345) | |||
2010-12-11 | Add Valgrind hooks for memory pools | David Woodhouse | |
It's useful to tell Valgrind when memory is undefined because it's been freed by store_reset(), and when it's not supposed to be accessed because although it's been allocated for the store it hasn't actually been given out by store_get() yet. | |||
2010-09-05 | OpenSSL and XSL changes documented. | Phil Pennock | |
Plus typo fixed. | |||
2010-09-05 | Document the ClamAV ExtendedDetectionInfo response handling. | Phil Pennock | |
2010-09-05 | OpenSSL 1.0.0 const fix for SSL_get_current_cipher | Phil Pennock | |
OpenSSL 1.0.0 changes SSL_get_current_cipher()'s return value to include const. It looks like a safe change for older OpenSSL, so treat it appropriately and cast as needed. | |||
2010-09-05 | Guidance on contributing to Exim. | Phil Pennock | |
2010-09-05 | Use public http: URLs for XSL includes. | Phil Pennock | |
Adjust OS-Fixups, document how this works in HowItWorks.txt | |||
2010-09-05 | Rework clamd response handling to be more robust. | Phil Pennock | |
In particular, clamd's ExtendedDetectionInfo option broke our parsing. | |||
2010-07-19 | Merge ssh://tahini.csx.cam.ac.uk/home/git/exim | John Jetmore | |