summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/user.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-23samba-tool: py3 compatiblity in 'user syncpasswords --daemon'Heinz Hoelzl1-1/+2
2019-10-17samba-tool: Add facility to add rfc2307 attributes to an already created user...Rowland Penny1-0/+224
2019-09-24user.py: avoid inefficient string concatenationsBjörn Jacke1-30/+28
2019-09-21user.py: import tempfile module only where neededBjörn Jacke1-1/+1
2019-08-22python: use os.urandom, which is available in python by definitionBjörn Jacke1-39/+2
2019-07-04samba-tool user edit: avoid base64 encoded strings in editable ldif if possibleBjörn Baumbach1-1/+2
2019-07-04samba-tool user edit: simplify codeBjörn Baumbach1-3/+1
2019-07-04samba-tool user edit: use ldb methods to create ldif to modify userBjörn Baumbach1-38/+13
2019-07-04samba-tool: fix format of command description (help messages)Björn Baumbach1-7/+7
2019-01-09netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpgJoe Guo1-25/+61
2018-11-20sync_passwords: Remove dirsync cookie logging for continuous operationGarming Sam1-1/+2
2018-11-14python/samba/netcmd: PY3 port samba.tests.samba_tool.editNoel Power1-1/+1
2018-11-01samba-tool user: fix message formatDouglas Bagnall1-2/+3
2018-11-01python: PY3 Exceptions don't have .messageDouglas Bagnall1-1/+1
2018-10-29python: do not use "is" for string equalityDouglas Bagnall1-5/+5
2018-10-25samba-tool user: remove unused importDouglas Bagnall1-1/+0
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1
2018-09-05samba-tool: add virtualKerberosSalt attribute to 'user getpassword/syncpasswo...Stefan Metzmacher1-0/+24
2018-09-03python/samba/netcmd: PY2/PY3 changes required for user_virtualCryptSHA testNoel Power1-5/+10
2018-09-03python/samba/tests: PY2/PY3 required changes for samba.tests.samba_tool.userNoel Power1-3/+3
2018-09-03s4/selftest: enable samba.tests.samba_tool.user_wdigest for python3Noel Power1-1/+2
2018-09-03python/samba: PY3 port for samba.tests.samba_tool.user_wdigest testNoel Power1-14/+15
2018-08-24PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo1-1/+1
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+13
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-2/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-3/+3
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-5/+5
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-3/+3
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-7/+7
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-25/+25
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-27/+27
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-1/+1
2018-07-13python/samba/netcmd: fix py2/py3 bytes usage for replaceNoel Power1-1/+1
2018-05-17python/samba/netcmd: net.change_password should be passed stringNoel Power1-2/+4
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power1-6/+6
2018-05-12samba_tool: replace xrange -> rangeNoel Power1-1/+1
2018-05-12python/samba: Bulk replace of '.next()' method with function 'next()'Noel Power1-1/+1
2018-05-12Fix spelling s/succesfully/successfully/Mathieu Parent1-1/+1
2018-04-06samba-tool: Escape username and computername in ldb search filterAndrew Bartlett1-1/+1
2018-02-28samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power1-8/+16
2018-02-28samba-tool: convert octal 'O1234' format to python3 compatible '0o1234'Noel Power1-3/+3
2018-02-27samba-tool: user setexpiry: Fix incorrect Example2Rowland Penny1-1/+1