summaryrefslogtreecommitdiffstats
path: root/server/resolv
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright noticesJakub Hrozek2009-09-112-0/+40
| | | | Fixes: #138
* Consolidate tevent helpersJakub Hrozek2009-08-051-16/+0
|
* Add ares helpers into sssdJakub Hrozek2009-07-247-0/+465
| | | | | | | | | | 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
* Async DNS integrationJakub Hrozek2009-07-242-0/+724
Integrates the c-ares asynchronous resolved library into SSSD.