s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used
[samba.git] / source3 / smbd / vfs.c
2021-05-14 Samuel Cabreros3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used
2021-05-14 Samuel CabreroVFS: Add SMB_VFS_FREADDIR_ATTR()
2021-05-11 Noel Powers3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used
2021-05-11 Noel Powers3: Remove vfs_streaminfo function
2021-05-11 Noel Powers3/smbd: add new toplevel vfs_fstreaminfo wrapper
2021-05-11 Noel PowerVFS: Add SMB_VFS_FSTREAMINFO
2021-04-19 Volker Lendeckevfs: Replace a call to TALLOC_ZERO()
2021-04-19 Samuel Cabreros3: VFS: Remove SMB_VFS_NTIMES(), no longer used
2021-04-19 Samuel CabreroVFS: Add SMB_VFS_FNTIMES
2021-04-11 Noel PowerVFS: Remove SMB_VFS_CHMOD, no longer used
2021-04-08 Noel PowerVFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
2021-04-08 Noel Powers3/smbd: VFS Fix incorrect VFS_FIND
2021-04-07 Jeremy AllisonVFS: Remove SMB_VFS_REMOVEXATTR, no longer used
2021-03-11 Noel PowerVFS: Remove SMB_VFS_SETXATTR, no longer used
2021-02-26 Noel PowerVFS: Remove SMB_VFS_LISTXATTR, no longer used
2021-01-28 Ralph Boehmevfs: make fsp arg of vfs_[memctx|fetch]_fsp_extension...
2021-01-08 Stefan Metzmachers3:smbd: add vfs_fake_fd_close() helper
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-16 Ralph Boehmevfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESS...
2020-12-16 Ralph Boehmevfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
2020-12-16 Ralph Boehmevfs: Add dirfsp arg to SMB_VFS_READDIR()
2020-12-16 Ralph Boehmesmbd: add vfs_stat()
2020-12-16 Ralph Boehmesmbd: check for pathref fd's in vfs_set_blocking()
2020-12-16 Ralph Boehmesmbd: use fd_handle_create()
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for fstat() calls
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for *at related director...
2020-12-16 Ralph Boehmesmbd: use fsp_set_fd()
2020-10-23 Ralph Boehmevfs: make dirfsp arg to SMB_VFS_READLINKAT() const
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-10-02 Ralph Boehmevfs: add and use vfs_fake_fd()
2020-07-16 Christof Schmittsmbd: Remove code inside #ifdef HAVE_BROKEN_READDIR_NAME
2020-07-16 Christof Schmittsmbd: Remove code inside #ifdef NEXT2
2020-07-02 Stefan Metzmachers3:smbd: make sure vfs_ChDir() always sets conn->cwd_fs...
2020-07-02 Stefan Metzmachers3:smbd: reformat if statement for caching in vfs_ChDir()
2020-06-15 Volker Lendeckesmbd: Reduce indentation in check_reduced_name()
2020-06-03 Jeremy Allisons3: VFS: Change the function signature for SMB_VFS_READ...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs: add SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmes3/vfs: add vfs_at_fspcwd()
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-12 Stefan Metzmachersmbd: add vfs_valid_{pread,pwrite}_range() checks where...
2020-05-12 Stefan Metzmachers3:smbd: add vfs_valid_{pread,pwrite}_range() helper...
2020-05-07 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_GET_NT_ACL...
2020-05-07 Jeremy Allisons3: VFS: Add SMB_VFS_GET_NT_ACL_AT().
2020-05-05 Ralph Boehmesmbd: set twrp in vfs_stat_smb_basename()
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmesmbd: realign smb_vfs_call_get_real_filename() args
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in vfs_GetWd()
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in check_reduc...
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in check_reduced_name()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in check_reduced_name_with...
2020-04-09 Jeremy Allisons3: smbd: Reformatting - fix indentation in check_reduc...
2020-04-09 Jeremy Allisons3: VFS: Remove the lp_widelinks() check from check_red...
2020-04-09 Jeremy Allisons3: smbd: VFS: Add custom initialization for vfs_widelinks.
2020-03-31 Ralph Boehmesmbd: remove struct privilege_paths
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-02-18 Jeremy Allisons3: VFS: Add SMB_VFS_READ_DFS_PATHAT().
2020-01-10 Jeremy Allisons3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().
2019-12-06 Ralph Boehmes3: add init_smb_file_time()
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-10-15 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_CHOWN()
2019-10-15 Jeremy Allisons3: smbd: Remove vfs_chown_fsp().
2019-10-10 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_RMDIR()
2019-10-08 Anoop C Ss3: VFS: Use SMB_VFS_FCNTL to set fd flags in open_file()
2019-10-08 Anoop C Ss3: VFS: Add SMB_VFS_FCNTL
2019-09-26 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_UNLINK...
2019-09-26 Jeremy Allisons3: VFS: Add SMB_VFS_UNLINKAT().
2019-09-11 Ralph Boehmesmbd: rename change_to_user_by_fsp() to change_to_user_...
2019-09-11 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_MKDIR...
2019-09-11 Jeremy Allisons3: VFS: Add SMB_VFS_MKDIRAT().
2019-09-10 Ralph Boehmevfs: restore stat fields in vfs_stat_fsp()
2019-09-10 Ralph Boehmes3:vfs: streamline vfs_stat_fsp()
2019-09-03 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_SYMLINK...
2019-09-03 Jeremy Allisons3: VFS: Add SMB_VFS_SYMLINKAT().
2019-08-23 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_READLINK...
2019-08-23 Jeremy Allisons3: VFS: Add SMB_VFS_READLINKAT().
2019-08-22 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_MKNOD...
2019-08-22 Jeremy Allisons3: VFS: Add SMB_VFS_MKNODAT().
2019-08-20 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_LINK(...
2019-08-20 Jeremy Allisons3: VFS: Add SMB_VFS_LINKAT().
2019-08-16 Jeremy Allisons3: VFS: Complete the replacement of SMB_VFS_RENAME...
2019-08-16 Jeremy Allisons3: VFS: Add SMB_VFS_RENAMEAT().
2019-08-16 Ralph Boehmes3: VFS: change connection_struct cwd_fname to cwd_fsp
2019-08-09 Volker Lendeckesmbd: Make "lease" const in SMB_VFS_CREATE_FILE()
2019-07-01 Ralph Boehmes3:vfs: add SMB_VFS_FS_FILE_ID()
2019-01-14 Ralph Boehmevfs: perform impersonation in smb_vfs_call_getxattrat_d...
2019-01-14 Ralph Boehmevfs: use struct initializer in smb_vfs_call_getxattrat_...
2019-01-14 Ralph Boehmevfs: perform impersonation in smb_vfs_call_get_dos_attr...
2019-01-14 Ralph Boehmevfs: use struct initializer in smb_vfs_call_get_dos_att...
2019-01-11 Ralph BoehmeRevert "s3: vfs: add smb_vfs_ev_glue"
2019-01-11 Ralph Boehmes3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SE...
2019-01-11 Ralph Boehmes3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit...
2018-11-14 Jeremy Allisons3: VFS: Remove logically dead code. Coverity CID:...
2018-09-12 Michael Adamsmbd:vfs: fix mis-spellings of hierarchy in comments
2018-09-04 Stefan Metzmachers3:vfs: fix valgrind warning in SMB_VFS_{PREAD,PWRITE...
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
next