summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_default.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett1-8/+8
2012-05-24s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher1-1/+3
2012-04-28Add an audit file VFS routine so we can handle auditing with SACLs.Richard Sharpe1-0/+10
2012-04-09s3: Move the aio signal init to the vfs moduleVolker Lendecke1-0/+8
2012-04-06Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...Jeremy Allison1-0/+13
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-15/+15
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-6/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-10/+10
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-2/+2
2012-04-05build: Remove sys_rewinddir wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_closedir wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_telldir wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_seekdir wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_readdir wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_opendir wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_lseek wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_ftruncate wrapperAndrew Bartlett1-4/+4
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke1-3/+4
2012-03-21s3: Remove "conn" from sys_notify_contextVolker Lendecke1-1/+1
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke1-1/+3
2012-03-11s3: Improve statvfs supportBrad Smith1-6/+6
2012-03-02s3: Further fix for bug 8777Brad Smith1-1/+1
2012-02-25s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith1-1/+1
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-113/+113
2011-10-14Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm1-15/+10
2011-10-08s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher1-0/+177
2011-10-01Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe1-0/+335
2011-09-30s3: Re-add (), fix a gcc hintVolker Lendecke1-1/+1
2011-09-27Free the memory talloc'dRichard Sharpe1-1/+6
2011-06-01Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison1-4/+2
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison1-2/+4
2011-05-31s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke1-1/+4
2011-05-04s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.Günther Deschner1-2/+2
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-5/+1
2011-04-20s3-smbd: fix the AIX 5.3 build.Günther Deschner1-0/+4
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-0/+1
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+2
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke1-1/+2
2011-03-02s3: Pass smb_filename through the is_offline vfs opVolker Lendecke1-2/+13
2011-02-09Correctly plumb in VFS_FDOPENDIR.Jeremy Allison1-0/+1
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison1-0/+14
2011-02-01s3: Fix bug 7940 -- fall back for utimes callsVolker Lendecke1-4/+14
2010-12-21Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison1-1/+1
2010-12-21Added call out to a Linux-compatible fallocate() when we need to extend a fileJeremy Allison1-2/+3