summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve
AgeCommit message (Expand)AuthorFilesLines
2022-11-09s4: libcli: Ignore errors when getting A records after fetching AAAA records.Jeremy Allison1-6/+8
2020-09-15lib: addns: Fix ads_dns_lookup_srv() and functions to return size_t * num ser...Jeremy Allison1-4/+11
2020-09-15libcli: nbt: Fix resolve_lmhosts_file_as_sockaddr() to return size_t * count ...Jeremy Allison1-1/+1
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-04s3/s4: Cleanup. Move TALLOC_CTX * parameter to be first in resolve_lmhosts_fi...Jeremy Allison1-2/+6
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-05-08Fix clang 9 for-loop-analysis warningsGary Lockyer1-2/+1
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-1/+1
2019-05-03libcli: Align integer typesVolker Lendecke1-1/+1
2019-05-03libcli: Remove an unnecessary #includeVolker Lendecke1-1/+0
2019-03-01source4: Use wrapper for string to integer conversionSwen Schillig1-2/+3
2018-01-23libcli/resolve: Make functions staticVolker Lendecke1-9/+10
2018-01-23libcli/resolve: Make functions staticVolker Lendecke1-9/+10
2018-01-23libcli/resolve: Fix typosVolker Lendecke1-2/+2
2016-05-13s4:libcli:resolve: fix O3 error unused result of writeMichael Adam1-2/+3
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2014-12-18s4-libcli: Remove obsolete support for file resolving.Andreas Schneider2-162/+0
2014-12-18addns: Remove support for dns_host_file.Andreas Schneider1-1/+1
2014-07-31libcli: Fix a typoVolker Lendecke1-1/+1
2014-04-02s4:libcli/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher1-0/+1
2014-04-02s4:libcli/resolve: avoid some const warningsStefan Metzmacher2-4/+5
2014-01-31s4-resolve: Add lmhosts support into the source4 name resolve codeAndrew Bartlett2-0/+131
2013-02-17s4-nbt: Ensure source4/ nbt client and server honour 'disable netbios'Andrew Bartlett1-2/+6
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-09-28s4:libcli/resolve: only try broadcast messages to ipv4 addressesStefan Metzmacher1-2/+12
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: allow for IPv6 in resolver top level callsAndrew Tridgell1-4/+2
2011-06-06s4-ipv6: cope with IPv6 in our async DNS client codeAndrew Tridgell1-28/+28
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell2-2/+2
2011-05-13do an explicit A record search for SRV entriesLuke Howard1-4/+22
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2-4/+4
2011-05-03s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett1-12/+0
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-1/+1
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-24s4:libcli/resolve/file.c - fix "const" warningMatthias Dieter Wallnöfer1-1/+1
2010-09-15s4-resolve: the file backend should not look at the name typeAndrew Tridgell1-1/+1
2010-09-15s4-resolve: added resolve_name_multiple_recv()Andrew Tridgell1-0/+34
2010-09-15s4-dns: fixed lookup of SRV records using dns_exAndrew Tridgell1-2/+2