summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_xattr_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_xattr_tdb: Remove rmdir_fn. No longer used.Jeremy Allison2019-10-101-41/+0
* s3: VFS: vfs_xattr_tdb: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-60/+0
* s3: VFS: vfs_xattr_tdb. Implement unlinkat().Jeremy Allison2019-09-261-0/+70
* s3: VFS: vfs_xattr_tdb. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-50/+0
* s3: VFS: vfs_xattr_tdb. Implement mkdirat().Jeremy Allison2019-09-111-0/+54
* s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme2019-01-111-2/+1
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-171-1/+1
* vfs_xattr_tdb: implement SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-2/+132
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-0/+2
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-3/+5
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-3/+6
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-2/+3
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-2/+4
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* vfs_xattr_tdb: handle case of zero size.Uri Simchoni2017-04-181-0/+12
* s3: smbd: vfs: Remove any stale xattr values during file/directory create in ...Jeremy Allison2016-07-231-0/+101
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-241-1/+1
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-1/+1
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-1/+1
* s3: vfs: vfs_xattr_tdb - cleanup. Remove unneeded variable "path".Jeremy Allison2016-03-151-2/+3
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-2/+4
* s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthe...Jeremy Allison2015-05-051-1/+1
* s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison2015-05-051-1/+1
* 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