summaryrefslogtreecommitdiffstats
path: root/server/resolv/ares/ares_parse_srv_reply.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-183/+0
| | | | Also update BUILD.txt
* Import ares 1.7.0 helpersJakub Hrozek2009-12-091-39/+49
|
* Add ares helpers into sssdJakub Hrozek2009-07-241-0/+173
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