summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve/dns_ex.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-17Fallback to the internal resolver on EAI_FAIL.Landon Fuller1-1/+3
2013-01-12s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup (bug #9555)Arvid Requate1-0/+1
2012-05-23dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy1-1/+1
2012-05-23s4-resolve: Remove dependency on librokenSimo Sorce1-197/+152
2011-12-14s4-resolv: fix dns_ex so as to fail correctly when a name does not existAndrew Bartlett1-0/+9
2011-12-05s4-resolver: do not use all the A and AAAA records, those after a NS are not ...Matthieu Patou1-0/+16
2011-11-06s4-resolver: fix bug with DNS servers returning AAAA records when asked for A...Matthieu Patou1-2/+4
2011-11-02s4-resolver: make it work back with ipv4 only DNS recordsMatthieu Patou1-16/+25
2011-10-21s4-resolv: fix resolution of SRV records pointing to A and AAAA recordsMatthieu Patou1-161/+238
2011-08-13s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce1-1/+1
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-2/+2
2011-06-07s4-ipv6: fixed a crash in the IPv6 DNS codeAndrew Tridgell1-1/+1
2011-06-07s4-ipv6: fixed DNS handling with new IPv6 codeAndrew Tridgell1-1/+16
2011-06-06s4-ipv6: cope with IPv6 in our async DNS client codeAndrew Tridgell1-28/+28
2011-05-13do an explicit A record search for SRV entriesLuke Howard1-4/+22
2010-10-03s4:libcli/resolve/dns_ex.c - fix "const" warningMatthias Dieter Wallnöfer1-1/+2
2010-09-27s4-dns: avoid search domains expansion in DNS resolverAndrew Tridgell1-0/+8
2010-09-15s4-dns: fixed lookup of SRV records using dns_exAndrew Tridgell1-2/+2
2010-03-05s4-dns-ex: use autoclose on the dns child pipeAndrew Tridgell1-2/+1
2010-01-06s4: Fix result check for getaddrinfo()Kamen Mazdrashki1-6/+11
2009-09-11s4/libcli: when we get a DNS lookup failure show the nameAndrew Tridgell1-0/+2
2009-06-12s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett1-16/+16
2009-02-02s4:resolve/dns_ex: undefine class because it's used in heimdal/lib/roken/reso...Stefan Metzmacher1-0/+5
2008-12-30s4: simplify some overly-complicated logicTim Prouty1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-4/+4
2008-12-22s4: Fix a getaddrinfo/EAI_NODATA portability issueTim Prouty1-0/+4
2008-12-18s4:libcli/replace: add some RESOLVE_NAME_FLAG* flagsStefan Metzmacher1-16/+23
2008-12-17s4:libcli/resolve: specify the port for the resulting socket_addressesStefan Metzmacher1-3/+8
2008-12-17s4:libcli/resolve: optionally return the name that belongs to the returned ad...Stefan Metzmacher1-11/+44
2008-12-17s4:libcli/resolve: pass down flags to the resolver backendsStefan Metzmacher1-0/+3
2008-12-17s4:libcli/resolve: add getaddrinfo()/dns_looup() resolvingStefan Metzmacher1-0/+484