summaryrefslogtreecommitdiff
path: root/server/external/libcares.m4
AgeCommit message (Collapse)AuthorFilesLines
2009-12-09Import ares 1.7.0 helpersJakub Hrozek1-16/+5
2009-07-24Add ares helpers into sssdJakub Hrozek1-0/+22
This patch adds ares parsing functions that are not yet upstreamed together with a private ares header file (ares_dns.h) that contains some necessary macros for parsing common structures in the replies. Users of these two parsing functions must also include the header files ares_parse_{srv,txt}_reply.h that contain the function and structures declarations that should eventually end up in upstream ares.h
2009-07-24Async DNS integrationJakub Hrozek1-0/+9
Integrates the c-ares asynchronous resolved library into SSSD.