summaryrefslogtreecommitdiff
path: root/examples/VFS
AgeCommit message (Expand)AuthorFilesLines
2020-10-23vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme2-2/+2
2020-10-02vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme2-3/+0
2020-06-03s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison2-2/+2
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme2-15/+0
2020-05-21vfs: add SMB_VFS_OPENAT()Ralph Boehme2-0/+23
2020-05-21smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2-0/+3
2020-05-14vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2-3/+0
2020-05-07s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A...Jeremy Allison2-24/+0
2020-05-07s3: VFS: Add SMB_VFS_GET_NT_ACL_AT().Jeremy Allison2-0/+27
2020-05-05smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme2-2/+2
2020-05-05smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filenameRalph Boehme2-2/+2
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme2-18/+0
2020-02-18s3: VFS: Add SMB_VFS_READ_DFS_PATHAT().Jeremy Allison2-0/+27
2020-01-10s3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().Jeremy Allison2-0/+24
2019-10-31examples/VFS/skel_transparent.c: typo fixesBjörn Jacke1-1/+1
2019-10-15s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2-19/+0
2019-10-10s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2-15/+0
2019-10-08s3: VFS: Add SMB_VFS_FCNTLAnoop C S2-0/+24
2019-09-26s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2-15/+0
2019-09-26s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2-0/+22
2019-09-11s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2-17/+0
2019-09-11s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2-0/+22
2019-09-03s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().Jeremy Allison2-17/+0
2019-09-03s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison2-0/+22
2019-08-23s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison2-19/+0
2019-08-23s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison2-0/+25
2019-08-22s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison2-19/+0
2019-08-22s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison2-0/+25
2019-08-20s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison2-17/+0
2019-08-20s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison2-0/+28
2019-08-16s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2-17/+0
2019-08-16s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison2-0/+25
2019-08-09smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2-2/+2
2019-07-02vfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WINDOWSVolker Lendecke2-3/+1
2019-07-02vfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWSVolker Lendecke2-6/+3
2019-07-01s3:vfs: add SMB_VFS_FS_FILE_ID()Ralph Boehme2-0/+15
2019-06-20vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke2-17/+0
2019-01-11s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf...Ralph Boehme2-5/+3
2019-01-11s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme2-5/+3
2018-07-27s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2-0/+130
2018-07-27s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2-0/+145
2018-07-25examples/VFS/skel_transparent: make vfs_fn_pointers staticStefan Metzmacher1-1/+1
2018-07-25examples/VFS/skel_opaque: make vfs_fn_pointers staticRalph Boehme1-1/+1
2018-07-25examples/VFS/skel_opaque: fix a likely a copy/paste errorRalph Boehme1-1/+0
2018-07-25examples/VFS/skel_transparent: call smb_vfs_assert_all_fns()Stefan Metzmacher1-0/+8
2018-07-25examples/VFS/skel_transparent: add missing durable handle functionsRalph Boehme1-0/+46
2018-07-25examples/VFS/skel_transparent: add missing audit_file_fnRalph Boehme1-0/+14
2018-07-25examples/VFS/skel_opaque: call smb_vfs_assert_all_fns()Stefan Metzmacher1-0/+7
2018-07-25examples/VFS/skel_opaque: add missing durable handle functionsRalph Boehme1-0/+33
2018-07-25examples/VFS/skel_opaque: add missing audit_file_fnRalph Boehme1-0/+10