libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / modules / vfs_default.c
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-10-02 Ralph Boehmevfs_default: realign vfswrap_fgetxattr() args
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-06-15 Volker Lendeckevfs: Move reparse point functions to util_reparse.c
2020-06-10 Anoop C Svfs_default: Remove an unused data member
2020-06-03 Jeremy Allisons3: VFS: default. Ensure read_dfs_pathat() returns...
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_default: implement SMB_VFS_OPENAT()
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 Jeremy Allisons3: VFS: default. Change pwrite() -> sys_pwrite_full...
2020-05-12 Jeremy Allisons3: VFS: default. Change pread() -> sys_pread_full...
2020-05-12 Jeremy Allisons3: VFS: default. Change sys_pwrite() -> sys_pwrite_ful...
2020-05-12 Jeremy Allisons3: VFS: default. Change sys_pread() -> sys_pread_full...
2020-05-12 Stefan Metzmachersmbd: add vfs_valid_{pread,pwrite}_range() checks where...
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 Boehmevfs_default: set twrp in smb_fname in vfswrap_get_dos_a...
2020-05-05 Ralph Boehmevfs_default: use cp_smb_filename_nostream() in vfswrap_...
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: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmevfs_default: realign synthetic_smb_fname() args in...
2020-05-05 Ralph Boehmevfs_default: realign synthetic_smb_fname() args in...
2020-04-30 Jeremy Allisons3: smbd: Add a dirfsp parameter to directory_has_defau...
2020-04-30 Jeremy Allisons3: smbd: Reformat uses of directory_has_default_acl().
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename to directory_has_default...
2020-04-29 Ralph Boehmevfs_default: use parent_smb_fname()
2020-04-03 Ralph Boehmesmbd: move files_struct.use_ofd_locks to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_sparse to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_default: Add tevent_req pointer...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_default. Pass in struct vfswrap_pr...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_default. Protect vfs_pread_done...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_default: Add tevent_req pointer...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_default. Pass in struct vfswrap_pw...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_default. Protect vfs_pwrite_done...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_default: Add tevent_req pointer...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_default. Pass in struct vfswrap_fs...
2020-03-18 Jeremy AllisonRevert "s3: VFS: vfs_default. Protect vfs_fsync_done...
2020-03-18 Jeremy AllisonRevert "vfs_default: pass in state as the callback...
2020-03-18 Jeremy AllisonRevert "vfs_default: Protect vfs_getxattrat_done()...
2020-03-09 Ralph Boehmevfs_default: Protect vfs_getxattrat_done() from accessi...
2020-03-09 Ralph Boehmevfs_default: pass in state as the callback data to...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Protect vfs_fsync_done() from...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Pass in struct vfswrap_fsync_stat...
2020-03-08 Jeremy Allisons3: VFS: vfs_default: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Protect vfs_pwrite_done() from...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Pass in struct vfswrap_pwrite_sta...
2020-03-08 Jeremy Allisons3: VFS: vfs_default: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Protect vfs_pread_done() from...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Pass in struct vfswrap_pread_stat...
2020-03-08 Jeremy Allisons3: VFS: vfs_default: Add tevent_req pointer to state...
2020-02-25 Ralph BoehmeVFS: default: add support for FILE_ATTRIBUTE_OFFLINE...
2020-02-25 Ralph BoehmeVFS: default: use correct type for pathlen in vfswrap_g...
2020-02-25 Ralph BoehmeVFS: default: avoid a crash in vfswrap_getxattrat_do_sync()
2020-02-25 Ralph BoehmeVFS: default: remove unused arg from vfswrap_is_offline()
2020-02-25 Ralph BoehmeVFS: default: let vfswrap_is_offline() take conn, not...
2020-02-18 Jeremy Allisons3: VFS: Add SMB_VFS_READ_DFS_PATHAT().
2020-01-10 Jeremy Allisons3: VFS: Add SMB_VFS_CREATE_DFS_PATHAT().
2020-01-08 Christof Schmittvfs_full_audit: Rename argument of flock function
2019-12-20 Ralph Boehmes3: pass session info to get_referred_path()
2019-12-16 Jeremy Allisons3: smbd: cleanup. Change 'int referral_count' -> ...
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-10-15 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_CHOWN()
2019-10-10 Jeremy Allisons3: VFS: Complete the removal of SMB_VFS_RMDIR()
2019-10-08 Anoop C Ss3: VFS: Add SMB_VFS_FCNTL
2019-10-02 Ralph Boehmevfs_default: use is_named_stream() for stream check
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-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: vfs_default. Convert underlying system call...
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-15 Ralph Boehmevfs_default: use correct flag in vfswrap_fs_file_id
2019-08-09 Volker Lendeckesmbd: Make "lease" const in SMB_VFS_CREATE_FILE()
2019-07-02 Volker Lendeckevfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WI...
2019-07-02 Volker Lendeckesmbd: Remove unused "blocking_lock" from brl_lock_windo...
2019-07-02 Volker Lendeckevfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWS
2019-07-01 Ralph Boehmevfs_fruit: move zero file-id to vfs_fruit
2019-07-01 Ralph Boehmes3:smbd: use stored file_id in SMB_VFS_FS_FILE_ID()
2019-07-01 Ralph Boehmes3:vfs: move get_fs_file_id to vfs_default
2019-06-20 Volker Lendeckevfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
2019-03-28 Stefan Metzmachervfs_default: fix vfswrap_offload_write_send() NT_STATUS...
2019-03-28 Stefan Metzmachervfs_default: fix DEBUG messages in vfswrap_offload_writ...
2019-03-12 Volker Lendeckelib: Remove "struct sid_parse_ret" again
2019-03-12 Volker Lendeckelib: Make sid_parse return the parsed length
next