summaryrefslogtreecommitdiff
path: root/python/samba/provision/sambadns.py
AgeCommit message (Expand)AuthorFilesLines
2025-12-10s4/dlz: add support for bind 9.20Michael Tokarev1-1/+2
2024-08-04python:provision: Do not suppress errors produced setting up BIND databaseJo Sutton1-6/+6
2023-12-15python: use python3 style super statementsRob van der Linde1-13/+13
2023-12-14python: Remove unused parameter ‘backend_store’Joseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton1-2/+1
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton1-3/+2
2023-12-14python: Remove unused parameter ‘targetdir’Joseph Sutton1-2/+1
2023-12-14python: Remove unused parameter ‘targetdir’Joseph Sutton1-3/+2
2023-12-14python: Remove unused parameter ‘backend_store’Joseph Sutton1-4/+2
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘logger’Joseph Sutton1-1/+1
2023-12-14python: Make use of ‘prefix’ parameterJoseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton1-2/+2
2023-12-14python: Remove unused parameter ‘targetdir’Joseph Sutton1-2/+2
2023-10-16CVE-2018-14628: python:provision: make DELETEDOBJECTS_DESCRIPTOR available in...Stefan Metzmacher1-0/+4
2023-08-30python: Remove unused importsJoseph Sutton1-4/+0
2023-06-23python:samba:provision: Fix code spellingAndreas Schneider1-3/+3
2022-05-23s4/dlz: add support for bind 9.18Douglas Bagnall1-1/+5
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-2/+0
2021-06-22samba-tool: Provision search DnsAdmins from wellknown containerDavid Mulder1-3/+5
2021-06-11sambadns: Create BINDDNS_DIR/dns.keytab link to PRIVATE_DIR/dns.keytab on DC ...Derek Lambert1-0/+43
2021-06-11sambadns: Fix docstring for create_dns_dir()Joseph Sutton1-1/+1
2021-04-08py/provision/sambadns: Add a comment about DNS typesDouglas Bagnall1-0/+9
2021-04-08py/provision/sambadns: rename CNameRecord -> CNAMERecordDouglas Bagnall1-3/+3
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-09-24provision: BIND 9.17.x is not supportedAmitay Isaacs1-0/+2
2020-09-24provision: Add support for BIND 9.16.xAmitay Isaacs1-1/+5
2020-09-24provision: BIND 9.15.x is not supportedAmitay Isaacs1-0/+2
2020-09-24provision: Add support for BIND 9.14.xAmitay Isaacs1-2/+5
2020-09-24provision: BIND 9.13.x is not supportedAmitay Isaacs1-0/+2
2019-12-20upgradedns: ensure lmdb lock files linkedGary Lockyer1-0/+10
2019-08-22s4-dns: Deprecate BIND9_FLATFILE and remove "rndc command"Andrew Bartlett1-8/+0
2018-11-14python/samba/provision: PY3 port samba4.dlz_bind9.versionNoel Power1-3/+4
2018-08-24PEP8: improve spacing around colonsDouglas Bagnall1-7/+8
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-3/+3
2018-08-24PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo1-1/+1
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-7/+7
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-45/+48
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-5/+5
2018-08-24PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-8/+8
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-12/+12
2018-08-24PEP8: fix W601: .has_key() is deprecated, use 'in'Joe Guo1-4/+4
2018-08-10provision: Add support for BIND 9.12.xAmitay Isaacs1-1/+5
2018-07-05netcmd: Extend 'backup restore' command to handle renamed domainsTim Beale1-2/+3
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power1-8/+8
2018-04-13python: bulk replace file to open for py3Joe Guo1-1/+1