s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead of const...
[sfrench/samba-autobuild/.git] / source3 / smbd / vfs.c
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_DISK_FREE to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_CHFLAGS to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_MKNOD to use const struct smb_f...
2017-06-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_LISTXATTR to use const struct...
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-05-10 Aurelien Aptelvfs: add parameter to copy chunk VFS function to handle...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-03-28 Jeremy Allisons3: smbd: Fix incorrect logic exposed by fix for the...
2016-10-11 Ralph Boehmes3/vfs: remove now unused is_offline/set_offline VFS...
2016-08-12 Uri Simchonismbd: get a valid file stat to disk_quotas
2016-04-05 Christof Schmittvfs: Add helper to check for missing VFS functions
2016-03-27 Richard Sharpes3: vfs: Add VFS functions for setting and getting...
2016-03-24 Jeremy Allisons3: smbd: Modify vfs_stat_smb_basename() to take a...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-05 Jeremy Allisonsmbd: Clean up the logic inside vfs_chown_fsp() to...
2016-03-05 Jeremy AllisonVFS: Modify lchown to take a const struct smb_filename...
2016-03-05 Jeremy AllisonVFS: Modify chown to take a const struct smb_filename...
2016-03-03 Jeremy AllisonVFS: Modify chmod_acl to take a const struct smb_filena...
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-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2016-02-24 Jeremy Allisons3: VFS: Modify mkdir to take a const struct smb_filena...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2016-01-26 Uri Simchonivfs: add path parameter to get_quota
2015-12-23 Michael Adams3:smbd: fix a corner case of the symlink verification
2015-12-16 Jeremy AllisonCVE-2015-5252: s3: smbd: Fix symlink verification ...
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-07-09 Christof Schmittvfs: Change final message in check_reduce_name to ...
2015-07-09 Christof Schmittvfs: Make entry message for check_reduced_name a debug...
2015-07-07 Volker Lendeckesmbd: Remove SMB_VFS_NOTIFY_WATCH
2015-06-23 Ralph Boehmes3:util: use pread/pwrite in transfer_file
2015-05-11 Richard SharpeChange all uses of uint32 to uint32_t in vfs.h. This...
2015-05-05 Jeremy Allisons3: smbd: VFS: Remove vfs_stat_smb_fname() and vfs_lsta...
2015-05-05 Jeremy Allisons3: smbd: VFS: Add vfs_stat_smb_basename() - to be...
2015-03-31 David Disseldorpvfs: add snapshot create/delete hooks
2015-03-09 David Disseldorps3/vfs: change fallocate mode flags from enum->uint32_t
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2014-12-07 Jeremy Allisons3: smbd: Fix *allocate* calls to follow POSIX error...
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-12-04 Ralph Boehmes3:vfs: add SMB_VFS_READDIR_ATTR()
2014-09-18 Volker LendeckeRemove a few #ifdef EWOULDBLOCk
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in vfs_[p]write_data()
2014-08-06 Stefan Metzmachers3:smbd: move sconn->sock to xconn->transport.sock
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-06-13 Michael Adamvfs: remove unused function vfs_pread_data()
2014-04-10 Jeremy Allisons3: smbd: Performance optimization for RECVFILE.
2014-02-08 Garming Samparam: rename lp function and variable from "symlinks...
2013-12-14 Volker Lendeckesmbd: Avoid pointless strcsequal calls
2013-11-22 David Disseldorpvfs: add [GET/SET]_COMPRESSION hooks
2013-11-22 Jeremy AllisonRename the profile enums with a SAMBA_ prefix to avoid...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-05 Volker Lendeckesmbd: Fix breaking level2 on allocate
2013-04-19 Jeremy AllisonEnsure the RECVFILE path in vfs_pwrite_data() operates...
2013-04-19 Jeremy AllisonEnsure the RECVFILE path in vfs_write_data() operates...
2013-04-17 Volker Lendeckesmbd: Convert vfs_lstat_smb_fname to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert vfs_stat_smb_fname to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert check_reduced_name_with_privilege to...
2013-04-17 Volker Lendeckesmbd: Convert vfs_GetWd to synthetic_smb_fname
2013-01-16 David Disseldorps3-vfs: add copy_chunk vfs hooks
2012-10-11 Andrew Bartlettvfs: Remove type parameter from sys_acl_blob_get_{fd...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
2012-09-13 Jeremy AllisonSigh :-(. Removing optimization prematurely is the...
2012-09-12 Jeremy AllisonMove cached cwd onto conn struct.
2012-09-12 Jeremy AllisonRemove ancient "optimization" global LastDir.
2012-09-12 Andrew Bartlettsmbd: Add extra VFS hooks to get the posix ACL as a...
2012-09-08 Michael Adams3:vfs: add durable VFS operations
2012-08-28 Andrew Bartletts3-vfs: Indicate the symlink destination when failing...
2012-08-15 Andrew Bartletts3-smbd: Remove sys_acl_*() VFS wrapper functions
2012-08-12 Björn Jackes3: skip loading vfs modules for printer connections
2012-07-31 Volker Lendeckes3: Fix Coverity ID 710827 Resource leak
2012-07-18 Volker Lendeckes3-vfs: async fsync
2012-07-18 Volker Lendeckes3-aio: Remove unused VFS functions and more
2012-07-18 Volker Lendeckes3-vfs: async pread
2012-07-18 Volker Lendeckes3-vfs: async pwrite
2012-06-11 Volker Lendeckes3: Fix Coverity ID 703869 Logically dead code
2012-06-06 Stefan Metzmachers3:smbd: make struct vfs_fsp_data private to vfs.c
2012-06-06 Stefan Metzmachers3:smbd: add vfs_remove_all_fsp_extensions()
2012-04-28 Richard SharpeAdd an audit file VFS routine so we can handle auditing...
2012-04-24 Volker Lendeckes3: Simplify check_reduced_name a bit
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused llistxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-03 Andrew Bartletts3-vfs: Use new smb_load_module for better diagnostics
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
next