summaryrefslogtreecommitdiff
path: root/lib/addns
AgeCommit message (Expand)AuthorFilesLines
2024-09-29lib/addns: match additional names in a non case insensitive wayStefan Metzmacher1-1/+5
2024-08-27lib: Make a few functions staticVolker Lendecke2-20/+14
2024-06-06lib/addns: remove unused kerberos/gssapi includes in dns.hStefan Metzmacher1-2/+0
2024-05-14lib/addns: rewrite signed dns update code to use gensec instead of plain gssapiStefan Metzmacher3-185/+75
2023-05-05lib:addns: Don’t call memcpy() with a NULL pointerJoseph Sutton1-1/+3
2023-04-03lib:addns: Fix code spellingAndreas Schneider2-3/+3
2023-04-03lib:addns: Rename additionals to additionalAndreas Schneider3-9/+9
2023-03-03net: add new --dns-ttl option to specify the ttl of dns recordsBjörn Baumbach2-2/+12
2022-09-16libaddns: remove duplicate declarationDouglas Bagnall1-2/+0
2021-03-26build: Consolidate --with-dnsupdate with --with-ads (which implied HAVE_KRB5)Andrew Bartlett1-1/+1
2020-12-23dnsupdates: clean up all RRSets and not only type ABjörn Jacke1-2/+2
2020-12-11libsmb: Remove unused ads_dns_query_* routinesVolker Lendecke2-189/+0
2020-12-11libcli: Add ads_dns_query_srv_send()/recv()Volker Lendecke3-0/+615
2020-12-11build: Wrap a long lineVolker Lendecke1-1/+9
2020-12-11libcli: Add required #includes to dnsquery.hVolker Lendecke1-0/+2
2020-12-11lib: Make dnsquery.h #ifdef align to our conventionsVolker Lendecke1-3/+3
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