summaryrefslogtreecommitdiff
path: root/src/src/filter.c
Commit message (Expand)AuthorAgeFilesLines
* tidyingJeremy Harris2023-04-231-4/+3
* tidyingJeremy Harris2023-01-151-2/+2
* SPDX: Mass-update to GPL-2.0-or-laterJeremy Harris2022-11-271-1/+1
* SPDX: license tags (mostly by guesswork)Jeremy Harris2022-11-271-0/+1
* Regex compile cacheingJeremy Harris2022-06-191-154/+144
* Use pool storage for regex operationsJeremy Harris2022-06-101-1/+1
* Copyright updates:exim-4.96-RC0Jeremy Harris2022-04-231-1/+1
* tidyingJeremy Harris2022-04-071-1/+1
* Hints DB interface: convert from macros to inlinable functions.Jeremy Harris2022-03-281-5/+5
* Check query strings of query-style lookups for quoting. Bug 2850Jeremy Harris2022-03-031-15/+18
* constificationJeremy Harris2022-02-061-1/+1
* constificationJeremy Harris2022-02-061-90/+93
* Copyright updates:Jeremy Harris2021-10-231-1/+1
* ConstificationThomas Noll2021-09-151-25/+28
* Use %ld not %lJeremy Harris2021-09-121-1/+1
* pcre2Jeremy Harris2021-09-121-20/+25
* Fixes for compilationJeremy Harris2021-05-271-15/+15
* Convert more cases of list-walking to use self-assigned memory for the list-itemJeremy Harris2020-12-241-5/+3
* Move errno-protection into string_open_failed()Jeremy Harris2020-07-051-5/+4
* Taint: When a non-wildcarded localpart affix is matched in a router,Jeremy Harris2020-05-041-2/+2
* Copyright updates:exim-4_94_RC0Jeremy Harris2020-04-301-0/+1
* tidying: skip_whitespaceJeremy Harris2020-04-041-9/+8
* Fix segfault on bad cmdline -f (sender) argument. Bug 2541Jeremy Harris2020-03-201-6/+6
* tidying: CCSS macroJeremy Harris2020-01-111-4/+2
* Track tainted data and refuse to expand itJeremy Harris2019-07-251-563/+560
* Use single-bit fields for global flagsJeremy Harris2018-08-221-10/+10
* Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)2018-02-101-1/+1
* Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris2017-10-261-1/+1
* Tidy build for OpenBSDJeremy Harris2017-10-141-1/+1
* String handling: refactor the expanding-string routines and users to use a de...Jeremy Harris2017-10-141-244/+242
* Use bitfields for flags in the "addr" structJeremy Harris2017-08-201-13/+14
* tidyingJeremy Harris2017-08-141-3/+3
* 214 spelling fixesJosh Soref2017-01-181-2/+2
* tidyingJeremy Harris2016-09-171-26/+18
* String-handling: rename string_cat() to string_catn() and intro a new string_...Jeremy Harris2016-04-101-5/+4
* Copyright year updates (things touched in 2015)Phil Pennock2015-06-041-1/+1
* Rename substructure for ease of debuggingJeremy Harris2015-04-121-1/+1
* constificationJeremy Harris2015-02-011-4/+4
* Remove obsolete $Cambridge$ CVS revision strings.Tony Finch2011-06-291-2/+0
* Compiler masochism compliance.Phil Pennock2011-03-221-8/+8
* Update all copyright messages to cover 1995 - 2009. Remove tab from exim_che...Nigel Metheringham2009-11-161-2/+2
* Update version number and copyright year.Philip Hazel2007-01-081-2/+2
* An update to gcc 4 threw up some new uninitialized variable and signed vsPhilip Hazel2006-09-051-2/+2
* In the add_headers option to the mail command in an Exim filter,Tony Finch2006-08-211-2/+1
* Diagnose an error for "seen", "unseen", or "noerror" if not followed byPhilip Hazel2006-07-071-1/+20
* Implement filter_prepend_home option.Philip Hazel2006-06-271-3/+4
* Update copyright year in (most) files (those that my script finds).Philip Hazel2006-02-071-2/+2
* Another bug in autoreply with bad address.Philip Hazel2005-12-191-4/+9
* 1. Don't show helo=[<ip address>] unnecessarily. 2. Update old testPhilip Hazel2005-11-111-3/+12
* Log only the actual address (not the whole To: header) when generatingPhilip Hazel2005-11-101-5/+45