summaryrefslogtreecommitdiff
path: root/python/samba/join.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-16join: Throw CommandError instead of Exception for simple errorsTim Beale1-3/+4
2019-01-16join: Fix TypeError when handling exceptionTim Beale1-1/+1
2018-12-10PY3: net.change_password & net.set_password take string not bytesNoel Power1-1/+1
2018-12-10python/samba: PY3 Credential.set_password takes stringNoel Power1-1/+1
2018-11-06join: Fix join large-DB timeout against WindowsTim Beale1-1/+2
2018-11-01python/join: remove unused imports and variablesDouglas Bagnall1-4/+1
2018-11-01python join: use the sd_utils we importedDouglas Bagnall1-1/+1
2018-10-31netcmd: Add backend-store option to domain backup/rename cmdsTim Beale1-7/+11
2018-10-18join: Sanity-check LDB connection before failed join cleanupTim Beale1-0/+4
2018-10-18join: Avoid searching for more than strictly required during sanity checkAndrew Bartlett1-3/+3
2018-10-18join: LDAP connection to remote DC can timeout in large joinTim Beale1-0/+21
2018-09-26join: Support site detection when --server is specifiedTim Beale1-3/+18
2018-09-26join: Avoid duplicating "Default-First-Site-Name" stringTim Beale1-2/+3
2018-09-15s4/torture/drs/python: py2/py3 compat changes for samba4.drs.repl_rodcNoel Power1-1/+2
2018-09-15fallout from py_dsdb_DsReplicaAttribute to -> bytesNoel Power1-0/+2
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-7/+7
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1
2018-09-03python/samba: changes to make samba.tests.samba_tool.join run under py3Noel Power1-3/+3
2018-08-24PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall1-1/+2
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-1/+1
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+4
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-13/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+3
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-46/+46
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-5/+5
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-6/+6
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-49/+49
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-8/+8
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-2/+2
2018-07-05join: Add more framework for renaming a domainTim Beale1-3/+97
2018-07-03netcmd: domain backup restore commandAaron Haslett1-13/+25
2018-07-03netcmd: domain backup online commandAaron Haslett1-0/+1
2018-07-03join: Remove unnecessary clone_only flagTim Beale1-5/+7
2018-07-03join: Refactor clone_only case to simplify codeTim Beale1-49/+75
2018-07-03join: Rename dc_join() so it looks like an objectTim Beale1-12/+17
2018-07-03join: Pipe through dns_backend option for clonesAaron Haslett1-2/+3
2018-06-10python/join: fix a typoDouglas Bagnall1-1/+1
2018-05-15samba-tool domain: Extend --backend-store to join and dcpromo by moving to co...Andrew Bartlett1-8/+15
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power1-1/+1
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-2/+2
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power1-26/+27
2018-03-21join.py: Add missing NTSTATUSError importGarming Sam1-1/+1
2018-02-28samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power1-6/+12
2018-01-09python: Print the finddcs error messageVolker Lendecke1-0/+3
2017-12-18provision: Changes to support encrypted_secrets moduleGary Lockyer1-8/+13
2017-09-07drs repl: Only print raw DRS replication traffic at level 9Andrew Bartlett1-2/+2