summaryrefslogtreecommitdiff
path: root/source4/dns_server
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-17dlz: do not build for Bind 9.8 or 9.9Douglas Bagnall1-20/+0
2021-05-17dlz torture: update to supported DLZ APIDouglas Bagnall1-1/+1
2021-03-29librpc/idl: dnsp tombstone timestamp name matches MS-DNSPDouglas Bagnall1-3/+3
2021-03-29dns: use unix_to_dns_timestamp almost everywhereDouglas Bagnall3-14/+4
2021-03-29pydns: expose dns timestamp utils to python, and testDouglas Bagnall1-0/+48
2021-03-29dns: add common dns_timestamp util functionsDouglas Bagnall2-0/+95
2021-03-29dns common: always check a talloc NULL.Douglas Bagnall1-5/+5
2021-03-10samba-tool: Enable pydns without ad dcDavid Mulder1-2/+1
2020-12-19dns_update.c: handle DNS_QTYPE_ALLBjörn Jacke1-0/+1
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme3-6/+6
2020-09-24bind9-dlz: Add support for BIND 9.16.xAmitay Isaacs2-0/+13
2020-09-24bind9-dlz: Add support for BIND 9.14.xAmitay Isaacs2-0/+13
2020-09-24bind9-dlz: Bind 9.13.x switched to using bool as isc_boolean_t instead of int.Amitay Isaacs1-1/+17
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore2-0/+4
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-05-15s4/rpc_server/dnsserver: Allow parsing of dnsProperty to fail gracefullyAndrew Bartlett1-1/+8
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer2-2/+2
2020-04-01dlz_bind9: Avoid talloc_new(NULL), use a parent variableAndrew Bartlett1-1/+1
2019-11-08dns: Always return SOA record for records we should knowSamuel Cabrero1-8/+25
2019-08-22s4: free popt context in dnsserverSwen Schillig1-0/+2
2019-07-10pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall1-1/+1