summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
Commit message (Expand)AuthorAgeFilesLines
* samba-tool domain join: remove sub domain join codeGary Lockyer2020-02-111-16/+10
* samba-tool gpo: tighter matching for ini namesDouglas Bagnall2020-02-071-2/+2
* python: use raw string for regex with escapeDouglas Bagnall2020-02-074-14/+14
* samba-tool group addmembers: avoid python traceback on member add failureBjörn Baumbach2020-01-211-2/+2
* samba-tool group addmembers: add --member-base-dn option for group member searchBjörn Baumbach2020-01-211-2/+20
* samba-tool group {add,remove}members: allow to use --member-dn in combination...Björn Baumbach2020-01-211-11/+28
* samba-tool group removemembers: adapt functionality to addmembers commandBjörn Baumbach2020-01-211-6/+32
* samba-tool group addmembers: add --member-dn optionBjörn Baumbach2020-01-211-4/+12
* samba-tool group addmembers: add new option --object-typesBjörn Baumbach2020-01-211-3/+20
* samba-tool: add -b/--base-dn option to OUs list commandJule Anger2020-01-211-3/+16
* samba-tool: add -b/--base-dn option to users list commandJule Anger2020-01-211-2/+10
* samba-tool: add -b/--base-dn option to contacts list commandJule Anger2020-01-211-2/+9
* samba-tool: add -b/--base-dn option to computer list commandJule Anger2020-01-211-2/+10
* samba-tool: add -b/--base-dn option to groups list commandJule Anger2020-01-211-0/+6
* samba-tool: add --full-dn option for user getgroups commandBjörn Baumbach2020-01-211-2/+17
* samba-tool: add --full-dn option to group listmembers commandJule Anger2020-01-211-1/+15
* samba-tool: add --full-dn option to user list commandJule Anger2020-01-211-1/+14
* samba-tool: add --full-dn option to computer list commandJule Anger2020-01-211-1/+14
* samba-tool: add --full-dn option to group list commandBjörn Baumbach2020-01-211-3/+15
* samba-tool gpo: improve UNC parsingDouglas Bagnall2020-01-161-9/+10
* 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: fix adding of dns SRV/MX/SOA recordsBjörn Jacke2020-01-141-3/+3
* python/loadparm: check for AD DC required VFS modulesBjörn Jacke2020-01-031-5/+13
* pysmbd: make "session_info" arg to py_smbd_get_nt_acl() mandatoryRalph Boehme2019-12-201-4/+4
* pysmbd: make "session_info" arg to py_smbd_set_nt_acl() mandatoryRalph Boehme2019-12-202-6/+13
* python: move system_session_unix to new auth_util.pyRalph Boehme2019-12-201-12/+2
* 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-294-13/+8
* samba-tool group show: fix a copy-paste mistakeBjörn Baumbach2019-11-291-3/+3
* Make sure backup temp directory gets deleted on exceptionHeiko Baumann2019-11-101-42/+43
* python/samba/netcmd/gpo.py: typo fixesBjörn Jacke2019-10-311-0/+1
* samba-tool: py3 compatiblity in 'user syncpasswords --daemon'Heinz Hoelzl2019-10-231-1/+2
* samba-tool domain: fix an unhandled exceptionAmit Kumar2019-10-221-1/+5
* samba-tool: Add facility to add rfc2307 attributes to an already created user...Rowland Penny2019-10-172-0/+320
* samba-tool: Update 'samba-tool gpo list <>' descriptionAmit Kumar2019-10-171-7/+7
* user.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-30/+28
* gpo.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-6/+3
* user.py: import tempfile module only where neededBjörn Jacke2019-09-211-1/+1
* Spelling fixes s/overriden/overridden/Mathieu Parent2019-09-011-6/+6
* samba-tool domain provision: Remove experimental OpenLDAP supportAndrew Bartlett2019-08-301-41/+0
* python: use os.urandom, which is available in python by definitionBjörn Jacke2019-08-221-39/+2
* Prevent samba-tool online backup crashDavid Mulder2019-08-171-0/+1
* netcmd: Allow drs replicate --local to create partitionsGarming Sam2019-07-311-1/+3
* netcmd: Better error message for backup with no RID poolTim Beale2019-07-241-5/+13
* samba-tool: implement contact management commandsBjörn Baumbach2019-07-042-0/+677
* samba-tool group: add 'edit' command to edit an AD group objectBjörn Baumbach2019-07-041-0/+114
* samba-tool computer: add 'edit' command to edit an AD computer objectBjörn Baumbach2019-07-041-1/+122
* samba-tool user edit: avoid base64 encoded strings in editable ldif if possibleBjörn Baumbach2019-07-042-2/+46
* samba-tool user edit: simplify codeBjörn Baumbach2019-07-041-3/+1