summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* KCC: deduplicate connection schedule creationDouglas Bagnall2015-05-291-42/+30
* KCC: reformat kcc_util object __str__ for pep8Douglas Bagnall2015-05-291-39/+30
* KCC: pep8 conformanceDouglas Bagnall2015-05-291-104/+107
* KCC: Help RW DCs to ignore RODCs when doing kccDouglas Bagnall2015-05-291-2/+6
* KCC: use less verbose constructions in a few placesDouglas Bagnall2015-05-291-3/+1
* KCC: colour dot graph vertices as well as edgesDouglas Bagnall2015-05-291-5/+7
* KCC: Comment about schedule typesDouglas Bagnall2015-05-291-0/+2
* KCC: use more efficient, less polluting dictionary operationsDouglas Bagnall2015-05-291-5/+6
* KCC: a whole lot of debugging messagesDouglas Bagnall2015-05-291-0/+7
* KCC: set site topo_generator in RO case, for debug clarityDouglas Bagnall2015-05-291-0/+1
* KCC: reuse convert_schedule_to_repltimes() for SitelinksDouglas Bagnall2015-05-291-36/+60
* KCC: fix NTDSConnection.convert_schedule_to_repltimesDouglas Bagnall2015-05-291-17/+29
* KCC: InternalEdge should know its sitelinkDouglas Bagnall2015-05-291-1/+2
* KCC: minor formatting changesDouglas Bagnall2015-05-291-3/+3
* KCC: move console colours from kcc_utils to graph_utilsDouglas Bagnall2015-05-292-19/+19
* KCC: pep8 for ldif_utils.pyDouglas Bagnall2015-05-291-125/+121
* KCC: move ldif import/export functions into their own moduleDouglas Bagnall2015-05-291-0/+406
* KCC: rearrange samba_kcc entry pointDouglas Bagnall2015-05-291-1/+1
* KCC graph_utils: rename KCCGraphError, GraphErrorDouglas Bagnall2015-05-291-13/+13
* KCC: try graphing edges in colour for partition typeDouglas Bagnall2015-05-291-5/+12
* KCC: shift graph plotting and verification into a separate moduleDouglas Bagnall2015-05-292-274/+298
* KCC: improved documentation for verify_graph_directed_double_ringDouglas Bagnall2015-05-291-7/+8
* KCC: the commit that mops up stray commentsDouglas Bagnall2015-05-291-1/+7
* KCC: make --verify graph errors fatalDouglas Bagnall2015-05-291-3/+4
* KCC: attempt to use correct verification tests for graphsDouglas Bagnall2015-05-291-0/+4
* KCC: debug nc_type by name rather than enum numberDouglas Bagnall2015-05-291-1/+3
* KCC: consistently use ndr_pack() for DSA GUID comparisonsDouglas Bagnall2015-05-291-1/+2
* KCC: Use ndrpack(GUID) sorting for all graph vertex operationsDouglas Bagnall2015-05-291-2/+3
* KCC: do not skip unrelated edges when rodc topology is foundDouglas Bagnall2015-05-291-6/+1
* KCC: A whole lot of debugging and other non-functional changesDouglas Bagnall2015-05-291-0/+5
* KCC: stub for check of 1 or 2 node or double ring directed graphDouglas Bagnall2015-05-291-0/+7
* kcc: Interpret msDS-hasMasterNCs as hasMasterNCsGarming Sam2015-05-291-0/+1
* KCC: rename "fully_connected" check, "complete"Douglas Bagnall2015-05-291-2/+2
* KCC: write_dot_graph prints filename in --debug modeDouglas Bagnall2015-05-291-1/+3
* KCC: add directed double ring verificationDouglas Bagnall2015-05-291-0/+56
* KCC: add an option to list the graph verification optionsDouglas Bagnall2015-05-291-0/+16
* KCC: add graph verification at all dot file pointsDouglas Bagnall2015-05-291-3/+18
* KCC: add an option to verify graph propertiesDouglas Bagnall2015-05-291-2/+159