summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2015-05-29KCC: Debugging changes -- including DEBUG_FN() functionDouglas Bagnall1-12/+20
2015-05-29KCC: Fail earlier if there is no IP transportDouglas Bagnall1-14/+8
2015-05-29KCC: graph the result of partial edge reversalDouglas Bagnall1-0/+14
2015-05-29KCC: merge copy_output_edges into get_spanning_tree_edgesDouglas Bagnall1-18/+14
2015-05-29KCC: move get_spanning_tree_edges out of KCC objectDouglas Bagnall1-113/+114
2015-05-29KCC: remove essentially dead codeDouglas Bagnall1-20/+0
2015-05-29KCC: add a warning about repsFRom magic objectsDouglas Bagnall1-1/+9
2015-05-29KCC: more pep8, using temp variables in placesDouglas Bagnall1-49/+69
2015-05-29KCC: pep8 conformanceDouglas Bagnall1-210/+265
2015-05-29KCC: raise KCCError instead of vanilla ExceptionDouglas Bagnall1-16/+16
2015-05-29KCC: Adds some comments and rearrange translate_ntdsconn()Douglas Bagnall1-4/+11
2015-05-29KCC: remove another needless loop variableDouglas Bagnall1-1/+2
2015-05-29KCC: Help RW DCs to ignore RODCs when doing kccDouglas Bagnall1-2/+12
2015-05-29KCC: use less verbose constructions in a few placesDouglas Bagnall1-9/+3
2015-05-29KCC: produce fewer dot graphs unless --debug is usedDouglas Bagnall1-8/+9
2015-05-29KCC: avoid (so far harmless) variable name clashDouglas Bagnall1-2/+2
2015-05-29KCC: colour dot graph vertices as well as edgesDouglas Bagnall1-15/+27
2015-05-29KCC: use connect_table.values(), not .items() where that's bestDouglas Bagnall1-6/+6
2015-05-29KCC: adjust update_rodc_connection to cope with multiple connectionsDouglas Bagnall1-15/+13
2015-05-29KCC: use a table of bridgeheads to simplify and clarifyDouglas Bagnall1-16/+5
2015-05-29KCC: remove unused enumeration variableDouglas Bagnall1-2/+1
2015-05-29KCC: a "should not happen" vanishing DSA is worth a warningDouglas Bagnall1-2/+2
2015-05-29KCC: index DSAs by guid and dn_str when loading sitesDouglas Bagnall1-33/+25
2015-05-29kcc: Change create_connection to properly query existing connectionsGarming Sam1-2/+7
2015-05-29KCC: samba_kcc --test-all-reps-from tries to graph repsfromDouglas Bagnall1-5/+43
2015-05-29KCC: sort vertices by ndr_packed_guid instead of string guidDouglas Bagnall1-1/+1
2015-05-29KCC: changes in debugging messagesDouglas Bagnall1-5/+7
2015-05-29KCC: warn when we are ignoring non-IP transportsDouglas Bagnall1-0/+2
2015-05-29KCC: waste less time assigning transport a NULL guidDouglas Bagnall1-4/+1
2015-05-29KCC: use a set to track kept connectionsDouglas Bagnall1-21/+8
2015-05-29KCC: add options to forget local and intersite linksDouglas Bagnall1-50/+57
2015-05-29KCC: kcc.my_site_guid was not really usedDouglas Bagnall1-3/+1
2015-05-29KCC: use more efficient, less polluting dictionary operationsDouglas Bagnall1-11/+11
2015-05-29KCC: truth in documentationDouglas Bagnall1-1/+1
2015-05-29KCC: a whole lot of debugging messagesDouglas Bagnall1-7/+29
2015-05-29KCC: correctly update flags when repsFrom schedule is changedDouglas Bagnall1-3/+5
2015-05-29KCC: fix is_bridgehead_failed() according to documentationDouglas Bagnall1-3/+38
2015-05-29KCC: colour dsa dot graphs, and plot site edgesDouglas Bagnall1-4/+19
2015-05-29KCC: don't try to connect to a nonexistent bridgeheadDouglas Bagnall1-0/+2
2015-05-29KCC: Don't form self connectionsDouglas Bagnall1-1/+1
2015-05-29KCC: reuse convert_schedule_to_repltimes() for SitelinksDouglas Bagnall1-2/+2
2015-05-29KCC: InternalEdge should know its sitelinkDouglas Bagnall1-1/+2
2015-05-29KCC: use rep.is_default rather than non-existent part.is_defaultDouglas Bagnall1-1/+2
2015-05-29KCC: debugging changesDouglas Bagnall1-3/+3
2015-05-29KCC: add colouring for DSA link graphsDouglas Bagnall1-4/+13
2015-05-29KCC: Use fake guids in readonly modeDouglas Bagnall1-2/+10
2015-05-29KCC: beginning of --test-all-reps-from, exposing brokennessDouglas Bagnall1-0/+24
2015-05-29KCC: kcc.list_dsas() returns a list rather than prints itDouglas Bagnall1-7/+8
2015-05-29KCC: intrasite doesn't need a ring with < 3 nodesDouglas Bagnall1-1/+1
2015-05-29KCC: intrasite graph only uses local DSAsDouglas Bagnall1-5/+7