summaryrefslogtreecommitdiff
path: root/src/src/match.c
Commit message (Expand)AuthorAgeFilesLines
* Regex compile cacheingJeremy Harris2022-06-191-64/+65
* Copyright updates:exim-4.96-RC0Jeremy Harris2022-04-231-1/+1
* Fix static address-list lookup returnJeremy Harris2022-03-101-17/+27
* Check query strings of query-style lookups for quoting. Bug 2850Jeremy Harris2022-03-031-8/+6
* Another go at the overlong-addrs versus rewrites problemJeremy Harris2022-03-021-16/+16
* Copyright updates:Jeremy Harris2021-10-231-1/+1
* Merge branch '4.next'Jeremy Harris2021-09-281-2/+2
|\
| * pcre2Jeremy Harris2021-09-121-2/+2
* | Fix small typoexim-4.95-RC2Neil Youngman2021-08-231-2/+2
|/
* Debugging: avoid expansion problem with foolish-length list outputJeremy Harris2021-02-181-2/+12
* wipJeremy Harris2021-02-131-1/+1
* Lookups: fix $local_part_data for a match on a filename list element. Bug 2691Jeremy Harris2021-01-291-6/+11
* Convert more cases of list-walking to use self-assigned memory for the list-itemJeremy Harris2020-12-241-2/+1
* Fix matching of long addresses. Bug 2677Jeremy Harris2020-12-161-2/+4
* Move errno-protection into string_open_failed()Jeremy Harris2020-07-051-1/+1
* Remove attempts to quieten compiler static-checking (more)Jeremy Harris2020-06-281-4/+0
* Sqlite: new-style option to specify db fileJeremy Harris2020-06-061-1/+1
* Refactor lookup argument shufflingJeremy Harris2020-06-061-16/+1
* Numeric variable returnsJeremy Harris2020-05-061-17/+17
* testcases for value returnJeremy Harris2020-05-061-1/+1
* docs & more debugJeremy Harris2020-05-061-8/+2
* value returnJeremy Harris2020-05-061-18/+22
* wip - see failed-summary.log.list_match_value. Pretty much ok.Jeremy Harris2020-05-051-42/+48
* Copyright updates:exim-4_94_RC0Jeremy Harris2020-04-301-0/+1
* Taint: check on supplied buffer vs. list when extracting elementsJeremy Harris2020-04-051-3/+2
* tidying: skip_whitespaceJeremy Harris2020-04-041-4/+4
* Lookups: per-searchtype options frameworkJeremy Harris2020-04-031-3/+3
* Track tainted data and refuse to expand itJeremy Harris2019-07-251-5/+8
* Use C99 initialisations for iteratorsJeremy Harris2019-02-101-8/+5
* Use single-bit fields for global flagsJeremy Harris2018-08-221-6/+5
* Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)2018-02-101-1/+1
* Downgrade an unfound-list name from panic to DEFER. Bug 1645Jeremy Harris2017-11-111-122/+116
* Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris2017-10-261-1/+1
* tidyingJeremy Harris2017-04-081-0/+21
* Overhaul the debug_selector and log_selector machinery to support variable-le...Tony Finch2015-08-141-2/+2
* Copyright year updates (things touched in 2015)Phil Pennock2015-06-041-1/+1
* struct dnssec_domainsJeremy Harris2015-05-191-2/+1
* Log reason for defer, on a hostlist dns-lookup temporary error. Bug 1328Jeremy Harris2015-05-061-1/+2
* constificationJeremy Harris2015-02-011-25/+26
* Const-ificationJeremy Harris2014-11-201-9/+10
* Const-ificationJeremy Harris2014-11-201-1/+1
* Add options dnssec_request_domains, dnssec_require_domains to the dnslookup r...Jeremy Harris2014-04-201-0/+2
* Adjust debug output to indicate a test, not resultTodd Lyons2012-10-151-1/+1
* Remove obsolete $Cambridge$ CVS revision strings.Tony Finch2011-06-291-2/+0
* Update all copyright messages to cover 1995 - 2009. Remove tab from exim_che...Nigel Metheringham2009-11-161-2/+2
* Fix bug introduced with +ignore_defer and +include_defer.Philip Hazel2007-06-261-6/+2
* Add +ignore_defer and +include_defer to host lists.Philip Hazel2007-06-261-4/+49
* Update version number and copyright year.Philip Hazel2007-01-081-2/+2
* $domain not always set when scanning a domain list.Philip Hazel2006-10-311-2/+14
* Allow (?-i) to work as expected in a (n)wildlsearch key.Philip Hazel2006-07-271-3/+10