summaryrefslogtreecommitdiff
path: root/examples/VFS/skel_transparent.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett1-102/+0
2012-07-18s3-vfs: async fsyncVolker Lendecke1-0/+53
2012-07-18s3-aio: Remove unused VFS functions and moreVolker Lendecke1-42/+0
2012-07-18s3-vfs: Add pwrite_send/recv to vfs modulesVolker Lendecke1-0/+56
2012-07-18s3-vfs: Add pread_send/recv to vfs modulesVolker Lendecke1-0/+56
2012-06-06examples/VFS: don't use smbd/proto.hStefan Metzmacher1-1/+0
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-10/+10
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett1-6/+0
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett1-6/+0
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett1-6/+0
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett1-7/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-8/+8
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-1/+1
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke1-2/+4
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke1-6/+10
2011-12-13s3: Fix examples/VFS buildVolker Lendecke1-1/+1
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-114/+114
2011-10-11Fix the VFS for fsctl.Jeremy Allison1-0/+24
2011-10-08examples/VFS: add skel_get_dfs_referrals()Stefan Metzmacher1-0/+7
2011-06-30examples/VFS: fix skel_transparent.c in reference to shadow_copy changesBjörn Baumbach1-1/+2
2011-06-01Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison1-2/+2
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-1/+1
2011-03-07Fix the examples/VFS build.Jeremy Allison1-4/+4
2011-03-07Fix examples/VFS to use correct prototypes for is_offline() and set_offline().Jeremy Allison1-4/+4
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison1-0/+6
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison1-3/+4
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison1-0/+8
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison1-2/+2
2010-03-05Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison1-0/+2
2009-12-07examples: Fix the build of the example VFS modules.Karolin Seeger1-7/+8
2009-09-25Update the advice for the new VFS system.Jeremy Allison1-4/+3
2009-09-25Remove unused static fn.Jeremy Allison1-5/+0
2009-09-25Rewrite vfs_transparent example for the new VFS changes.Jeremy Allison1-131/+291
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty1-2/+4
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-2/+3
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-2/+4
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-4/+4
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-2/+3
2009-02-24s3:example/VFS: fix the buildStefan Metzmacher1-2/+4
2009-02-19s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty1-2/+2
2009-02-05examples/VFS: fix the configure and make with the new directory layoutStefan Metzmacher1-3/+3
2009-01-23Extend NTIMES to allow setting create_timetodd stecher1-2/+2
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison1-1/+1
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-7/+0
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-2/+2
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy1-1/+0
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy1-2/+2
2008-01-16Fix the mess that ab just made of the new VFS code.Jeremy Allison1-1/+27
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam1-2/+2
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam1-2/+2