summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* KCC: pep8 -- remove an extra line in graph_utilsDouglas Bagnall2015-06-121-1/+0
* KCC: pep8 remove a lineDouglas Bagnall2015-06-121-1/+0
* KCC: samba.kcc formatting fixes for pep8Douglas Bagnall2015-06-121-2/+2
* KCC: remove XXX scare comments around guid comparisons.Douglas Bagnall2015-06-122-3/+0
* KCC: setup_dijkstra() creates its own empty queueDouglas Bagnall2015-06-121-6/+7
* KCC: Add graph.InternalEdge.__lt__ docstringDouglas Bagnall2015-06-121-0/+12
* KCC: Add graph.try_new_path docstringDouglas Bagnall2015-06-121-0/+9
* KCC: Add graph.dijkstra and setup_dijkstra() docstringsDouglas Bagnall2015-06-121-0/+15
* KCC: Add graph.setup_vertices() docstringDouglas Bagnall2015-06-121-0/+5
* KCC: don't pretend graph.create_edge_set() is usefulDouglas Bagnall2015-06-121-3/+1
* KCC: Add s.k.g.create_auto_edge_set() docstring, improve variable nameDouglas Bagnall2015-06-121-2/+10
* KCC: Add samba.kcc.graph.create_edge() docstringDouglas Bagnall2015-06-121-0/+11
* KCC: improve samba.kcc.graph.get_spanning_tree_edges() docstringDouglas Bagnall2015-06-121-0/+2
* KCC: Add ReplInfo docstringDouglas Bagnall2015-06-121-0/+6
* KCC: use logger functions rather than print in create_connectionsDouglas Bagnall2015-06-121-7/+3
* KCC: ldif_import_export tests dotfiles have contentsDouglas Bagnall2015-06-121-6/+11
* KCC: ldif_import_export tests checks the dot-filesDouglas Bagnall2015-06-121-0/+23
* KCC: ldif_import_export tests use samba.tests.TestCaseInTempDirDouglas Bagnall2015-06-121-19/+21
* KCC: add tests for kcc.graph repltimes functionsDouglas Bagnall2015-06-121-3/+34
* KCC: beginning of tests for kcc.graphDouglas Bagnall2015-06-121-0/+39
* KCC: add a very puny stub for kcc.kcc_utils testsDouglas Bagnall2015-06-121-0/+37
* KCC: shift ReplInfo, MAX_DWORD from kcc.kcc_utils to kcc.graphDouglas Bagnall2015-06-122-24/+29
* KCC: Don't pretend to "load_all_transports"Douglas Bagnall2015-06-122-69/+40
* KCC: ignore SMTP transport and warn about unknown onesDouglas Bagnall2015-06-121-2/+7
* KCC: remove "forest_of_rings" verification checkDouglas Bagnall2015-06-123-10/+1
* KCC: improve docstring for kcc.graph.get_spanning_tree_edges()Douglas Bagnall2015-06-121-0/+8
* KCC: improve docstring for kcc.graph.combine_repl_info()Douglas Bagnall2015-06-121-0/+13
* KCC: improve documentation for KCC.export_ldif()Douglas Bagnall2015-06-121-2/+4
* KCC: improve documentation for KCC.import_ldif()Douglas Bagnall2015-06-121-2/+5
* KCC: print error messages to stderr, not stdoutDouglas Bagnall2015-06-121-5/+6
* KCC: improve documentation for KCC.intrasite_max_node_edges()Douglas Bagnall2015-06-121-8/+12
* KCC: improve documentation for KCC.intersite() and KCC.intrasite()Douglas Bagnall2015-06-121-10/+25
* KCC: improve docstring for KCC.create_connections()Douglas Bagnall2015-06-121-2/+4
* KCC move and fix ldif_import_export and graph_utils testsDouglas Bagnall2015-06-122-27/+17
* KCC: remove dead code that depends on SMTP replicationDouglas Bagnall2015-06-121-86/+14
* KCC: fix KCC.import_ldif() use of forced_local_dsaDouglas Bagnall2015-06-121-2/+2
* KCC: shift tests/ldif_utils.py to tests/kcc/ldif_import_export.pyDouglas Bagnall2015-06-121-0/+0
* KCC: shift tests/graph_utils.py to tests/kcc/graph_utils.pyDouglas Bagnall2015-06-121-0/+0
* kcc: Allow RODC to be included in intersite topologyGarming Sam2015-06-122-1/+9
* KCC: remove a condition dependant on non-IP transportDouglas Bagnall2015-06-121-5/+0
* KCC: Add fake transport EDGE_TYPE_ALL at most onceDouglas Bagnall2015-06-121-3/+3
* KCC: simplify repsfrom pruning in KCC.translate_ntdsconn()Douglas Bagnall2015-06-121-27/+10
* KCC: improve docstring for KCC.plot_all_connections()Douglas Bagnall2015-06-121-0/+5
* KCC: improve docstring for KCC.run()Douglas Bagnall2015-06-121-3/+13
* KCC: add multi-site ldif to ldif_import_export test suiteDouglas Bagnall2015-06-121-0/+56
* KCC: test stub for KCC objectDouglas Bagnall2015-06-121-0/+80
* KCC: write dot files in a deterministic, user specified placeDouglas Bagnall2015-06-123-41/+46
* KCC: remove unnecessary debug message in KCC.get_all_bridgeheads()Douglas Bagnall2015-06-121-6/+0
* KCC: don't generate dot/verify graph edges unless necessaryDouglas Bagnall2015-06-121-10/+11
* KCC: clarify a comment in is_stale_link_connection()Douglas Bagnall2015-06-121-1/+3