summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_posix_eadb.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-3/+6
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-3/+7
* 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-1/+1
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-1/+1
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-2/+4
* s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-201-1/+1
* lib: Remove tdb_compatVolker Lendecke2015-03-171-1/+1
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-311-3/+3
* vfs: Avoid passing lp_ctx to tdb_wrap_open in posix_eadb_initVolker Lendecke2014-03-311-3/+3
* vfs: Convert posix_eadb_unlink to cp_smb_filenameVolker Lendecke2013-04-171-4/+5
* s3-vfs: Set errno in xattr emulationAndrew Bartlett2012-08-151-0/+5
* s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulationAndrew Bartlett2012-08-151-2/+2
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3-vfs: initial work on posix:eadb moduleAndrew Bartlett2012-04-031-0/+433