MIME: recode 2231-to-2047 safely. Bug 466
[exim.git] / src / src / host.c
2015-02-15 Jeremy HarrisWithdraw A6 DNS record support
2015-02-01 Jeremy Harrisconstification
2015-01-12 Jeremy HarrisEmphasize whitespace in hostnames in debug output
2014-11-05 Jeremy HarrisDo not permit multi-component wildcards on certificate...
2014-10-30 Jeremy HarrisFix cert-try-verify when denied by event action
2014-10-30 Jeremy HarrisFix dnssec indication variable when used from smtp...
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 HarrisOn a host lookup name->MX->A->ip sequence, require...
2014-05-31 Jeremy HarrisSupport service names for tls_on_connect_ports. Bug 72
2014-05-28 Todd LyonsMerge tag 'exim-4_82_1' exim-4_83_RC1
2014-05-12 Todd LyonsMerge branch 'master' of ssh://git.exim.org/home/git...
2014-05-12 Jeremy HarrisPropagate dnssec status from dnslookup router through...
2014-05-01 Jeremy HarrisSupport dnssec in verify-callout use of smtp transport.
2014-04-24 Jeremy HarrisDnssec observability: add variable $lookup_dnssec_authe...
2014-04-23 Todd LyonsMerge branch 'master' of git://git.exim.org/exim
2014-04-20 Jeremy HarrisAdd options dnssec_request_domains, dnssec_require_doma...
2012-10-27 Phil PennockMerge 4.80.1 security fix in.
2012-06-06 Phil PennockBUGFIX: forced-fail smtp option tls_sni would dereferen...
2012-06-04 Jeremy HarrisDual-tls - split management of TLS into in- and out...
2012-06-01 Phil PennockDNSSEC babystep: dns_use_dnssec & $sender_host_dnssec
2012-05-28 Phil PennockMerge openssl_disable_ssl2 branch exim-4_80_RC7
2012-05-17 Phil PennockCopyright year updates.
2012-05-16 Phil PennockMerge branch 'experimental_ocsp'
2012-05-16 Phil PennockOverhaul of GnuTLS code.
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-10-16 Tom KistnerBugzilla #722
2007-10-18 Nigel MetheringhamDefend against bad data from gethostbyaddr(). Fixes...
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-11-20 Philip HazelDon't set $sender_host_name if forward lookup of name...
2006-10-09 Philip HazelArrange to call dns_init() for host_find_byname() as...
2006-09-05 Philip HazelAn update to gcc 4 threw up some new uninitialized...
2006-04-04 Philip HazelMake dns_again_means_nonexist apply to gethostbyname...
2006-03-17 Philip HazelFix address sorting untidiness for the test suite.
2006-02-16 Philip HazelCode tidies to remove stuff that was needed only for...
2006-02-07 Philip HazelAlways do explicit A/AAAA lookups; no longer make use...
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-12-06 Philip HazelAdd disable_ipv6, tidy up calls to string_is_ip_address().
2005-11-21 Philip HazelMend comparison bug for canonical vs non-canonical...
2005-11-11 Philip Hazel1. Don't show helo=[<ip address>] unnecessarily. 2...
2005-10-03 Philip HazelMissing #if HAVE_IPV6 conditional.
2005-09-19 Philip HazelMore work for interfacing to the new test suite.
2005-09-16 Philip HazelFurther changes for the benefit of the new test suite.
2005-08-22 Philip HazelFix comparison of [IPv6:....] to sender host address for
2005-08-09 Philip HazelAllow port setting on lists of hosts in manualroute...
2005-08-02 Philip HazelSet USE_INET_NTOA_FIX for AIX as well as for IRIX ...
2005-06-22 Philip HazelInsert a lot of missing (void) casts.
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2005-01-25 Philip Hazel(1) Added $host_lookup_deferred.
2005-01-12 Philip Hazelhost_aton() was not handling scoped IPv6 addresses...
2005-01-11 Philip HazelCorrected several mis-calls of is_ip_address() that...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2004-12-29 Philip HazelThe host_aton() buffer overflow: (1) Put a check in...
2004-11-18 Philip HazelCanonicize IPv6 addresses that are supplied via -bh...
2004-11-12 Philip HazelExim went into a mad DNS lookup loop when doing a callo...
2004-10-07 Philip HazelStart