summaryrefslogtreecommitdiff
path: root/python/samba/kcc
AgeCommit message (Expand)AuthorFilesLines
2015-10-29KCC: shift common is_generated() check out of branchesDouglas Bagnall1-5/+3
2015-10-26python/kcc: Write correct module list into the file during ldif_to_samdbAndrew Bartlett1-4/+6
2015-06-12KCC: use python 2.6 compatible dictonary comprehensionsDouglas Bagnall2-9/+9
2015-06-12KCC: intrasite double_directed_ring test shouldn't include RODCsDouglas Bagnall1-2/+36
2015-06-12KCC: use logger.critical rather than print >> sys.stderrDouglas Bagnall1-3/+2
2015-06-12KCC: draw a site-edges graph for each partitionDouglas Bagnall1-1/+2
2015-06-12KCC: use KccError, simplify logic in NTDSConn.commit_modifiedDouglas Bagnall1-10/+7
2015-06-12KCC: remove unused create_edge_set() functionDouglas Bagnall1-5/+0
2015-06-12KCC: ignore the bridges_required optionDouglas Bagnall2-14/+8
2015-06-12KCC: fix the polarity of bridges_required optionDouglas Bagnall1-1/+1
2015-06-12KCC: remove a TODO with seemingly no basis in specificationDouglas Bagnall1-2/+0
2015-06-12KCC: clarify setup-vertices docstring, remove TODODouglas Bagnall1-1/+10
2015-06-12KCC: note about the meaning of None in schedule typesDouglas Bagnall1-0/+2
2015-06-12KCC: combine_repl_info() returns the combined replinfoDouglas Bagnall1-45/+23
2015-06-12KCC: remove unnecessary commentDouglas Bagnall1-1/+0
2015-06-12KCC: reword comment, removing unwarranted XXXDouglas Bagnall1-5/+5
2015-06-12KCC: remove an unwarranted XXX commentDouglas Bagnall1-1/+1
2015-06-12KCC: let kcc.graph.ReplInfo know its durationDouglas Bagnall1-8/+17
2015-06-12KCC: docstring for kcc.graph.InternalEdgeDouglas Bagnall1-0/+6
2015-06-12KCC: docstring for kcc.graph.MultiEdgeDouglas Bagnall1-0/+1
2015-06-12KCC: docstring for kcc.graph.VertexDouglas Bagnall1-4/+7
2015-06-12KCC: docstring for kcc.graph.VertexColour()Douglas Bagnall1-0/+1
2015-06-12KCC: docstring for kcc.graph.setup_graph()Douglas Bagnall1-5/+12
2015-06-12KCC: docstring for kcc.graph.add_edge_out()Douglas Bagnall1-1/+12
2015-06-12KCC: docstring for kcc.graph.find_component()Douglas Bagnall1-0/+5
2015-06-12KCC: some rearrangement in kcc.graph.add_int_edge()Douglas Bagnall1-9/+7
2015-06-12KCC: docstring for kcc.graph.kruskal()Douglas Bagnall1-0/+9
2015-06-12KCC: docstring for kcc.graph.add_int_edge()Douglas Bagnall1-2/+16
2015-06-12KCC: docstring for kcc.graph.process_edge()Douglas Bagnall1-1/+7
2015-06-12KCC: docstring for kcc.graph.process_edge_set()Douglas Bagnall1-0/+7
2015-06-12KCC: docstring for kcc.graph.undemote_vertex()Douglas Bagnall1-0/+7
2015-06-12KCC: docstring for kcc.graph.check_demote_vertex()Douglas Bagnall1-0/+8
2015-06-12KCC: pep8 line length in plot all connectionsDouglas Bagnall1-2/+3
2015-06-12KCC: pep8 -- remove an extra line in graph_utilsDouglas Bagnall1-1/+0
2015-06-12KCC: pep8 remove a lineDouglas Bagnall1-1/+0
2015-06-12KCC: samba.kcc formatting fixes for pep8Douglas Bagnall1-2/+2
2015-06-12KCC: remove XXX scare comments around guid comparisons.Douglas Bagnall2-3/+0
2015-06-12KCC: setup_dijkstra() creates its own empty queueDouglas Bagnall1-6/+7
2015-06-12KCC: Add graph.InternalEdge.__lt__ docstringDouglas Bagnall1-0/+12
2015-06-12KCC: Add graph.try_new_path docstringDouglas Bagnall1-0/+9
2015-06-12KCC: Add graph.dijkstra and setup_dijkstra() docstringsDouglas Bagnall1-0/+15
2015-06-12KCC: Add graph.setup_vertices() docstringDouglas Bagnall1-0/+5
2015-06-12KCC: don't pretend graph.create_edge_set() is usefulDouglas Bagnall1-3/+1
2015-06-12KCC: Add s.k.g.create_auto_edge_set() docstring, improve variable nameDouglas Bagnall1-2/+10
2015-06-12KCC: Add samba.kcc.graph.create_edge() docstringDouglas Bagnall1-0/+11
2015-06-12KCC: improve samba.kcc.graph.get_spanning_tree_edges() docstringDouglas Bagnall1-0/+2
2015-06-12KCC: Add ReplInfo docstringDouglas Bagnall1-0/+6
2015-06-12KCC: use logger functions rather than print in create_connectionsDouglas Bagnall1-7/+3
2015-06-12KCC: shift ReplInfo, MAX_DWORD from kcc.kcc_utils to kcc.graphDouglas Bagnall2-24/+29
2015-06-12KCC: Don't pretend to "load_all_transports"Douglas Bagnall2-69/+40