summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_scannedonly.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17vfs: Convert vfs_scannedonly to synthetic_smb_fnameVolker Lendecke1-16/+12
2012-06-12s3:vfs:scannedonly: fix use of non-existent word (existant)Michael Adam1-5/+5
2012-04-19s3: Fix Coverity ID 2682: NULL_RETURNSVolker Lendecke1-0/+4
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-12/+12
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-8/+8
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-2/+3
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-12/+12
2011-10-15Removed unused variable.Jeremy Allison1-1/+0
2011-08-23scannedonly module: improve sleep behavior when reading a directory with mult...Olivier Sessink1-14/+16
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-06Fixup use of const.Jeremy Allison1-2/+2
2011-05-06Change the char * pointers in the struct to const char * (which is how they'r...Jeremy Allison1-19/+18
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison1-0/+30
2010-11-20switch from mtime to ctime which is more reliable if files can be accessed ou...olivier1-4/+4
2010-09-16s3/vfs_scannedonly: use smb_msleep instead of nanosleepBjörn Jacke1-2/+1
2010-08-03make scannedonly notify the scanner if no .scanned: file was found during renameolivier1-7/+16
2010-06-28s3-vfs: Make sure that retval isn't used uninitialized.Andreas Schneider1-1/+1
2010-02-04Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.Jeremy Allison1-1/+5
2010-02-04s3:vfs_scannedonly: fix build on HP-UXBjörn Jacke1-0/+6
2010-01-29AIX doesn't have MSG_DONTWAITolivier1-1/+1
2010-01-14Part 4 of bug #7028 - include scannedonly VFS moduleOlivier Sessink1-13/+8
2010-01-12Fix two uses of strncat -> strlcat. Ensure proper use of strncpy when setting...Jeremy Allison1-3/+3
2010-01-12s3: Lift the version of the scannedonly VFS moduleVolker Lendecke1-1/+1
2010-01-12s3: Add the "scannedonly" vfs virus scanner interface moduleOlivier Sessink1-0/+995