Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snum | Andrew Bartlett | 2012-08-23 | 1 | -3/+3 |
| | | | | | | | I need to get at the owner, group, DACL and SACL when testing correct ACL storage. Andrew Bartlett | ||||
* | s3-pysmbd: Fix return type of smbd.get_nt_acl | Andrew Bartlett | 2012-08-23 | 1 | -1/+1 |
| | | | | | | The security_ prefix is stripped off in the python bindings. Andrew Bartlett | ||||
* | s3-pysmbd: Fix error message | Andrew Bartlett | 2012-08-23 | 1 | -2/+2 |
| | |||||
* | s3-pysmbd: Allow a mode to be specified for the simple ACL | Andrew Bartlett | 2012-08-23 | 1 | -27/+32 |
| | | | | | | The additional group for the ACL is now optional. Andrew Bartlett | ||||
* | s3-pysmbd: Correct the python type for smb_acl_t | Andrew Bartlett | 2012-08-22 | 1 | -2/+2 |
| | | | | | | | The t is weird, but the python bindings trim the traditional IDL name prefix of each element, as it is usually rudundent. Andrew Bartlett | ||||
* | s3-pysmbd: Add get/set functions for the posix ACL layer | Andrew Bartlett | 2012-08-21 | 1 | -0/+89 |
| | | | | | | | These will be used to verify that an ACL set as an NT ACL creates the correct posix ACL. Andrew Bartlett | ||||
* | s3-pysmbd: Correct comments in python VFS bindings | Andrew Bartlett | 2012-08-21 | 1 | -2/+2 |
| | |||||
* | s3-pysmbd: Add hook for a VFS chown() | Andrew Bartlett | 2012-08-21 | 1 | -0/+53 |
| | |||||
* | s3-libsmb: Add a python wrapper | Volker Lendecke | 2012-08-16 | 1 | -1/+1 |
| | | | | | | Please note that this is not finished and only for internal use. Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE() | Andrew Bartlett | 2012-08-15 | 1 | -17/+17 |
| | |||||
* | s3-pysmbd: Try opening as a file, then as a directory | Andrew Bartlett | 2012-08-07 | 1 | -2/+2 |
| | | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Aug 7 08:59:21 CEST 2012 on sn-devel-104 | ||||
* | s3-pysmbd: Use talloc_zero() | Andrew Bartlett | 2012-08-07 | 1 | -1/+1 |
| | | | | | | This avoids operating on uninitialised data Andrew Bartlett | ||||
* | s3-pysmbd: Add talloc_stackframe() to smbd_set_simple_acl wrapper | Andrew Bartlett | 2012-08-07 | 1 | -0/+6 |
| | |||||
* | s3-pysmbd: Add hook for get_nt_acl() | Andrew Bartlett | 2012-08-02 | 1 | -0/+26 |
| | | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Aug 2 13:27:55 CEST 2012 on sn-devel-104 | ||||
* | s3-pysmbd: fix DEBUG | Andrew Bartlett | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | s3-pysmbd: Add my copyright | Andrew Bartlett | 2012-08-02 | 1 | -1/+3 |
| | |||||
* | s3-pysmbd: Add set_nt_acl() function based on parts of vfstest | Andrew Bartlett | 2012-08-02 | 1 | -0/+111 |
| | | | | | | | This will allow us to set the full NT ACL on a file, using the VFS layer, during provision of the AD DC. Andrew Bartlett | ||||
* | s4-provision: Give better clues on what Samba needs for s3fs ACL support | Andrew Bartlett | 2012-06-21 | 1 | -0/+15 |
| | | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jun 21 14:07:55 CEST 2012 on sn-devel-104 | ||||
* | s3-python: Add python bindings for posix ACL layer | Andrew Bartlett | 2012-05-08 | 1 | -0/+203 |
This will allow us to check that posix ACLs work in the s4 provision, and avoid --use-s3fs if they do not. Andrew Bartlett |