| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-28 | python: remove all 'from __future__ import print_function' | Douglas Bagnall | 1 | -1/+0 |
| 2020-10-02 | python: Move dsdb_Dn to samdb | David Mulder | 1 | -1/+1 |
| 2019-09-24 | kcc_utils.py: avoid inefficient string concatenations | Björn Jacke | 1 | -103/+92 |
| 2019-01-19 | python/kcc lib: cope with differently formed repsToFrom | Douglas Bagnall | 1 | -5/+16 |
| 2018-12-10 | python/samba/kcc: PY3 fix some str versus ldb.bytes comparisons | Noel Power | 1 | -3/+3 |
| 2018-09-03 | python/samba: changes needed for samba.tests.samba_tool.visualize PY2/PY3 | Noel Power | 1 | -1/+1 |
| 2018-08-24 | PEP8: fix E713: test for membership should be 'not in' | Joe Guo | 1 | -1/+1 |
| 2018-08-24 | PEP8: fix E305: expected 2 blank lines after class or function definition, fo... | Joe Guo | 1 | -0/+1 |
| 2018-08-24 | PEP8: fix E265: block comment should start with '# ' | Joe Guo | 1 | -1/+1 |
| 2018-08-24 | PEP8: fix E123: closing bracket does not match indentation of opening bracket... | Joe Guo | 1 | -1/+1 |
| 2018-05-31 | kcc graphs: site edges in colour, labeled with DNs | Douglas Bagnall | 1 | -4/+5 |
| 2018-04-30 | python/samba: bulk conversion of caller to dsdb_Dn 2nd param. | Noel Power | 1 | -6/+6 |
| 2018-04-13 | kcc: fix sort for py3 | Joe Guo | 1 | -6/+3 |
| 2018-04-13 | kcc/kcc_utils: fix divide for py3 | Joe Guo | 1 | -1/+1 |
| 2018-03-21 | kcc_utils: Use lower name in automatic sites covered | Garming Sam | 1 | -1/+1 |
| 2018-03-21 | kcc_utils: Prevent multiple sites attached to a sitelink covering a site | Garming Sam | 1 | -3/+34 |
| 2018-03-21 | kcc_utils: Keep a count of the DCs in each site | Garming Sam | 1 | -2/+3 |
| 2018-03-21 | kcc_utils: Add a routine for automatic site coverage | Garming Sam | 1 | -0/+80 |
| 2018-02-28 | samba python libs: convert 'except X, (tuple)' to 'except X as e' | Noel Power | 1 | -20/+40 |
| 2018-02-15 | samba python libs: convert 'except X, e' to 'except X as e' | Douglas Bagnall | 1 | -3/+3 |
| 2018-01-13 | samba_kcc: simplify NCReplica.set_instantiated_flags() | Douglas Bagnall | 1 | -5/+2 |
| 2018-01-13 | samba_kcc: simplify NCReplica constructor | Douglas Bagnall | 1 | -4/+4 |
| 2018-01-13 | samba_kcc: clarify readonly logging, removing now unused function | Douglas Bagnall | 1 | -3/+0 |
| 2018-01-13 | samba_kcc: remove unused functions | Douglas Bagnall | 1 | -15/+0 |
| 2018-01-13 | samba_kcc: remove an unused function | Douglas Bagnall | 1 | -6/+0 |
| 2016-12-01 | KCC: avoid infinite recursion when edgelist contains self | Douglas Bagnall | 1 | -2/+4 |
| 2016-09-23 | kcc: Don't check schedule if None | Garming Sam | 1 | -5/+13 |
| 2016-08-12 | KCC: Fix misnamed variable in DSA object | Douglas Bagnall | 1 | -1/+1 |
| 2016-07-26 | kcc: Clean up repsTo attribute for old DCs | Garming Sam | 1 | -0/+3 |
| 2016-07-26 | kcc: Add corresponding methods for repsTo | Garming Sam | 1 | -0/+95 |
| 2016-07-25 | kcc: fix a typo | Garming Sam | 1 | -1/+1 |
| 2015-10-29 | KCC: remove NTDSConnection API methods that are never used | Douglas Bagnall | 1 | -6/+0 |
| 2015-10-29 | KCC: Correct capitalisation of KCCError | Douglas Bagnall | 1 | -1/+1 |
| 2015-10-29 | KCC: raise KCCError, not Exception, in multiple places | Douglas Bagnall | 1 | -42/+41 |
| 2015-10-29 | KCC: NTDSConnection.load_connection() requires objectGUID | Douglas Bagnall | 1 | -1/+4 |
| 2015-10-29 | KCC: keep track of IP transport for dsa.new_connection() | Douglas Bagnall | 1 | -2/+2 |
| 2015-10-29 | KCC: correctly use dsa.new_connection() system_flags argument | Douglas Bagnall | 1 | -2/+3 |
| 2015-06-12 | KCC: use python 2.6 compatible dictonary comprehensions | Douglas Bagnall | 1 | -1/+1 |
| 2015-06-12 | KCC: use KccError, simplify logic in NTDSConn.commit_modified | Douglas Bagnall | 1 | -10/+7 |
| 2015-06-12 | KCC: shift ReplInfo, MAX_DWORD from kcc.kcc_utils to kcc.graph | Douglas Bagnall | 1 | -22/+0 |
| 2015-06-12 | kcc: Allow RODC to be included in intersite topology | Garming Sam | 1 | -0/+5 |
| 2015-06-12 | KCC: move functions used in kcc.graph into kcc.graph | Douglas Bagnall | 1 | -62/+0 |
| 2015-06-12 | KCC: add a warning about side-effects in RepsFromTo.__setattr__ | Douglas Bagnall | 1 | -0/+4 |
| 2015-06-12 | KCC: fix combine_repl_info | Douglas Bagnall | 1 | -12/+4 |
| 2015-06-12 | KCC: split kcc_utils into samba.kcc.{kcc_utils,graph} | Douglas Bagnall | 1 | -0/+2242 |