summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_xattr_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Remove superfluous ;Günther Deschner2011-02-021-2/+2
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-4/+3
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-4/+2
* Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. Caught...Jeremy Allison2009-10-161-1/+7
* 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