summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison2011-02-051-0/+30
* Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison2010-12-211-1/+12
* s3: re-add some debugs to check_reduced_nameVolker Lendecke2010-12-191-0/+2
* s3: Fix some typosVolker Lendecke2010-12-191-1/+1
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-181-9/+12
* Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_...Jeremy Allison2010-12-141-19/+20
* Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison2010-12-031-34/+45
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-021-2/+11
* Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all...Jeremy Allison2010-12-021-2/+30
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-42/+10
* Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.Jeremy Allison2010-09-131-1/+1
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-261-0/+1
* s3: Remove smbd_server_fd from vfs_pwrite_dataVolker Lendecke2010-08-161-1/+1
* s3: Remove smbd_server_fd from vfs_write_dataVolker Lendecke2010-08-161-1/+1
* Revert "Remove the global char *LastDir."Jeremy Allison2010-07-131-1/+20
* s3: Fix typos in a debug message in vfs_init_customVolker Lendecke2010-03-281-1/+2
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-1/+3
* Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...Jeremy Allison2010-02-111-1/+1
* Introduce lp_safe_widelinks()Simo Sorce2010-02-111-1/+1
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-051-1/+1
* Remove the global char *LastDir.Jeremy Allison2010-01-121-20/+1
* Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or withJeremy Allison2009-11-241-3/+11
* s3: Do not talloc in readdirVolker Lendecke2009-11-181-18/+24
* s3: Fix debug messages in check_reduced_nameVolker Lendecke2009-11-121-13/+24
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-2/+4
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-021-0/+25
* Fix more use of VFS_STAT when posix pathnames selected.Jeremy Allison2009-10-021-1/+6