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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-06
examples/VFS: try to fix the build on openbsd, adding alternative spellings o...
Michael Adam
1
-2
/
+3
2011-06-30
examples/VFS: add include path for s3's autoconf config.h
Michael Adam
1
-0
/
+1
2011-06-30
examples/VFS: fix skel_transparent.c in reference to shadow_copy changes
Björn Baumbach
1
-1
/
+2
2011-06-30
examples/VFS: fix skel_opaque.c in reference to shadow_copy changes
Björn Baumbach
1
-1
/
+2
2011-06-30
examples/VFS: fix shadow_copy_test.c in reference to shadow_copy changes
Björn Baumbach
1
-3
/
+10
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-1
/
+1
2011-06-01
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
2
-3
/
+3
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
2
-2
/
+2
2011-03-07
Fix the examples/VFS build.
Jeremy Allison
2
-7
/
+7
2011-03-07
Fix examples/VFS to use correct prototypes for is_offline() and set_offline().
Jeremy Allison
2
-6
/
+6
2011-02-09
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2
-0
/
+12
2010-12-18
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2
-5
/
+7
2010-12-02
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2
-0
/
+16
2010-11-20
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2
-3
/
+3
2010-03-05
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2
-0
/
+3
2009-12-07
examples: Fix the build of the example VFS modules.
Karolin Seeger
2
-10
/
+13
2009-09-25
Fix the opaque sample module for the new VFS interface.
Jeremy Allison
1
-216
/
+389
2009-09-25
Update the advice for the new VFS system.
Jeremy Allison
1
-4
/
+3
2009-09-25
Remove unused static fn.
Jeremy Allison
1
-5
/
+0
2009-09-25
Rewrite vfs_transparent example for the new VFS changes.
Jeremy Allison
1
-131
/
+291
2009-09-25
Fix vfs module sample for new interface.
Jeremy Allison
1
-6
/
+5
2009-07-18
VFS examples: Update copy of config.{guess,sub}.
Jelmer Vernooij
2
-75
/
+282
2009-07-06
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2
-4
/
+8
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2
-4
/
+6
2009-07-06
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2
-4
/
+8
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2
-8
/
+8
2009-06-17
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2
-4
/
+6
2009-02-24
s3:example/VFS: fix the build
Stefan Metzmacher
2
-4
/
+8
2009-02-19
s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
Tim Prouty
2
-3
/
+3
2009-02-05
examples/VFS: fix the configure and make with the new directory layout
Stefan Metzmacher
4
-15
/
+17
2009-01-23
Extend NTIMES to allow setting create_time
todd stecher
2
-4
/
+4
2008-10-07
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2
-2
/
+2
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
2
-15
/
+0
2008-04-21
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
2
-4
/
+4
2008-01-17
Remove is_remotestorage() call from VFS. We already have statvfs() there to h...
Alexander Bokovoy
2
-7
/
+0
2008-01-17
Rework of VFS is_offline() function to only return boolean offline/online res...
Alexander Bokovoy
2
-4
/
+4
2008-01-16
Fix the mess that ab just made of the new VFS code.
Jeremy Allison
2
-2
/
+54
2008-01-11
Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
Michael Adam
2
-4
/
+4
2008-01-11
Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
Michael Adam
2
-4
/
+4
2008-01-10
Remove redundant parameter fd from SMB_VFS_WRITE().
Michael Adam
2
-4
/
+4
2008-01-10
Remove redundant parameter fd from SMB_VFS_READ().
Michael Adam
2
-4
/
+4
2008-01-08
Fix returns in void functions.
Michael Adam
1
-2
/
+2
2008-01-08
Fix examples/VFS after VFS API changes.
Michael Adam
2
-33
/
+33
2008-01-07
Remove redundant parameter fd from SMB_VFS_LOCK().
Michael Adam
2
-4
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
2
-4
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2
-4
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2
-4
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2
-4
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSYNC().
Michael Adam
2
-4
/
+4
[next]