summaryrefslogtreecommitdiffstats
path: root/source3/smbd/pysmbd.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-1/+1
* s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snumAndrew Bartlett2012-08-231-3/+3
* s3-pysmbd: Fix return type of smbd.get_nt_aclAndrew Bartlett2012-08-231-1/+1
* s3-pysmbd: Fix error messageAndrew Bartlett2012-08-231-2/+2
* s3-pysmbd: Allow a mode to be specified for the simple ACLAndrew Bartlett2012-08-231-27/+32
* s3-pysmbd: Correct the python type for smb_acl_tAndrew Bartlett2012-08-221-2/+2
* s3-pysmbd: Add get/set functions for the posix ACL layerAndrew Bartlett2012-08-211-0/+89
* s3-pysmbd: Correct comments in python VFS bindingsAndrew Bartlett2012-08-211-2/+2
* s3-pysmbd: Add hook for a VFS chown()Andrew Bartlett2012-08-211-0/+53
* s3-libsmb: Add a python wrapperVolker Lendecke2012-08-161-1/+1
* s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett2012-08-151-17/+17
* s3-pysmbd: Try opening as a file, then as a directoryAndrew Bartlett2012-08-071-2/+2
* s3-pysmbd: Use talloc_zero()Andrew Bartlett2012-08-071-1/+1
* s3-pysmbd: Add talloc_stackframe() to smbd_set_simple_acl wrapperAndrew Bartlett2012-08-071-0/+6
* s3-pysmbd: Add hook for get_nt_acl()Andrew Bartlett2012-08-021-0/+26
* s3-pysmbd: fix DEBUGAndrew Bartlett2012-08-021-1/+1
* s3-pysmbd: Add my copyrightAndrew Bartlett2012-08-021-1/+3
* s3-pysmbd: Add set_nt_acl() function based on parts of vfstestAndrew Bartlett2012-08-021-0/+111
* s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett2012-06-211-0/+15
* s3-python: Add python bindings for posix ACL layerAndrew Bartlett2012-05-081-0/+203