summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-22samba-tool: Demote computer to wellknown containerDavid Mulder1-1/+4
2021-06-20samba-tool: Disable AD DC options in samba-tool domainDavid Mulder1-14/+16
2021-06-10samba-tool domain: improve error message when `patch` failsDouglas Bagnall1-1/+2
2021-04-28python: remove all 'from __future__ import division'Douglas Bagnall1-1/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-04-21samba-tool: Use s3 net join for member joinDavid Mulder1-4/+39
2021-03-17samba-tool: domain tombstones expunge reminds on semi-noopDouglas Bagnall1-0/+7
2020-12-09samba-tool domain: move timestamp functions to commonDouglas Bagnall1-20/+3
2020-11-06Use the new CreateTrustedDomainRelax()Isaac Boukris1-44/+13
2020-10-22python: Create targetdir recursivelyAndreas Schneider1-1/+1
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-08-11python compat: remove binary_typeDouglas Bagnall1-2/+1
2020-07-17python: wrap 'import dckeytab' in an explanatory functionDouglas Bagnall1-1/+2
2020-02-11samba-tool domain join: remove sub domain join codeGary Lockyer1-16/+10
2019-12-20pysmbd: make "session_info" arg to py_smbd_set_nt_acl() mandatoryRalph Boehme1-2/+9
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