summaryrefslogtreecommitdiff
path: root/source4/dns_server
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-10-26s4:dns_server: loudly warn when a tombstone record has other recordsDouglas Bagnall1-0/+5
2023-10-25libcli/util: add struct tstream_context to tstream_read_pdu_blob_full_fn_tRalph Boehme1-4/+4
2023-10-24s4:dns_server: make use of tstream_bsd_fail_readv_first_error(true)Stefan Metzmacher1-0/+2
2023-10-13s4:dns_server: Check return value of ldb_transaction_commit() (CID 1034631)Joseph Sutton1-1/+4
2023-10-13s4:dns_server: Merge similar code pathsJoseph Sutton1-13/+5
2023-09-26s4-auth: pass lp_ctx to auth_generate_session_info() where possibleAndrew Bartlett1-1/+1
2023-09-11s4:dns_server: Fix code spellingJoseph Sutton1-1/+1
2023-08-08s4:dns_server: Add missing newline to logging messageJoseph Sutton1-1/+1
2023-08-03s4:dns_server: Fix code spellingAndreas Schneider3-18/+18
2023-07-19s4:dns_server: Add some more debugging in order to find problems with level 1...Stefan Metzmacher3-3/+59
2023-07-19s4:dns_server: defer calling werr_to_dns_err() in a central placeStefan Metzmacher1-17/+15
2023-06-16dns_update.c: use DBG* macros instead of static log level numbersBjörn Jacke1-4/+4
2023-03-03s4:dnsserver: Check all records, not just oneJoseph Sutton1-1/+0
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton1-1/+1
2023-01-19s4:dnsserver: Rename dns_name_equal() to samba_dns_name_equal()Samuel Cabrero4-12/+17
2022-12-14dns_server: Use talloc_asprintf_addbuf() in b9_format()Volker Lendecke1-1/+1
2022-07-27CVE-2022-32746 ldb: Make use of functions for appending to an ldb_messageJoseph Sutton1-9/+3
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
2022-05-23s4/dlz: add support for bind 9.18Douglas Bagnall2-0/+13
2022-03-25s4: dns: Add customizable dns port optionThomas Debesse1-2/+2
2021-12-15s4:dns_server: Remove less-than-zero comparison of an unsigned valueAndreas Schneider1-1/+1
2021-09-04s4/dnsserver: Fix NULL checkJoseph Sutton1-1/+1
2021-09-04s4/dnsserver: Don't call memcpy() with a NULL pointerJoseph Sutton1-2/+4
2021-07-05dns update: zero flags and reservedDouglas Bagnall1-1/+2
2021-07-05dns_common_replace: do not leakDouglas Bagnall1-0/+1
2021-07-05pydns: fix a comment in replace_by_dn()Douglas Bagnall1-1/+1
2021-07-05dns_server: free old zones when reloadingDouglas Bagnall1-1/+1
2021-07-05s4/dns_common_replace: add comments about tombstonesDouglas Bagnall1-0/+23
2021-07-05dns_common_replace: comment in needs_add caseDouglas Bagnall1-0/+5
2021-07-05dns_common_replace: do logging in needs_add caseDouglas Bagnall1-1/+1
2021-07-05dnsserver_common: comments about record sortingDouglas Bagnall1-3/+6
2021-07-05dnsserver/update: add a few commentsDouglas Bagnall1-2/+8
2021-07-05dns update: emit warnings upon unexpected occurrancesDouglas Bagnall1-2/+21
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_server: Check return code of cli_credentials_set_conf()Andreas Schneider1-1/+8
2021-06-29s4:dns:bind_dlz: Check return codes of cli_credentials functionsAndreas Schneider1-2/+20
2021-06-20dns: Enable dnsserver_common install when not ad dcDavid Mulder1-2/+4
2021-06-11Fix for https://bugzilla.samba.org/show_bug.cgi?id=9634Julien ROPÉ1-2/+53
2021-06-11pydns: expose dns_records_match() as dsdb_dns.records.match()Douglas Bagnall1-0/+37
2021-06-11dns: merge dns_records_match and dns_record_matchDouglas Bagnall4-9/+9
2021-06-11dlz: remove pretense of HINFO supportDouglas Bagnall1-13/+0
2021-06-11dns_record_match: drop pretense of HINFO supportDouglas Bagnall1-4/+0
2021-06-11dns common: dns_records_match() matches tombstonesDouglas Bagnall1-0/+2
2021-06-11dns: merge dlz/internal dns_records_match()Douglas Bagnall5-139/+87
2021-06-11dlz_bind9: remove redundant logging in b9_record_match()Douglas Bagnall1-7/+6
2021-05-17dlz: remove support for ancient bindsDouglas Bagnall2-46/+3