summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: get a valid file stat to disk_quotasUri Simchoni2016-09-131-2/+2
* vfs: add path parameter to get_quotaUri Simchoni2016-01-261-2/+2
* s3:smbd: fix a corner case of the symlink verificationMichael Adam2015-12-241-25/+53
* CVE-2015-5252: s3: smbd: Fix symlink verification (file access outside the sh...Jeremy Allison2015-12-161-3/+10
* s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme2015-12-011-2/+2
* vfs: Change final message in check_reduce_name to "info"Christof Schmitt2015-07-091-2/+1
* vfs: Make entry message for check_reduced_name a debug messageChristof Schmitt2015-07-091-1/+1
* smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2015-07-071-16/+0
* s3:util: use pread/pwrite in transfer_fileRalph Boehme2015-06-231-5/+5
* Change all uses of uint32 to uint32_t in vfs.h. This is part of a general cle...Richard Sharpe2015-05-121-7/+7
* s3: smbd: VFS: Remove vfs_stat_smb_fname() and vfs_lstat_smb_fname().Jeremy Allison2015-05-051-55/+0
* s3: smbd: VFS: Add vfs_stat_smb_basename() - to be called when we *know* stre...Jeremy Allison2015-05-051-0/+26
* vfs: add snapshot create/delete hooksDavid Disseldorp2015-03-311-0/+33
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-091-7/+7
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-171-6/+4
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-11/+11
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-2/+4
* s3:vfs: add SMB_VFS_READDIR_ATTR()Ralph Boehme2014-12-041-0/+9
* Remove a few #ifdef EWOULDBLOCkVolker Lendecke2014-09-181-5/+2
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-1/+2
* s3:smbd: use req->xconn in vfs_[p]write_data()Stefan Metzmacher2014-08-061-2/+2
* s3:smbd: move sconn->sock to xconn->transport.sockStefan Metzmacher2014-08-061-2/+2
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-181-1/+1
* vfs: remove unused function vfs_pread_data()Michael Adam2014-06-131-22/+0
* s3: smbd: Performance optimization for RECVFILE.Jeremy Allison2014-04-101-13/+43
* param: rename lp function and variable from "symlinks" to "follow_symlinks"Garming Sam2014-02-071-1/+1
* smbd: Avoid pointless strcsequal callsVolker Lendecke2013-12-141-1/+1
* vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2013-11-221-0/+21
* Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...Jeremy Allison2013-11-221-3/+3
* smbd: Fix breaking level2 on allocateVolker Lendecke2013-09-051-6/+7
* Ensure the RECVFILE path in vfs_pwrite_data() operates on a blocking socket.Jeremy Allison2013-04-201-1/+12
* Ensure the RECVFILE path in vfs_write_data() operates on a blocking socket.Jeremy Allison2013-04-191-1/+12
* smbd: Convert vfs_lstat_smb_fname to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+4
* smbd: Convert vfs_stat_smb_fname to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+4
* smbd: Convert check_reduced_name_with_privilege to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+3
* smbd: Convert vfs_GetWd to synthetic_smb_fnameVolker Lendecke2013-04-171-9/+7
* s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2013-01-161-2/+24
* vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2012-10-111-2/+1
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-2/+4
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-4/+6
* Sigh :-(. Removing optimization prematurely is the root of all evil :-(.Jeremy Allison2012-09-131-0/+13
* Move cached cwd onto conn struct.Jeremy Allison2012-09-121-1/+9
* Remove ancient "optimization" global LastDir.Jeremy Allison2012-09-121-16/+3
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-121-0/+21
* s3:vfs: add durable VFS operationsMichael Adam2012-09-081-0/+34
* s3-vfs: Indicate the symlink destination when failing check_reduced_nameAndrew Bartlett2012-08-281-2/+2
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-151-129/+0
* s3: skip loading vfs modules for printer connectionsBjörn Jacke2012-08-121-0/+6
* s3: Fix Coverity ID 710827 Resource leakVolker Lendecke2012-07-311-0/+1
* s3-vfs: async fsyncVolker Lendecke2012-07-181-0/+62