summaryrefslogtreecommitdiff
path: root/source3/smbd/pysmbd.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-02s3-pysmbd: Add hook for get_nt_acl()Andrew Bartlett1-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
2012-08-02s3-pysmbd: fix DEBUGAndrew Bartlett1-1/+1
2012-08-02s3-pysmbd: Add my copyrightAndrew Bartlett1-1/+3
2012-08-02s3-pysmbd: Add set_nt_acl() function based on parts of vfstestAndrew Bartlett1-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
2012-06-21s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett1-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
2012-05-08s3-python: Add python bindings for posix ACL layerAndrew Bartlett1-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