summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_xattr_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* vfs: Convert xattr_tdb_get_file_id to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+6
* vfs: Convert xattr_tdb_unlink to cp_smb_filenameVolker Lendecke2013-04-171-4/+3
* s3-vfs: Remove extra calls to SMB_VFS_HANDLE_GET_DATAAndrew Bartlett2012-08-221-6/+0
* s3-vfs: Allow vfs_xattr_tdb to work without a connected shareAndrew Bartlett2012-08-201-19/+99
* s3-vfs: Continue to make vfs_xattr_tdb non-recursiveAndrew Bartlett2012-08-161-24/+50
* s3-vfs: Set errno in xattr emulationAndrew Bartlett2012-08-151-0/+2
* s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulationAndrew Bartlett2012-08-151-6/+6
* s3-vfs: ensure we strictly free the talloc_stackframeAndrew Bartlett2012-08-151-1/+1
* source3/modules/vfs_xattr_tdb.c: fix stackframe leakRusty Russell2012-07-181-1/+3
* s3: Same fix as 8576256, this time for fgetxattrVolker Lendecke2012-06-021-1/+1
* s3: Fix vfs_xattr_tdb.cVolker Lendecke2012-05-211-1/+1
* s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot failAndrew Bartlett2012-04-191-8/+0
* s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blobAndrew Bartlett2012-04-181-2/+41
* s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdbAndrew Bartlett2012-04-181-426/+3
* s3-xattr_tdb: Fix listxattrVolker Lendecke2012-02-021-1/+1
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-10/+10
* s3:vfs: change the xattr_tdb module to use dbwrap wrapper functionsMichael Adam2011-10-111-11/+18
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* 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