summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-29KCC: make --verify graph errors fatalDouglas Bagnall1-3/+4
2015-05-29KCC: attempt to use correct verification tests for graphsDouglas Bagnall1-0/+4
2015-05-29KCC: debug nc_type by name rather than enum numberDouglas Bagnall1-1/+3
2015-05-29KCC: consistently use ndr_pack() for DSA GUID comparisonsDouglas Bagnall1-1/+2
2015-05-29KCC: Use ndrpack(GUID) sorting for all graph vertex operationsDouglas Bagnall1-2/+3
2015-05-29KCC: do not skip unrelated edges when rodc topology is foundDouglas Bagnall1-6/+1
2015-05-29KCC: A whole lot of debugging and other non-functional changesDouglas Bagnall1-0/+5
2015-05-29KCC: stub for check of 1 or 2 node or double ring directed graphDouglas Bagnall1-0/+7
2015-05-29kcc: Interpret msDS-hasMasterNCs as hasMasterNCsGarming Sam1-0/+1
2015-05-29KCC: rename "fully_connected" check, "complete"Douglas Bagnall1-2/+2
2015-05-29KCC: write_dot_graph prints filename in --debug modeDouglas Bagnall1-1/+3
2015-05-29KCC: add directed double ring verificationDouglas Bagnall1-0/+56
2015-05-29KCC: add an option to list the graph verification optionsDouglas Bagnall1-0/+16
2015-05-29KCC: add graph verification at all dot file pointsDouglas Bagnall1-3/+18
2015-05-29KCC: add an option to verify graph propertiesDouglas Bagnall1-2/+159
2015-05-28KCC: more pythonic expression in select_istgDouglas Bagnall1-12/+7
2015-05-28KCC: Add comments regarding time handlingDouglas Bagnall1-0/+4
2015-05-28KCC: add comments, idiomatic changes to intrasite_graph codeDouglas Bagnall1-2/+2
2015-05-28KCC: improve log legibility with colour; make more dot graphsDouglas Bagnall1-6/+27
2015-05-28KCC: helper function to find config NC replica for a DSADouglas Bagnall1-8/+13
2015-05-28KCC: use more pythonic construct for get_current_replicaDouglas Bagnall1-4/+1
2015-05-28kcc: Reduce code verbosity in dumpstr_* functionsDouglas Bagnall1-40/+7
2015-05-28kcc: add labels to dot filesDouglas Bagnall1-1/+1
2015-05-28samba_kcc: add an option to set assumed current timeDouglas Bagnall1-4/+4
2015-05-28KCC: Create Graphviz dot files showing network topologyDouglas Bagnall1-0/+15
2015-05-28KCC: correct the comparison for lost link timeoutDouglas Bagnall1-1/+1