SPDX: license tags (mostly by guesswork)
[exim.git] / src / src / dns.c
2022-11-27 Jeremy HarrisSPDX: license tags (mostly by guesswork)
2022-06-26 Jeremy HarrisMerge branch '4.next'
2022-06-19 Jeremy HarrisRegex compile cacheing
2022-04-23 Jeremy HarrisCopyright updates: exim-4.96-RC0
2022-03-03 Jeremy HarrisCheck query strings of query-style lookups for quoting...
2021-11-10 Jeremy Harristidying
2021-10-23 Jeremy HarrisCopyright updates:
2021-09-28 Jeremy HarrisMerge branch '4.next'
2021-09-12 Jeremy Harrispcre2
2021-05-08 Jeremy HarrisDNS: Better handling of SOA when negative-caching lookups
2021-05-05 Jeremy Harriswip
2021-02-22 Jeremy HarrisFix list-expansion for various domainlists, having...
2020-08-23 Jeremy HarrisDebug: minor updates
2020-06-28 Jeremy Harris Remove attempts to quieten compiler static-checking...
2020-04-30 Jeremy HarrisCopyright updates: exim-4_94_RC0
2020-04-21 Phil Pennockstop-gap: doc glibc 2.31 RES_TRUSTAD/trust-ad
2020-03-22 Jeremy HarrisMerge branch 'debug_fork'
2020-03-22 Jeremy Harrischild-open debug
2019-12-08 Jeremy HarrisMerge branch '4.next'
2019-11-10 Jeremy HarrisFix taint-handling in rDNS name construction
2019-10-27 Jeremy HarrisDNS: tag res_search() hack by lookup type in debug...
2019-10-27 Jeremy HarrisRefactor the res_search() fail hack
2019-10-22 Jeremy HarrisBe careful about DNS response AD/AA bits for error...
2019-09-22 Simon ArlottDNS: do not skip initial two components of SRV & TLSA...
2019-09-08 Jeremy HarrisFix unaligned access (more cleanly) in DNS regative...
2019-09-08 Jeremy HarrisFix unaligned access in DNS negative-caching
2019-09-05 Jeremy HarrisSupport TTL from SOA for NXDOMAIN & NODATA cache entrie...
2019-09-05 Jeremy Harristidying
2019-09-01 Jeremy HarrisSupport TTL from SOA for NXDOMAIN & NODATA cache entrie...
2019-07-25 Jeremy HarrisTrack tainted data and refuse to expand it
2019-03-14 Jeremy HarrisFix crash from SRV lookup hitting a CNAME
2019-02-10 Jeremy HarrisUse C99 initialisations for iterators
2018-12-23 Jeremy HarrisUse C99 initialisations for iterators
2018-10-12 Jeremy HarrisIncrease buffer size used for DNS responses. Bug 2329
2018-09-21 Jeremy HarrisDANE: ignore undersized TLSA records
2018-08-22 Jeremy HarrisUse single-bit fields for global flags
2018-06-07 Jeremy HarrisFollow CNAME chains only one step. Bug 2264
2018-02-10 Heiko Schlitterman... Update copyright year to 2018
2017-12-28 Jeremy HarrisUse common routine for building tagstring for dns-fail...
2017-10-01 Jeremy HarrisMerge branch 'master' into 4.next
2017-08-05 Jeremy Harristidying
2017-08-01 Jeremy HarrisUse retval from sprintf while walking buffers
2017-03-13 Jeremy HarrisSync 4.next from master
2017-01-31 Phil PennockCopyright year bumps for substantive changes 2017 exim-4_89_RC1
2017-01-30 Jeremy HarrisTidying: Coverity
2017-01-21 Jeremy HarrisMerge branch 'callout_smtp_tpt_merge'
2017-01-21 Jeremy HarrisSplit out smtp_setup_conn() from smtp_deliver, in the...
2017-01-18 Josh Soref214 spelling fixes
2016-11-25 Heiko Schlitterman... Merge from master into 4.next
2016-10-29 Jeremy HarrisFix dns authority-name lookup
2016-10-29 Jeremy Harrisconstification
2016-04-24 Jeremy HarrisDANE: Remove fallback from hosts_try_dane. If TLSA...
2016-04-02 Jeremy Harris Copyright year updates (things touched in 2016)
2016-03-03 Jeremy Harristidying: coverity issues
2016-02-02 Jeremy HarrisMerge branch 'master' into 4.next
2016-01-11 Jeremy HarrisDNS: fix crash in megahomed test case, on OpenBSD....
2015-12-29 Jeremy Harrisupdate to pre-4.87 master
2015-12-21 Jeremy HarrisFix build on OpenBSD. Bug 1761
2015-12-20 Michael HaardtDNSSEC: un-ifdef code uncompilable under DISABLE_DNSSSEC
2015-12-09 Jeremy HarrisI18N: Move EAI support from Experimental to mainline exim-4_87_RC1
2015-11-26 Jeremy HarrisFix potential misaligned ipv6 result records from DNS...
2015-11-01 Heiko Schlitterman... Source: Remove trailing whitespaces from src/*.{h,c}
2015-09-17 Jeremy HarrisDNS: time-limit cached returns, using TTL. Bug 1395
2015-07-26 Jeremy HarrisCompiler quietening
2015-06-22 Jeremy HarrisTestsuite: fix operator precedence in dns_extract_auth_...
2015-06-21 Heiko Schlitterman... Extract NS/SOA in dns_extract_auth_name() more precisly.
2015-06-21 Heiko Schlitterman... Fix and extend the checks in dns_is_secure()
2015-06-20 Jeremy HarrisAdd docs and massage coding standards for dns_trust_aa
2015-06-19 Heiko Schlitterman... Add dns_trust_aa
2015-06-05 Phil PennockCopyright year updates (things touched in 2015)
2015-05-23 Jeremy HarrisTestsuite: move test.again.dns and test.fail.dns handli...
2015-05-21 Jeremy HarrisFix DANE for multiple-MX when all TLSA lookup defer...
2015-05-20 Heiko Schlitterman... Add DNS debug aid if we requsted AD but got AA
2015-05-19 Jeremy HarrisChange HELO-verify forward case from byname to bydns...
2015-05-18 Jeremy HarrisFix truncated dns-lookup return record handling
2015-05-18 Jeremy HarrisTestsuite: move manyhome.test,ex handling from exim...
2015-05-14 Heiko Schlitterman... Testsuite: reverted: Output of path to fakens
2015-05-12 Heiko Schlitterman... Testsuite: locate fakens relative to the config_main_di...
2015-05-11 Heiko Schlitterman... Diagnostic debug message if fakens is not found
2015-05-09 Jeremy HarrisSupport SOA lookup in dnsdb lookups. Bug 286
2015-04-18 Jeremy HarrisUTF8: Avoid treating a punycoded dns lookup as an impli...
2015-04-12 Jeremy HarrisMerge branch 'SMTPUTF8_1516'. Bug 1516
2015-04-12 Jeremy HarrisPermit underbar in dns name component; needed for srv...
2015-04-12 Jeremy Harrissmtp input
2015-02-15 Jeremy HarrisWithdraw A6 DNS record support
2015-02-01 Jeremy Harrisconstification
2015-01-12 Jeremy HarrisDo RE compilations at daemon startup. Bug 1568
2015-01-11 Jeremy HarrisDo RE compilations at daemon startup. Bug 1568
2014-11-29 Jeremy HarrisWhen following a CNAME chain, if any lookup is insecure...
2014-11-29 Jeremy HarrisTidying
2014-11-29 Jeremy HarrisCompiler quietening
2014-11-20 Jeremy HarrisWhen following a CNAME chain, if any lookup is insecure...
2014-11-20 Jeremy HarrisConst-ification
2014-09-23 Todd LyonsMerge remote-tracking branch 'exim_github/pr/18'
2014-09-02 Jeremy HarrisIntroduce EXPERIMENTAL_DANE feature
2014-08-20 Jeremy HarrisMerge branch 'master' into dane
2014-08-10 Jeremy HarrisAdd support in the fakens utility for TLSA records
2014-05-28 Todd LyonsMerge tag 'exim-4_82_1' exim-4_83_RC1
2014-04-23 Todd LyonsMerge branch 'master' of git://git.exim.org/exim
2014-04-21 Jeremy HarrisFix DISABLE_DNSSEC build
next