summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-12samba-tool domain provision: Fix --interactive module in python3Andrew Bartlett1-0/+1
2019-01-16join: Fix TypeError when handling exceptionTim Beale1-1/+1
2018-12-10python/samba/netcmd: PY3 fix samba4.blackbox.trust_utils testNoel Power1-4/+4
2018-11-01samba-tool domain: remove unused variablesDouglas Bagnall1-4/+0
2018-10-29python: do not use "is" for string equalityDouglas Bagnall1-2/+2
2018-10-25samba-tool domain: remove unused importsDouglas Bagnall1-4/+2
2018-10-23python/samba/netcmd: PY3 make sure get_testparm_var returns 'str'Noel Power1-2/+3
2018-10-23python/samba/netcmd: PY3 Fix error in samba4.blackbox.schemaupgradeNoel Power1-1/+1
2018-10-23python/samba/netcmd: PY3 only possible to decode bytesNoel Power1-1/+1
2018-10-12netcmd: Change Py3 incompatible long() for tombstone expungeTim Beale1-2/+2
2018-10-10netcmd: apply the new get_logger to cmdsJoe Guo1-33/+5
2018-09-26join: Avoid duplicating "Default-First-Site-Name" stringTim Beale1-3/+0
2018-09-06PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-2/+2
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-4/+4
2018-09-03python/samba/netcmd: Fix password usage for py2/py3 compatabilityNoel Power1-2/+5
2018-08-24PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall1-1/+3
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-4/+4
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-6/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+19
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-3/+3
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-5/+5
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-6/+6
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-5/+5
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-32/+32
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-4/+4
2018-08-24PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo1-3/+3
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-167/+204
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-86/+86
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-22/+22
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-4/+4
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-10/+10
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo1-29/+29
2018-08-24PEP8: fix E714: test for object identity should be 'is not'Joe Guo1-2/+2
2018-07-24samba-tool trust: support discovery via netr_GetDcNameAlexander Bokovoy1-8/+18
2018-07-13python/samba/netcmd: Fix wrong exception referenced in codeNoel Power1-3/+10
2018-07-13python/samba/netcmd: Protect variable that can be NoneNoel Power1-1/+1
2018-07-13python/samba/emulate: Fix some more missed exception tuple assignmentsNoel Power1-7/+7
2018-07-03netcmd: domain backup online commandAaron Haslett1-0/+2
2018-06-07netcmd/domain: remove dns records after DC demoteJoe Guo1-0/+4
2018-06-07netcmd/domain: fix a typo in messageJoe Guo1-1/+1
2018-05-31samba-tool: be consistent in accepting -q for --quietDouglas Bagnall1-7/+7
2018-05-31samba-tool: add -v to domain --verboseDouglas Bagnall1-5/+5
2018-05-29python/samba/netcmd/schema.py: samdb schema update nowWilliam Brown1-10/+1
2018-05-23netcmd: Add samba-tool support for managing PSOsTim Beale1-0/+3
2018-05-18python/samba/netcmd: Py2/Py3 misc replace range with enumerateNoel Power1-46/+24
2018-05-15samba-tool domain: Spit out common options between dcpromo and joinAndrew Bartlett1-26/+18
2018-05-15samba-tool domain: Create a common --use-ntvfs option for provision, join, dc...Andrew Bartlett1-9/+9