summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* KCC: explicit None check in refresh_failed_links_connections()Douglas Bagnall2015-06-121-1/+1
* KCC: remove commented out code in KCC.refresh_failed_links_connections()Douglas Bagnall2015-06-121-4/+0
* KCC: remove unused method KCC.should_be_present_test()Douglas Bagnall2015-06-121-10/+0
* KCC: remove an unused variable in KCC.remove_unneeded_ntdsconn()Douglas Bagnall2015-06-121-4/+0
* KCC: rename is_repsFrom_implied to get_dsa_for_implied_replica, simplifyDouglas Bagnall2015-06-121-18/+21
* KCC: tidy up a missed keystroke in a commentDouglas Bagnall2015-06-121-1/+1
* KCC: remove unused variable from KCC.modify_repsFrom()Douglas Bagnall2015-06-121-3/+0
* KCC: move functions used in kcc.graph into kcc.graphDouglas Bagnall2015-06-123-65/+64
* KCC: add a warning about side-effects in RepsFromTo.__setattr__Douglas Bagnall2015-06-121-0/+4
* KCC: fix combine_repl_infoDouglas Bagnall2015-06-121-12/+4
* KCC: clarify a couple of comments in graph.pyDouglas Bagnall2015-06-121-4/+4
* KCC: KCC object keeps lp and creds for live pingsDouglas Bagnall2015-06-121-17/+30
* KCC improve docstring for KCC.load_samdb()Douglas Bagnall2015-06-121-1/+1
* KCC improve docstring for KCC.construct_intrasite_graph()Douglas Bagnall2015-06-121-1/+15
* KCC improve docstring for update_rodc_connection()Douglas Bagnall2015-06-121-5/+6
* KCC improve docstring for KCC.create_intersite_connections()Douglas Bagnall2015-06-121-3/+5
* KCC improve docstring for refresh_failed_links_connections()Douglas Bagnall2015-06-121-4/+3
* KCC: shift samba.ldif_utils to samba.kcc.ldif_import_exportDouglas Bagnall2015-06-123-12/+11
* KCC: remove remnants of script from samba/kcc/__init__Douglas Bagnall2015-06-121-28/+6
* KCC: shift samba.kcc intersite functions to samba.kcc.graphDouglas Bagnall2015-06-122-435/+454
* KCC: split kcc_utils into samba.kcc.{kcc_utils,graph}Douglas Bagnall2015-06-123-146/+184
* KCC: rearrange 3 functions in samba.kcc __init__Douglas Bagnall2015-06-121-40/+39
* KCC: split and shift samba.graph_utils -> samba.kcc.{graph_utils,debug}Douglas Bagnall2015-06-123-23/+76
* KCC: Reduce brokenness of samba.kcc moduleDouglas Bagnall2015-06-121-381/+119
* KCC: Copy KCC core out of samba_kcc into samba.kcc moduleDouglas Bagnall2015-06-121-0/+3399
* KCC: tests/ldif_utils tests ldif importDouglas Bagnall2015-05-301-5/+30
* KCC: ldif_utils: ldif_to_samdb doesn't need creds; begin selftestDouglas Bagnall2015-05-302-3/+101
* kcc: prevent non-determinism when running translationGarming Sam2015-05-301-5/+14
* KCC: test suite for the graph_utilsDouglas Bagnall2015-05-292-7/+174
* KCC: remove print statements from kcc_utilsDouglas Bagnall2015-05-291-3/+0
* KCC: more pep8 for kcc_utilsDouglas Bagnall2015-05-291-17/+15
* KCC: pep8 pass over graph_utils.pyDouglas Bagnall2015-05-291-47/+54
* KCC: add graph tests of robustness against edge and vertex failureDouglas Bagnall2015-05-291-3/+24
* KCC: improve directed_double_ring graph checkDouglas Bagnall2015-05-291-46/+73
* KCC: slight rewrite for the sake of pep8Douglas Bagnall2015-05-291-6/+4
* KCC: more pep8, using temp variables in placesDouglas Bagnall2015-05-291-31/+34
* KCC: fix square bracket padding for pep8Douglas Bagnall2015-05-291-39/+40