summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-12KCC: clarify a couple of comments in graph.pyDouglas Bagnall1-4/+4
2015-06-12KCC: KCC object keeps lp and creds for live pingsDouglas Bagnall1-17/+30
2015-06-12KCC improve docstring for KCC.load_samdb()Douglas Bagnall1-1/+1
2015-06-12KCC improve docstring for KCC.construct_intrasite_graph()Douglas Bagnall1-1/+15
2015-06-12KCC improve docstring for update_rodc_connection()Douglas Bagnall1-5/+6
2015-06-12KCC improve docstring for KCC.create_intersite_connections()Douglas Bagnall1-3/+5
2015-06-12KCC improve docstring for refresh_failed_links_connections()Douglas Bagnall1-4/+3
2015-06-12KCC: shift samba.ldif_utils to samba.kcc.ldif_import_exportDouglas Bagnall3-12/+11
2015-06-12KCC: remove remnants of script from samba/kcc/__init__Douglas Bagnall1-28/+6
2015-06-12KCC: shift samba.kcc intersite functions to samba.kcc.graphDouglas Bagnall2-435/+454
2015-06-12KCC: split kcc_utils into samba.kcc.{kcc_utils,graph}Douglas Bagnall3-146/+184
2015-06-12KCC: rearrange 3 functions in samba.kcc __init__Douglas Bagnall1-40/+39
2015-06-12KCC: split and shift samba.graph_utils -> samba.kcc.{graph_utils,debug}Douglas Bagnall3-23/+76
2015-06-12KCC: Reduce brokenness of samba.kcc moduleDouglas Bagnall1-381/+119
2015-06-12KCC: Copy KCC core out of samba_kcc into samba.kcc moduleDouglas Bagnall1-0/+3399
2015-05-30KCC: tests/ldif_utils tests ldif importDouglas Bagnall1-5/+30
2015-05-30KCC: ldif_utils: ldif_to_samdb doesn't need creds; begin selftestDouglas Bagnall2-3/+101
2015-05-30kcc: prevent non-determinism when running translationGarming Sam1-5/+14
2015-05-29KCC: test suite for the graph_utilsDouglas Bagnall2-7/+174
2015-05-29KCC: remove print statements from kcc_utilsDouglas Bagnall1-3/+0
2015-05-29KCC: more pep8 for kcc_utilsDouglas Bagnall1-17/+15
2015-05-29KCC: pep8 pass over graph_utils.pyDouglas Bagnall1-47/+54
2015-05-29KCC: add graph tests of robustness against edge and vertex failureDouglas Bagnall1-3/+24
2015-05-29KCC: improve directed_double_ring graph checkDouglas Bagnall1-46/+73
2015-05-29KCC: slight rewrite for the sake of pep8Douglas Bagnall1-6/+4
2015-05-29KCC: more pep8, using temp variables in placesDouglas Bagnall1-31/+34