summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/fsmo.py
AgeCommit message (Expand)AuthorFilesLines
2019-05-30samba-tool: add 'import samba.drs_utils' to fsmo.pyBjörn Baumbach1-0/+1
2019-05-30samba-tool: use only one LDAP modify for dns partition fsmo role transferStefan Metzmacher1-16/+6
2019-05-30samba-tool: fix replication after dns partition fsmo role transferStefan Metzmacher1-1/+3
2018-09-06PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo1-2/+2
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+4
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-4/+4
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-8/+8
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-5/+5
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-7/+7
2018-04-30python: Bulk conversion callers of ldb.Dn second paramNoel Power1-3/+3
2018-02-28samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power1-8/+16
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-3/+3
2016-11-04samba_tool/fsmo: Allocate RID Set when seizing RID managerGarming Sam1-2/+27
2016-06-16samba-tool: Improve fsmo handlingAndrew Bartlett1-39/+41
2016-06-01samba-too: Allow 'samba-tool fsmo' to cope with empty or missing fsmo rolesRowland Penny1-98/+135
2015-12-06samba-tool: fsmo.py throws an uncaught exception if noRowland Penny1-1/+2
2015-06-18samba-tool: make 'samba-tool fsmo *' aware of all 7 fsmo rolesRowland Penny1-78/+268
2015-03-16s4.2/fsmo.py: fixed fsmo transfer exceptionSteve Howells1-1/+0
2013-09-23python-samba-tool fsmo: Do not give an error on a successful role transferAndrew Bartlett1-7/+7
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+277