python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / modules / vfs_default.c
2024-03-27 Björn JackeRevert "vfs_default.c: prefer capabilities over become_...
2024-01-22 Ralph Boehmevfs_default: allow disabling /proc/fds and RESOLVE_NO_S...
2023-11-16 Björn Jackevfs_default.c: prefer capabilities over become_root
2023-11-01 Volker Lendeckesmbd: "have_proc_fds" can only work for a real fd
2023-11-01 Volker Lendeckesmbd: Save errno around unbecome_root()
2023-11-01 Volker Lendeckesmbd: Simplify sys_proc_fd_path()
2023-10-05 Volker Lendeckevfs: Add VFS_OPEN_HOW_WITH_BACKUP_INTENT
2023-06-23 Volker Lendeckevfs: Remove "sbuf" from readdir_fn()
2023-06-16 Björn Jackevfs_default.c: use DBG* macros instead of static log...
2023-06-14 Volker Lendeckevfs: Remove vfs telldir/seekdir functions
2023-05-24 Ralph Boehmesmbd: zero intialize SMB_STRUCT_STAT in vfswrap_readdir()
2022-11-14 Jeremy Allisons3: smbd: Always use metadata_fsp() when processing...
2022-10-03 Volker Lendeckevfs: Fix a typo
2022-09-19 Volker Lendeckesmbd: Fix a typo
2022-09-19 Volker Lendeckevfs: Simplify vfswrap_parent_pathname()
2022-09-19 Volker Lendeckevfs: Avoid a talloc in vfswrap_parent_pathname()
2022-09-17 Volker Lendeckevfs: Add dirfsp to connectpath_fn()
2022-08-28 Jeremy Allisons3: smbd: Remove allow_broken_path from get_referred_pa...
2022-08-15 Volker Lendeckevfs_default: Use openat2(RESOLVE_NO_SYMLINKS) if available
2022-08-15 Stefan Metzmachervfs_default: prepare O_PATH usage with openat2()
2022-08-10 Ralph Boehmevfs_default: assert all passed in fsp's and names are...
2022-08-06 Volker Lendeckevfs: Add struct vfs_open_how.resolve
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-08-05 Jeremy Allisons3: smbd: Cleanup - integer align. consumedcnt should...
2022-06-06 Volker Lendeckevfs: Remove a typedef
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-28 Volker Lendeckevfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
2022-04-28 Volker Lendeckevfs: Add SMB_VFS_GET_REAL_FILENAME_AT
2022-03-31 Ralph Boehmesmbd: remove itime and file_id logic and code
2022-03-10 Volker Lendeckevfs: Convert get_real_filename() to NTSTATUS
2022-03-10 Volker Lendeckevfs: Add SMB_VFS_FSTATAT
2022-02-28 Ralph Boehmesmbd: check "store dos attributes" settings in the...
2022-02-11 Volker Lendeckesmbd: Use fsp_is_alternate_stream() where an fsp is...
2022-02-11 Volker Lendeckesmbd: Introduce metadata_fsp()
2022-02-07 Volker Lendeckevfs: Fix a typo
2022-01-06 Jeremy Allisons3: smbd: Move implicit call to lp_posix_cifsu_locktype...
2021-11-11 Volker Lendeckevfs: Use cp_smb_filename_nostream() in vfswrap_parent_p...
2021-10-08 Ralph Boehmevfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ...
2021-09-21 Christof Schmittvfs_default: Rename kernel_flock to filesystem_sharemode
2021-09-21 Christof SchmittVFS: Rename kernel_flock to filesystem_sharemode
2021-09-14 Christof Schmittvfs_default: Return ENOTSUP for sharemodes flock call
2021-08-13 Ralph Boehmevfs_default: detect EOPNOTSUPP and ENOSYS errors from...
2021-07-15 Jeremy Allisons3: VFS: default. In vfswrap_getxattrat_do_async()...
2021-07-15 Jeremy Allisons3: VFS: default. In vfswrap_getxattrat_do_sync() alway...
2021-07-15 Jeremy Allisons3: VFS: default: Add 'handle' member to struct vfswrap...
2021-07-15 Jeremy Allisons3: VFS: default: Move vfswrap_fgetxattr() before the...
2021-07-14 Jeremy Allisons3: VFS: default. In vfswrap_read_dfs_pathat(), cope...
2021-07-14 Jeremy Allisons3: VFS: default. In vfswrap_read_dfs_pathat() use...
2021-07-14 Jeremy Allisons2: VFS: default. Fix vfswrap_read_dfs_pathat() to...
2021-07-14 Jeremy Allisons3: VFS: default. Fix vfswrap_readdir() to use sys_fsta...
2021-07-14 Ralph Boehmes3: expect fstatat() and dirfd()
2021-07-04 Jeremy Allisonvfs: RIP SMB_VFS_GETXATTR()
2021-07-01 Ralph Boehmevfs_default: use fsp_get_io_fd() for copy_file_range()
2021-06-30 Ralph Boehmevfs_default: use copy_file_range()
2021-06-30 Ralph Boehmevfs_default: properly track written bytes for copy...
2021-06-29 Noel PowerVFS: Remove SMB_VFS_CHFLAGS, not used anymore
2021-06-29 Noel PowerVFS: Add initial implemenataion for SMB_VFS_FCHFLAGS
2021-06-18 Andreas Schneiders3:modules: Reduce debug level if file doesn't exists...
2021-06-10 Jeremy Allisons3: VFS: default: Add proc_fd's fallback for vfswrap_fc...
2021-06-09 Jeremy Allisons3: VFS: default: Remove the sys_proc_fd_path() fallbac...
2021-06-09 Jeremy Allisons3: lib: sysacls: Add the 'SMB_ACL_TYPE_T type' paramet...
2021-06-09 Jeremy Allisons3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()
2021-06-09 Jeremy Allisons3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()
2021-06-09 Jeremy Allisonvfs: RIP SMB_VFS_GET_NT_ACL_AT()
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Add SMB_ACL_TYPE_T type arg
2021-06-02 Jeremy Allisons3: VFS: Add SMB_VFS_PARENT_PATHNAME().
2021-05-20 Jeremy Allisons3: smbd: Change set_create_timespec_ea() to take the...
2021-05-18 Jeremy Allisonvfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()
2021-05-18 Jeremy Allisons3: VFS: default. In vfswrap_sys_acl_delete_def_file...
2021-05-18 Jeremy Allisons3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),
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 PowerVFS: Add SMB_VFS_FSTREAMINFO
2021-04-19 Samuel Cabreros3: VFS: default: Remove SMB_VFS_NTIMES()
2021-04-19 Samuel CabreroVFS: Add SMB_VFS_FNTIMES
2021-04-19 Samuel Cabreros3: VFS: default: ntimes profile not ended when times...
2021-04-11 Noel PowerVFS: Remove SMB_VFS_CHMOD, no longer used
2021-04-11 Ralph Boehmes3/modules: fchmod: fallback to path based chmod if...
2021-04-11 Ralph Boehmevfs_default: require fchmod()
2021-04-08 Noel PowerVFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
2021-04-07 Jeremy AllisonVFS: Remove SMB_VFS_REMOVEXATTR, no longer used
2021-03-22 Jeremy Allisons3: VFS: default: vfswrap_create_dfs_pathat() isn't...
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_default: support real dirfsps in vfswrap_unlinkat()
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmevfs_default: remove assert from vfswrap_mkdirat()
2020-12-17 Ralph Boehmesmbd: move mode logic out of vfswrap_mkdirat() to the...
2020-12-17 Ralph Boehmevfs_default: add support for SMB_ACL_TYPE_DEFAULT and...
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 and use fget_ea_dos_attribute()
2020-12-16 Ralph Boehmevfs_default: return stat info for symlinks in POSIX...
2020-12-16 Ralph Boehmevfs_default: simplify vfswrap_readdir()
2020-12-16 Ralph Boehmevfs: Add dirfsp arg to SMB_VFS_READDIR()
2020-12-16 Ralph Boehmesmbd: use vfs_stat() in more places
2020-12-16 Ralph Boehmevfs_default: implement pathref opens in vfswrap_openat()
next