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