summaryrefslogtreecommitdiff
path: root/python/samba/remove_dc.py
Commit message (Expand)AuthorAgeFilesLines
* python/remove_dc: fix Exception constructionDouglas Bagnall2018-11-011-4/+5
* python/remove_dc: fix formating syntax (missing %s)Douglas Bagnall2018-11-011-2/+2
* python/remove_dc: use a local variable in offline_remove_serverDouglas Bagnall2018-10-251-5/+5
* python/samba: PY3 port for ridalloc_exop test to workNoel Power2018-09-151-2/+2
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-1/+1
* python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power2018-09-031-1/+1
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-5/+5
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-1/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+2
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-2/+2
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-2/+2
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-3/+3
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-1/+1
* netcmd: Extend 'backup restore' command to handle renamed domainsTim Beale2018-07-051-1/+2
* remove_dc: Fix removal of an old Windows DCTim Beale2018-06-261-2/+3
* python: Bulk conversion callers of ldb.Dn second paramNoel Power2018-04-301-2/+2
* remove_dc.py: Abort transaction before throwing an exceptionGary Lockyer2018-03-051-0/+3
* samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power2018-02-281-8/+16
* remove_dc: Allow remove_dns_references to ignore missing server namesGarming Sam2018-02-081-2/+12
* pydns: Also return the DN of the LDB object when finding a DNS recordAndrew Bartlett2017-06-101-2/+2
* python/remove_dc: avoid using non-existent variableDouglas Bagnall2017-03-101-2/+2
* python: Use generated WERROR definitionsBob Campbell2017-02-141-2/+3
* python/remove_dc: handle dnsNode objects without dnsRecord attributeStefan Metzmacher2016-07-131-6/+5
* samba-tool domain demote: Add support for removing by NTDS GUIDAndrew Bartlett2015-10-261-33/+57
* samba-tool domain demote: Add --verbose and --quiet optionsAndrew Bartlett2015-10-261-18/+37
* samba-tool domain demote: Remove dns-SERVER object as wellAndrew Bartlett2015-10-261-6/+20
* samba-tool domain demote: Remove all references to the demoted host, even in DNSAndrew Bartlett2015-10-261-2/+96
* samba-tool domain demote: Use dn.add_base/dn.add_childAndrew Bartlett2015-10-261-14/+42
* samba-tool domain demote: Remove correct DNs and from the correct locationsAndrew Bartlett2015-10-261-3/+10
* samba-tool domain demote: Refuse to remove ourselfAndrew Bartlett2015-10-261-2/+6
* samba-tool domain demote: Rework to allow cleanup of partial demotion, catch ...Andrew Bartlett2015-10-261-52/+114
* samba-tool domain demote: Add --remove-other-dead-serverAndrew Bartlett2015-10-261-0/+183