pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries
authorAndrew Bartlett <abartlet@samba.org>
Fri, 26 Oct 2012 06:25:53 +0000 (17:25 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 26 Oct 2012 06:26:20 +0000 (17:26 +1100)
commite107c6ace73ac40894fdd66860cfeae9115d5cd9
tree93876bded1ad18df85c4ca32fd76d7079e81d192
parent52ace6767fddb389e3393c4b19685e59782c6a90
pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries

If we do not provide a way to remove files from xattr.tdb, we can re-use the inode.

Andrew Bartlett
source3/smbd/pysmbd.c
source4/scripting/python/samba/tests/posixacl.py