summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2020-02-06selftest: Test behaviour of DNS scavenge with an existing dNSTombstoned valueAndrew Bartlett1-0/+39
2020-02-05s3:auth_sam: map an empty domain or '.' to the local SAM nameStefan Metzmacher1-2/+2
2020-01-21samba-tool group addmembers: avoid python traceback on member add failureBjörn Baumbach1-2/+2
2020-01-21samba-tool group addmembers: add --member-base-dn option for group member searchBjörn Baumbach2-4/+25
2020-01-21samba-tool group {add,remove}members: allow to use --member-dn in combination...Björn Baumbach1-11/+28
2020-01-21samba-tool group removemembers: adapt functionality to addmembers commandBjörn Baumbach1-6/+32
2020-01-21samba-tool group addmembers: add --member-dn optionBjörn Baumbach2-30/+45
2020-01-21samba-tool group addmembers: add new option --object-typesBjörn Baumbach1-3/+20
2020-01-21python/samdb: validation of group member types for group member filterBjörn Baumbach1-0/+6
2020-01-21python/samdb: add type "all" to search for all common types of group membersBjörn Baumbach1-0/+10
2020-01-21python/samdb: adapt search filter for group object typeBjörn Baumbach1-1/+3
2020-01-21python/samdb: adapt search filter for user object typeBjörn Baumbach1-2/+2
2020-01-21python/samdb: add 'computer' to the default group member types for group memb...Björn Baumbach1-1/+1
2020-01-21python/samdb: fetch specific error if there are more than one search resultsBjörn Baumbach1-0/+6
2020-01-21python/samdb: add more object types for adding/remove group membersBjörn Baumbach1-0/+21
2020-01-21python/samdb: add option to specify types of group membersBjörn Baumbach1-3/+17
2020-01-21samba-tool tests: add test-case for 'ou list --base-dn'Jule Anger1-0/+19
2020-01-21samba-tool: add -b/--base-dn option to OUs list commandJule Anger1-3/+16
2020-01-21samba-tool tests: add test-case for 'user list --base-dn'Jule Anger1-0/+24
2020-01-21samba-tool: add -b/--base-dn option to users list commandJule Anger1-2/+10
2020-01-21samba-tool tests: add test-case for 'contact list --base-dn'Jule Anger1-0/+19
2020-01-21samba-tool: add -b/--base-dn option to contacts list commandJule Anger1-2/+9
2020-01-21samba-tool tests: add test-case for 'computer list --base-dn'Jule Anger1-0/+20
2020-01-21samba-tool: add -b/--base-dn option to computer list commandJule Anger1-2/+10
2020-01-21samba-tool tests: add test-case for 'group list --base-dn'Jule Anger1-0/+22
2020-01-21samba-tool: add -b/--base-dn option to groups list commandJule Anger1-0/+6
2020-01-21samba-tool: add --full-dn option for user getgroups commandBjörn Baumbach1-2/+17
2020-01-21samba-tool tests: add test-case for 'group listmembers --full-dn'Jule Anger1-0/+23
2020-01-21samba-tool: add --full-dn option to group listmembers commandJule Anger1-1/+15
2020-01-21samba-tool tests: add test case for 'user list --full-dn'Jule Anger1-0/+22
2020-01-21samba-tool: add --full-dn option to user list commandJule Anger1-1/+14
2020-01-21samba-tool tests: add test case for 'computer list --full-dn'Jule Anger1-0/+19
2020-01-21samba-tool: add --full-dn option to computer list commandJule Anger1-1/+14
2020-01-21samba-tool tests: Add test-case for 'group list --full-dn'Jule Anger1-0/+21
2020-01-21samba-tool: add --full-dn option to group list commandBjörn Baumbach1-3/+15
2020-01-16samba-tool gpo: improve UNC parsingDouglas Bagnall1-9/+10
2020-01-15samba-tool: implement user getgroups commandStefan Metzmacher1-0/+78
2020-01-15samba-tool: implement user setprimary group command (set primaryGroupID)Björn Baumbach1-0/+111
2020-01-14tests/DNS: add MX/SRV record tests with multiple spacesBjörn Jacke1-3/+5
2020-01-14samba-tool: fix adding of dns SRV/MX/SOA recordsBjörn Jacke1-3/+3
2020-01-14tests/DNS: \n.COM shouldn't be a valid DNS recordBjörn Jacke1-1/+0
2020-01-06tests: Fix a typoVolker Lendecke1-1/+1
2020-01-03python/loadparm: check for AD DC required VFS modulesBjörn Jacke1-5/+13
2019-12-20pysmbd: add "session_info" arg tp py_smbd_create_file()Ralph Boehme2-3/+3
2019-12-20pysmbd: add "session_info" arg to py_smbd_mkdir()Ralph Boehme2-3/+3
2019-12-20pysmbd: add "session_info" arg to py_smbd_get_sys_acl()Ralph Boehme1-8/+8
2019-12-20pysmbd: make "session_info" arg to py_smbd_get_nt_acl() mandatoryRalph Boehme6-40/+43
2019-12-20pysmbd: make "session_info" arg to py_smbd_set_nt_acl() mandatoryRalph Boehme6-57/+75
2019-12-20pysmbd: add "session_info" arg to py_smbd_unlink()Ralph Boehme2-2/+3
2019-12-20pysmbd: add "session_info" arg to py_smbd_chown()Ralph Boehme2-2/+2