summaryrefslogtreecommitdiff
path: root/src/src/exim.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.next'4.nextJeremy Harris2022-06-261-75/+78
|\
| * Regex compile cacheingJeremy Harris2022-06-191-45/+6
| * Use pool storage for regex operationsJeremy Harris2022-06-101-27/+33
| * Logging: expand hosts_connection_nolog coverageJeremy Harris2022-06-031-0/+6
| * tidyingJeremy Harris2022-06-021-3/+3
| * Fix build on BSDs & SolarisJeremy Harris2022-05-301-1/+5
| * panic_coredump option. Bug 2892Jeremy Harris2022-05-301-4/+30
* | tidyingJeremy Harris2022-06-041-3/+3
|/
* Copyright updates:exim-4.96-RC0Jeremy Harris2022-04-231-1/+1
* Tidying: explicit (de)tainting copiesJeremy Harris2022-03-281-1/+1
* Add backstop check for taint of executable name when calling exec()Jeremy Harris2022-03-091-1/+1
* Check query strings of query-style lookups for quoting. Bug 2850Jeremy Harris2022-03-031-45/+97
* constificationJeremy Harris2022-02-131-1/+1
* log process_info on SEGVJeremy Harris2022-02-071-0/+4
* tidyingJeremy Harris2022-02-061-2/+2
* Debug pretrigger capture facilityJeremy Harris2022-02-051-6/+21
* Retire old libsrs_alt -based SRS support. Bug 1649Jeremy Harris2022-02-051-3/+0
* Account for null strinng in debug "show"Jeremy Harris2022-02-051-2/+3
* Debug: feed startup "whats supported" info through normal debug channelJeremy Harris2022-02-041-50/+71
* Avoid null-indirection from null argv[0]Jeremy Harris2022-01-291-1/+2
* Fix build on systems not supporting SEGV_BNDERRJeremy Harris2022-01-251-0/+2
* Differentiate empty-line from EOF in stdin for -beJeremy Harris2022-01-231-15/+17
* log more detail for SIGSEGVJeremy Harris2022-01-231-0/+28
* select() -> poll(). Bug 2831Jeremy Harris2021-11-171-7/+2
* Fix -be macro definitionJeremy Harris2021-11-091-1/+6
* Fix pcre2 interface for older versionsJeremy Harris2021-10-231-15/+3
* Copyright updates:Jeremy Harris2021-10-231-1/+1
* Queue_Ramp in -bV output no longer experimentalJeremy Harris2021-10-171-1/+1
* Change advertised feature name for PIPECONNECTJeremy Harris2021-10-171-1/+1
* Avoid calling gettimeofday(), select() per char for cmdline message submissio...Jeremy Harris2021-10-161-2/+5
* tidyingJeremy Harris2021-10-101-1/+1
* constificationJeremy Harris2021-09-131-6/+2
* Use %ld not %lJeremy Harris2021-09-121-1/+1
* pcre2Jeremy Harris2021-09-121-52/+104
* Avoid wait-for-tick on single-message connectionsJeremy Harris2021-09-021-6/+8
* tidyingJeremy Harris2021-09-021-8/+7
* paniclog sigsegv eventsJeremy Harris2021-06-281-4/+18
* first go. crashes in 0003Jeremy Harris2021-06-281-8/+21
* Honour the outcome of parse_extract_address(), testsuite 471Heiko Schlittermann (HS12-RIPE)2021-05-271-4/+5
* CVE-2020-28007: Link attack in Exim's log directoryQualys Security Advisory2021-05-271-12/+2
* CVE-2020-28010: Heap out-of-bounds write in main()Heiko Schlittermann (HS12-RIPE)2021-05-271-6/+3
* CVE-2020-28014, CVE-2021-27216: PID file handlingHeiko Schlittermann (HS12-RIPE)2021-05-271-0/+4
* Inline four often-called new functionsPhil Pennock2021-05-271-2/+2
* Fixes for compilationJeremy Harris2021-05-271-55/+66
* SECURITY: fix Qualys CVE-2020-SLCWDPhil Pennock2021-05-271-0/+6
* SECURITY: pick up more argv length checksPhil Pennock2021-05-271-12/+18
* SECURITY: length limits on many cmdline optionsPhil Pennock2021-05-271-31/+62
* Named Queues: fix immediate-delivery. Bug 2743Jeremy Harris2021-05-121-2/+4
* Debug: output dmarc library versionJeremy Harris2021-05-041-0/+3
* Fix time usage on non-subtick-resolution platformsSimon Arlott2021-04-211-1/+1