summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stripped old HTML doc generation - will add new HTML gen soonexim-4_73_RC0Nigel Metheringham2010-12-174-337/+3
* Updated mk_exim_release.pl to work with gitNigel Metheringham2010-12-162-25/+40
* Allow only Exim or CONFIGURE_OWNER to use whitelisted configs with -CDavid Woodhouse2010-12-154-18/+29
* Kil va_copy(). It isn't present on some ancient systems.David Woodhouse2010-12-153-29/+16
* Implement -D whitelist invoking user restriction.Phil Pennock2010-12-153-2/+48
* doc-txt updates for the security changesPhil Pennock2010-12-143-2/+38
* Implement -D filtering, first pass.Phil Pennock2010-12-146-3/+144
* Document the change to system_filter_user's default.Phil Pennock2010-12-141-5/+5
* Change the default for system_filter_user.Phil Pennock2010-12-145-1/+56
* Allow only absolute paths in TRUSTED_CONFIG_PREFIX_LIST, fix store leakDavid Woodhouse2010-12-121-1/+2
* Set FD_CLOEXEC on SMTP sockets after forking to handle the connection.David Woodhouse2010-12-122-0/+10
* Add TRUSTED_CONFIG_PREFIX_FILE optionDavid Woodhouse2010-12-126-46/+157
* Remove ALT_CONFIG_ROOT_ONLY build option, effectively making it always true.David Woodhouse2010-12-125-96/+59
* Check configure file permissions even for non-default files if still privilegedDavid Woodhouse2010-12-115-6/+14
* Don't allow a configure file which is writeable by the Exim user or groupDavid Woodhouse2010-12-117-13/+22
* Add Valgrind hooks for memory poolsDavid Woodhouse2010-12-115-0/+4342
* OpenSSL and XSL changes documented.Phil Pennock2010-09-052-1/+8
* Document the ClamAV ExtendedDetectionInfo response handling.Phil Pennock2010-09-052-0/+6
* OpenSSL 1.0.0 const fix for SSL_get_current_cipherPhil Pennock2010-09-051-2/+5
* Guidance on contributing to Exim.Phil Pennock2010-09-051-0/+56
* Use public http: URLs for XSL includes.Phil Pennock2010-09-057-12/+49
* Rework clamd response handling to be more robust.Phil Pennock2010-09-051-36/+86
* Merge ssh://tahini.csx.cam.ac.uk/home/git/eximJohn Jetmore2010-07-191-1/+3
|\
| * Bugzilla #1006: Keep EHLO attributes in case STARTTLS errors are ignoredTom Kistner2010-07-191-1/+3
* | Somehow in learning how to use git I lost half the changes needed to fix the ...John Jetmore2010-07-191-1/+1
|/
* The test architecture can't support having the testsuite user and the Exim us...John Jetmore2010-07-162-2/+9
* Change to allow test 0383 to work on HFS+ (non-case-sensitive FS)John Jetmore2010-07-161-0/+0
* Fix malware regression for cmdline scanner introduced in PP/08.Phil Pennock2010-07-042-1/+8
* added expansion tests for bool{} and bool_lax{}John Jetmore2010-06-142-0/+78
* print sizeof(off_t) in initial -bV output. Refuse to tun tests is sizeof(off...John Jetmore2010-06-141-1/+4
* Clarify that the ACL framework is not invoked for -bmalware, so that usingPhil Pennock2010-06-142-8/+13
* Remove logic branch which can use PRIdMAX for SIZE_T_FMT because it failsPhil Pennock2010-06-131-8/+1
* account for new information TLS log line added in tls-openssl.c 1.23John Jetmore2010-06-1211-0/+14
* removed extraneous "\n" from the end of some log_write lines, removed "magic"...John Jetmore2010-06-122-5/+5
* Add tcp_wrappers_daemon_name (closes: bug #278)John Jetmore2010-06-1211-16/+60
* iaddressing bug 966 and my own concerns, stop sending non-panic error to pani...John Jetmore2010-06-121-2/+2
* Minor doc updates:Phil Pennock2010-06-092-6/+12
* another change related to Date/Message-Id order, just took me a while to real...John Jetmore2010-06-081-2/+0
* log/5101 - header order, plus new wording for appendfile to dir from MBX secu...John Jetmore2010-06-082-5/+7
* Run when EXIM_USER=notroot specified.Phil Pennock2010-06-071-3/+4
* For the new SIZE_T_FMT, if not C99 then our size_t conversion specifierPhil Pennock2010-06-071-3/+4
* Both bool{} and bool_lax{} should ignore trailing whitespace.Phil Pennock2010-06-073-7/+19
* Added bool_lax{} expansion operator, which uses Router condition logic toPhil Pennock2010-06-075-26/+70
* Allow Routers to have multiple conditions, IF each one yields a strict bool.Phil Pennock2010-06-074-6/+54
* Clean up compiler warnings from { gcc -Wall }, many of which I introduced withPhil Pennock2010-06-077-46/+65
* Build without WITH_CONTENT_SCAN.Phil Pennock2010-06-064-5/+13
* No longer permit the exim user to be root. Fixes: #752Phil Pennock2010-06-065-7/+40
* Implement --version. Fixes: #973Phil Pennock2010-06-064-16/+29
* Light documentation dusting from patch provided by John Horne.Phil Pennock2010-06-063-82/+88
* Implement "control = debug" ACL control. Fixes: #937Phil Pennock2010-06-068-169/+314