TLS fixes for OpenSSL.
[exim.git] / src / src / host.c
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