summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_worm.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-4/+8
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-2/+3
2024-01-16vfs_worm: add FILE_WRITE_EA to write access maskBjörn Jacke1-1/+1
2024-01-16vfs_worm: add my copyrightBjörn Jacke1-0/+1
2024-01-16vfs_worm: add some more vfs functions that worm needs to take care ofBjörn Jacke1-0/+203
2024-01-16vfs_worm: move write_access_flags to globalBjörn Jacke1-4/+4
2024-01-16vfs_worm: factor out readonly checkBjörn Jacke1-13/+27
2024-01-05vfs_worm: add connect function to cache parametersBjörn Jacke1-2/+42
2022-04-28Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke1-1/+2
2022-02-10smbd: NULL out "fsp" in close_file()Volker Lendecke1-1/+1
2020-10-02vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-2/+1
2020-05-21smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme1-1/+2
2020-05-14vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-2/+1
2019-08-09smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke1-1/+1
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2014-12-04s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme1-2/+5
2014-08-11vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke1-1/+2
2013-12-12s3-modules: add new vfs_worm moduleVolker Lendecke1-0/+97