summaryrefslogtreecommitdiff
path: root/python/samba/kcc
AgeCommit message (Expand)AuthorFilesLines
2018-01-13samba_kcc: fix dot_file_dir documentationDouglas Bagnall1-1/+1
2018-01-13samba_kcc: remove an unused functionDouglas Bagnall1-6/+0
2018-01-13samba_kcc: use new graph module for writing dot filesDouglas Bagnall1-30/+7
2018-01-13samba_kcc: respect kcc.read_only flag on RODCDouglas Bagnall1-1/+1
2018-01-13samba_kcc: kcc.debug module defers to samba.colourDouglas Bagnall1-16/+8
2018-01-13samba_kcc: documentation fixDouglas Bagnall1-1/+1
2017-06-23samba_kcc: debugging: say intrasite when we mean intrasiteGarming Sam1-1/+1
2017-06-23samba_kcc: drop all connections from non-existent DSAsDouglas Bagnall1-2/+3
2017-06-23samba_kcc: comment typoDouglas Bagnall1-1/+1
2017-06-23samba_kcc: avoid crash on odd networks with --dot-file-dirDouglas Bagnall1-0/+4
2017-06-15repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl serverGarming Sam1-1/+0
2016-12-01KCC: avoid infinite recursion when edgelist contains selfDouglas Bagnall1-2/+4
2016-12-01KCC: Graphnode.add_edge_from expects dn strings, not objectsDouglas Bagnall1-1/+1
2016-09-23kcc: Don't check schedule if NoneGarming Sam1-5/+13
2016-08-12KCC: Fix misnamed variable in DSA objectDouglas Bagnall1-1/+1
2016-07-26kcc: Clean up repsTo attribute for old DCsGarming Sam2-0/+73
2016-07-26kcc: Add a TODO for msDS[-RO]-Replica-LocationsGarming Sam1-0/+1
2016-07-26kcc: Add corresponding methods for repsToGarming Sam1-0/+95
2016-07-25kcc: fix a typoGarming Sam1-1/+1
2016-07-25kcc: typo fix tupple => tupleGarming Sam1-2/+2
2016-07-21kcc: correct a typo in the debug messagesGarming Sam1-2/+2
2016-07-21kcc: Make more fault tolerant on DC demotionGarming Sam1-0/+9
2016-07-21samba_kcc: match translate connection from old KCC for RWDCGarming Sam1-0/+6
2016-07-21samba_kcc: match translate connection from old KCC for RODCGarming Sam1-2/+17
2016-07-21kcc: Prevent the KCC from doing work on the RODCGarming Sam1-4/+20
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