summaryrefslogtreecommitdiff
path: root/libcli/dns/dns.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Minimal EDNS0 support for built-in DNS clientMichael Tokarev1-1/+10
2022-01-20libcli/dns: Fix TCP fallbackVolker Lendecke1-25/+31
2021-09-28libcli/dns: smb.conf dns forwarder port supportMatthew Grant1-4/+4
2019-01-22libcli: dns: Change internal DNS_REQUEST_TIMEOUT from 2 to 10 seconds.Jeremy Allison1-1/+1
2018-04-24tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke1-1/+0
2018-01-06dnscli: Make a few functions staticVolker Lendecke1-18/+18
2018-01-04libdns: Add dns_cli_requestVolker Lendecke1-1/+190
2018-01-04libdns: dns/tcp clientVolker Lendecke1-0/+219
2015-12-08libdns: Small cleanupVolker Lendecke1-2/+0
2015-12-08libdns: Convert dns_udp_request to 0/errnoVolker Lendecke1-16/+15
2015-12-08libdns: Properly set ENOMEMVolker Lendecke1-0/+1
2015-12-08libdns: tsocket returns -1 and sets errnoVolker Lendecke1-3/+3
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-03-27s4 dns: Add a simple async client libraryKai Blin1-0/+172