summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/user.py
Commit message (Expand)AuthorAgeFilesLines
* samba-tool user: Accomodate missing unicodePwd in getpassword commandJoseph Sutton2022-06-261-9/+29
* samba-tool user: When possible, obtain AES256 key and saltJoseph Sutton2022-06-261-13/+26
* python: Remove redundant assignmentsJoseph Sutton2022-05-101-5/+2
* samba-tool user: Consistently return a tupleJoseph Sutton2022-05-051-1/+1
* samba-tool user: Remove unused importsJoseph Sutton2022-05-051-4/+2
* samba-tool user: add ';format=[GeneralizedTime,UnixTime,TimeSpec]' support in...Stefan Metzmacher2021-03-011-28/+68
* samba-tool user: add ';format=[GeneralizedTime,UnixTime,TimeSpec]' supportStefan Metzmacher2021-03-011-0/+125
* samba-tool user: use an implicit_attrs list instead of add_ATTR variablesStefan Metzmacher2021-03-011-68/+119
* samba-tool user: use remote domain informationBjörn Baumbach2021-03-011-2/+2
* samba-tool user: fix some typosBjörn Baumbach2021-03-011-23/+23
* samba-tool: Optionally hide disabled/expired accounts in "user list"Björn Baumbach2021-01-151-2/+28
* samdb: Add samdb.domain_netbios_name()Andrew Bartlett2020-11-111-8/+2
* samba-tool: add new "user unlock" commandBjörn Baumbach2020-11-031-1/+73
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-021-2/+2
* samba-tool user: rename 'user create' to 'user add'Jule Anger2020-10-011-29/+15
* samba-tool user: add new user 'rename' commandBjörn Baumbach2020-10-011-0/+225
* samba-tool: Create unix user with modified template homedirDavid Mulder2020-09-021-2/+3
* python compat: remove text_typeDouglas Bagnall2020-08-111-3/+2
* python: Fix userPrincipalName in GetPasswordCommand.get_account_attributes()Jonathon Reinhart2020-03-051-1/+1
* samba-tool: add -b/--base-dn option to users list commandJule Anger2020-01-211-2/+10
* samba-tool: add --full-dn option for user getgroups commandBjörn Baumbach2020-01-211-2/+17
* samba-tool: add --full-dn option to user list commandJule Anger2020-01-211-1/+14
* samba-tool: implement user getgroups commandStefan Metzmacher2020-01-151-0/+78
* samba-tool: implement user setprimary group command (set primaryGroupID)Björn Baumbach2020-01-151-0/+111
* samba-tool: add user-sensitive command to set not-delegated flagIsaac Boukris2019-12-101-0/+58
* samba-tool {user,group,computer,contact} show: avoid base64 encoded strings i...Björn Baumbach2019-11-291-4/+2
* samba-tool: py3 compatiblity in 'user syncpasswords --daemon'Heinz Hoelzl2019-10-231-1/+2
* samba-tool: Add facility to add rfc2307 attributes to an already created user...Rowland Penny2019-10-171-0/+224
* user.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-30/+28
* user.py: import tempfile module only where neededBjörn Jacke2019-09-211-1/+1
* python: use os.urandom, which is available in python by definitionBjörn Jacke2019-08-221-39/+2
* samba-tool user edit: avoid base64 encoded strings in editable ldif if possibleBjörn Baumbach2019-07-041-1/+2
* samba-tool user edit: simplify codeBjörn Baumbach2019-07-041-3/+1
* samba-tool user edit: use ldb methods to create ldif to modify userBjörn Baumbach2019-07-041-38/+13
* samba-tool: fix format of command description (help messages)Björn Baumbach2019-07-041-7/+7
* netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpgJoe Guo2019-01-091-25/+61
* sync_passwords: Remove dirsync cookie logging for continuous operationGarming Sam2018-11-201-1/+2
* python/samba/netcmd: PY3 port samba.tests.samba_tool.editNoel Power2018-11-141-1/+1
* samba-tool user: fix message formatDouglas Bagnall2018-11-011-2/+3
* python: PY3 Exceptions don't have .messageDouglas Bagnall2018-11-011-1/+1
* python: do not use "is" for string equalityDouglas Bagnall2018-10-291-5/+5
* samba-tool user: remove unused importDouglas Bagnall2018-10-251-1/+0
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-09-061-1/+1
* samba-tool: add virtualKerberosSalt attribute to 'user getpassword/syncpasswo...Stefan Metzmacher2018-09-051-0/+24
* python/samba/netcmd: PY2/PY3 changes required for user_virtualCryptSHA testNoel Power2018-09-031-5/+10
* python/samba/tests: PY2/PY3 required changes for samba.tests.samba_tool.userNoel Power2018-09-031-3/+3
* s4/selftest: enable samba.tests.samba_tool.user_wdigest for python3Noel Power2018-09-031-1/+2
* python/samba: PY3 port for samba.tests.samba_tool.user_wdigest testNoel Power2018-09-031-14/+15
* PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo2018-08-241-1/+1
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-1/+1