summaryrefslogtreecommitdiff
path: root/python/samba/remove_dc.py
AgeCommit message (Expand)AuthorFilesLines
2022-10-05python: Handle LdbError thrown from functions operating on DNsJoseph Sutton1-4/+12
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton1-2/+0
2018-11-01python/remove_dc: fix Exception constructionDouglas Bagnall1-4/+5
2018-11-01python/remove_dc: fix formating syntax (missing %s)Douglas Bagnall1-2/+2
2018-10-25python/remove_dc: use a local variable in offline_remove_serverDouglas Bagnall1-5/+5
2018-09-15python/samba: PY3 port for ridalloc_exop test to workNoel Power1-2/+2
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-09-03python/samba/netcmd: changes for samab.tests.samba_tool.computerNoel Power1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-5/+5
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-2/+2
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-2/+2
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-3/+3
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-1/+1
2018-07-05netcmd: Extend 'backup restore' command to handle renamed domainsTim Beale1-1/+2
2018-06-26remove_dc: Fix removal of an old Windows DCTim Beale1-2/+3
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-2/+2
2018-03-05remove_dc.py: Abort transaction before throwing an exceptionGary Lockyer1-0/+3
2018-02-28samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power1-8/+16
2018-02-08remove_dc: Allow remove_dns_references to ignore missing server namesGarming Sam1-2/+12
2017-06-10pydns: Also return the DN of the LDB object when finding a DNS recordAndrew Bartlett1-2/+2
2017-03-10python/remove_dc: avoid using non-existent variableDouglas Bagnall1-2/+2
2017-02-14python: Use generated WERROR definitionsBob Campbell1-2/+3
2016-07-13python/remove_dc: handle dnsNode objects without dnsRecord attributeStefan Metzmacher1-6/+5
2015-10-26samba-tool domain demote: Add support for removing by NTDS GUIDAndrew Bartlett1-33/+57
2015-10-26samba-tool domain demote: Add --verbose and --quiet optionsAndrew Bartlett1-18/+37
2015-10-26samba-tool domain demote: Remove dns-SERVER object as wellAndrew Bartlett1-6/+20
2015-10-26samba-tool domain demote: Remove all references to the demoted host, even in DNSAndrew Bartlett1-2/+96
2015-10-26samba-tool domain demote: Use dn.add_base/dn.add_childAndrew Bartlett1-14/+42
2015-10-26samba-tool domain demote: Remove correct DNs and from the correct locationsAndrew Bartlett1-3/+10
2015-10-26samba-tool domain demote: Refuse to remove ourselfAndrew Bartlett1-2/+6
2015-10-26samba-tool domain demote: Rework to allow cleanup of partial demotion, catch ...Andrew Bartlett1-52/+114
2015-10-26samba-tool domain demote: Add --remove-other-dead-serverAndrew Bartlett1-0/+183