index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
VFS
/
skel_transparent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-vfs: add copy_chunk vfs hooks
David Disseldorp
2013-01-16
1
-0
/
+75
*
examples: Re-indent and reformat skel VFS modules
Andrew Bartlett
2012-10-11
1
-220
/
+250
*
vfs: Remove type parameter from sys_acl_blob_get_{fd,file}
Andrew Bartlett
2012-10-11
1
-2
/
+2
*
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
2012-10-11
1
-4
/
+8
*
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
2012-10-11
1
-4
/
+9
*
smbd: Add extra VFS hooks to get the posix ACL as a blob
Andrew Bartlett
2012-09-12
1
-0
/
+18
*
s3-smbd: Remove sys_acl_*() VFS wrapper functions
Andrew Bartlett
2012-08-15
1
-102
/
+0
*
s3-vfs: async fsync
Volker Lendecke
2012-07-18
1
-0
/
+53
*
s3-aio: Remove unused VFS functions and more
Volker Lendecke
2012-07-18
1
-42
/
+0
*
s3-vfs: Add pwrite_send/recv to vfs modules
Volker Lendecke
2012-07-18
1
-0
/
+56
*
s3-vfs: Add pread_send/recv to vfs modules
Volker Lendecke
2012-07-18
1
-0
/
+56
*
examples/VFS: don't use smbd/proto.h
Stefan Metzmacher
2012-06-06
1
-1
/
+0
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-10
/
+10
*
s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-6
/
+0
*
s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-6
/
+0
*
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-6
/
+0
*
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-7
/
+0
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
1
-8
/
+8
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
1
-2
/
+4
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-6
/
+10
*
s3: Fix examples/VFS build
Volker Lendecke
2011-12-13
1
-1
/
+1
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-114
/
+114
*
Fix the VFS for fsctl.
Jeremy Allison
2011-10-11
1
-0
/
+24
*
examples/VFS: add skel_get_dfs_referrals()
Stefan Metzmacher
2011-10-08
1
-0
/
+7
*
examples/VFS: fix skel_transparent.c in reference to shadow_copy changes
Björn Baumbach
2011-06-30
1
-1
/
+2
*
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
2011-06-01
1
-2
/
+2
*
s3-vfs: rename open function to open_fn.
Günther Deschner
2011-04-21
1
-1
/
+1
*
Fix the examples/VFS build.
Jeremy Allison
2011-03-07
1
-4
/
+4
*
Fix examples/VFS to use correct prototypes for is_offline() and set_offline().
Jeremy Allison
2011-03-07
1
-4
/
+4
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
1
-0
/
+6
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
1
-3
/
+4
*
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2010-12-02
1
-0
/
+8
*
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2010-11-20
1
-2
/
+2
*
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2010-03-05
1
-0
/
+2
*
examples: Fix the build of the example VFS modules.
Karolin Seeger
2009-12-07
1
-7
/
+8
*
Update the advice for the new VFS system.
Jeremy Allison
2009-09-25
1
-4
/
+3
*
Remove unused static fn.
Jeremy Allison
2009-09-25
1
-5
/
+0
*
Rewrite vfs_transparent example for the new VFS changes.
Jeremy Allison
2009-09-25
1
-131
/
+291
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
1
-2
/
+4
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-2
/
+3
*
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2009-07-06
1
-2
/
+4
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-4
/
+4
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
1
-2
/
+3
*
s3:example/VFS: fix the build
Stefan Metzmacher
2009-02-24
1
-2
/
+4
*
s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
Tim Prouty
2009-02-19
1
-2
/
+2
*
examples/VFS: fix the configure and make with the new directory layout
Stefan Metzmacher
2009-02-05
1
-3
/
+3
*
Extend NTIMES to allow setting create_time
todd stecher
2009-01-23
1
-2
/
+2
*
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2008-10-07
1
-1
/
+1
*
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
2008-05-08
1
-7
/
+0
[next]