summaryrefslogtreecommitdiffstats
path: root/source4/libcli/resolve
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* s4:libcli/resolve: avoid some const warningsStefan Metzmacher2014-04-022-4/+5
* s4-resolve: Add lmhosts support into the source4 name resolve codeAndrew Bartlett2014-01-312-0/+131
* s4-nbt: Ensure source4/ nbt client and server honour 'disable netbios'Andrew Bartlett2013-02-171-2/+6
* 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/resolve: only try broadcast messages to ipv4 addressesStefan Metzmacher2011-09-281-2/+12
* 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: allow for IPv6 in resolver top level callsAndrew Tridgell2011-06-061-4/+2
* s4-ipv6: cope with IPv6 in our async DNS client codeAndrew Tridgell2011-06-061-28/+28
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-062-2/+2
* do an explicit A record search for SRV entriesLuke Howard2011-05-131-4/+22
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-082-4/+4
* s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett2011-05-031-12/+0
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
* 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:libcli/resolve/file.c - fix "const" warningMatthias Dieter Wallnöfer2010-09-241-1/+1
* s4-resolve: the file backend should not look at the name typeAndrew Tridgell2010-09-151-1/+1
* s4-resolve: added resolve_name_multiple_recv()Andrew Tridgell2010-09-151-0/+34
* s4-dns: fixed lookup of SRV records using dns_exAndrew Tridgell2010-09-151-2/+2
* s4-resolve: added resolve_name_ex_send()Andrew Tridgell2010-09-021-8/+33
* s4-resolve: add a default domain for unqualified names in file backendAndrew Tridgell2010-09-021-5/+15
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-164-7/+7
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-262-0/+2
* s4:libcli/resovle File based lookup module for DNS name typesAndrew Bartlett2010-03-112-0/+152
* s4:libcli/resolve Use a more robust way to return the string addressAndrew Bartlett2010-03-111-2/+11
* 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-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-3/+5
* 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-298-14/+14
* s4: Fix a getaddrinfo/EAI_NODATA portability issueTim Prouty2008-12-221-0/+4
* s4:libcli/replace: add some RESOLVE_NAME_FLAG* flagsStefan Metzmacher2008-12-184-18/+43
* s4:libcli/resolve: specify the port for the resulting socket_addressesStefan Metzmacher2008-12-178-9/+25
* s4:libcli/resolve: optionally return the name that belongs to the returned ad...Stefan Metzmacher2008-12-178-23/+82