summaryrefslogtreecommitdiff
path: root/src/resolv/async_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05resolv_sort_srv_reply: remove unnecessary mem_ctxPavel Březina1-7/+11
2013-07-24Lower timeout to contact DNS serverMichal Zidek1-1/+1
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-2/+4
2013-05-07Actually use the index parameter in resolv_get_sockaddr_address_indexJakub Hrozek1-4/+7
2013-05-03dyndns: New option dyndns_update_ptrJakub Hrozek1-2/+2
2013-05-03resolver: Return PTR record as stringJakub Hrozek1-0/+36
2013-04-03Centralize resolv_init, remove resolv context listJakub Hrozek1-17/+2
2013-04-03Init failover with be_res optionsJakub Hrozek1-41/+0
2013-04-03Check for correct variable nameJakub Hrozek1-1/+1
2012-12-19use talloc_zfree when freeing rhostent in resolverPavel Březina1-1/+1
2012-12-18RESOLV: Do not steal the resulting hostent on errorJakub Hrozek1-2/+3
2012-12-05RESOLV: return ENOENT if the address list is emptyJakub Hrozek1-0/+8
2012-07-16resolv_gethostbyname_send: strdup hostname to work properly when hostname is ...Pavel Březina1-5/+12
2012-03-29Return correct resolv_status on resolver timeoutJakub Hrozek1-1/+6
2011-12-20Resolver: Introduce a per-request timeoutJakub Hrozek1-30/+199
2011-10-31resolver: Free the whole hostent structureJakub Hrozek1-1/+1
2011-07-13Use ares_search instead of ares_query for hostname resolutionJakub Hrozek1-1/+1
2011-07-11Allow returning arbitrary address from resolv_hostent as stringJakub Hrozek1-2/+4
2011-07-11Split reading resolver family order into a separate functionJakub Hrozek1-0/+41
2011-06-30Add sockaddr_storage to sdap_serviceSumit Bose1-0/+36
2011-06-16Provide TTL structure names for c-ares < 1.7Jakub Hrozek1-0/+8
2011-06-15Switch resolver to using resolv_hostent and honor TTLJakub Hrozek1-180/+256
2011-06-15Resolve hosts by name from DNS into resolv_hostentJakub Hrozek1-0/+254
2011-06-15Resolve hosts by name from files into resolv_hostentJakub Hrozek1-0/+92
2011-06-15Add new resolv_hostent data structure and utility functionsJakub Hrozek1-0/+171
2011-06-02Add utility function to return IP address as stringJakub Hrozek1-0/+24
2011-05-12Set c-ares to retry nameserversJakub Hrozek1-1/+1
2010-12-14Reschedule the fd timeout for secondary lookupsStephen Gallagher1-0/+4
2010-12-14Fix timeouts for DNS resolverStephen Gallagher1-1/+1
2010-11-24Internal DNS resolver should check /etc/hostsJakub Hrozek1-0/+2
2010-04-30Add dns_resolver_timeout optionStephen Gallagher1-1/+5
2010-04-30Support SRV servers in failoverJakub Hrozek1-5/+5
2010-04-30Sort SRV replies according to RFC 2782Jakub Hrozek1-0/+244
2010-04-26Do not mark a request as failed twiceJakub Hrozek1-1/+0
2010-03-25Fix warnings from -Wmissing-field-initializersSumit Bose1-1/+1
2010-02-22Restrict family lookupsJakub Hrozek1-11/+25
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+1062