summaryrefslogtreecommitdiff
path: root/python/samba/kcc
AgeCommit message (Expand)AuthorFilesLines
2015-10-29KCC: kcc.import_ldif doesn't need credsDouglas Bagnall1-2/+1
2015-10-29KCC: remove NTDSConnection API methods that are never usedDouglas Bagnall1-6/+0
2015-10-29KCC: whitespace for pep8Douglas Bagnall1-2/+0
2015-10-29KCC: fix pep8 line length in load_ip_transport()Douglas Bagnall1-3/+4
2015-10-29KCC: Correct capitalisation of KCCErrorDouglas Bagnall1-1/+1
2015-10-29KCC: raise KCCError, not Exception, in multiple placesDouglas Bagnall1-42/+41
2015-10-29KCC: NTDSConnection.load_connection() requires objectGUIDDouglas Bagnall1-1/+4
2015-10-29KCC: remove debug print statements from intrasite and intersiteDouglas Bagnall1-2/+0
2015-10-29KCC: load samdb before calling kcc.run()Douglas Bagnall1-11/+10
2015-10-29KCC: load the object GUID with --import-ldifDouglas Bagnall1-1/+1
2015-10-29KCC: avoid logging alarming things about exected eventsDouglas Bagnall1-4/+4
2015-10-29KCC: more debug info when --import-ldif goes badlyDouglas Bagnall1-4/+5
2015-10-29KCC: default to not loading new samdb when we already have oneDouglas Bagnall1-10/+15
2015-10-29KCC: fix typo in error pathDouglas Bagnall1-1/+1
2015-10-29KCC: better explain our confusion in colour_vertices commentDouglas Bagnall1-1/+1
2015-10-29KCC: clarify debugging messages in bridgehead finding codeDouglas Bagnall1-8/+7
2015-10-29KCC: keep track of IP transport for dsa.new_connection()Douglas Bagnall2-3/+3
2015-10-29KCC: set system flags for new intrasite connectionsDouglas Bagnall1-1/+4
2015-10-29KCC: correctly use dsa.new_connection() system_flags argumentDouglas Bagnall1-2/+3
2015-10-29KCC: Use detect_failed in create_connectionsGarming Sam1-1/+1
2015-10-29KCC: remove useless comments and simplify get_dsa_for_implied_replica()Douglas Bagnall1-32/+9
2015-10-29KCC: stop --forget-intersite-links forgetting local linksDouglas Bagnall1-1/+3
2015-10-29KCC: simplify get_dsa_for_implied_replica(), using IP invariantDouglas Bagnall1-7/+1
2015-10-29KCC: Share commit wrapper between forget_ntdsconn and intrasiteDouglas Bagnall1-16/+5
2015-10-29KCC: pull apart remove_unneeded_ntdsconn(), fixing intersiteDouglas Bagnall1-110/+113
2015-10-29KCC: shift common is_generated() check out of branchesDouglas Bagnall1-5/+3
2015-10-26python/kcc: Write correct module list into the file during ldif_to_samdbAndrew Bartlett1-4/+6
2015-06-12KCC: use python 2.6 compatible dictonary comprehensionsDouglas Bagnall2-9/+9
2015-06-12KCC: intrasite double_directed_ring test shouldn't include RODCsDouglas Bagnall1-2/+36
2015-06-12KCC: use logger.critical rather than print >> sys.stderrDouglas Bagnall1-3/+2
2015-06-12KCC: draw a site-edges graph for each partitionDouglas Bagnall1-1/+2
2015-06-12KCC: use KccError, simplify logic in NTDSConn.commit_modifiedDouglas Bagnall1-10/+7
2015-06-12KCC: remove unused create_edge_set() functionDouglas Bagnall1-5/+0
2015-06-12KCC: ignore the bridges_required optionDouglas Bagnall2-14/+8
2015-06-12KCC: fix the polarity of bridges_required optionDouglas Bagnall1-1/+1
2015-06-12KCC: remove a TODO with seemingly no basis in specificationDouglas Bagnall1-2/+0
2015-06-12KCC: clarify setup-vertices docstring, remove TODODouglas Bagnall1-1/+10
2015-06-12KCC: note about the meaning of None in schedule typesDouglas Bagnall1-0/+2
2015-06-12KCC: combine_repl_info() returns the combined replinfoDouglas Bagnall1-45/+23
2015-06-12KCC: remove unnecessary commentDouglas Bagnall1-1/+0
2015-06-12KCC: reword comment, removing unwarranted XXXDouglas Bagnall1-5/+5
2015-06-12KCC: remove an unwarranted XXX commentDouglas Bagnall1-1/+1
2015-06-12KCC: let kcc.graph.ReplInfo know its durationDouglas Bagnall1-8/+17
2015-06-12KCC: docstring for kcc.graph.InternalEdgeDouglas Bagnall1-0/+6
2015-06-12KCC: docstring for kcc.graph.MultiEdgeDouglas Bagnall1-0/+1
2015-06-12KCC: docstring for kcc.graph.VertexDouglas Bagnall1-4/+7
2015-06-12KCC: docstring for kcc.graph.VertexColour()Douglas Bagnall1-0/+1
2015-06-12KCC: docstring for kcc.graph.setup_graph()Douglas Bagnall1-5/+12
2015-06-12KCC: docstring for kcc.graph.add_edge_out()Douglas Bagnall1-1/+12
2015-06-12KCC: docstring for kcc.graph.find_component()Douglas Bagnall1-0/+5