s4:kdc: Implement KDC plugin hardware authentication policy
[samba.git] / source3 / modules / vfs_gpfs.c
2020-01-08 Christof Schmittvfs_gpfs: Use early return in sharemode function
2020-01-08 Christof Schmittvfs_gpfs: Switch share mode helper function to return int
2020-01-08 Christof Schmittvfs_gpfs: Remove logging for unsupported file system
2020-01-08 Christof Schmittvfs_gpfs: Only clear sharemode on close when sharemode...
2020-01-08 Christof Schmittvfs_gpfs: Log error if clearing of sharemode fails...
2020-01-08 Christof Schmittvfs_gpfs: Add comment explaining why sharemode is dropp...
2020-01-08 Christof Schmittvfs_gpfs: Remove unncessary check from close function
2020-01-08 Christof Schmittvfs_gpfs: Cleanup debug message file system share mode
2020-01-08 Christof Schmittvfs_gpfs: Cleanup clearing file system share mode
2020-01-08 Christof Schmittvfs_gpfs: Move mapping to sharemode deny to helper...
2020-01-08 Christof Schmittvfs_gpfs: Move mapping from access mask to sharemode...
2020-01-08 Christof Schmittvfs_gpfs: Remove check for open file in share mode...
2020-01-08 Christof Schmittvfs_gpfs: Rename argument of flock function
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-19 Christof Schmittvfs_gpfs: Use update_stat_ex_create_time
2019-11-19 Christof Schmittvfs_gpfs: Create fileid from filesystem metadata
2019-11-19 Christof Schmittvfs_gpfs: Use gpfs_fstat_x in vfs_gpfs_fget_dos_attributes
2019-11-19 Christof Schmittvfs_gpfs: Use gpfs_stat_x in vfs_gpfs_get_dos_attributes
2019-10-02 Ralph Boehmes3:smbd: use is_named_stream() in a a few places
2019-08-14 Christof Schmittvfs_gpfs: Check group quota for directory when SGID...
2019-08-06 Volker Lendeckevfs_gpfs: Avoid "fsp->share_access" in vfs_gpfs_kernel_...
2019-08-06 Ralph Boehmes3:smbd: Incomplete conversion of former parametric...
2019-07-23 Christof Schmittvfs_gpfs: Implement special case for denying owner...
2019-07-23 Christof Schmittvfs_gpfs: Move mapping from generic NFSv ACL to GPFS...
2019-07-23 Christof Schmittvfs_gpfs: Remove merge_writeappend parameter
2019-07-01 Ralph Boehmes3: convert struct stat_ex st_ex_calculated_birthtime...
2019-05-19 Rikard Falkebornvfs_gpfs: Fix return value if getting data fails
2019-04-23 Christof Schmittvfs_gpfs: Block punchhole calls for non-sparse files
2019-04-22 Christof Schmittvfs_gpfs: Remove usage of gpfs_prealloc
2019-01-29 Volker Lendeckevfs_gpfs: Fix the 32-bit build
2018-09-18 Christof Schmittvfs_gpfs: Check for GPFS file system on connect
2018-07-27 Ralph Boehmesmbd: use async dos_mode_at_send in smbd_smb2_query_dir...
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
2018-05-25 Christof Schmittvfs_gpfs: Use full_path_tos instead of talloc_asprintf
2018-05-25 Christof Schmittvfs_gpfs: Remove get_full_smb_filename from is_offline...
2018-05-25 Christof Schmittvfs_gpfs: Remove wrong get_full_smb_filename from ntime...
2018-05-25 Christof Schmittvfs_gpfs: Adjust debug level when get_winattrs returns...
2017-12-18 Christof Schmittvfs: Use static_decl_vfs in all VFS modules
2017-09-04 Christof Schmittvfs_gpfs: Request DENY_DELETE sharemode when possible
2017-09-04 Christof Schmittvfs_gpfs: Do not map DELETE sharemode access to WRITE
2017-08-08 Ralph Boehmevfs_gpfs: handle EACCES when fetching DOS attributes...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_GET_QUOTA to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_DISK_FREE to use const struct...
2017-06-03 Christof Schmittvfs_gpfs: Fix compile error in gpfsacl_sys_acl_set_fd
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2016-12-17 Ralph Boehmevfs_gpfs: simplify stat_with_capability() ifdef
2016-12-17 Ralph Boehmevfs_gpfs: remove updating btime from stat VFS calls
2016-12-17 Ralph Boehmevfs_gpfs: update btime in vfs_gpfs_(f)get_dos_attributes
2016-10-17 Ralph Boehmes3/vfs: gpfs: adapt vfs_gpfs_is_offline() to changes...
2016-10-11 Ralph Boehmes3/vfs: remove now unused is_offline/set_offline VFS...
2016-10-11 Ralph Boehmes3/vfs: merge offline functionality into DOS attributes...
2016-08-12 Volker Lendeckevfs_gpfs: Load nfs4 acl params at tcon time
2016-08-12 Volker Lendeckenfs4acls: Add "smbacl4_vfs_params" parameter to smb_set...
2016-08-12 Volker Lendeckenfs4acls: Add "smbacl4_vfs_params" parameter to smb_get...
2016-08-12 Volker Lendeckenfs4acls: Add "smbacl4_vfs_params" parameter to smb_fge...
2016-07-25 Christof Schmittvfs_gpfs: Retry getacl with DAC capability if necessary
2016-04-01 Christof Schmittvfs_gpfs: Remove xattr functions
2016-04-01 Christof Schmittvfs_gpfs: Implement new dos_attributes vfs functions
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-14 Jeremy Allisons3:smbd:vfs: Change posix_get_nt_acl() from const char...
2016-03-14 Jeremy Allisons3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a...
2016-03-04 Volker Lendeckevfs: Fix the vfs_gpfs build
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-03-02 Ralph Boehmes3/vfs: wrap async io function args inside struct vfs_a...
2016-02-26 Christof Schmittvfs_gpfs: Fix compile after change in get_nt_acl_fn
2016-01-26 Uri Simchonivfs_gpfs: make sure get_quota does not return bogus...
2016-01-26 Uri Simchonivfs_gpfs: do not call disk_norm() on disk_free_fn
2015-11-06 Volker Lendeckevfs_gpfs: Re-enable share modes
2015-11-05 Volker Lendeckevfs_gpfs: Fix the build with -Werror=declaration-after...
2015-09-04 Volker Lendeckevfs_gpfs: Avoid calling gpfs_is_offline on every i/o
2015-09-04 Volker Lendeckevfs_gpfs: Introduce vfs_gpfs_fsp_is_offline
2015-08-13 Volker Lendeckenfs4acls: Use an anon struct for SMB4ACE_T
2015-08-13 Volker Lendeckenfs4acls: Use an anon struct for SMB4ACL_T
2015-07-08 Christof Schmittvfs_gpfs: Use C99 initializers instead of ZERO_STRUCT
2015-07-08 Christof Schmittvfs_gpfs: Use ACL defines from GPFS 3.5 header files
2015-05-07 Ralph Boehmevfs_gpfs: move failure label before END_PROFILE
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-04-30 Ralph Boehmevfp_gpfs: ensure END_PROFILE is always called
2015-04-29 Ralph Boehmevfs: kernel_flock and named streams
2015-04-28 Ralph Wuerthnervfs_gpfs: Fix ENODATA for getacl on .snapshot dirs
2015-04-16 Christof Schmittvfs_gpfs: Remove vfs_gpfs_get_quotas
2015-04-16 Christof Schmittvfs_gpfs: Remove check for fileset quota
2015-03-30 Christof Schmittvfs_gpfs: Remove warning after failure of get_gpfs_fset_id
2015-03-23 Christof Schmittgpfswrap: Move gpfswrap to lib/util
2015-03-09 David Disseldorps3/vfs: change fallocate mode flags from enum->uint32_t
2015-03-02 Christof Schmittgpfs: Rename library wrapper to gpfswrap
2015-03-02 Christof Schmittgpfs: Update file headers
2015-03-02 Christof Schmittgpfs: Move DBGC_CLASS definition below includes
2015-03-02 Christof Schmittgpfs: Include gpfs_fcntl.h only from vfs_gpfs header...
2015-03-02 Christof Schmittgpfs: Move definition of GPFS_GETACL_NATIVE to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move smbd_gpfs_set_times_path to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move get_gpfs_fset_id to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move get_gpfs_quota to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move set_gpfs_lease to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Move set_gpfs_sharemode to vfs_gpfs.c
2015-03-02 Christof Schmittgpfs: Rename wrapper for gpfs_lib_init
next