summaryrefslogtreecommitdiff
path: root/python/samba/join.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton1-1/+0
2022-03-30python/join: improve logging of join_replicate()Stefan Metzmacher1-2/+3
2021-09-21python/join: Check for correct msDS-KrbTgtLink attributeJoseph Sutton1-3/+4
2021-06-17join: provision_fill does not return anythingGarming Sam1-7/+7
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-04-08pydns: rename s/CNameRecord/CNAMERecord/ for consistencyDouglas Bagnall1-2/+2
2021-04-07provision: Decrease the length of random machine passwordsJoseph Sutton1-1/+1
2021-03-17py.join: remove unused untested get_naming_masterDouglas Bagnall1-14/+0
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-08-11python compat: remove text_typeDouglas Bagnall1-2/+1
2020-07-17python/join: use the provided krbtgt link in cleanup_old_accountsDouglas Bagnall1-1/+1
2020-06-23python: Correctly re-raise the LdbError if the embedded error is not ldb.ERR_...Andrew Bartlett1-1/+1
2020-02-11samba-tool domain join: remove sub domain join codeGary Lockyer1-56/+0
2019-07-24join: Use a specific attribute order for the DsAddEntry nTDSDSA objectTim Beale1-7/+16
2019-07-04domain join: enable ldb batch modeGary Lockyer1-2/+2
2019-07-02join subdomain: changes for --backend-store-sizeGary Lockyer1-4/+6
2019-07-02samba-tool clone-dc-database: Add --backend-store-size optionGary Lockyer1-4/+8
2019-07-02samba-tool domain join: Add --backend-store-size optionGary Lockyer1-6/+14
2019-04-04python join: Set index transaction cache size.Gary Lockyer1-0/+5
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