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