index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
join.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
samba-tool domain join: Allow "ad dc functional level" to change which
Andrew Bartlett
2023-05-16
1
-2
/
+7
*
python:join: run domain adprep as part of join_provision_own_domain()
Stefan Metzmacher
2023-03-22
1
-1
/
+28
*
dsdb: Avoid ERROR(ldb): uncaught exception - Deleted target CN=NTDS Settings....
Andrew Bartlett
2023-03-14
1
-0
/
+19
*
s4-join: Fix typos in recent GET_ANC patch set
Joseph Sutton
2022-10-21
1
-1
/
+1
*
python-drs: Add client-side debug and fallback for GET_ANC
Andrew Bartlett
2022-10-04
1
-9
/
+45
*
python: Remove unnecessary 'pass' statements
Joseph Sutton
2022-05-10
1
-1
/
+0
*
python/join: improve logging of join_replicate()
Stefan Metzmacher
2022-03-30
1
-2
/
+3
*
python/join: Check for correct msDS-KrbTgtLink attribute
Joseph Sutton
2021-09-21
1
-3
/
+4
*
join: provision_fill does not return anything
Garming Sam
2021-06-17
1
-7
/
+7
*
python: remove all 'from __future__ import print_function'
Douglas Bagnall
2021-04-28
1
-1
/
+0
*
pydns: rename s/CNameRecord/CNAMERecord/ for consistency
Douglas Bagnall
2021-04-08
1
-2
/
+2
*
provision: Decrease the length of random machine passwords
Joseph Sutton
2021-04-07
1
-1
/
+1
*
py.join: remove unused untested get_naming_master
Douglas Bagnall
2021-03-17
1
-14
/
+0
*
python2 reduction: Merge remaining compat code into common
David Mulder
2020-10-02
1
-1
/
+1
*
python compat: remove text_type
Douglas Bagnall
2020-08-11
1
-2
/
+1
*
python/join: use the provided krbtgt link in cleanup_old_accounts
Douglas Bagnall
2020-07-17
1
-1
/
+1
*
python: Correctly re-raise the LdbError if the embedded error is not ldb.ERR_...
Andrew Bartlett
2020-06-23
1
-1
/
+1
*
samba-tool domain join: remove sub domain join code
Gary Lockyer
2020-02-11
1
-56
/
+0
*
join: Use a specific attribute order for the DsAddEntry nTDSDSA object
Tim Beale
2019-07-24
1
-7
/
+16
*
domain join: enable ldb batch mode
Gary Lockyer
2019-07-04
1
-2
/
+2
*
join subdomain: changes for --backend-store-size
Gary Lockyer
2019-07-02
1
-4
/
+6
*
samba-tool clone-dc-database: Add --backend-store-size option
Gary Lockyer
2019-07-02
1
-4
/
+8
*
samba-tool domain join: Add --backend-store-size option
Gary Lockyer
2019-07-02
1
-6
/
+14
*
python join: Set index transaction cache size.
Gary Lockyer
2019-04-04
1
-0
/
+5
*
join: Throw CommandError instead of Exception for simple errors
Tim Beale
2019-01-16
1
-3
/
+4
*
join: Fix TypeError when handling exception
Tim Beale
2019-01-16
1
-1
/
+1
*
PY3: net.change_password & net.set_password take string not bytes
Noel Power
2018-12-10
1
-1
/
+1
*
python/samba: PY3 Credential.set_password takes string
Noel Power
2018-12-10
1
-1
/
+1
*
join: Fix join large-DB timeout against Windows
Tim Beale
2018-11-06
1
-1
/
+2
*
python/join: remove unused imports and variables
Douglas Bagnall
2018-11-01
1
-4
/
+1
*
python join: use the sd_utils we imported
Douglas Bagnall
2018-11-01
1
-1
/
+1
*
netcmd: Add backend-store option to domain backup/rename cmds
Tim Beale
2018-10-31
1
-7
/
+11
*
join: Sanity-check LDB connection before failed join cleanup
Tim Beale
2018-10-18
1
-0
/
+4
*
join: Avoid searching for more than strictly required during sanity check
Andrew Bartlett
2018-10-18
1
-3
/
+3
*
join: LDAP connection to remote DC can timeout in large join
Tim Beale
2018-10-18
1
-0
/
+21
*
join: Support site detection when --server is specified
Tim Beale
2018-09-26
1
-3
/
+18
*
join: Avoid duplicating "Default-First-Site-Name" string
Tim Beale
2018-09-26
1
-2
/
+3
*
s4/torture/drs/python: py2/py3 compat changes for samba4.drs.repl_rodc
Noel Power
2018-09-15
1
-1
/
+2
*
fallout from py_dsdb_DsReplicaAttribute to -> bytes
Noel Power
2018-09-15
1
-0
/
+2
*
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
2018-09-06
1
-7
/
+7
*
PEP8: fix E122: continuation line missing indentation or outdented
Joe Guo
2018-09-06
1
-1
/
+1
*
python/samba: changes to make samba.tests.samba_tool.join run under py3
Noel Power
2018-09-03
1
-3
/
+3
*
PEP8: better formatting of (CONST1|CONST2)
Douglas Bagnall
2018-08-24
1
-1
/
+2
*
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E711: comparison to None should be 'if cond is not None:'
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E502: the backslash is redundant between brackets
Joe Guo
2018-08-24
1
-1
/
+1
*
PEP8: fix E401: multiple imports on one line
Joe Guo
2018-08-24
1
-1
/
+4
*
PEP8: fix E303: too many blank lines (2)
Joe Guo
2018-08-24
1
-13
/
+0
*
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
2018-08-24
1
-0
/
+3
*
PEP8: fix E227: missing whitespace around bitwise or shift operator
Joe Guo
2018-08-24
1
-2
/
+2
[next]