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
2015-10-29
KCC: shift common is_generated() check out of branches
Douglas Bagnall
1
-5
/
+3
2015-10-26
python/kcc: Write correct module list into the file during ldif_to_samdb
Andrew Bartlett
1
-4
/
+6
2015-06-12
KCC: use python 2.6 compatible dictonary comprehensions
Douglas Bagnall
2
-9
/
+9
2015-06-12
KCC: intrasite double_directed_ring test shouldn't include RODCs
Douglas Bagnall
1
-2
/
+36
2015-06-12
KCC: use logger.critical rather than print >> sys.stderr
Douglas Bagnall
1
-3
/
+2
2015-06-12
KCC: draw a site-edges graph for each partition
Douglas Bagnall
1
-1
/
+2
2015-06-12
KCC: use KccError, simplify logic in NTDSConn.commit_modified
Douglas Bagnall
1
-10
/
+7
2015-06-12
KCC: remove unused create_edge_set() function
Douglas Bagnall
1
-5
/
+0
2015-06-12
KCC: ignore the bridges_required option
Douglas Bagnall
2
-14
/
+8
2015-06-12
KCC: fix the polarity of bridges_required option
Douglas Bagnall
1
-1
/
+1
2015-06-12
KCC: remove a TODO with seemingly no basis in specification
Douglas Bagnall
1
-2
/
+0
2015-06-12
KCC: clarify setup-vertices docstring, remove TODO
Douglas Bagnall
1
-1
/
+10
2015-06-12
KCC: note about the meaning of None in schedule types
Douglas Bagnall
1
-0
/
+2
2015-06-12
KCC: combine_repl_info() returns the combined replinfo
Douglas Bagnall
1
-45
/
+23
2015-06-12
KCC: remove unnecessary comment
Douglas Bagnall
1
-1
/
+0
2015-06-12
KCC: reword comment, removing unwarranted XXX
Douglas Bagnall
1
-5
/
+5
2015-06-12
KCC: remove an unwarranted XXX comment
Douglas Bagnall
1
-1
/
+1
2015-06-12
KCC: let kcc.graph.ReplInfo know its duration
Douglas Bagnall
1
-8
/
+17
2015-06-12
KCC: docstring for kcc.graph.InternalEdge
Douglas Bagnall
1
-0
/
+6
2015-06-12
KCC: docstring for kcc.graph.MultiEdge
Douglas Bagnall
1
-0
/
+1
2015-06-12
KCC: docstring for kcc.graph.Vertex
Douglas Bagnall
1
-4
/
+7
2015-06-12
KCC: docstring for kcc.graph.VertexColour()
Douglas Bagnall
1
-0
/
+1
2015-06-12
KCC: docstring for kcc.graph.setup_graph()
Douglas Bagnall
1
-5
/
+12
2015-06-12
KCC: docstring for kcc.graph.add_edge_out()
Douglas Bagnall
1
-1
/
+12
2015-06-12
KCC: docstring for kcc.graph.find_component()
Douglas Bagnall
1
-0
/
+5
2015-06-12
KCC: some rearrangement in kcc.graph.add_int_edge()
Douglas Bagnall
1
-9
/
+7
2015-06-12
KCC: docstring for kcc.graph.kruskal()
Douglas Bagnall
1
-0
/
+9
2015-06-12
KCC: docstring for kcc.graph.add_int_edge()
Douglas Bagnall
1
-2
/
+16
2015-06-12
KCC: docstring for kcc.graph.process_edge()
Douglas Bagnall
1
-1
/
+7
2015-06-12
KCC: docstring for kcc.graph.process_edge_set()
Douglas Bagnall
1
-0
/
+7
2015-06-12
KCC: docstring for kcc.graph.undemote_vertex()
Douglas Bagnall
1
-0
/
+7
2015-06-12
KCC: docstring for kcc.graph.check_demote_vertex()
Douglas Bagnall
1
-0
/
+8
2015-06-12
KCC: pep8 line length in plot all connections
Douglas Bagnall
1
-2
/
+3
2015-06-12
KCC: pep8 -- remove an extra line in graph_utils
Douglas Bagnall
1
-1
/
+0
2015-06-12
KCC: pep8 remove a line
Douglas Bagnall
1
-1
/
+0
2015-06-12
KCC: samba.kcc formatting fixes for pep8
Douglas Bagnall
1
-2
/
+2
2015-06-12
KCC: remove XXX scare comments around guid comparisons.
Douglas Bagnall
2
-3
/
+0
2015-06-12
KCC: setup_dijkstra() creates its own empty queue
Douglas Bagnall
1
-6
/
+7
2015-06-12
KCC: Add graph.InternalEdge.__lt__ docstring
Douglas Bagnall
1
-0
/
+12
2015-06-12
KCC: Add graph.try_new_path docstring
Douglas Bagnall
1
-0
/
+9
2015-06-12
KCC: Add graph.dijkstra and setup_dijkstra() docstrings
Douglas Bagnall
1
-0
/
+15
2015-06-12
KCC: Add graph.setup_vertices() docstring
Douglas Bagnall
1
-0
/
+5
2015-06-12
KCC: don't pretend graph.create_edge_set() is useful
Douglas Bagnall
1
-3
/
+1
2015-06-12
KCC: Add s.k.g.create_auto_edge_set() docstring, improve variable name
Douglas Bagnall
1
-2
/
+10
2015-06-12
KCC: Add samba.kcc.graph.create_edge() docstring
Douglas Bagnall
1
-0
/
+11
2015-06-12
KCC: improve samba.kcc.graph.get_spanning_tree_edges() docstring
Douglas Bagnall
1
-0
/
+2
2015-06-12
KCC: Add ReplInfo docstring
Douglas Bagnall
1
-0
/
+6
2015-06-12
KCC: use logger functions rather than print in create_connections
Douglas Bagnall
1
-7
/
+3
2015-06-12
KCC: shift ReplInfo, MAX_DWORD from kcc.kcc_utils to kcc.graph
Douglas Bagnall
2
-24
/
+29
2015-06-12
KCC: Don't pretend to "load_all_transports"
Douglas Bagnall
2
-69
/
+40
[prev]
[next]