summaryrefslogtreecommitdiff
path: root/lib/addns
AgeCommit message (Expand)AuthorFilesLines
2020-09-15lib: addns: Fix ads_dns_lookup_ns(), ads_dns_query_dcs(), ads_dns_query_gcs()...Jeremy Allison2-17/+13
2020-09-15lib: addns: Fix ads_dns_lookup_srv() and functions to return size_t * num ser...Jeremy Allison2-6/+11
2020-08-07lib: addns: Add code for asynchronously looking up AAAA records.Jeremy Allison2-0/+222
2020-08-07lib: addns: Add code for asynchronously looking up A records.Jeremy Allison2-0/+217
2019-07-24lib/addns: clang: Fix 'Assigned value is garbage or undefined'Noel Power1-2/+4
2019-07-24lib/addns: clang: Fix 'Value stored to 'err' is never read'Noel Power1-4/+6
2019-07-24lib/adnss: clang: Fix The left operand of '!=' is a garbage valueNoel Power1-1/+1
2019-02-27addns: Remove some unused definesVolker Lendecke1-50/+0
2019-01-15addns: Async ads_dns_lookup_nsVolker Lendecke2-358/+121
2019-01-15addns: Async ads_dns_lookup_srvVolker Lendecke3-207/+151
2019-01-15addns: Centralize siteless lookup fallbackVolker Lendecke1-60/+29
2018-11-30Fix spelling mistakesOlly Betts1-1/+1
2018-06-16addns: Fix a typoVolker Lendecke1-1/+1
2018-06-13Fix UDP DNS queries in addnsTimur I. Bakeyev1-3/+1
2017-01-11wscript: remove executable bits for all wscript* filesStefan Metzmacher1-0/+0
2016-04-26Refactor the dns_open_connection code so that duplicate code is removed and e...Richard Sharpe1-55/+39
2016-04-22lib: dns: Clean up allocated structure on error exit.Jeremy Allison1-4/+6
2015-06-23lib: Fix CID 1273234 Untrusted value as argumentVolker Lendecke1-1/+1
2015-06-23lib: Fix CID 1034723 Explicit null dereferencedVolker Lendecke1-7/+8
2015-06-23lib: Fix CID 1272913 Calling risky functionVolker Lendecke1-1/+2
2015-05-15s3: IPv6 enabled DNS connections for ADS clientDavid Holder2-43/+86
2014-12-18addns: Remove support for dns_host_file.Andreas Schneider3-48/+57
2014-04-10libs: s3 and s4: make our dns lookup code signal-safe.Jeremy Allison1-5/+24
2012-11-13lib/addns: remove compiler warningsStefan Metzmacher1-2/+2
2012-11-13lib/addns: don't depend on the order in resp->answers[]Stefan Metzmacher1-3/+12
2012-11-13lib/addns: remove pointless check for resp->num_additionals != 1Stefan Metzmacher1-2/+1
2012-10-07lib-addns: ensure that allocated buffer are pre set to 0Matthieu Patou1-12/+12
2012-07-05lib/addns: remove defines we don't need or have for sure via libreplaceBjörn Jacke1-84/+0
2012-07-05lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 typesBjörn Jacke6-112/+112
2012-05-27build: Remove all references to libuuidAndrew Bartlett1-7/+0
2012-05-27Eliminate dependency on an external uuid library.Andriy Syrovenko4-19/+10
2012-05-25dns_hosts_file: move to a separate subsystemAlexander Bokovoy1-1/+1
2012-05-23libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy1-1/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy3-5/+5
2012-05-23dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy1-3/+3
2012-05-23s4-resolve: Remove dependency on librokenSimo Sorce1-7/+2
2012-05-23addns: Make ads_dns_lookup_srv pulicSimo Sorce2-1/+6
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce3-0/+976
2012-05-23addns: Fix talloc hiereachySimo Sorce1-1/+1
2012-04-26addns: clean up headersSimo Sorce1-33/+0
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy1-0/+1
2012-03-07addns: Fix the Solaris/Illumos build.Ira Cooper2-0/+10
2012-02-13s3-libads: Move to using only the HAVE_KRB5 defineAndrew Bartlett1-2/+2
2012-02-13s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5Andrew Bartlett2-18/+3
2011-11-23Fix uninitialized variable frees on error paths.Jeremy Allison1-11/+11
2011-11-23Ensure we don't free uninitialized variables.Jeremy Allison1-2/+2
2011-11-22s3 libaddns: Prevent a crash when dns_create_update failsKai Blin1-1/+1
2011-09-25addns: Remove unused empty header fileKai Blin1-30/+0
2011-09-24addns: Allow creating AAAA records during updatesKai Blin2-4/+60
2011-09-07lib/addns: Remove unused TALLOC_ macrosAndrew Bartlett1-42/+0