index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
vfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-26
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-04-25
No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf...
Jeremy Allison
1
-23
/
+0
2011-04-25
Correctly detect and deny symlinks anywhere in a path (not just the last comp...
Jeremy Allison
1
-27
/
+60
2011-04-22
Cosmetic. Fix bad indentation.
Jeremy Allison
1
-18
/
+18
2011-04-21
Remove duplicate code - move to parent_dirname() as a common function.
Jeremy Allison
1
-25
/
+14
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
1
-5
/
+2
2011-04-20
s3-smbd: fix the AIX 5.3 build.
Günther Deschner
1
-0
/
+3
2011-04-15
Ensure vfs_chown_fsp() is safe against races.
Jeremy Allison
1
-5
/
+71
2011-03-30
s3: only include ntioctl.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-build: only include transfer_file.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-02
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
1
-2
/
+2
2011-03-02
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
1
-2
/
+3
2011-02-09
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
1
-0
/
+9
2011-02-08
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
1
-2
/
+2
2011-02-05
Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.
Jeremy Allison
1
-0
/
+30
2010-12-21
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
1
-1
/
+12
2010-12-19
s3: re-add some debugs to check_reduced_name
Volker Lendecke
1
-0
/
+2
2010-12-19
s3: Fix some typos
Volker Lendecke
1
-1
/
+1
2010-12-18
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
1
-9
/
+12
2010-12-14
Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into fsp->fsp_...
Jeremy Allison
1
-19
/
+20
2010-12-03
Merge the two conflicting allocation codes into one function, vfs_slow_falloc...
Jeremy Allison
1
-34
/
+45
2010-12-02
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
1
-2
/
+11
2010-12-02
Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all...
Jeremy Allison
1
-2
/
+30
2010-11-20
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
1
-42
/
+10
2010-09-13
Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.
Jeremy Allison
1
-1
/
+1
2010-08-26
s3-build: only include memcache.h where needed.
Günther Deschner
1
-0
/
+1
2010-08-16
s3: Remove smbd_server_fd from vfs_pwrite_data
Volker Lendecke
1
-1
/
+1
2010-08-16
s3: Remove smbd_server_fd from vfs_write_data
Volker Lendecke
1
-1
/
+1
2010-07-13
Revert "Remove the global char *LastDir."
Jeremy Allison
1
-1
/
+20
2010-03-28
s3: Fix typos in a debug message in vfs_init_custom
Volker Lendecke
1
-1
/
+2
2010-03-05
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
1
-1
/
+3
2010-02-11
Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...
Jeremy Allison
1
-1
/
+1
2010-02-11
Introduce lp_safe_widelinks()
Simo Sorce
1
-1
/
+1
2010-02-05
Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
Jeremy Allison
1
-1
/
+1
2010-01-12
Remove the global char *LastDir.
Jeremy Allison
1
-20
/
+1
2009-11-24
Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or with
Jeremy Allison
1
-3
/
+11
2009-11-18
s3: Do not talloc in readdir
Volker Lendecke
1
-18
/
+24
2009-11-12
s3: Fix debug messages in check_reduced_name
Volker Lendecke
1
-13
/
+24
2009-10-06
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
1
-2
/
+4
2009-10-02
Remove lots of duplicate code and move it into one
Jeremy Allison
1
-0
/
+25
2009-10-02
Fix more use of VFS_STAT when posix pathnames selected.
Jeremy Allison
1
-1
/
+6
2009-09-24
vfs catia: Fix the double translation that was happening with createfile and ...
Aravind Srinivasan
1
-3
/
+5
2009-08-28
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
1
-2
/
+19
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
1
-2
/
+3
2009-07-25
First patch for "new VFS" portability
Volker Lendecke
1
-5
/
+5
2009-07-24
add my copyright after the VFS rewrite
Volker Lendecke
1
-0
/
+1
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-32
/
+838
2009-07-24
Fix some nonempty blank lines
Volker Lendecke
1
-4
/
+4
[next]