summaryrefslogtreecommitdiff
path: root/source4/dns_server
Commit message (Expand)AuthorAgeFilesLines
* dns update: zero flags and reservedDouglas Bagnall2021-07-051-1/+2
* dns_common_replace: do not leakDouglas Bagnall2021-07-051-0/+1
* pydns: fix a comment in replace_by_dn()Douglas Bagnall2021-07-051-1/+1
* dns_server: free old zones when reloadingDouglas Bagnall2021-07-051-1/+1
* s4/dns_common_replace: add comments about tombstonesDouglas Bagnall2021-07-051-0/+23
* dns_common_replace: comment in needs_add caseDouglas Bagnall2021-07-051-0/+5
* dns_common_replace: do logging in needs_add caseDouglas Bagnall2021-07-051-1/+1
* dnsserver_common: comments about record sortingDouglas Bagnall2021-07-051-3/+6
* dnsserver/update: add a few commentsDouglas Bagnall2021-07-051-2/+8
* dns update: emit warnings upon unexpected occurrancesDouglas Bagnall2021-07-051-2/+21
* dlz_bind9: insert missing words into error messageDouglas Bagnall2021-07-051-1/+3
* dlz_bind9: fix a copy-pasted commentDouglas Bagnall2021-07-051-1/+1
* s4:dns_server: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+8
* s4:dns:bind_dlz: Check return codes of cli_credentials functionsAndreas Schneider2021-06-291-2/+20
* dns: Enable dnsserver_common install when not ad dcDavid Mulder2021-06-201-2/+4
* Fix for https://bugzilla.samba.org/show_bug.cgi?id=9634Julien ROPÉ2021-06-111-2/+53
* pydns: expose dns_records_match() as dsdb_dns.records.match()Douglas Bagnall2021-06-111-0/+37
* dns: merge dns_records_match and dns_record_matchDouglas Bagnall2021-06-114-9/+9
* dlz: remove pretense of HINFO supportDouglas Bagnall2021-06-111-13/+0
* dns_record_match: drop pretense of HINFO supportDouglas Bagnall2021-06-111-4/+0
* dns common: dns_records_match() matches tombstonesDouglas Bagnall2021-06-111-0/+2
* dns: merge dlz/internal dns_records_match()Douglas Bagnall2021-06-115-139/+87
* dlz_bind9: remove redundant logging in b9_record_match()Douglas Bagnall2021-06-111-7/+6
* dlz: remove support for ancient bindsDouglas Bagnall2021-05-172-46/+3
* dlz: do not build for Bind 9.8 or 9.9Douglas Bagnall2021-05-171-20/+0
* dlz torture: update to supported DLZ APIDouglas Bagnall2021-05-171-1/+1
* librpc/idl: dnsp tombstone timestamp name matches MS-DNSPDouglas Bagnall2021-03-291-3/+3
* dns: use unix_to_dns_timestamp almost everywhereDouglas Bagnall2021-03-293-14/+4
* pydns: expose dns timestamp utils to python, and testDouglas Bagnall2021-03-291-0/+48
* dns: add common dns_timestamp util functionsDouglas Bagnall2021-03-292-0/+95
* dns common: always check a talloc NULL.Douglas Bagnall2021-03-291-5/+5
* samba-tool: Enable pydns without ad dcDavid Mulder2021-03-101-2/+1
* dns_update.c: handle DNS_QTYPE_ALLBjörn Jacke2020-12-191-0/+1
* s4: rename source4/smbd/ to source4/samba/Ralph Boehme2020-11-273-6/+6
* bind9-dlz: Add support for BIND 9.16.xAmitay Isaacs2020-09-242-0/+13
* bind9-dlz: Add support for BIND 9.14.xAmitay Isaacs2020-09-242-0/+13
* bind9-dlz: Bind 9.13.x switched to using bool as isc_boolean_t instead of int.Amitay Isaacs2020-09-241-1/+17
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-282-0/+4
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* s4/rpc_server/dnsserver: Allow parsing of dnsProperty to fail gracefullyAndrew Bartlett2020-05-151-1/+8
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-082-2/+2
* dlz_bind9: Avoid talloc_new(NULL), use a parent variableAndrew Bartlett2020-04-011-1/+1
* dns: Always return SOA record for records we should knowSamuel Cabrero2019-11-081-8/+25
* s4: free popt context in dnsserverSwen Schillig2019-08-221-0/+2
* pyldb: rename pyldb_Dn_AsDn() to pyldb_Dn_AS_DN()Douglas Bagnall2019-07-101-1/+1
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-1/+1
* dnsp.idl: fix dnsp_ip4_array definitionStefan Metzmacher2019-06-211-1/+1
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+2
* s4/dnsserver: delay return when trying to log (CID 1444976)Douglas Bagnall2019-05-091-2/+1
* s4/dnsserver: handle broken zone values in sort (CID 1414763, 1414769)Douglas Bagnall2019-05-091-1/+9