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