summaryrefslogtreecommitdiff
path: root/python/samba/join.py
Commit message (Expand)AuthorAgeFilesLines
* samba-tool domain join: remove sub domain join codeGary Lockyer2020-02-111-56/+0
* join: Use a specific attribute order for the DsAddEntry nTDSDSA objectTim Beale2019-07-241-7/+16
* domain join: enable ldb batch modeGary Lockyer2019-07-041-2/+2
* join subdomain: changes for --backend-store-sizeGary Lockyer2019-07-021-4/+6
* samba-tool clone-dc-database: Add --backend-store-size optionGary Lockyer2019-07-021-4/+8
* samba-tool domain join: Add --backend-store-size optionGary Lockyer2019-07-021-6/+14
* python join: Set index transaction cache size.Gary Lockyer2019-04-041-0/+5
* join: Throw CommandError instead of Exception for simple errorsTim Beale2019-01-161-3/+4
* join: Fix TypeError when handling exceptionTim Beale2019-01-161-1/+1
* PY3: net.change_password & net.set_password take string not bytesNoel Power2018-12-101-1/+1
* python/samba: PY3 Credential.set_password takes stringNoel Power2018-12-101-1/+1
* join: Fix join large-DB timeout against WindowsTim Beale2018-11-061-1/+2
* python/join: remove unused imports and variablesDouglas Bagnall2018-11-011-4/+1
* python join: use the sd_utils we importedDouglas Bagnall2018-11-011-1/+1
* netcmd: Add backend-store option to domain backup/rename cmdsTim Beale2018-10-311-7/+11
* join: Sanity-check LDB connection before failed join cleanupTim Beale2018-10-181-0/+4
* join: Avoid searching for more than strictly required during sanity checkAndrew Bartlett2018-10-181-3/+3
* join: LDAP connection to remote DC can timeout in large joinTim Beale2018-10-181-0/+21
* join: Support site detection when --server is specifiedTim Beale2018-09-261-3/+18
* join: Avoid duplicating "Default-First-Site-Name" stringTim Beale2018-09-261-2/+3
* s4/torture/drs/python: py2/py3 compat changes for samba4.drs.repl_rodcNoel Power2018-09-151-1/+2
* fallout from py_dsdb_DsReplicaAttribute to -> bytesNoel Power2018-09-151-0/+2
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-09-061-7/+7
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-09-061-1/+1
* python/samba: changes to make samba.tests.samba_tool.join run under py3Noel Power2018-09-031-3/+3
* PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall2018-08-241-1/+2
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-1/+1
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-241-1/+1
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-1/+1
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-241-1/+4
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-13/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+3
* PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2018-08-241-2/+2
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-46/+46
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-5/+5
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-241-6/+6
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-49/+49
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-8/+8
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-241-1/+1
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-241-2/+2
* join: Add more framework for renaming a domainTim Beale2018-07-051-3/+97
* netcmd: domain backup restore commandAaron Haslett2018-07-031-13/+25
* netcmd: domain backup online commandAaron Haslett2018-07-031-0/+1
* join: Remove unnecessary clone_only flagTim Beale2018-07-031-5/+7
* join: Refactor clone_only case to simplify codeTim Beale2018-07-031-49/+75
* join: Rename dc_join() so it looks like an objectTim Beale2018-07-031-12/+17
* join: Pipe through dns_backend option for clonesAaron Haslett2018-07-031-2/+3
* python/join: fix a typoDouglas Bagnall2018-06-101-1/+1
* samba-tool domain: Extend --backend-store to join and dcpromo by moving to co...Andrew Bartlett2018-05-151-8/+15
* python/samba: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-1/+1