summaryrefslogtreecommitdiff
path: root/python/samba/join.py
AgeCommit message (Expand)AuthorFilesLines
2025-05-26python:join: Add missing wordJennifer Sutton1-1/+1
2025-05-26samba-tool: Filter confidential attributes out of backups made with the ‘--...Jennifer Sutton1-2/+7
2025-05-26drs_utils: Split process_chunk() out into its own classJennifer Sutton1-8/+11
2025-05-26python3: Remove Python 2–only call to decode()Jennifer Sutton1-1/+1
2025-05-26python:join: Remove unnecessary local variableJennifer Sutton1-2/+1
2025-03-29python:join: do not suppress unexpected DNS enum errorsDouglas Bagnall1-0/+3
2024-06-12python:join: avoid useless use of py2-compat string_to_byte_arrayDouglas Bagnall1-3/+3
2024-03-05dsdb: Remove calls to ldb.set_opaque_integer()Andrew Bartlett1-6/+6
2023-12-15python: use python3 style super statementsRob van der Linde1-12/+12
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-16/+16
2023-12-14python: Remove unused parameter ‘targetdir’Joseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton1-1/+1
2023-12-14python: Remove unused parameter ‘targetdir’Joseph Sutton1-1/+0
2023-12-14python: Remove unfinished join methodJoseph Sutton1-6/+0
2023-08-30python:join: Fix references to undefined variablesJoseph Sutton1-6/+6
2023-08-30python: Remove unused importsJoseph Sutton1-2/+0
2023-06-23python:samba: Fix code spellingAndreas Schneider1-2/+2
2023-05-16samba-tool domain join: Allow "ad dc functional level" to change whichAndrew Bartlett1-2/+7
2023-03-22python:join: run domain adprep as part of join_provision_own_domain()Stefan Metzmacher1-1/+28
2023-03-14dsdb: Avoid ERROR(ldb): uncaught exception - Deleted target CN=NTDS Settings....Andrew Bartlett1-0/+19
2022-10-21s4-join: Fix typos in recent GET_ANC patch setJoseph Sutton1-1/+1
2022-10-04python-drs: Add client-side debug and fallback for GET_ANCAndrew Bartlett1-9/+45
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