summaryrefslogtreecommitdiff
path: root/libcli/dns
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Minimal EDNS0 support for built-in DNS clientMichael Tokarev1-1/+10
2023-08-08libcli: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2022-01-20libcli/dns: Fix TCP fallbackVolker Lendecke1-25/+31
2021-09-28libcli/dns: smb.conf dns forwarder port supportMatthew Grant1-4/+4
2020-12-11libcli: Add required #includes to libcli/dns/dns.hVolker Lendecke1-0/+8
2019-11-22build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett1-2/+2
2019-05-25lib: Only compile resolvconftest if fmemopen existsVolker Lendecke1-0/+1
2019-04-09lib: Initialize variables in parse_resolvconf_fpVolker Lendecke1-3/+3
2019-04-09lib: Initialize getline() argumentsVolker Lendecke1-1/+1
2019-01-25Fix tests when building with selftest but without developerIsaac Boukris1-1/+1
2019-01-22libcli: dns: Change internal DNS_REQUEST_TIMEOUT from 2 to 10 seconds.Jeremy Allison1-1/+1
2019-01-15libcli/dns: Add dns_res_rec_get_sockaddrVolker Lendecke2-0/+40
2019-01-15libcli/dns: clidns must depend on ndr_standard, not on NDR_DNSVolker Lendecke1-1/+1
2019-01-15libcli/dns: Make "clidns" a libraryVolker Lendecke1-2/+3
2019-01-15dns_lookup: Let make test override the resolv.conf locationVolker Lendecke1-1/+12
2019-01-15libcli/dns: Add dns_lookupVolker Lendecke4-0/+435
2019-01-15libcli/dns: Add resolv.conf parsingVolker Lendecke4-1/+248
2018-04-24tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke1-1/+0
2018-01-06dnscli: Make a few functions staticVolker Lendecke2-56/+18
2018-01-04libdns: Add dns_cli_requestVolker Lendecke3-2/+209
2018-01-04libdns: dns/tcp clientVolker Lendecke2-0/+229
2018-01-04libdns: Fix a typoVolker Lendecke1-1/+1
2017-01-11wscript: remove executable bits for all wscript* filesStefan Metzmacher1-0/+0
2015-12-08libdns: Small cleanupVolker Lendecke1-2/+0
2015-12-08libdns: Convert dns_udp_request to 0/errnoVolker Lendecke2-21/+20
2015-12-08libdns: Properly set ENOMEMVolker Lendecke1-0/+1
2015-12-08libdns: tsocket returns -1 and sets errnoVolker Lendecke1-3/+3
2014-12-18libcli-dns: Remove obsolete dns_host_file subsystem.Andreas Schneider3-450/+0
2014-09-28libcli: Remove unreachable code in dns_hosts_file.Andreas Schneider1-2/+0
2014-08-26libcli/dns: ignore NS entries in dns_hosts_file.c at a higher log level for nowStefan Metzmacher1-0/+12
2014-08-26libcli/dns: add AAAA support to dns_hosts_file.cStefan Metzmacher1-7/+16
2012-10-16libcli/dns: Time out requests after a whileKai Blin1-0/+8
2012-05-30libcli/dns: Rename UDP-based calls to reflect their useKai Blin1-6/+6
2012-05-25dns_hosts_file: move to a separate subsystemAlexander Bokovoy1-5/+7
2012-05-23libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy1-7/+5
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce1-0/+4
2012-03-27s4 dns: Add a simple async client libraryKai Blin3-0/+230
2011-04-26libcli/dns Improve dns_hosts_file, using Samba3's struct dns_rr_srvAndrew Bartlett2-0/+483