summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* base64url{,d} & base32hex{,d} expansion operatorsrfc4648Phil Pennock2016-10-196-22/+136
* Unbreak build: crypto hdrs not in system includesPhil Pennock2016-10-184-0/+30
* Avoid pure-ACK TCP segments during command phaseJeremy Harris2016-10-183-2/+26
* Testsuite: Check version of binary against current git revisionHeiko Schlittermann (HS12-RIPE)2016-10-171-0/+11
* Tidying: coverity issuesJeremy Harris2016-10-167-150/+216
* Fix sender-verify callout to not use trigger-message SIZEJeremy Harris2016-10-165-1/+63
* Tidying: coverity issuesJeremy Harris2016-10-166-39/+32
* Queuefile: avoid using buffered I/O - no point for a block-copyJeremy Harris2016-10-163-73/+50
* Testsuite: revert some of the modernish Perl constructsHeiko Schlittermann (HS12-RIPE)2016-10-161-5/+6
* Testsuite: re-insert munge expression about size/inodeHeiko Schlittermann (HS12-RIPE)2016-10-151-0/+4
* Testsuite: detect "hidden" IPsHeiko Schlittermann (HS12-RIPE)2016-10-151-28/+23
* Testsuite: stabilize disk space/inode mungingHeiko Schlittermann (HS12-RIPE)2016-10-1530-44/+40
* Testsuite: add tests/munges for configure ownerHeiko Schlittermann (HS12-RIPE)2016-10-151-0/+11
* Include 'Configure owner' in -bV outputHeiko Schlittermann (HS12-RIPE)2016-10-153-4/+6
* Testsuite: add clarification about the permissions of the trusted-configs fileHeiko Schlittermann (HS12-RIPE)2016-10-151-2/+3
* tidyingJeremy Harris2016-10-154-9/+3
* Queuefile: refactorJeremy Harris2016-10-151-170/+111
* Testsuite: for queuefile transport, avoid using named-queues as part of testJeremy Harris2016-10-155-59/+32
* New: queuefile transport, under EXPERIMENTAL_QUEUEFILEAndrew Colin Kissa2016-10-1528-4/+656
* Testsuite: (named queues) add testcase for 3rd-party queue transferJeremy Harris2016-10-144-3/+28
* Docs: add warning on SNI-dependent certfile expansion needing a good defaultJeremy Harris2016-10-121-1/+6
* Lazy-create builtin macrosJeremy Harris2016-10-108-207/+249
* Fix check for commandline macro definitionJeremy Harris2016-10-102-5/+5
* Docs: add section on builtin macrosJeremy Harris2016-10-091-0/+21
* DH parameters update, new values & defaultexim-4_88_RC2pdp_new_dhparamPhil Pennock2016-10-087-16/+574
* Fix callouts connection fallback from TLS to cleartext. Bug 1897Jeremy Harris2016-10-0819-20/+156
* Docs: add another index entry for delay_warningJeremy Harris2016-10-051-0/+1
* Testsuite: for CHUNKING set sender name explicitlyJeremy Harris2016-10-0413-122/+259
* Testsuite: for CHUNKING rewrite sender name in headers to consistent valueJeremy Harris2016-10-0310-73/+75
* Close logfile after a while waiting for non-smtp input. Bug 1891Jeremy Harris2016-10-023-8/+25
* Avoid parsing cost for auto-macro createsJeremy Harris2016-10-028-113/+109
* Logging: connection_reject log selector should apply also to the connect aclJeremy Harris2016-10-0216-56/+74
* Fix mime ACL filename decodeJeremy Harris2016-09-301-18/+10
* Fix checking for -D option useJeremy Harris2016-09-291-4/+5
* Feature macros should be uppercaseJeremy Harris2016-09-291-1/+1
* Debug: fix openssl tls_close() debug outputJeremy Harris2016-09-291-1/+1
* Testsuite: tidyingJeremy Harris2016-09-291-4/+0
* Refactor driver feature-macro generation to be driven by existing tablesJeremy Harris2016-09-285-64/+15
* Default to filesystem space/inode checking enabledJeremy Harris2016-09-2839-18/+178
* Drain socket to get clean TCP FINsJeremy Harris2016-09-2815-88/+117
* Add automatic macros for config-file options. Bug 1819Jeremy Harris2016-09-258-18/+82
* Docs: fix quotesJeremy Harris2016-09-251-1/+1
* Delivery: fix memory leakJeremy Harris2016-09-241-1/+5
* Doc: add clarification for DKIM exampleexim-4_88_RC1Jeremy Harris2016-09-231-2/+7
* Defend against symlink attack by another process running as eximJeremy Harris2016-09-226-77/+152
* Routing: avoid doing the one_time replacement operation when a redirect leave...Jeremy Harris2016-09-223-26/+23
* Routing: for efficiency, avoid complexifying the "condition" string until the...Jeremy Harris2016-09-226-29/+27
* ACL: merge the tables used for codition/modifier decodeJeremy Harris2016-09-183-382/+243
* ACL: bsearch for controlsJeremy Harris2016-09-184-235/+192
* tidyingJeremy Harris2016-09-1720-160/+163