summaryrefslogtreecommitdiff
path: root/python/samba/join.py
Commit message (Expand)AuthorAgeFilesLines
* samba-tool domain join: Allow "ad dc functional level" to change whichAndrew Bartlett2023-05-161-2/+7
* python:join: run domain adprep as part of join_provision_own_domain()Stefan Metzmacher2023-03-221-1/+28
* dsdb: Avoid ERROR(ldb): uncaught exception - Deleted target CN=NTDS Settings....Andrew Bartlett2023-03-141-0/+19
* s4-join: Fix typos in recent GET_ANC patch setJoseph Sutton2022-10-211-1/+1
* python-drs: Add client-side debug and fallback for GET_ANCAndrew Bartlett2022-10-041-9/+45
* python: Remove unnecessary 'pass' statementsJoseph Sutton2022-05-101-1/+0
* python/join: improve logging of join_replicate()Stefan Metzmacher2022-03-301-2/+3
* python/join: Check for correct msDS-KrbTgtLink attributeJoseph Sutton2021-09-211-3/+4
* join: provision_fill does not return anythingGarming Sam2021-06-171-7/+7
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* pydns: rename s/CNameRecord/CNAMERecord/ for consistencyDouglas Bagnall2021-04-081-2/+2
* provision: Decrease the length of random machine passwordsJoseph Sutton2021-04-071-1/+1
* py.join: remove unused untested get_naming_masterDouglas Bagnall2021-03-171-14/+0
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-021-1/+1
* python compat: remove text_typeDouglas Bagnall2020-08-111-2/+1
* python/join: use the provided krbtgt link in cleanup_old_accountsDouglas Bagnall2020-07-171-1/+1
* python: Correctly re-raise the LdbError if the embedded error is not ldb.ERR_...Andrew Bartlett2020-06-231-1/+1
* 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