summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-29KCC: fix square bracket padding for pep8Douglas Bagnall1-39/+40
2015-05-29KCC: deduplicate connection schedule creationDouglas Bagnall1-42/+30
2015-05-29KCC: reformat kcc_util object __str__ for pep8Douglas Bagnall1-39/+30
2015-05-29KCC: pep8 conformanceDouglas Bagnall1-104/+107
2015-05-29KCC: Help RW DCs to ignore RODCs when doing kccDouglas Bagnall1-2/+6
2015-05-29KCC: use less verbose constructions in a few placesDouglas Bagnall1-3/+1
2015-05-29KCC: colour dot graph vertices as well as edgesDouglas Bagnall1-5/+7
2015-05-29KCC: Comment about schedule typesDouglas Bagnall1-0/+2
2015-05-29KCC: use more efficient, less polluting dictionary operationsDouglas Bagnall1-5/+6
2015-05-29KCC: a whole lot of debugging messagesDouglas Bagnall1-0/+7
2015-05-29KCC: set site topo_generator in RO case, for debug clarityDouglas Bagnall1-0/+1
2015-05-29KCC: reuse convert_schedule_to_repltimes() for SitelinksDouglas Bagnall1-36/+60
2015-05-29KCC: fix NTDSConnection.convert_schedule_to_repltimesDouglas Bagnall1-17/+29
2015-05-29KCC: InternalEdge should know its sitelinkDouglas Bagnall1-1/+2
2015-05-29KCC: minor formatting changesDouglas Bagnall1-3/+3
2015-05-29KCC: move console colours from kcc_utils to graph_utilsDouglas Bagnall2-19/+19
2015-05-29KCC: pep8 for ldif_utils.pyDouglas Bagnall1-125/+121
2015-05-29KCC: move ldif import/export functions into their own moduleDouglas Bagnall1-0/+406
2015-05-29KCC: rearrange samba_kcc entry pointDouglas Bagnall1-1/+1
2015-05-29KCC graph_utils: rename KCCGraphError, GraphErrorDouglas Bagnall1-13/+13
2015-05-29KCC: try graphing edges in colour for partition typeDouglas Bagnall1-5/+12
2015-05-29KCC: shift graph plotting and verification into a separate moduleDouglas Bagnall2-274/+298
2015-05-29KCC: improved documentation for verify_graph_directed_double_ringDouglas Bagnall1-7/+8
2015-05-29KCC: the commit that mops up stray commentsDouglas Bagnall1-1/+7