summaryrefslogtreecommitdiff
path: root/source4/dns_server
AgeCommit message (Expand)AuthorFilesLines
2026-04-01s4/dns_server: truncate large dns packets over udp and set truncated flagAndréas Leroux2-0/+25
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-06-06s4:dns_server: no-op dns updates with ACCESS_DENIED should be ignoredStefan Metzmacher1-0/+11
2024-06-06s4:dns_server: correctly sign dns update responses with gss-tsig like WindowsStefan Metzmacher1-1/+23
2024-06-06s4:dns_server: dns_verify_tsig should return REFUSED on errorStefan Metzmacher1-3/+3
2024-06-06s4:dns_server: also search DNS_QTYPE_TKEY in the answers section if it's the ...Stefan Metzmacher1-3/+13
2024-06-06s4:dns_server: use tkey->algorithm if available in dns_sign_tsig()Stefan Metzmacher1-1/+4
2024-06-06s4:dns_server: use the client provided algorithm for the fake TSIG structureStefan Metzmacher1-1/+1
2024-06-06s4:dns_server: only allow gss-tsig and gss.microsoft.com for TSIGStefan Metzmacher1-1/+11
2024-06-06s4:dns_server: only allow gss-tsig and gss.microsoft.com for TKEYStefan Metzmacher1-1/+10
2024-06-06s4:dns_server: failed dns updates should result in REFUSED for ACCESS_DENIEDStefan Metzmacher1-0/+2
2024-05-22s4:rpc_server: Use lpcfg_dns_hostname() in dns_server.cAndreas Schneider1-6/+9
2024-05-22s4:dns_server: Use lpcfg_dns_hostname() in dlz_bind9.cAndreas Schneider1-5/+4
2024-04-12s4:dns_server: less noisy, more informative debug messagesDouglas Bagnall1-4/+5
2024-04-10s4:dns_server: use NUMERIC_CMP in rec_cmp()Douglas Bagnall1-2/+2
2024-04-10s4: use numeric_cmp in dns_common_sort_zones()Douglas Bagnall1-1/+1
2024-04-10pyldb: Include a reference to the Ldb in objects that useAndrew Bartlett1-1/+1
2024-03-03pyldb: Move PyErr_LDB_OR_RAISE() and PyErr_LDB_DN_OR_RAISE() into pyldb.hAndrew Bartlett1-15/+0
2024-03-03dns: Use pyldb_check_type() in PyErr_LDB_DN_OR_RAISE()Andrew Bartlett1-1/+1
2024-03-03dns: Use pyldb_Ldb_AsLdbContext() in PyErr_LDB_OR_RAISE()Andrew Bartlett1-3/+3
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