summaryrefslogtreecommitdiff
path: root/source4/dns_server/dlz_bind9.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-20Fix crash in DLZ plugin for incorrect setupAlexander Bokovoy1-5/+8
2025-03-29s4/dns/dlz: log when falling back to obsolete dns ldb pathDouglas Bagnall1-0/+5
2024-05-22s4:dns_server: Use lpcfg_dns_hostname() in dlz_bind9.cAndreas Schneider1-5/+4
2023-09-26s4-auth: pass lp_ctx to auth_generate_session_info() where possibleAndrew Bartlett1-1/+1
2023-08-03s4:dns_server: Fix code spellingAndreas Schneider1-6/+6
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton1-1/+1
2022-12-14dns_server: Use talloc_asprintf_addbuf() in b9_format()Volker Lendecke1-1/+1
2022-06-17bind_dlz: some commentary for b9_formatDouglas Bagnall1-1/+4
2022-06-17dns/dlz: remember old timestamp for dynamic recordsDouglas Bagnall1-1/+11
2022-06-17dlz_bind9: call dns_name_is_static before adding space for recordMichael Saxl1-7/+8
2021-07-05dlz_bind9: insert missing words into error messageDouglas Bagnall1-1/+3
2021-07-05dlz_bind9: fix a copy-pasted commentDouglas Bagnall1-1/+1
2021-06-29s4:dns:bind_dlz: Check return codes of cli_credentials functionsAndreas Schneider1-2/+20
2021-06-11Fix for https://bugzilla.samba.org/show_bug.cgi?id=9634Julien ROPÉ1-2/+53
2021-06-11dns: merge dns_records_match and dns_record_matchDouglas Bagnall1-1/+1
2021-06-11dlz: remove pretense of HINFO supportDouglas Bagnall1-13/+0
2021-06-11dns: merge dlz/internal dns_records_match()Douglas Bagnall1-64/+1
2021-06-11dlz_bind9: remove redundant logging in b9_record_match()Douglas Bagnall1-7/+6
2021-05-17dlz: remove support for ancient bindsDouglas Bagnall1-17/+0
2021-03-29dns: use unix_to_dns_timestamp almost everywhereDouglas Bagnall1-5/+1
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-04-01dlz_bind9: Avoid talloc_new(NULL), use a parent variableAndrew Bartlett1-1/+1
2019-08-22s4: free popt context in dnsserverSwen Schillig1-0/+2
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-1/+1
2019-05-07s4 dns_server Bind9: Log opertion durationsGary Lockyer1-72/+234
2019-03-26s4:dlz make b9_has_soa check dc=@ nodeMichael Saxl1-0/+11
2019-03-01source4: Use wrapper for string to integer conversionSwen Schillig1-1/+5
2018-11-22s4:bind_dlz: Only copy the dn onceAndreas Schneider1-3/+4
2018-10-17dns: dlz_bind9 reference count loggingAaron Haslett1-1/+12
2018-08-15dns_server: Avoid ldb_dn_add_child_fmt() on untrusted inputAndrew Bartlett1-8/+148
2018-07-12dns: static recordsAaron Haslett1-11/+9
2018-07-12dns: moving name_equal func into commonAaron Haslett1-20/+1
2018-07-12dns: Reformat DNS with clang-formatGary Lockyer1-5/+14
2018-06-09dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer1-2/+8
2018-05-10samdb: Add remote address to connectGary Lockyer1-3/+8
2018-05-10dsdb: pass the remote address to samdb connectGary Lockyer1-1/+1
2017-09-20samdb: Rework samdb_connect_url() to return LDB error code and an error stringAndrew Bartlett1-5/+10
2017-09-16s4:bind_dlz: Try the 'binddns dir' firstAndreas Schneider1-6/+6
2017-09-05s4:bind_dlz: Use the 'binddns dir' if possibleAndreas Schneider1-3/+41
2017-08-15dnsserver: Add support for dns wildcardsGary Lockyer1-2/+2
2017-06-10dns_server: clobber MNAME in the SOAAndrew Bartlett1-1/+1
2017-05-21s4:dlz_bind9: assert SPNEGO/KRB5 and use gensec_update()Stefan Metzmacher1-4/+38
2016-01-08bind_dlz: Fix CID 1347318 Unchecked return valueVolker Lendecke1-3/+13
2015-03-20dlz_bind9: Fix keytab location.Andreas Schneider1-1/+1
2015-03-16Do not use popt_common.h in dlz_bind9Andrew Bartlett1-1/+1
2014-11-21s4-dns: dlz-bind: Add trailing '.' to all fqdn stringsAmitay Isaacs1-10/+45
2014-10-25s4-dns: Add support for BIND 9.10Amitay Isaacs1-1/+18
2014-10-25s4-dns: Check DLZ_DLOPEN_VERSION for different BIND versionsAmitay Isaacs1-1/+1