s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally useful
authorAndrew Bartlett <abartlet@samba.org>
Tue, 3 Apr 2012 03:35:39 +0000 (13:35 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 3 Apr 2012 04:35:02 +0000 (14:35 +1000)
commit7b4d511bc638b5c927dacc324628bd5db30e6dda
treea13d87ebb43272bad68ba6b80184dd288de8b8a4
parent8ef60901ce84ac90769de8e6f1369e10bf9b1b99
s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally useful

This is now a small library, to be called from ntvfs, python and
vfs_posix_eadb.  The rename makes it clear that this has a different
DB format to that used by vfs_xattr_tdb, and matches the posix:eadb
smb.conf parameter used to configure it.

Andrew Bartlett
source4/ntvfs/posix/posix_eadb.c [moved from source4/ntvfs/posix/xattr_tdb.c with 70% similarity]
source4/ntvfs/posix/posix_eadb.h [new file with mode: 0644]
source4/ntvfs/posix/pvfs_xattr.c
source4/ntvfs/posix/python/pyxattr_tdb.c
source4/ntvfs/posix/wscript_build