summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* samba-tool domain join: remove sub domain join codeGary Lockyer2020-02-112-72/+10
* samba-tool gpo: tighter matching for ini namesDouglas Bagnall2020-02-071-2/+2
* python: use raw string for regex with escapeDouglas Bagnall2020-02-075-15/+15
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-0790-2678/+2678
* librpc ndr: Heap-buffer-overflow in lzxpress_decompressGary Lockyer2020-02-071-0/+13
* selftest: Test behaviour of DNS scavenge with an existing dNSTombstoned valueAndrew Bartlett2020-02-061-0/+39
* s3:auth_sam: map an empty domain or '.' to the local SAM nameStefan Metzmacher2020-02-051-2/+2
* 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-212-4/+25
* 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-212-30/+45
* samba-tool group addmembers: add new option --object-typesBjörn Baumbach2020-01-211-3/+20
* python/samdb: validation of group member types for group member filterBjörn Baumbach2020-01-211-0/+6
* python/samdb: add type "all" to search for all common types of group membersBjörn Baumbach2020-01-211-0/+10
* python/samdb: adapt search filter for group object typeBjörn Baumbach2020-01-211-1/+3
* python/samdb: adapt search filter for user object typeBjörn Baumbach2020-01-211-2/+2
* python/samdb: add 'computer' to the default group member types for group memb...Björn Baumbach2020-01-211-1/+1
* python/samdb: fetch specific error if there are more than one search resultsBjörn Baumbach2020-01-211-0/+6
* python/samdb: add more object types for adding/remove group membersBjörn Baumbach2020-01-211-0/+21
* python/samdb: add option to specify types of group membersBjörn Baumbach2020-01-211-3/+17
* samba-tool tests: add test-case for 'ou list --base-dn'Jule Anger2020-01-211-0/+19
* samba-tool: add -b/--base-dn option to OUs list commandJule Anger2020-01-211-3/+16
* samba-tool tests: add test-case for 'user list --base-dn'Jule Anger2020-01-211-0/+24
* samba-tool: add -b/--base-dn option to users list commandJule Anger2020-01-211-2/+10
* samba-tool tests: add test-case for 'contact list --base-dn'Jule Anger2020-01-211-0/+19
* samba-tool: add -b/--base-dn option to contacts list commandJule Anger2020-01-211-2/+9
* samba-tool tests: add test-case for 'computer list --base-dn'Jule Anger2020-01-211-0/+20
* samba-tool: add -b/--base-dn option to computer list commandJule Anger2020-01-211-2/+10
* samba-tool tests: add test-case for 'group list --base-dn'Jule Anger2020-01-211-0/+22
* 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 tests: add test-case for 'group listmembers --full-dn'Jule Anger2020-01-211-0/+23
* samba-tool: add --full-dn option to group listmembers commandJule Anger2020-01-211-1/+15
* samba-tool tests: add test case for 'user list --full-dn'Jule Anger2020-01-211-0/+22
* samba-tool: add --full-dn option to user list commandJule Anger2020-01-211-1/+14
* samba-tool tests: add test case for 'computer list --full-dn'Jule Anger2020-01-211-0/+19
* samba-tool: add --full-dn option to computer list commandJule Anger2020-01-211-1/+14
* samba-tool tests: Add test-case for 'group list --full-dn'Jule Anger2020-01-211-0/+21
* 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
* tests/DNS: add MX/SRV record tests with multiple spacesBjörn Jacke2020-01-141-3/+5
* samba-tool: fix adding of dns SRV/MX/SOA recordsBjörn Jacke2020-01-141-3/+3
* tests/DNS: \n.COM shouldn't be a valid DNS recordBjörn Jacke2020-01-141-1/+0
* tests: Fix a typoVolker Lendecke2020-01-061-1/+1
* python/loadparm: check for AD DC required VFS modulesBjörn Jacke2020-01-031-5/+13
* pysmbd: add "session_info" arg tp py_smbd_create_file()Ralph Boehme2019-12-202-3/+3
* pysmbd: add "session_info" arg to py_smbd_mkdir()Ralph Boehme2019-12-202-3/+3