summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_time_audit.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_time_audit: Make durable functions staticVolker Lendecke2014-01-241-16/+16
* vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2013-11-221-0/+53
* s3/time_audit: Add offline and durable functionsChristof Schmitt2013-10-121-0/+111
* smbd: Add brl_fsp access functionVolker Lendecke2013-09-111-3/+3
* s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2013-01-161-0/+85
* vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2012-10-111-2/+1
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-2/+6
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-4/+6
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-121-0/+48
* s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fnChristof Schmitt2012-09-101-0/+1
* s3:vfs/time_audit: add path names to log messagesRalph Wuerthner2012-09-101-80/+170
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-151-357/+0
* vfs_time_audit: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-7/+0
* s3-vfs: async fsyncVolker Lendecke2012-07-181-0/+65
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-181-148/+0
* s3-vfs: Add pwrite_send/recv to vfs modulesVolker Lendecke2012-07-181-0/+67
* s3-vfs: Add pread_send/recv to vfs modulesVolker Lendecke2012-07-181-0/+68
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-12/+12
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-20/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-23/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-21/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-21/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-10/+10
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-2/+2
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-261-2/+4
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-211-1/+2
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-108/+108
* s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach2011-06-171-3/+3
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-011-2/+2
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-311-1/+1
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison2011-02-091-0/+21
* Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison2010-12-181-4/+5
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-021-0/+22
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-2/+2
* s3/time_audit: fix a change that was just for debuggin purposeѕBjörn Jacke2010-11-101-2/+2
* s3/vfs_time_audit: use monotonic clock for time deltasBjörn Jacke2010-11-101-334/+445
* s3: Add a vfs_time_audit moduleAbhidnya P Chirmule2010-10-281-0/+2306