| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: RIP SMB_VFS_SYS_ACL_SET_FILE() | Ralph Boehme | 2020-12-17 | 2 | -20/+0 |
* | vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD() | Ralph Boehme | 2020-12-17 | 2 | -3/+7 |
* | vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION() | Ralph Boehme | 2020-12-16 | 2 | -7/+5 |
* | vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES() | Ralph Boehme | 2020-12-16 | 2 | -18/+0 |
* | vfs: Add dirfsp arg to SMB_VFS_READDIR() | Ralph Boehme | 2020-12-16 | 2 | -3/+7 |
* | vfs: make dirfsp arg to SMB_VFS_READLINKAT() const | Ralph Boehme | 2020-10-23 | 2 | -2/+2 |
* | vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE() | Ralph Boehme | 2020-10-02 | 2 | -3/+0 |
* | s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ... | Jeremy Allison | 2020-06-03 | 2 | -2/+2 |
* | vfs: remove SMB_VFS_OPEN() | Ralph Boehme | 2020-05-21 | 2 | -15/+0 |
* | vfs: add SMB_VFS_OPENAT() | Ralph Boehme | 2020-05-21 | 2 | -0/+23 |
* | smbd: add dirfsp arg to SMB_VFS_CREATE_FILE() | Ralph Boehme | 2020-05-21 | 2 | -0/+3 |
* | vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE() | Ralph Boehme | 2020-05-14 | 2 | -3/+0 |
* | s3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_A... | Jeremy Allison | 2020-05-07 | 2 | -24/+0 |
* | s3: VFS: Add SMB_VFS_GET_NT_ACL_AT(). | Jeremy Allison | 2020-05-07 | 2 | -0/+27 |
* | smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil... | Ralph Boehme | 2020-05-05 | 2 | -2/+2 |
* | smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filename | Ralph Boehme | 2020-05-05 | 2 | -2/+2 |
* | vfs: remove SMB_VFS_OPENDIR() | Ralph Boehme | 2020-03-24 | 2 | -18/+0 |
* | s3: VFS: Add SMB_VFS_READ_DFS_PATHAT(). | Jeremy Allison | 2020-02-18 | 2 | -0/+27 |
* | s3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT(). | Jeremy Allison | 2020-01-10 | 2 | -0/+24 |
* | examples/VFS/skel_transparent.c: typo fixes | Björn Jacke | 2019-10-31 | 1 | -1/+1 |
* | s3: VFS: Complete the removal of SMB_VFS_CHOWN() | Jeremy Allison | 2019-10-15 | 2 | -19/+0 |
* | s3: VFS: Complete the removal of SMB_VFS_RMDIR() | Jeremy Allison | 2019-10-10 | 2 | -15/+0 |
* | s3: VFS: Add SMB_VFS_FCNTL | Anoop C S | 2019-10-08 | 2 | -0/+24 |
* | s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT(). | Jeremy Allison | 2019-09-26 | 2 | -15/+0 |
* | s3: VFS: Add SMB_VFS_UNLINKAT(). | Jeremy Allison | 2019-09-26 | 2 | -0/+22 |
* | s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT(). | Jeremy Allison | 2019-09-11 | 2 | -17/+0 |
* | s3: VFS: Add SMB_VFS_MKDIRAT(). | Jeremy Allison | 2019-09-11 | 2 | -0/+22 |
* | s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT(). | Jeremy Allison | 2019-09-03 | 2 | -17/+0 |
* | s3: VFS: Add SMB_VFS_SYMLINKAT(). | Jeremy Allison | 2019-09-03 | 2 | -0/+22 |
* | s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT(). | Jeremy Allison | 2019-08-23 | 2 | -19/+0 |
* | s3: VFS: Add SMB_VFS_READLINKAT(). | Jeremy Allison | 2019-08-23 | 2 | -0/+25 |
* | s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT(). | Jeremy Allison | 2019-08-22 | 2 | -19/+0 |
* | s3: VFS: Add SMB_VFS_MKNODAT(). | Jeremy Allison | 2019-08-22 | 2 | -0/+25 |
* | s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT(). | Jeremy Allison | 2019-08-20 | 2 | -17/+0 |
* | s3: VFS: Add SMB_VFS_LINKAT(). | Jeremy Allison | 2019-08-20 | 2 | -0/+28 |
* | s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT(). | Jeremy Allison | 2019-08-16 | 2 | -17/+0 |
* | s3: VFS: Add SMB_VFS_RENAMEAT(). | Jeremy Allison | 2019-08-16 | 2 | -0/+25 |
* | smbd: Make "lease" const in SMB_VFS_CREATE_FILE() | Volker Lendecke | 2019-08-09 | 2 | -2/+2 |
* | vfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WINDOWS | Volker Lendecke | 2019-07-02 | 2 | -3/+1 |
* | vfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWS | Volker Lendecke | 2019-07-02 | 2 | -6/+3 |
* | s3:vfs: add SMB_VFS_FS_FILE_ID() | Ralph Boehme | 2019-07-01 | 2 | -0/+15 |
* | vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS | Volker Lendecke | 2019-06-20 | 2 | -17/+0 |
* | s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf... | Ralph Boehme | 2019-01-11 | 2 | -5/+3 |
* | s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonation | Ralph Boehme | 2019-01-11 | 2 | -5/+3 |
* | s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV | Ralph Boehme | 2018-07-27 | 2 | -0/+130 |
* | s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV | Ralph Boehme | 2018-07-27 | 2 | -0/+145 |
* | examples/VFS/skel_transparent: make vfs_fn_pointers static | Stefan Metzmacher | 2018-07-25 | 1 | -1/+1 |
* | examples/VFS/skel_opaque: make vfs_fn_pointers static | Ralph Boehme | 2018-07-25 | 1 | -1/+1 |
* | examples/VFS/skel_opaque: fix a likely a copy/paste error | Ralph Boehme | 2018-07-25 | 1 | -1/+0 |
* | examples/VFS/skel_transparent: call smb_vfs_assert_all_fns() | Stefan Metzmacher | 2018-07-25 | 1 | -0/+8 |