summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_posix_eadb.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27Revert "vfs_posix_eadb.c: prefer capabilities over become_root"Björn Jacke1-2/+2
2023-11-16vfs_posix_eadb.c: prefer capabilities over become_rootBjörn Jacke1-2/+2
2021-07-04s3: VFS: posix_eadb: Remove posix_eadb_getxattr.Jeremy Allison1-15/+0
2021-04-07s3: VFS: posix_eadb: Remove posix_eadb_removexattr(). No longer called.Jeremy Allison1-12/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-16/+0
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-13/+0
2021-01-28vfs_posix_eadb: support real dirfsps in posix_eadb_unlinkat()Ralph Boehme1-1/+0
2021-01-28vfs_posix_eadb: support real dirfsps in posix_eadb_rmdir_internal()Ralph Boehme1-2/+11
2021-01-28vfs_posix_eadb: support real dirfsps in posix_eadb_unlink_internal()Ralph Boehme1-3/+19
2020-12-16smbd: use fsp_get_io_fd() when accessing a file or it's associated metadataRalph Boehme1-4/+4
2019-10-10s3: VFS: vfs_posix_eadb: Remove rmdir_fn(). No longer used.Jeremy Allison1-12/+0
2019-10-10s3: VFS: vfs_posix_eadb: Convert posix_eadb_rmdir_internal() to call UNLINKAT...Jeremy Allison1-1/+4
2019-10-10s3: VFS: vfs_posix_eadb: Add a dirfsp parameter to posix_eadb_rmdir_internal().Jeremy Allison1-1/+5
2019-10-10s3: VFS: vfs_posix_eadb: Rename posix_eadb_rmdir() to posix_eadb_rmdir_intern...Jeremy Allison1-2/+12
2019-09-26s3: VFS: vfs_posix_eadb: Remove unlink_fn. No longer used.Jeremy Allison1-10/+0
2019-09-26s3: VFS: vfs_posix_eadb: Wrap posix_eadb_unlink() into a call to posix_eadb_u...Jeremy Allison1-4/+21
2019-09-26s3: VFS: vfs_posix_eadb. Implement unlinkat().Jeremy Allison1-0/+17
2018-07-27s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme1-0/+2
2017-06-01s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-3/+6
2017-05-31s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-3/+7
2017-05-31s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison1-2/+3
2017-05-31s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison1-2/+4
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2016-03-24s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison1-1/+1
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison1-2/+4
2015-08-20s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher1-1/+1
2015-03-17lib: Remove tdb_compatVolker Lendecke1-1/+1
2014-03-31tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke1-3/+3
2014-03-31vfs: Avoid passing lp_ctx to tdb_wrap_open in posix_eadb_initVolker Lendecke1-3/+3
2013-04-17vfs: Convert posix_eadb_unlink to cp_smb_filenameVolker Lendecke1-4/+5
2012-08-15s3-vfs: Set errno in xattr emulationAndrew Bartlett1-0/+5
2012-08-15s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulationAndrew Bartlett1-2/+2
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-04-03s3-vfs: initial work on posix:eadb moduleAndrew Bartlett1-0/+433