summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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: ldif_import_export tests dotfiles have contentsDouglas Bagnall1-6/+11
2015-06-12KCC: ldif_import_export tests checks the dot-filesDouglas Bagnall1-0/+23
2015-06-12KCC: ldif_import_export tests use samba.tests.TestCaseInTempDirDouglas Bagnall1-19/+21
2015-06-12KCC: add tests for kcc.graph repltimes functionsDouglas Bagnall1-3/+34
2015-06-12KCC: beginning of tests for kcc.graphDouglas Bagnall1-0/+39
2015-06-12KCC: add a very puny stub for kcc.kcc_utils testsDouglas Bagnall1-0/+37
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
2015-06-12KCC: ignore SMTP transport and warn about unknown onesDouglas Bagnall1-2/+7
2015-06-12KCC: remove "forest_of_rings" verification checkDouglas Bagnall3-10/+1
2015-06-12KCC: improve docstring for kcc.graph.get_spanning_tree_edges()Douglas Bagnall1-0/+8
2015-06-12KCC: improve docstring for kcc.graph.combine_repl_info()Douglas Bagnall1-0/+13
2015-06-12KCC: improve documentation for KCC.export_ldif()Douglas Bagnall1-2/+4
2015-06-12KCC: improve documentation for KCC.import_ldif()Douglas Bagnall1-2/+5
2015-06-12KCC: print error messages to stderr, not stdoutDouglas Bagnall1-5/+6
2015-06-12KCC: improve documentation for KCC.intrasite_max_node_edges()Douglas Bagnall1-8/+12
2015-06-12KCC: improve documentation for KCC.intersite() and KCC.intrasite()Douglas Bagnall1-10/+25
2015-06-12KCC: improve docstring for KCC.create_connections()Douglas Bagnall1-2/+4
2015-06-12KCC move and fix ldif_import_export and graph_utils testsDouglas Bagnall2-27/+17
2015-06-12KCC: remove dead code that depends on SMTP replicationDouglas Bagnall1-86/+14
2015-06-12KCC: fix KCC.import_ldif() use of forced_local_dsaDouglas Bagnall1-2/+2
2015-06-12KCC: shift tests/ldif_utils.py to tests/kcc/ldif_import_export.pyDouglas Bagnall1-0/+0
2015-06-12KCC: shift tests/graph_utils.py to tests/kcc/graph_utils.pyDouglas Bagnall1-0/+0
2015-06-12kcc: Allow RODC to be included in intersite topologyGarming Sam2-1/+9
2015-06-12KCC: remove a condition dependant on non-IP transportDouglas Bagnall1-5/+0
2015-06-12KCC: Add fake transport EDGE_TYPE_ALL at most onceDouglas Bagnall1-3/+3
2015-06-12KCC: simplify repsfrom pruning in KCC.translate_ntdsconn()Douglas Bagnall1-27/+10
2015-06-12KCC: improve docstring for KCC.plot_all_connections()Douglas Bagnall1-0/+5
2015-06-12KCC: improve docstring for KCC.run()Douglas Bagnall1-3/+13
2015-06-12KCC: add multi-site ldif to ldif_import_export test suiteDouglas Bagnall1-0/+56
2015-06-12KCC: test stub for KCC objectDouglas Bagnall1-0/+80
2015-06-12KCC: write dot files in a deterministic, user specified placeDouglas Bagnall3-41/+46
2015-06-12KCC: remove unnecessary debug message in KCC.get_all_bridgeheads()Douglas Bagnall1-6/+0
2015-06-12KCC: don't generate dot/verify graph edges unless necessaryDouglas Bagnall1-10/+11
2015-06-12KCC: clarify a comment in is_stale_link_connection()Douglas Bagnall1-1/+3
2015-06-12KCC: explicit None check in refresh_failed_links_connections()Douglas Bagnall1-1/+1
2015-06-12KCC: remove commented out code in KCC.refresh_failed_links_connections()Douglas Bagnall1-4/+0
2015-06-12KCC: remove unused method KCC.should_be_present_test()Douglas Bagnall1-10/+0
2015-06-12KCC: remove an unused variable in KCC.remove_unneeded_ntdsconn()Douglas Bagnall1-4/+0
2015-06-12KCC: rename is_repsFrom_implied to get_dsa_for_implied_replica, simplifyDouglas Bagnall1-18/+21
2015-06-12KCC: tidy up a missed keystroke in a commentDouglas Bagnall1-1/+1
2015-06-12KCC: remove unused variable from KCC.modify_repsFrom()Douglas Bagnall1-3/+0
2015-06-12KCC: move functions used in kcc.graph into kcc.graphDouglas Bagnall3-65/+64
2015-06-12KCC: add a warning about side-effects in RepsFromTo.__setattr__Douglas Bagnall1-0/+4
2015-06-12KCC: fix combine_repl_infoDouglas Bagnall1-12/+4