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
/
kcc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-10
kcc: Don't reuse outer loop variable for inner loop
Joseph Sutton
1
-3
/
+3
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
2
-2
/
+0
2021-03-17
kcc: use py3 compatible sort in rarely visited branch
Douglas Bagnall
1
-2
/
+2
2020-10-02
python2 reduction: Merge remaining compat code into common
David Mulder
1
-2
/
+2
2020-10-02
python: Move dsdb_Dn to samdb
David Mulder
2
-3
/
+2
2019-12-18
samba_kcc: avoid ValueError when local connections are less than 2
Björn Baumbach
1
-0
/
+5
2019-09-24
kcc_utils.py: avoid inefficient string concatenations
Björn Jacke
1
-103
/
+92
2019-01-19
python/kcc lib: cope with differently formed repsToFrom
Douglas Bagnall
1
-5
/
+16
2018-12-10
python/samba/kcc: PY3 fix some str versus ldb.bytes comparisons
Noel Power
1
-3
/
+3
2018-11-01
python/kcc/graph: import KCCError, which is used somewhere
Douglas Bagnall
1
-0
/
+1
2018-10-25
python/kcc: use compat.cmp_fn (PY3)
Douglas Bagnall
1
-2
/
+2
2018-09-03
python/samba: changes needed for samba.tests.samba_tool.visualize PY2/PY3
Noel Power
1
-1
/
+1
2018-08-24
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
2
-3
/
+3
2018-08-24
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
2
-0
/
+2
2018-08-24
PEP8: fix E265: block comment should start with '# '
Joe Guo
4
-7
/
+7
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-9
/
+9
2018-08-24
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
1
-1
/
+1
2018-07-13
python/samba/kcc: md5 needs to be passed bytes in py3
Noel Power
1
-1
/
+3
2018-06-10
python/kcc/graph_utils: short-cut edge failure test without edges
Douglas Bagnall
1
-0
/
+3
2018-05-31
python kcc/graph_utils: don't debug in colour
Douglas Bagnall
1
-5
/
+3
2018-05-31
kcc graph verifiers: improve messages
Douglas Bagnall
1
-10
/
+15
2018-05-31
kcc graph verifier: use __doc__ description for error explanation
Douglas Bagnall
2
-5
/
+5
2018-05-31
kcc graphs: site edges in colour, labeled with DNs
Douglas Bagnall
3
-7
/
+13
2018-05-31
kcc.graph_utils: shift debug noise out of verify()
Douglas Bagnall
2
-30
/
+24
2018-05-05
samba_kcc: remove an unused variable
Douglas Bagnall
1
-2
/
+0
2018-04-30
python: Bulk conversion callers of ldb.Dn second param
Noel Power
1
-1
/
+1
2018-04-30
python/samba: bulk conversion of caller to dsdb_Dn 2nd param.
Noel Power
2
-7
/
+7
2018-04-13
kcc/graph: add __hash__ to InternalEdge for py3
Joe Guo
1
-0
/
+5
2018-04-13
kcc: fix sort for py3
Joe Guo
2
-19
/
+4
2018-04-13
kcc/kcc_utils: fix divide for py3
Joe Guo
1
-1
/
+1
2018-04-13
kcc/kcc_utils: convert dict.keys to list
Joe Guo
1
-1
/
+1
2018-04-13
kcc/graph_utils: port string.translate for py3
Joe Guo
1
-1
/
+1
2018-03-23
samba python libs: convert print func to be py2/py3 compatible
Noel Power
1
-3
/
+4
2018-03-21
kcc_utils: Use lower name in automatic sites covered
Garming Sam
1
-1
/
+1
2018-03-21
kcc_utils: Prevent multiple sites attached to a sitelink covering a site
Garming Sam
1
-3
/
+34
2018-03-21
kcc_utils: Keep a count of the DCs in each site
Garming Sam
1
-2
/
+3
2018-03-21
kcc_utils: Add a routine for automatic site coverage
Garming Sam
1
-0
/
+80
2018-02-28
samba python libs: convert 'except X, (tuple)' to 'except X as e'
Noel Power
3
-29
/
+58
2018-02-15
samba python libs: convert 'except X, e' to 'except X as e'
Douglas Bagnall
4
-7
/
+7
2018-01-13
samba_kcc: do not commit new nTDSConnection, if we are rodc
Andrej Gessel
1
-3
/
+3
2018-01-13
samba_kcc: simplify NCReplica.set_instantiated_flags()
Douglas Bagnall
1
-5
/
+2
2018-01-13
samba_kcc: simplify NCReplica constructor
Douglas Bagnall
2
-6
/
+5
2018-01-13
samba_kcc: clarify readonly logging, removing now unused function
Douglas Bagnall
2
-6
/
+3
2018-01-13
samba_kcc: remove unused functions
Douglas Bagnall
1
-15
/
+0
2018-01-13
samba_kcc: fix dot_file_dir documentation
Douglas Bagnall
1
-1
/
+1
2018-01-13
samba_kcc: remove an unused function
Douglas Bagnall
1
-6
/
+0
2018-01-13
samba_kcc: use new graph module for writing dot files
Douglas Bagnall
1
-30
/
+7
2018-01-13
samba_kcc: respect kcc.read_only flag on RODC
Douglas Bagnall
1
-1
/
+1
2018-01-13
samba_kcc: kcc.debug module defers to samba.colour
Douglas Bagnall
1
-16
/
+8
2018-01-13
samba_kcc: documentation fix
Douglas Bagnall
1
-1
/
+1
[next]