summaryrefslogtreecommitdiffstats
path: root/src/external/libcares.m4
Commit message (Collapse)AuthorAgeFilesLines
* Honor the TTL value of SRV record lookupsJakub Hrozek2011-07-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Add new resolv_hostent data structure and utility functions Resolve hosts by name from files into resolv_hostent Resolve hosts by name from DNS into resolv_hostent Switch resolver to using resolv_hostent and honor TTL Conflicts: src/providers/fail_over.c Provide TTL structure names for c-ares < 1.7 https://fedorahosted.org/sssd/ticket/898 In c-ares 1.7, the upstream renamed the addrttl/addr6ttl structures to ares_addrttl/ares_addr6ttl so they are in the ares_ namespace. Because they are committed to stable ABI, the contents are the same, just the name changed -- so it is safe to just #define the new name for older c-ares version in case the new one is not detected in configure time.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+20
Also update BUILD.txt