index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
VFS
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-vfs: add copy_chunk vfs hooks
David Disseldorp
2013-01-16
2
-0
/
+117
*
examples: Re-indent and reformat skel VFS modules
Andrew Bartlett
2012-10-11
2
-348
/
+436
*
vfs: Remove type parameter from sys_acl_blob_get_{fd,file}
Andrew Bartlett
2012-10-11
2
-3
/
+3
*
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
2012-10-11
2
-6
/
+14
*
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
2012-10-11
2
-6
/
+16
*
smbd: Add extra VFS hooks to get the posix ACL as a blob
Andrew Bartlett
2012-09-12
2
-0
/
+33
*
s3-smbd: Remove sys_acl_*() VFS wrapper functions
Andrew Bartlett
2012-08-15
2
-221
/
+0
*
Make it possible to build under Solaris make as well as FreeBSD and Linux. Al...
Richard Sharpe
2012-07-31
1
-4
/
+17
*
s3-vfs: async fsync
Volker Lendecke
2012-07-18
2
-0
/
+69
*
s3-aio: Remove unused VFS functions and more
Volker Lendecke
2012-07-18
2
-91
/
+0
*
s3-vfs: Add pwrite_send/recv to vfs modules
Volker Lendecke
2012-07-18
2
-0
/
+74
*
s3-vfs: Add pread_send/recv to vfs modules
Volker Lendecke
2012-07-18
2
-0
/
+73
*
examples/VFS: don't use smbd/proto.h
Stefan Metzmacher
2012-06-06
3
-3
/
+0
*
build: Move generated files out of the normal build tree
Andrew Bartlett
2012-05-18
1
-0
/
+1
*
Improve the VFS Makefile so that it is easier for use out of tree but still w...
Richard Sharpe
2012-04-16
1
-13
/
+9
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
2
-20
/
+20
*
s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
2
-13
/
+0
*
s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
2
-13
/
+0
*
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
2
-13
/
+0
*
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
2
-15
/
+0
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
2
-16
/
+16
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
2
-2
/
+2
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
2
-3
/
+8
*
Improve the Makefile. Use a standard make macro, not a shell command.
Richard Sharpe
2012-03-24
1
-1
/
+1
*
Make it possible for developers of out-of-tree modules to use the same names ...
Richard Sharpe
2012-03-24
1
-1
/
+1
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-6
/
+10
*
examples: Make examples/VFS/Makefile.in FreeBSD-friendly
Volker Lendecke
2012-03-03
1
-6
/
+14
*
s3-build: remove EXEEXT from Makefiles
Andrew Bartlett
2012-02-09
1
-3
/
+0
*
s3: Fix examples/VFS build
Volker Lendecke
2011-12-13
3
-3
/
+3
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
3
-229
/
+229
*
Improve configure.in so it can be used outside the Samba source tree.
Richard Sharpe
2011-11-17
1
-2
/
+3
*
s3-waf: make sure we build example vfs modules with --enable-developer.
Günther Deschner
2011-10-11
1
-0
/
+25
*
Fix the VFS for fsctl.
Jeremy Allison
2011-10-11
2
-0
/
+39
*
examples/VFS: add skel_get_dfs_referrals()
Stefan Metzmacher
2011-10-08
2
-0
/
+14
*
examples/VFS: fix names in skel_opaque.c
Stefan Metzmacher
2011-10-08
1
-3
/
+3
*
examples/VFS: fix a typo in the README
Michael Adam
2011-10-08
1
-1
/
+1
*
examples/VFS: try to fix the build on openbsd, adding alternative spellings o...
Michael Adam
2011-07-06
1
-2
/
+3
*
examples/VFS: add include path for s3's autoconf config.h
Michael Adam
2011-06-30
1
-0
/
+1
*
examples/VFS: fix skel_transparent.c in reference to shadow_copy changes
Björn Baumbach
2011-06-30
1
-1
/
+2
*
examples/VFS: fix skel_opaque.c in reference to shadow_copy changes
Björn Baumbach
2011-06-30
1
-1
/
+2
*
examples/VFS: fix shadow_copy_test.c in reference to shadow_copy changes
Björn Baumbach
2011-06-30
1
-3
/
+10
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
2011-06-01
2
-3
/
+3
*
s3-vfs: rename open function to open_fn.
Günther Deschner
2011-04-21
2
-2
/
+2
*
Fix the examples/VFS build.
Jeremy Allison
2011-03-07
2
-7
/
+7
*
Fix examples/VFS to use correct prototypes for is_offline() and set_offline().
Jeremy Allison
2011-03-07
2
-6
/
+6
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
2
-0
/
+12
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
2
-5
/
+7
*
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2010-12-02
2
-0
/
+16
*
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2010-11-20
2
-3
/
+3
[next]