s3-rpcclient: remove old extra hand marshalling from witness cmds.
[obnox/samba/samba-obnox.git] / source4 /
2015-05-29 Douglas BagnallKCC: pep8/flake8 fixes for samba_kcc
2015-05-29 Douglas BagnallKCC: improve directed_double_ring graph check
2015-05-29 Douglas BagnallKCC: --test-all-reps-from uses same random seed for...
2015-05-29 Douglas BagnallKCC: RODCs are their own bridgeheads
2015-05-29 Douglas BagnallKCC: ignore non-IP transports more thoroughly
2015-05-29 Douglas BagnallKCC: don't create duplicate DSA objects
2015-05-29 Douglas BagnallKCC: Add more debugging and fix a comment
2015-05-29 Douglas BagnallKCC: use 75% fewer lines to assign a Boolean to a variable
2015-05-29 Douglas BagnallKCC: A woeful warning comment about the state of our...
2015-05-29 Douglas BagnallKCC: Debugging changes -- including DEBUG_FN() function
2015-05-29 Douglas BagnallKCC: Fail earlier if there is no IP transport
2015-05-29 Douglas BagnallKCC: graph the result of partial edge reversal
2015-05-29 Douglas BagnallKCC: merge copy_output_edges into get_spanning_tree_edges
2015-05-29 Douglas BagnallKCC: move get_spanning_tree_edges out of KCC object
2015-05-29 Douglas BagnallKCC: remove essentially dead code
2015-05-29 Douglas BagnallKCC: add a warning about repsFRom magic objects
2015-05-29 Douglas BagnallKCC: more pep8, using temp variables in places
2015-05-29 Douglas BagnallKCC: pep8 conformance
2015-05-29 Douglas BagnallKCC: raise KCCError instead of vanilla Exception
2015-05-29 Douglas BagnallKCC: Adds some comments and rearrange translate_ntdsconn()
2015-05-29 Douglas BagnallKCC: remove another needless loop variable
2015-05-29 Douglas BagnallKCC: Help RW DCs to ignore RODCs when doing kcc
2015-05-29 Douglas BagnallKCC: use less verbose constructions in a few places
2015-05-29 Douglas BagnallKCC: produce fewer dot graphs unless --debug is used
2015-05-29 Douglas BagnallKCC: avoid (so far harmless) variable name clash
2015-05-29 Douglas BagnallKCC: colour dot graph vertices as well as edges
2015-05-29 Douglas BagnallKCC: use connect_table.values(), not .items() where...
2015-05-29 Douglas BagnallKCC: adjust update_rodc_connection to cope with multipl...
2015-05-29 Douglas BagnallKCC: use a table of bridgeheads to simplify and clarify
2015-05-29 Douglas BagnallKCC: remove unused enumeration variable
2015-05-29 Douglas BagnallKCC: a "should not happen" vanishing DSA is worth a...
2015-05-29 Douglas BagnallKCC: index DSAs by guid and dn_str when loading sites
2015-05-29 Garming Samkcc: Change create_connection to properly query existin...
2015-05-29 Douglas BagnallKCC: samba_kcc --test-all-reps-from tries to graph...
2015-05-29 Douglas BagnallKCC: sort vertices by ndr_packed_guid instead of string...
2015-05-29 Douglas BagnallKCC: changes in debugging messages
2015-05-29 Douglas BagnallKCC: warn when we are ignoring non-IP transports
2015-05-29 Douglas BagnallKCC: waste less time assigning transport a NULL guid
2015-05-29 Douglas BagnallKCC: use a set to track kept connections
2015-05-29 Douglas BagnallKCC: add options to forget local and intersite links
2015-05-29 Douglas BagnallKCC: kcc.my_site_guid was not really used
2015-05-29 Douglas BagnallKCC: use more efficient, less polluting dictionary...
2015-05-29 Douglas BagnallKCC: truth in documentation
2015-05-29 Douglas BagnallKCC: a whole lot of debugging messages
2015-05-29 Douglas BagnallKCC: correctly update flags when repsFrom schedule...
2015-05-29 Douglas BagnallKCC: fix is_bridgehead_failed() according to documentation
2015-05-29 Douglas BagnallKCC: colour dsa dot graphs, and plot site edges
2015-05-29 Douglas BagnallKCC: don't try to connect to a nonexistent bridgehead
2015-05-29 Douglas BagnallKCC: Don't form self connections
2015-05-29 Douglas BagnallKCC: reuse convert_schedule_to_repltimes() for Sitelinks
2015-05-29 Douglas BagnallKCC: InternalEdge should know its sitelink
2015-05-29 Douglas BagnallKCC: use rep.is_default rather than non-existent part...
2015-05-29 Douglas BagnallKCC: debugging changes
2015-05-29 Douglas BagnallKCC: add colouring for DSA link graphs
2015-05-29 Douglas BagnallKCC: Use fake guids in readonly mode
2015-05-29 Douglas BagnallKCC: beginning of --test-all-reps-from, exposing brokenness
2015-05-29 Douglas BagnallKCC: kcc.list_dsas() returns a list rather than prints it
2015-05-29 Douglas BagnallKCC: intrasite doesn't need a ring with < 3 nodes
2015-05-29 Douglas BagnallKCC: intrasite graph only uses local DSAs
2015-05-29 Douglas BagnallKCC: post-Kruskal graph test only needs multi-edge...
2015-05-29 Douglas BagnallKCC: move ldif import/export functions into their own...
2015-05-29 Douglas BagnallKCC: rearrange samba_kcc entry point
2015-05-29 Douglas BagnallKCC: move import to top of file
2015-05-29 Douglas BagnallKCC: add an option to list valid DSA dn_strs
2015-05-29 Douglas BagnallKCC graph_utils: rename KCCGraphError, GraphError
2015-05-29 Douglas BagnallKCC: try graphing edges in colour for partition type
2015-05-29 Douglas BagnallKCC: shift graph plotting and verification into a separ...
2015-05-29 Douglas BagnallKCC: more graph verification: repsFrom
2015-05-29 Douglas BagnallKCC: the commit that mops up stray comments
2015-05-29 Douglas BagnallKCC: add --attempt-live-connections to verify real...
2015-05-29 Douglas BagnallKCC: make --verify graph errors fatal
2015-05-29 Douglas BagnallKCC: attempt to use correct verification tests for...
2015-05-29 Douglas BagnallKCC: debug nc_type by name rather than enum number
2015-05-29 Douglas BagnallKCC: sitelink graph is undirected
2015-05-29 Douglas BagnallKCC: use ndr_pack for connection GUID comparisons
2015-05-29 Douglas BagnallKCC: consistently use ndr_pack() for DSA GUID comparisons
2015-05-29 Douglas BagnallKCC: Use ndrpack(GUID) sorting for all graph vertex...
2015-05-29 Andrew Bartlettkcc: reduce brokenness of --import-lidf
2015-05-29 Douglas BagnallKCC: skip looking for extra edges if we have enough
2015-05-29 Douglas BagnallKCC: A whole lot of debugging and other non-functional...
2015-05-29 Douglas Bagnallkcc: sort guids by ndr_pack representation
2015-05-29 Douglas BagnallKCC: rewrite random intrasite connection addition for...
2015-05-29 Douglas BagnallKCC: intrasite_post_ntdscon is directed
2015-05-29 Douglas BagnallKCC: add NC identifiers to dot file names
2015-05-29 Garming SamKCC: Fix original script for inverted logic
2015-05-29 Douglas BagnallKCC: rename "fully_connected" check, "complete"
2015-05-29 Douglas BagnallKCC: Set option --readonly to default to False
2015-05-29 Douglas BagnallKCC: add directed double ring verification
2015-05-29 Douglas BagnallKCC: add an option to list the graph verification options
2015-05-29 Douglas BagnallKCC: comment noting the progression of edge limit calcu...
2015-05-29 Douglas BagnallKCC: add a wider range of colour DEBUG messages
2015-05-29 Douglas BagnallKCC: add graph verification at all dot file points
2015-05-29 Douglas BagnallKCC: add an option to verify graph properties
2015-05-28 Ralph Boehmes4:torture:smb2:compound: compound read and padding
2015-05-28 Douglas BagnallKCC: Write out more DOT files and debug
2015-05-28 Douglas BagnallKCC: Comment noting verbose nature of construct_intrasi...
2015-05-28 Andrew BartlettKCC: add --forced-local-dsa option for changing local dsa
2015-05-28 Douglas BagnallKCC: add comments, idiomatic changes to intrasite_graph...
2015-05-28 Douglas BagnallKCC: improve log legibility with colour; make more...
2015-05-28 Douglas Bagnallsamba_kcc: try to implement rep deletion in translate_n...
next