summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve/dns_ex.c
Commit message (Expand)AuthorAgeFilesLines
* s4: libcli: Ignore errors when getting A records after fetching AAAA records.Jeremy Allison2022-11-091-6/+8
* lib: addns: Fix ads_dns_lookup_srv() and functions to return size_t * num ser...Jeremy Allison2020-09-151-4/+11
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-1/+1
* libcli: Align integer typesVolker Lendecke2019-05-031-1/+1
* libcli: Remove an unnecessary #includeVolker Lendecke2019-05-031-1/+0
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+3
* s4:libcli:resolve: fix O3 error unused result of writeMichael Adam2016-05-131-2/+3
* addns: Remove support for dns_host_file.Andreas Schneider2014-12-181-1/+1
* libcli: Fix a typoVolker Lendecke2014-07-311-1/+1
* Fallback to the internal resolver on EAI_FAIL.Landon Fuller2013-02-171-1/+3
* s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup (bug #9555)Arvid Requate2013-01-121-0/+1
* dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy2012-05-231-1/+1
* s4-resolve: Remove dependency on librokenSimo Sorce2012-05-231-197/+152
* s4-resolv: fix dns_ex so as to fail correctly when a name does not existAndrew Bartlett2011-12-141-0/+9
* s4-resolver: do not use all the A and AAAA records, those after a NS are not ...Matthieu Patou2011-12-051-0/+16
* s4-resolver: fix bug with DNS servers returning AAAA records when asked for A...Matthieu Patou2011-11-061-2/+4
* s4-resolver: make it work back with ipv4 only DNS recordsMatthieu Patou2011-11-021-16/+25
* s4-resolv: fix resolution of SRV records pointing to A and AAAA recordsMatthieu Patou2011-10-211-161/+238
* s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-131-1/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-2/+2
* s4-ipv6: fixed a crash in the IPv6 DNS codeAndrew Tridgell2011-06-071-1/+1
* s4-ipv6: fixed DNS handling with new IPv6 codeAndrew Tridgell2011-06-071-1/+16
* s4-ipv6: cope with IPv6 in our async DNS client codeAndrew Tridgell2011-06-061-28/+28
* do an explicit A record search for SRV entriesLuke Howard2011-05-131-4/+22
* s4:libcli/resolve/dns_ex.c - fix "const" warningMatthias Dieter Wallnöfer2010-10-031-1/+2
* s4-dns: avoid search domains expansion in DNS resolverAndrew Tridgell2010-09-271-0/+8
* s4-dns: fixed lookup of SRV records using dns_exAndrew Tridgell2010-09-151-2/+2
* s4-dns-ex: use autoclose on the dns child pipeAndrew Tridgell2010-03-051-2/+1
* s4: Fix result check for getaddrinfo()Kamen Mazdrashki2010-01-061-6/+11
* s4/libcli: when we get a DNS lookup failure show the nameAndrew Tridgell2009-09-111-0/+2
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-16/+16
* s4:resolve/dns_ex: undefine class because it's used in heimdal/lib/roken/reso...Stefan Metzmacher2009-02-021-0/+5
* s4: simplify some overly-complicated logicTim Prouty2008-12-301-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* s4: Fix a getaddrinfo/EAI_NODATA portability issueTim Prouty2008-12-221-0/+4
* s4:libcli/replace: add some RESOLVE_NAME_FLAG* flagsStefan Metzmacher2008-12-181-16/+23
* s4:libcli/resolve: specify the port for the resulting socket_addressesStefan Metzmacher2008-12-171-3/+8
* s4:libcli/resolve: optionally return the name that belongs to the returned ad...Stefan Metzmacher2008-12-171-11/+44
* s4:libcli/resolve: pass down flags to the resolver backendsStefan Metzmacher2008-12-171-0/+3
* s4:libcli/resolve: add getaddrinfo()/dns_looup() resolvingStefan Metzmacher2008-12-171-0/+484