summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-181-54/+0
* s3-vfs: async preadVolker Lendecke2012-07-181-0/+64
* s3-vfs: async pwriteVolker Lendecke2012-07-181-0/+65
* s3: Fix Coverity ID 703869 Logically dead codeVolker Lendecke2012-06-111-10/+6
* s3:smbd: make struct vfs_fsp_data private to vfs.cStefan Metzmacher2012-06-061-0/+10
* s3:smbd: add vfs_remove_all_fsp_extensions()Stefan Metzmacher2012-06-061-0/+21
* Add an audit file VFS routine so we can handle auditing with SACLs.Richard Sharpe2012-04-281-0/+14
* s3: Simplify check_reduced_name a bitVolker Lendecke2012-04-241-9/+5
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-19/+19
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-7/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-9/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-7/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-8/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-9/+9
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-2/+2
* s3-vfs: Use new smb_load_module for better diagnosticsAndrew Bartlett2012-04-031-1/+1
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-261-2/+4
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-211-1/+2
* Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison2012-02-291-3/+157
* Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison2012-02-291-0/+15
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-136/+141
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-171-0/+15
* s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher2011-10-081-0/+7