summaryrefslogtreecommitdiff
path: root/python/samba/kcc
AgeCommit message (Expand)AuthorFilesLines
2015-06-12KCC: ignore SMTP transport and warn about unknown onesDouglas Bagnall1-2/+7
2015-06-12KCC: remove "forest_of_rings" verification checkDouglas Bagnall2-7/+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: 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: 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: 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 Bagnall2-7/+407
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-1/+2419
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-1/+439
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