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
2012-03-21
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
1
-1
/
+2
2012-02-29
Add the implementation of check_reduced_name_with_privilege(). Now to plumb into
Jeremy Allison
1
-3
/
+157
2012-02-29
Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...
Jeremy Allison
1
-0
/
+15
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-136
/
+141
2011-10-17
First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.
Frank Lahm
1
-0
/
+15
2011-10-08
s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
Stefan Metzmacher
1
-0
/
+7
2011-10-01
Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...
Richard Sharpe
1
-0
/
+17
2011-08-19
Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directory
Jeremy Allison
1
-3
/
+7
2011-07-05
s3:smbd fix a compile warning on AIX 5.3
Christian Ambach
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-06-01
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
1
-8
/
+9
2011-05-31
s3: Remove SHADOW_COPY_DATA typedef
Volker Lendecke
1
-1
/
+1
2011-05-05
Fix many const compiler warnings.
Jeremy Allison
1
-1
/
+1
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
[next]