summaryrefslogtreecommitdiffstats
path: root/source3/smbd/pysmbd.c
Commit message (Collapse)AuthorAgeFilesLines
* s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett2012-06-211-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 layerAndrew Bartlett2012-05-081-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