summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_xattr_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* When mapping EA's into a TDB, don't remove the EAJeremy Allison2009-08-121-0/+9
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-27/+13
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-8/+18
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-6/+6
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-0/+3
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-191-10/+10
* s3:vfs_xattr_tdb: don't leak state_path() to talloc_tos in xattr_tdb_init().Michael Adam2009-01-161-4/+9
* Covert several persistant tdb files to use state_path() instead of lock_path()Steven Danneman2009-01-121-1/+1
* Share xattr implementation.Jelmer Vernooij2008-10-151-32/+32
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-231-2/+2
* Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam2008-02-251-0/+4
* Change option name.Karolin Seeger2008-02-211-1/+1
* Attempt to fix the build on OpenBSDVolker Lendecke2008-01-251-1/+1
* Add some DEBUGVolker Lendecke2008-01-201-0/+6
* Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdbVolker Lendecke2008-01-201-0/+11
* Complete the ea->xattr rename in vfs_xattr_tdbVolker Lendecke2008-01-201-4/+5
* Fix error return in xattr_tdb_load_attrsVolker Lendecke2008-01-191-1/+1
* Fix an uninitialized variable warningVolker Lendecke2008-01-161-1/+1
* ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke2008-01-151-98/+99
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-0/+736