summaryrefslogtreecommitdiff
path: root/lib/addns
Commit message (Expand)AuthorAgeFilesLines
* lib:addns: Don’t call memcpy() with a NULL pointerJoseph Sutton2023-05-051-1/+3
* lib:addns: Fix code spellingAndreas Schneider2023-04-032-3/+3
* lib:addns: Rename additionals to additionalAndreas Schneider2023-04-033-9/+9
* net: add new --dns-ttl option to specify the ttl of dns recordsBjörn Baumbach2023-03-032-2/+12
* libaddns: remove duplicate declarationDouglas Bagnall2022-09-161-2/+0
* build: Consolidate --with-dnsupdate with --with-ads (which implied HAVE_KRB5)Andrew Bartlett2021-03-261-1/+1
* dnsupdates: clean up all RRSets and not only type ABjörn Jacke2020-12-231-2/+2
* libsmb: Remove unused ads_dns_query_* routinesVolker Lendecke2020-12-112-189/+0
* libcli: Add ads_dns_query_srv_send()/recv()Volker Lendecke2020-12-113-0/+615
* build: Wrap a long lineVolker Lendecke2020-12-111-1/+9
* libcli: Add required #includes to dnsquery.hVolker Lendecke2020-12-111-0/+2
* lib: Make dnsquery.h #ifdef align to our conventionsVolker Lendecke2020-12-111-3/+3
* lib: addns: Fix ads_dns_lookup_ns(), ads_dns_query_dcs(), ads_dns_query_gcs()...Jeremy Allison2020-09-152-17/+13
* lib: addns: Fix ads_dns_lookup_srv() and functions to return size_t * num ser...Jeremy Allison2020-09-152-6/+11
* lib: addns: Add code for asynchronously looking up AAAA records.Jeremy Allison2020-08-072-0/+222
* lib: addns: Add code for asynchronously looking up A records.Jeremy Allison2020-08-072-0/+217
* lib/addns: clang: Fix 'Assigned value is garbage or undefined'Noel Power2019-07-241-2/+4
* lib/addns: clang: Fix 'Value stored to 'err' is never read'Noel Power2019-07-241-4/+6
* lib/adnss: clang: Fix The left operand of '!=' is a garbage valueNoel Power2019-07-241-1/+1
* addns: Remove some unused definesVolker Lendecke2019-02-271-50/+0
* addns: Async ads_dns_lookup_nsVolker Lendecke2019-01-152-358/+121
* addns: Async ads_dns_lookup_srvVolker Lendecke2019-01-153-207/+151
* addns: Centralize siteless lookup fallbackVolker Lendecke2019-01-151-60/+29
* Fix spelling mistakesOlly Betts2018-11-301-1/+1
* addns: Fix a typoVolker Lendecke2018-06-161-1/+1
* Fix UDP DNS queries in addnsTimur I. Bakeyev2018-06-131-3/+1
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* Refactor the dns_open_connection code so that duplicate code is removed and e...Richard Sharpe2016-04-261-55/+39
* lib: dns: Clean up allocated structure on error exit.Jeremy Allison2016-04-221-4/+6
* lib: Fix CID 1273234 Untrusted value as argumentVolker Lendecke2015-06-231-1/+1
* lib: Fix CID 1034723 Explicit null dereferencedVolker Lendecke2015-06-231-7/+8
* lib: Fix CID 1272913 Calling risky functionVolker Lendecke2015-06-231-1/+2
* s3: IPv6 enabled DNS connections for ADS clientDavid Holder2015-05-152-43/+86
* addns: Remove support for dns_host_file.Andreas Schneider2014-12-183-48/+57
* libs: s3 and s4: make our dns lookup code signal-safe.Jeremy Allison2014-04-101-5/+24
* lib/addns: remove compiler warningsStefan Metzmacher2012-11-131-2/+2
* lib/addns: don't depend on the order in resp->answers[]Stefan Metzmacher2012-11-131-3/+12
* lib/addns: remove pointless check for resp->num_additionals != 1Stefan Metzmacher2012-11-131-2/+1
* lib-addns: ensure that allocated buffer are pre set to 0Matthieu Patou2012-10-071-12/+12
* lib/addns: remove defines we don't need or have for sure via libreplaceBjörn Jacke2012-07-051-84/+0
* lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 typesBjörn Jacke2012-07-056-112/+112
* build: Remove all references to libuuidAndrew Bartlett2012-05-271-7/+0
* Eliminate dependency on an external uuid library.Andriy Syrovenko2012-05-274-19/+10
* dns_hosts_file: move to a separate subsystemAlexander Bokovoy2012-05-251-1/+1
* libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy2012-05-231-1/+1
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-233-5/+5
* dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy2012-05-231-3/+3
* s4-resolve: Remove dependency on librokenSimo Sorce2012-05-231-7/+2
* addns: Make ads_dns_lookup_srv pulicSimo Sorce2012-05-232-1/+6
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-233-0/+976