summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-22samba-tool domain: fix an unhandled exceptionAmit Kumar1-1/+5
2019-09-01Spelling fixes s/overriden/overridden/Mathieu Parent1-6/+6
2019-08-30samba-tool domain provision: Remove experimental OpenLDAP supportAndrew Bartlett1-41/+0
2019-07-02samba-tool domain join: remove the subdomain optionGary Lockyer1-18/+5
2019-07-02samba-tool domain dcpromo: add --backend-store-size optionGary Lockyer1-1/+2
2019-07-02samba-tool domain join: Add --backend-store-size optionGary Lockyer1-2/+4
2019-07-02provision: Add --backend-store-size optionGary Lockyer1-6/+3
2019-07-02samba-tool domain provision: add lmdb database size optionGary Lockyer1-9/+19
2019-06-26schema: changing default base schema to 2012_R2Aaron Haslett1-2/+2
2019-04-05netcmd: Fix passwordsettings --max-pwd-age commandTim Beale1-2/+12
2019-04-05netcmd: Add some timestamp conversion helper functionsTim Beale1-10/+22
2019-04-05netcmd: Use python constant for -0x8000000000000000Tim Beale1-5/+9
2019-04-02Spelling fix s/informations/information/Mathieu Parent1-1/+1
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