summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2015-05-29KCC: post-Kruskal graph test only needs multi-edge-forestDouglas Bagnall1-1/+1
2015-05-29KCC: move ldif import/export functions into their own moduleDouglas Bagnall1-339/+9
2015-05-29KCC: rearrange samba_kcc entry pointDouglas Bagnall1-21/+22
2015-05-29KCC: move import to top of fileDouglas Bagnall1-1/+1
2015-05-29KCC: add an option to list valid DSA dn_strsDouglas Bagnall1-4/+30
2015-05-29KCC graph_utils: rename KCCGraphError, GraphErrorDouglas Bagnall1-1/+1
2015-05-29KCC: try graphing edges in colour for partition typeDouglas Bagnall1-2/+5
2015-05-29KCC: shift graph plotting and verification into a separate moduleDouglas Bagnall1-0/+1
2015-05-29KCC: more graph verification: repsFromDouglas Bagnall1-4/+56
2015-05-29KCC: the commit that mops up stray commentsDouglas Bagnall1-1/+3
2015-05-29KCC: add --attempt-live-connections to verify real life linksDouglas Bagnall1-8/+23
2015-05-29KCC: make --verify graph errors fatalDouglas Bagnall1-2/+7
2015-05-29KCC: attempt to use correct verification tests for graphsDouglas Bagnall1-7/+4
2015-05-29KCC: debug nc_type by name rather than enum numberDouglas Bagnall1-2/+2
2015-05-29KCC: sitelink graph is undirectedDouglas Bagnall1-1/+1
2015-05-29KCC: use ndr_pack for connection GUID comparisonsDouglas Bagnall1-1/+2
2015-05-29KCC: consistently use ndr_pack() for DSA GUID comparisonsDouglas Bagnall1-4/+1
2015-05-29KCC: Use ndrpack(GUID) sorting for all graph vertex operationsDouglas Bagnall1-1/+3
2015-05-29kcc: reduce brokenness of --import-lidfAndrew Bartlett1-4/+35
2015-05-29KCC: skip looking for extra edges if we have enoughDouglas Bagnall1-1/+1
2015-05-29KCC: A whole lot of debugging and other non-functional changesDouglas Bagnall1-10/+43
2015-05-29kcc: sort guids by ndr_pack representationDouglas Bagnall1-1/+1
2015-05-29KCC: rewrite random intrasite connection addition for clarityDouglas Bagnall1-28/+16
2015-05-29KCC: intrasite_post_ntdscon is directedDouglas Bagnall1-1/+1
2015-05-29KCC: add NC identifiers to dot file namesDouglas Bagnall1-2/+4
2015-05-29KCC: Fix original script for inverted logicGarming Sam1-1/+1
2015-05-29KCC: rename "fully_connected" check, "complete"Douglas Bagnall1-12/+12
2015-05-29KCC: Set option --readonly to default to FalseDouglas Bagnall1-1/+1
2015-05-29KCC: add directed double ring verificationDouglas Bagnall1-1/+2
2015-05-29KCC: add an option to list the graph verification optionsDouglas Bagnall1-2/+7
2015-05-29KCC: comment noting the progression of edge limit calculationDouglas Bagnall1-0/+8
2015-05-29KCC: add a wider range of colour DEBUG messagesDouglas Bagnall1-9/+12
2015-05-29KCC: add graph verification at all dot file pointsDouglas Bagnall1-35/+75
2015-05-29KCC: add an option to verify graph propertiesDouglas Bagnall1-7/+27
2015-05-28KCC: Write out more DOT files and debugDouglas Bagnall1-1/+17
2015-05-28KCC: Comment noting verbose nature of construct_intrasite_graph()Douglas Bagnall1-4/+4
2015-05-28KCC: add --forced-local-dsa option for changing local dsaAndrew Bartlett1-5/+15
2015-05-28KCC: add comments, idiomatic changes to intrasite_graph codeDouglas Bagnall1-6/+36
2015-05-28KCC: improve log legibility with colour; make more dot graphsDouglas Bagnall1-5/+52
2015-05-28samba_kcc: try to implement rep deletion in translate_ntdsconn()Douglas Bagnall1-7/+17
2015-05-28kcc: add labels to dot filesDouglas Bagnall1-2/+3
2015-05-28KCC: highlight our deviation from the spec in color_verticesDouglas Bagnall1-3/+10
2015-05-28samba_kcc: add an option to set assumed current timeDouglas Bagnall1-5/+26
2015-05-28KCC: Create Graphviz dot files showing network topologyDouglas Bagnall1-4/+23
2015-05-28kcc: Add a TODO for is_bridgehead_failedGarming Sam1-1/+1
2015-05-28kcc: add some more debug messagesGarming Sam1-0/+2
2015-05-28kcc: correctly calculate the number of componentsGarming Sam1-1/+1
2015-05-28kcc: Export extended_dn to be used by importGarming Sam1-1/+2
2015-05-28kcc: Make debugging slightly clearerGarming Sam1-2/+2
2015-05-28kcc: Use remote vertex instead of local vertex in getting bridgeheadGarming Sam1-3/+12