summaryrefslogtreecommitdiff
path: root/python/samba/kcc
AgeCommit message (Expand)AuthorFilesLines
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power1-3/+4
2018-03-21kcc_utils: Use lower name in automatic sites coveredGarming Sam1-1/+1
2018-03-21kcc_utils: Prevent multiple sites attached to a sitelink covering a siteGarming Sam1-3/+34
2018-03-21kcc_utils: Keep a count of the DCs in each siteGarming Sam1-2/+3
2018-03-21kcc_utils: Add a routine for automatic site coverageGarming Sam1-0/+80
2018-02-28samba python libs: convert 'except X, (tuple)' to 'except X as e'Noel Power3-29/+58
2018-02-15samba python libs: convert 'except X, e' to 'except X as e'Douglas Bagnall4-7/+7
2018-01-13samba_kcc: do not commit new nTDSConnection, if we are rodcAndrej Gessel1-3/+3
2018-01-13samba_kcc: simplify NCReplica.set_instantiated_flags()Douglas Bagnall1-5/+2
2018-01-13samba_kcc: simplify NCReplica constructorDouglas Bagnall2-6/+5
2018-01-13samba_kcc: clarify readonly logging, removing now unused functionDouglas Bagnall2-6/+3
2018-01-13samba_kcc: remove unused functionsDouglas Bagnall1-15/+0
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