summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix small typoexim-4.95-RC2Neil Youngman2021-08-231-2/+2
* Logging: specific error for tainted tag in debug filenameJeremy Harris2021-08-191-3/+5
* DKIM: Avoid spurious tls read timeout after signing failureJeremy Harris2021-08-161-0/+15
* Fix name of option in error log lineJeremy Harris2021-08-111-1/+1
* DKIM: fix verify under TLS & chunking, with pipelined next commandJeremy Harris2021-08-117-11/+22
* Drop support for MacOS (darwin)Jeremy Harris2021-08-111-0/+0
* Drop support for MacOS (darwin)Heiko Schlittermann (HS12-RIPE)2021-08-102-1/+0
* Fix ClamAV command sendJeremy Harris2021-08-091-2/+6
* Builtin macros for ACL conditions & modifiersJeremy Harris2021-08-044-3/+30
* Update comments in example config file to match current default for TLSJeremy Harris2021-08-011-9/+9
* DKIM: fix build with older GnuTLSJeremy Harris2021-07-231-0/+4
* TLS: fix tls_verify_certificates handling of "system"Jeremy Harris2021-07-223-10/+17
* typoJeremy Harris2021-07-211-1/+1
* typoJeremy Harris2021-07-181-1/+1
* ALPN: not supported under LibreSSLJeremy Harris2021-07-181-5/+5
* Fix no-TLS bulidJeremy Harris2021-07-181-0/+2
* ALPN: feature macroJeremy Harris2021-07-182-0/+6
* typoJeremy Harris2021-07-181-1/+1
* typoJeremy Harris2021-07-181-1/+1
* TLS: ALPN optionsJeremy Harris2021-07-188-86/+330
* Remove the must-helo check from the example configJeremy Harris2021-07-171-5/+0
* GnuTLS: Fix certextract expansionJeremy Harris2021-07-111-5/+5
* tidyingJeremy Harris2021-07-075-21/+14
* Fix tainted message for fakerejectJeremy Harris2021-07-071-2/+4
* LibreSSL: TLS-write-shutdown does not push dataJeremy Harris2021-06-282-1/+9
* Readonly-config: not supported by Solaris 10Jeremy Harris2021-06-282-5/+8
* gsasl authenticator: do not try to clear server password after use, ifJeremy Harris2021-06-281-1/+1
* paniclog sigsegv eventsJeremy Harris2021-06-281-4/+18
* openssl config strings are immutableJeremy Harris2021-06-281-6/+2
* Config lines are immutable during -bP config dumpJeremy Harris2021-06-281-8/+12
* autorepy never_mail strings are immutableJeremy Harris2021-06-281-15/+32
* avoid mofying config textJeremy Harris2021-06-281-1/+1
* smtp tpt fallback_hosts list must be mutableJeremy Harris2021-06-282-17/+17
* hostlist for router fallback_hosts must be mutableJeremy Harris2021-06-282-3/+8
* consificationJeremy Harris2021-06-282-7/+7
* avoid modifying source text in parse_forward_list()Jeremy Harris2021-06-281-21/+15
* avoid modifying source text, in appendfileJeremy Harris2021-06-281-3/+2
* tree nodes for acls must be mutableJeremy Harris2021-06-281-1/+1
* avoid modifying possible config text during :fail: deliveryJeremy Harris2021-06-281-15/+7
* copy transport struct for modifying for **bypassed** postprocessJeremy Harris2021-06-281-4/+9
* use store_get_perm()Jeremy Harris2021-06-281-18/+3
* driver options blocks must be mutableJeremy Harris2021-06-281-0/+5
* router instance must be mutableJeremy Harris2021-06-281-0/+5
* namedlist_block has to be allocated mutably, to cache lookupsJeremy Harris2021-06-281-1/+6
* first go. crashes in 0003Jeremy Harris2021-06-285-68/+111
* Fix Solaris 10 build, moreJeremy Harris2021-06-281-0/+7
* Fix Solaris 10 build, for intro of taintwarnJeremy Harris2021-06-271-0/+10
* TLS: track changing fd of file-watcher when creds are releaded.Jeremy Harris2021-06-273-4/+21
* Fix logging with build-time config and empty elements (Closes 2733)Heiko Schlittermann (HS12-RIPE)2021-06-241-26/+23
* Fix logging with empty element in log_file_path (Bug 2733)Jeremy Harris2021-06-241-27/+55