summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe2011-10-011-0/+17
* Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison2011-08-191-3/+7
* s3:smbd fix a compile warning on AIX 5.3Christian Ambach2011-07-051-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-011-8/+9
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-311-1/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* s3: Fix a typoVolker Lendecke2011-04-261-1/+1
* No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf...Jeremy Allison2011-04-251-23/+0
* Correctly detect and deny symlinks anywhere in a path (not just the last comp...Jeremy Allison2011-04-251-27/+60
* Cosmetic. Fix bad indentation.Jeremy Allison2011-04-221-18/+18
* Remove duplicate code - move to parent_dirname() as a common function.Jeremy Allison2011-04-211-25/+14
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-5/+2
* s3-smbd: fix the AIX 5.3 build.Günther Deschner2011-04-201-0/+3
* Ensure vfs_chown_fsp() is safe against races.Jeremy Allison2011-04-151-5/+71
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-021-2/+2
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-021-2/+3
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+9
* If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2011-02-081-2/+2