summaryrefslogtreecommitdiff
path: root/source4/dns_server/dnsserver_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-06s4:dns_server: failed dns updates should result in REFUSED for ACCESS_DENIEDStefan Metzmacher1-0/+2
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
2023-10-26s4:dns_server: loudly warn when a tombstone record has other recordsDouglas Bagnall1-0/+5
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 Schneider1-1/+1
2023-01-19s4:dnsserver: Rename dns_name_equal() to samba_dns_name_equal()Samuel Cabrero1-8/+13
2022-07-27CVE-2022-32746 ldb: Make use of functions for appending to an ldb_messageJoseph Sutton1-9/+3
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_common_replace: do not leakDouglas Bagnall1-0/+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-06-11dns: merge dns_records_match and dns_record_matchDouglas Bagnall1-2/+2
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 Bagnall1-0/+83
2021-03-29librpc/idl: dnsp tombstone timestamp name matches MS-DNSPDouglas Bagnall1-3/+3
2021-03-29dns: use unix_to_dns_timestamp almost everywhereDouglas Bagnall1-4/+2
2021-03-29dns: add common dns_timestamp util functionsDouglas Bagnall1-0/+81
2021-03-29dns common: always check a talloc NULL.Douglas Bagnall1-5/+5
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-05-15s4/rpc_server/dnsserver: Allow parsing of dnsProperty to fail gracefullyAndrew Bartlett1-1/+8
2019-06-21dnsp.idl: fix dnsp_ip4_array definitionStefan Metzmacher1-1/+1
2019-05-09s4/dnsserver: delay return when trying to log (CID 1444976)Douglas Bagnall1-2/+1
2019-05-09s4/dnsserver: handle broken zone values in sort (CID 1414763, 1414769)Douglas Bagnall1-1/+9
2019-05-07s4 dns_server Bind9: Log opertion durationsGary Lockyer1-36/+103
2019-01-11dns: changing onelevel search for wildcard to subtreeAaron Haslett1-1/+1
2018-11-28CVE-2018-16852 dcerpc dnsserver: refactor common properties handlingGary Lockyer1-36/+93
2018-08-15dns_server: Avoid ldb_dn_add_child_fmt() on untrusted inputAndrew Bartlett1-10/+3
2018-08-15dns_server: Be strict when constructing a LDB DN from an untrusted DNS nameAndrew Bartlett1-3/+56
2018-07-20dns wildcards: fix BUG 13536Gary Lockyer1-0/+1
2018-07-12dns: static recordsAaron Haslett1-0/+17
2018-07-12dns: server side implementation of record agingAaron Haslett1-0/+123
2018-07-12dns: moving name_equal func into commonAaron Haslett1-0/+20
2017-12-19dns_server: Do the exact match query first, then do the wildcard lookupAndrew Bartlett1-0/+14
2017-12-19dns_server: Do not look for a wildcard for @Andrew Bartlett1-0/+10
2017-12-19dns_server: Use the indexed "name" attribute in wildcard lookupAndrew Bartlett1-7/+5
2017-08-15dnsserver: Add support for dns wildcardsGary Lockyer1-0/+348
2017-08-15dnsserver: Tighten DNS name checkingGary Lockyer1-6/+29
2017-06-22dnsserver/common: Use cached dnsHostName to reduce database readsGarming Sam1-20/+4
2017-06-10dns_server: clobber MNAME in the SOAAndrew Bartlett1-3/+50
2017-06-10pydsdb_dns: Allow the partition DN to be specified into py_dsdb_dns_lookupAndrew Bartlett1-3/+14
2016-12-12dnsserver_common: Add name check in name2dnBob Campbell1-2/+7
2016-12-12dnsserver: add dns name checkingBob Campbell1-0/+91
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dns_server/Günther Deschner1-2/+2