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
/
kcc
Commit message (
Expand
)
Author
Age
Files
Lines
*
python/kcc/graph: import KCCError, which is used somewhere
Douglas Bagnall
2018-11-01
1
-0
/
+1
*
python/kcc: use compat.cmp_fn (PY3)
Douglas Bagnall
2018-10-25
1
-2
/
+2
*
python/samba: changes needed for samba.tests.samba_tool.visualize PY2/PY3
Noel Power
2018-09-03
1
-1
/
+1
*
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
2018-08-24
2
-3
/
+3
*
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
2018-08-24
2
-0
/
+2
*
PEP8: fix E265: block comment should start with '# '
Joe Guo
2018-08-24
4
-7
/
+7
*
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
2018-08-24
1
-9
/
+9
*
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
2018-08-24
1
-1
/
+1
*
python/samba/kcc: md5 needs to be passed bytes in py3
Noel Power
2018-07-13
1
-1
/
+3
*
python/kcc/graph_utils: short-cut edge failure test without edges
Douglas Bagnall
2018-06-10
1
-0
/
+3
*
python kcc/graph_utils: don't debug in colour
Douglas Bagnall
2018-05-31
1
-5
/
+3
*
kcc graph verifiers: improve messages
Douglas Bagnall
2018-05-31
1
-10
/
+15
*
kcc graph verifier: use __doc__ description for error explanation
Douglas Bagnall
2018-05-31
2
-5
/
+5
*
kcc graphs: site edges in colour, labeled with DNs
Douglas Bagnall
2018-05-31
3
-7
/
+13
*
kcc.graph_utils: shift debug noise out of verify()
Douglas Bagnall
2018-05-31
2
-30
/
+24
*
samba_kcc: remove an unused variable
Douglas Bagnall
2018-05-05
1
-2
/
+0
*
python: Bulk conversion callers of ldb.Dn second param
Noel Power
2018-04-30
1
-1
/
+1
*
python/samba: bulk conversion of caller to dsdb_Dn 2nd param.
Noel Power
2018-04-30
2
-7
/
+7
*
kcc/graph: add __hash__ to InternalEdge for py3
Joe Guo
2018-04-13
1
-0
/
+5
*
kcc: fix sort for py3
Joe Guo
2018-04-13
2
-19
/
+4
*
kcc/kcc_utils: fix divide for py3
Joe Guo
2018-04-13
1
-1
/
+1
*
kcc/kcc_utils: convert dict.keys to list
Joe Guo
2018-04-13
1
-1
/
+1
*
kcc/graph_utils: port string.translate for py3
Joe Guo
2018-04-13
1
-1
/
+1
*
samba python libs: convert print func to be py2/py3 compatible
Noel Power
2018-03-23
1
-3
/
+4
*
kcc_utils: Use lower name in automatic sites covered
Garming Sam
2018-03-21
1
-1
/
+1
*
kcc_utils: Prevent multiple sites attached to a sitelink covering a site
Garming Sam
2018-03-21
1
-3
/
+34
*
kcc_utils: Keep a count of the DCs in each site
Garming Sam
2018-03-21
1
-2
/
+3
*
kcc_utils: Add a routine for automatic site coverage
Garming Sam
2018-03-21
1
-0
/
+80
*
samba python libs: convert 'except X, (tuple)' to 'except X as e'
Noel Power
2018-02-28
3
-29
/
+58
*
samba python libs: convert 'except X, e' to 'except X as e'
Douglas Bagnall
2018-02-15
4
-7
/
+7
*
samba_kcc: do not commit new nTDSConnection, if we are rodc
Andrej Gessel
2018-01-13
1
-3
/
+3
*
samba_kcc: simplify NCReplica.set_instantiated_flags()
Douglas Bagnall
2018-01-13
1
-5
/
+2
*
samba_kcc: simplify NCReplica constructor
Douglas Bagnall
2018-01-13
2
-6
/
+5
*
samba_kcc: clarify readonly logging, removing now unused function
Douglas Bagnall
2018-01-13
2
-6
/
+3
*
samba_kcc: remove unused functions
Douglas Bagnall
2018-01-13
1
-15
/
+0
*
samba_kcc: fix dot_file_dir documentation
Douglas Bagnall
2018-01-13
1
-1
/
+1
*
samba_kcc: remove an unused function
Douglas Bagnall
2018-01-13
1
-6
/
+0
*
samba_kcc: use new graph module for writing dot files
Douglas Bagnall
2018-01-13
1
-30
/
+7
*
samba_kcc: respect kcc.read_only flag on RODC
Douglas Bagnall
2018-01-13
1
-1
/
+1
*
samba_kcc: kcc.debug module defers to samba.colour
Douglas Bagnall
2018-01-13
1
-16
/
+8
*
samba_kcc: documentation fix
Douglas Bagnall
2018-01-13
1
-1
/
+1
*
samba_kcc: debugging: say intrasite when we mean intrasite
Garming Sam
2017-06-23
1
-1
/
+1
*
samba_kcc: drop all connections from non-existent DSAs
Douglas Bagnall
2017-06-23
1
-2
/
+3
*
samba_kcc: comment typo
Douglas Bagnall
2017-06-23
1
-1
/
+1
*
samba_kcc: avoid crash on odd networks with --dot-file-dir
Douglas Bagnall
2017-06-23
1
-0
/
+4
*
repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl server
Garming Sam
2017-06-15
1
-1
/
+0
*
KCC: avoid infinite recursion when edgelist contains self
Douglas Bagnall
2016-12-01
1
-2
/
+4
*
KCC: Graphnode.add_edge_from expects dn strings, not objects
Douglas Bagnall
2016-12-01
1
-1
/
+1
*
kcc: Don't check schedule if None
Garming Sam
2016-09-23
1
-5
/
+13
*
KCC: Fix misnamed variable in DSA object
Douglas Bagnall
2016-08-12
1
-1
/
+1
[next]