summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-19/+19
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett1-7/+0
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett1-9/+0
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett1-7/+0
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett1-8/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-9/+9
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-2/+2
2012-04-03s3-vfs: Use new smb_load_module for better diagnosticsAndrew Bartlett1-1/+1
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke1-2/+4
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke1-1/+2
2012-02-29Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison1-3/+157
2012-02-29Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison1-0/+15
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-136/+141
2011-10-17First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm1-0/+15
2011-10-08s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher1-0/+7
2011-10-01Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe1-0/+17
2011-08-19Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison1-3/+7
2011-07-05s3:smbd fix a compile warning on AIX 5.3Christian Ambach1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-01Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison1-8/+9
2011-05-31s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke1-1/+1
2011-05-05Fix many const compiler warnings.Jeremy Allison1-1/+1
2011-04-26s3: Fix a typoVolker Lendecke1-1/+1
2011-04-25No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf...Jeremy Allison1-23/+0
2011-04-25Correctly detect and deny symlinks anywhere in a path (not just the last comp...Jeremy Allison1-27/+60
2011-04-22Cosmetic. Fix bad indentation.Jeremy Allison1-18/+18
2011-04-21Remove duplicate code - move to parent_dirname() as a common function.Jeremy Allison1-25/+14
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-5/+2
2011-04-20s3-smbd: fix the AIX 5.3 build.Günther Deschner1-0/+3
2011-04-15Ensure vfs_chown_fsp() is safe against races.Jeremy Allison1-5/+71
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-build: only include transfer_file.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke1-2/+2
2011-03-02s3: Pass smb_filename through the is_offline vfs opVolker Lendecke1-2/+3
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison1-0/+9
2011-02-08If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison1-2/+2
2011-02-05Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison1-0/+30
2010-12-21Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison1-1/+12
2010-12-19s3: re-add some debugs to check_reduced_nameVolker Lendecke1-0/+2
2010-12-19s3: Fix some typosVolker Lendecke1-1/+1
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison1-9/+12
2010-12-14Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_...Jeremy Allison1-19/+20
2010-12-03Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison1-34/+45
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison1-2/+11
2010-12-02Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all...Jeremy Allison1-2/+30
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison1-42/+10
2010-09-13Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.Jeremy Allison1-1/+1
2010-08-26s3-build: only include memcache.h where needed.Günther Deschner1-0/+1