summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Docs: use tables rather than displaysJeremy Harris2022-05-032-216/+215
* Taint: generate detainted $domain_data & $local_part_data from Rverify calloutJeremy Harris2022-04-305-0/+51
* Docs: index detaint methodsJeremy Harris2022-04-301-1/+9
* Docs: more warnings on use of tainted dataJeremy Harris2022-04-291-0/+14
* Docs: mark up known-tainted variablesJeremy Harris2022-04-291-44/+55
* Docs: tidy for taint-check of transport process argsJeremy Harris2022-04-251-9/+21
* Fix DISABLE_EVENT buildJeremy Harris2022-04-252-1/+12
* Copyright updates:exim-4.96-RC0Jeremy Harris2022-04-23148-136/+162
* Docs: more resumption notesJeremy Harris2022-04-211-1/+3
* exim_dumpdb: keys-only output optionJeremy Harris2022-04-194-15/+25
* TLS resumption: support Outlook hosts-behind-loadbalancerJeremy Harris2022-04-1517-21/+486
* Add string-hashing interfaceJeremy Harris2022-04-156-21/+28
* typoJeremy Harris2022-04-131-1/+1
* TLS resumption: restrict session re-useJeremy Harris2022-04-1212-72/+148
* tidyingJeremy Harris2022-04-101-45/+38
* Docs: fix description of SNI-under-DANE. Bug 2265Jeremy Harris2022-04-102-1/+4
* DKIM: clarify debug outputJeremy Harris2022-04-093-16/+17
* compiler quieteningJeremy Harris2022-04-071-3/+1
* tidyingJeremy Harris2022-04-073-3/+4
* Openssl client: ocsp stapling on resumed seesionJeremy Harris2022-04-072-12/+18
* tidyingJeremy Harris2022-04-055-19/+21
* Support PIPECONNECT with helo_data using the local IP, when interface is known.Jeremy Harris2022-04-0411-72/+140
* Testsuite: account for changed feature nameJeremy Harris2022-04-0414-44/+46
* CHUNKING: fix availability on continued-transportJeremy Harris2022-04-034-16/+46
* Docs: allow for multiple return from dnsdb PTR lookupJeremy Harris2022-04-031-1/+2
* Revert "Build: remove hints-DB interface from macro-predef phase"Jeremy Harris2022-04-021-3/+3
* Build: remove hints-DB interface from macro-predef phaseJeremy Harris2022-04-011-3/+3
* c99 / non-gcc compatible inlineable functionsJeremy Harris2022-04-011-162/+84
* designated initializersJeremy Harris2022-03-311-60/+62
* Compiler quieteningJeremy Harris2022-03-282-0/+81
* Tidying: explicit (de)tainting copiesJeremy Harris2022-03-288-10/+10
* Hints DB interface: convert from macros to inlinable functions.Jeremy Harris2022-03-2817-923/+1128
* Logging: fix crash on local_part utf8-conversion failJeremy Harris2022-03-281-25/+19
* Taintcheck transport-process argumentsJeremy Harris2022-03-2737-80/+317
* Debug: build a summary string tracking transport SMTP commands & responsesJeremy Harris2022-03-1950-19/+278
* BDB: specific build-time error for version 1 libraryJeremy Harris2022-03-192-20/+13
* constifyJeremy Harris2022-03-163-11/+11
* tidyingJeremy Harris2022-03-161-4/+1
* refactorJeremy Harris2022-03-161-27/+17
* OpenSSL: track shutdown calls. Bug 2864Jeremy Harris2022-03-165-17/+37
* TDB: quieten compiler and testsuiteJeremy Harris2022-03-136-15/+16
* Set $value for match_<list-type> and inlistJeremy Harris2022-03-113-4/+39
* tidyingJeremy Harris2022-03-116-221/+201
* Fix static address-list lookup returnJeremy Harris2022-03-104-23/+36
* Add backstop check for taint of executable name when calling exec()Jeremy Harris2022-03-094-2/+10
* tidyingJeremy Harris2022-03-095-58/+39
* Docs: markup syntaxJeremy Harris2022-03-061-1/+1
* Utilities: fix exiqgrep perl syntax, add testcases. Bug 2821Jeremy Harris2022-03-066-8/+108
* GnuTLS: fix build with older library versionsJeremy Harris2022-03-051-5/+6
* Check query strings of query-style lookups for quoting. Bug 2850Jeremy Harris2022-03-03110-976/+1701