summaryrefslogtreecommitdiffstats
path: root/src/resolv/async_resolv.h
Commit message (Collapse)AuthorAgeFilesLines
* Set default DNS resolution timeout to 6 seconds.Jakub Hrozek2013-08-091-1/+1
| | | | | | | Partially solves ticket: https://fedorahosted.org/sssd/ticket/1966 To avoid the problem mentioned in the ticket above, option dns_discovery_domain must be set properly
* Allow returning arbitrary address from resolv_hostent as stringJakub Hrozek2011-07-111-1/+6
|
* Split reading resolver family order into a separate functionJakub Hrozek2011-07-111-0/+8
|
* Do not hardcode default resolver timeoutJakub Hrozek2011-07-111-0/+2
|
* Add sockaddr_storage to sdap_serviceSumit Bose2011-06-301-0/+4
|
* Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2011-06-151-25/+31
|
* Add new resolv_hostent data structure and utility functionsJakub Hrozek2011-06-151-0/+29
|
* Add utility function to return IP address as stringJakub Hrozek2011-06-021-0/+3
|
* Sort SRV replies according to RFC 2782Jakub Hrozek2010-04-301-0/+4
| | | | | | | | | | RFC 2782 defines a way to sort replies to a SRV query. In short, the algorithm sorts all replies by priority and then does a weight-based selection for every priority level. For details, please see the sections "Usage rules" for overview of the algorithm and section "The 'Weight' field" for description on the weight selection.
* Restrict family lookupsJakub Hrozek2010-02-221-1/+9
| | | | | | | Adds a new option that tells resolver which address family to prefer or use exclusively. Fixes: #404
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+95
Also update BUILD.txt