python selftest: enabled samba.tests.s3registry to run with py3
[samba.git] / python / samba / kcc /
2018-03-23 Noel Powersamba python libs: convert print func to be py2/py3...
2018-03-21 Garming Samkcc_utils: Use lower name in automatic sites covered
2018-03-21 Garming Samkcc_utils: Prevent multiple sites attached to a sitelin...
2018-03-21 Garming Samkcc_utils: Keep a count of the DCs in each site
2018-03-21 Garming Samkcc_utils: Add a routine for automatic site coverage
2018-02-28 Noel Powersamba python libs: convert 'except X, (tuple)' to ...
2018-02-14 Douglas Bagnallsamba python libs: convert 'except X, e' to 'except...
2018-01-13 Andrej Gesselsamba_kcc: do not commit new nTDSConnection, if we...
2018-01-13 Douglas Bagnallsamba_kcc: simplify NCReplica.set_instantiated_flags()
2018-01-13 Douglas Bagnallsamba_kcc: simplify NCReplica constructor
2018-01-13 Douglas Bagnallsamba_kcc: clarify readonly logging, removing now unuse...
2018-01-13 Douglas Bagnallsamba_kcc: remove unused functions
2018-01-13 Douglas Bagnallsamba_kcc: fix dot_file_dir documentation
2018-01-13 Douglas Bagnallsamba_kcc: remove an unused function
2018-01-13 Douglas Bagnallsamba_kcc: use new graph module for writing dot files
2018-01-13 Douglas Bagnallsamba_kcc: respect kcc.read_only flag on RODC
2018-01-13 Douglas Bagnallsamba_kcc: kcc.debug module defers to samba.colour
2018-01-13 Douglas Bagnallsamba_kcc: documentation fix
2017-06-23 Garming Samsamba_kcc: debugging: say intrasite when we mean intrasite
2017-06-23 Douglas Bagnallsamba_kcc: drop all connections from non-existent DSAs
2017-06-23 Douglas Bagnallsamba_kcc: comment typo
2017-06-23 Douglas Bagnallsamba_kcc: avoid crash on odd networks with --dot-file-dir
2017-06-15 Garming Samrepl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl...
2016-12-01 Douglas BagnallKCC: avoid infinite recursion when edgelist contains...
2016-12-01 Douglas BagnallKCC: Graphnode.add_edge_from expects dn strings, not...
2016-09-23 Garming Samkcc: Don't check schedule if None
2016-08-12 Douglas BagnallKCC: Fix misnamed variable in DSA object
2016-07-26 Garming Samkcc: Clean up repsTo attribute for old DCs
2016-07-25 Garming Samkcc: Add a TODO for msDS[-RO]-Replica-Locations
2016-07-25 Garming Samkcc: Add corresponding methods for repsTo
2016-07-25 Garming Samkcc: fix a typo
2016-07-25 Garming Samkcc: typo fix tupple => tuple
2016-07-21 Garming Samkcc: correct a typo in the debug messages
2016-07-21 Garming Samkcc: Make more fault tolerant on DC demotion
2016-07-21 Garming Samsamba_kcc: match translate connection from old KCC...
2016-07-21 Garming Samsamba_kcc: match translate connection from old KCC...
2016-07-21 Garming Samkcc: Prevent the KCC from doing work on the RODC
2015-10-29 Douglas BagnallKCC: kcc.import_ldif doesn't need creds
2015-10-29 Douglas BagnallKCC: remove NTDSConnection API methods that are never...
2015-10-29 Douglas BagnallKCC: whitespace for pep8
2015-10-29 Douglas BagnallKCC: fix pep8 line length in load_ip_transport()
2015-10-29 Douglas BagnallKCC: Correct capitalisation of KCCError
2015-10-29 Douglas BagnallKCC: raise KCCError, not Exception, in multiple places
2015-10-29 Douglas BagnallKCC: NTDSConnection.load_connection() requires objectGUID
2015-10-29 Douglas BagnallKCC: remove debug print statements from intrasite and...
2015-10-29 Douglas BagnallKCC: load samdb before calling kcc.run()
2015-10-29 Douglas BagnallKCC: load the object GUID with --import-ldif
2015-10-29 Douglas BagnallKCC: avoid logging alarming things about exected events
2015-10-29 Douglas BagnallKCC: more debug info when --import-ldif goes badly
2015-10-29 Douglas BagnallKCC: default to not loading new samdb when we already...
2015-10-29 Douglas BagnallKCC: fix typo in error path
2015-10-29 Douglas BagnallKCC: better explain our confusion in colour_vertices...
2015-10-29 Douglas BagnallKCC: clarify debugging messages in bridgehead finding...
2015-10-29 Douglas BagnallKCC: keep track of IP transport for dsa.new_connection()
2015-10-29 Douglas BagnallKCC: set system flags for new intrasite connections
2015-10-29 Douglas BagnallKCC: correctly use dsa.new_connection() system_flags...
2015-10-29 Garming SamKCC: Use detect_failed in create_connections
2015-10-29 Douglas BagnallKCC: remove useless comments and simplify get_dsa_for_i...
2015-10-29 Douglas BagnallKCC: stop --forget-intersite-links forgetting local...
2015-10-29 Douglas BagnallKCC: simplify get_dsa_for_implied_replica(), using...
2015-10-29 Douglas BagnallKCC: Share commit wrapper between forget_ntdsconn and...
2015-10-29 Douglas BagnallKCC: pull apart remove_unneeded_ntdsconn(), fixing...
2015-10-29 Douglas BagnallKCC: shift common is_generated() check out of branches
2015-10-26 Andrew Bartlettpython/kcc: Write correct module list into the file...
2015-06-12 Douglas BagnallKCC: use python 2.6 compatible dictonary comprehensions
2015-06-12 Douglas BagnallKCC: intrasite double_directed_ring test shouldn't...
2015-06-12 Douglas BagnallKCC: use logger.critical rather than print >> sys.stderr
2015-06-12 Douglas BagnallKCC: draw a site-edges graph for each partition
2015-06-12 Douglas BagnallKCC: use KccError, simplify logic in NTDSConn.commit_mo...
2015-06-12 Douglas BagnallKCC: remove unused create_edge_set() function
2015-06-12 Douglas BagnallKCC: ignore the bridges_required option
2015-06-12 Douglas BagnallKCC: fix the polarity of bridges_required option
2015-06-12 Douglas BagnallKCC: remove a TODO with seemingly no basis in specification
2015-06-12 Douglas BagnallKCC: clarify setup-vertices docstring, remove TODO
2015-06-12 Douglas BagnallKCC: note about the meaning of None in schedule types
2015-06-12 Douglas BagnallKCC: combine_repl_info() returns the combined replinfo
2015-06-12 Douglas BagnallKCC: remove unnecessary comment
2015-06-12 Douglas BagnallKCC: reword comment, removing unwarranted XXX
2015-06-12 Douglas BagnallKCC: remove an unwarranted XXX comment
2015-06-12 Douglas BagnallKCC: let kcc.graph.ReplInfo know its duration
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.InternalEdge
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.MultiEdge
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.Vertex
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.VertexColour()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.setup_graph()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.add_edge_out()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.find_component()
2015-06-12 Douglas BagnallKCC: some rearrangement in kcc.graph.add_int_edge()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.kruskal()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.add_int_edge()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.process_edge()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.process_edge_set()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.undemote_vertex()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.check_demote_vertex()
2015-06-12 Douglas BagnallKCC: pep8 line length in plot all connections
2015-06-12 Douglas BagnallKCC: pep8 -- remove an extra line in graph_utils
2015-06-12 Douglas BagnallKCC: pep8 remove a line
2015-06-12 Douglas BagnallKCC: samba.kcc formatting fixes for pep8
2015-06-12 Douglas BagnallKCC: remove XXX scare comments around guid comparisons.
2015-06-12 Douglas BagnallKCC: setup_dijkstra() creates its own empty queue
next