summaryrefslogtreecommitdiff
path: root/src/src/dmarc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: Build with libopendmarc 1.4.x (fixes 2728)exim-4.95+fixesHeiko Schlittermann (HS12-RIPE)2022-10-181-1/+6
* Fix dmarc buildJeremy Harris2021-05-281-1/+1
* CVE-2020-28007: Link attack in Exim's log directoryQualys Security Advisory2021-05-271-3/+3
* Debug: output dmarc library versionJeremy Harris2021-05-041-6/+19
* DNS: explicit alloc/free of workspaceJeremy Harris2021-03-211-1/+5
* Build: tidyingJeremy Harris2020-08-101-88/+88
* DMARC: promote the support from Experimental to mainlineJeremy Harris2019-09-221-3/+3
* DMARC: Use exim facilities for DNS lookupsJeremy Harris2019-08-131-1/+30
* Track tainted data and refuse to expand itJeremy Harris2019-07-251-3/+3
* DMARC: check for empty filename for TLD file. Patch testsuite to not break o...Jeremy Harris2019-03-301-3/+3
* Use C99 initialisations for iteratorsJeremy Harris2019-02-101-2/+1
* Tidying: char signednessJeremy Harris2018-10-231-1/+1
* DMARC: Fix forensic-report envelopes to permit non-null. Bug 1896Jeremy Harris2018-08-231-12/+5
* Use single-bit fields for global flagsJeremy Harris2018-08-221-14/+14
* Clear more globals between messagesJeremy Harris2018-04-151-28/+28
* DMARC: fix history fileJeremy Harris2018-04-091-3/+6
* SPF: additional variable $spf_result_guessed; tweak authresults string indica...Jeremy Harris2018-03-221-1/+1
* DMARC: if ACL condition not called, do not add anything to authres stringJeremy Harris2018-03-181-12/+22
* DMARC: add results to generic authres string; remove $dmarc_ar_headerJeremy Harris2018-03-181-51/+19
* DMARC: fix result reporting when a DKIM ACL overrides the verify result. ...Jeremy Harris2018-02-181-1/+1
* SPF: promote from Experimental to mainline statusJeremy Harris2018-01-051-2/+2
* tidyingJeremy Harris2017-10-211-19/+12
* tidyingJeremy Harris2017-08-141-4/+4
* Coding: use specified-initialisersJeremy Harris2017-08-101-0/+1
* Configure the default opendmarc.tlds file in EDITMEHeiko Schlittermann (HS12-RIPE)2017-06-301-2/+1
* tidyingJeremy Harris2016-09-131-1/+1
* DMARC: send forensic reports for reject & quarantine results, and "none" poli...Tony Meyer2016-08-141-54/+57
* Fix EXPERIMENTAL_DMARC buildJeremy Harris2016-02-051-1/+2
* Massage coding style to project normJeremy Harris2014-07-221-450/+452
* More care with time typesJeremy Harris2014-06-061-1/+1
* Merge tag 'exim-4_82_1'exim-4_83_RC1Todd Lyons2014-05-281-11/+15
|\
| * SECURITY: DMARC uses From header untrusted dataexim-4_82_1Todd Lyons2014-05-261-19/+24
* | Copyright year updates:Todd Lyons2014-04-191-1/+1
* | Make dmarc code c89 compliantTodd Lyons2014-04-151-3/+1
* | Add expansion for DMARC policyTodd Lyons2014-04-151-0/+23
* | Bugzilla 1433: Fix DMARC SEGVWolfgang Breyha2014-01-141-14/+15
|/
* Bug 1392: Change status text when no dmarc recordWolfgang Breyha2013-10-041-1/+1
* Bug 1389: Initialize and clear variablesTodd Lyons2013-10-031-0/+2
* Remove static from local variable declaration.Todd Lyons2013-04-161-1/+1
* Fix history file logging to use correct variablesTodd Lyons2013-04-101-28/+30
* Withhold TLD load error if not defined in confTodd Lyons2013-04-091-1/+3
* Move DKIM endif.Todd Lyons2013-04-091-15/+11
* DMARC support by opendmarc libsTodd Lyons2013-04-091-0/+611