summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-21Version reporting & module ABI change.Phil Pennock
2011-01-17Module loading working on FreeBSD (and unbreak).Phil Pennock
2011-01-16Let /dev/null have normal permissions.Phil Pennock
2011-01-16Bug-fix for bash and no-dynamic case.Phil Pennock
2011-01-16Bug 139: portability fixes and documentation.Phil Pennock
2011-01-14src/deliver.c: log the error message when unlink(spoolname) failsTony Finch
2011-01-14src/transports/smtp.c: log LMTP confirmation same as SMTPTony Finch
2011-01-14src/dbfn.c: write lock aquisition failures to the panic logTony Finch
2011-01-14CONTRIBUTING: correct expansion of GPLTony Finch
2011-01-12Bugzilla #1067 - DKIM: Fix relaxed header canon for headers ending with white...Tom Kistner
2011-01-05Include <dlfcn.h> only when necessaryDavid Woodhouse
2011-01-05Add dynamic lookup supportDavid Woodhouse
2010-12-26Fixes: bug #1002 - Message loss when using multiple deliveriesMiroslav Lichvar
2010-12-26Eximstats documentstion - s/delivery_time/deliver_time/Nigel Metheringham
2010-12-21Do not refer to TRUSTED_CONFIG_PREFIX_FILE.Andreas Metzler
2010-12-18Updated version numbers of code and documentationNigel Metheringham
2010-12-16Turn TRUSTED_CONFIG_PREFIX_LIST into TRUSTED_CONFIG_LIST. No prefix or regexesDavid Woodhouse
2010-12-15Allow only Exim or CONFIGURE_OWNER to use whitelisted configs with -CDavid Woodhouse
2010-12-15Kil va_copy(). It isn't present on some ancient systems.David Woodhouse
2010-12-15Implement -D whitelist invoking user restriction.Phil Pennock
2010-12-14Implement -D filtering, first pass.Phil Pennock
2010-12-14Change the default for system_filter_user.Phil Pennock
2010-12-12Allow only absolute paths in TRUSTED_CONFIG_PREFIX_LIST, fix store leakDavid Woodhouse
2010-12-12Set FD_CLOEXEC on SMTP sockets after forking to handle the connection.David Woodhouse
2010-12-12Add TRUSTED_CONFIG_PREFIX_FILE optionDavid Woodhouse
2010-12-12Remove ALT_CONFIG_ROOT_ONLY build option, effectively making it always true.David Woodhouse
2010-12-11Check configure file permissions even for non-default files if still privilegedDavid Woodhouse
2010-12-11Don't allow a configure file which is writeable by the Exim user or groupDavid Woodhouse
2010-12-11Add Valgrind hooks for memory poolsDavid Woodhouse
2010-09-05OpenSSL 1.0.0 const fix for SSL_get_current_cipherPhil Pennock
2010-09-05Guidance on contributing to Exim.Phil Pennock
2010-09-05Rework clamd response handling to be more robust.Phil Pennock
2010-07-19Bugzilla #1006: Keep EHLO attributes in case STARTTLS errors are ignoredTom Kistner
2010-07-04Fix malware regression for cmdline scanner introduced in PP/08.Phil Pennock
2010-06-13Remove logic branch which can use PRIdMAX for SIZE_T_FMT because it failsPhil Pennock
2010-06-12removed extraneous "\n" from the end of some log_write lines, removed "magic"...John Jetmore
2010-06-12Add tcp_wrappers_daemon_name (closes: bug #278)John Jetmore
2010-06-12iaddressing bug 966 and my own concerns, stop sending non-panic error to pani...John Jetmore
2010-06-07Run when EXIM_USER=notroot specified.Phil Pennock
2010-06-07For the new SIZE_T_FMT, if not C99 then our size_t conversion specifierPhil Pennock
2010-06-07Both bool{} and bool_lax{} should ignore trailing whitespace.Phil Pennock
2010-06-07Added bool_lax{} expansion operator, which uses Router condition logic toPhil Pennock
2010-06-07Allow Routers to have multiple conditions, IF each one yields a strict bool.Phil Pennock
2010-06-07Clean up compiler warnings from { gcc -Wall }, many of which I introduced withPhil Pennock
2010-06-06Build without WITH_CONTENT_SCAN.Phil Pennock
2010-06-06No longer permit the exim user to be root. Fixes: #752Phil Pennock
2010-06-06Implement --version. Fixes: #973Phil Pennock
2010-06-06Implement "control = debug" ACL control. Fixes: #937Phil Pennock
2010-06-05New expansion operator: reverse_ipPhil Pennock
2010-06-05ClamAV INSTREAM scanning by default, unless built with WITH_OLD_CLAMAV_STREAM.Phil Pennock