summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/posix_eadb.h
AgeCommit message (Collapse)AuthorFilesLines
2012-04-03s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally usefulAndrew Bartlett1-0/+20
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