index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_scannedonly.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Fix Coverity ID 2682: NULL_RETURNS
Volker Lendecke
2012-04-19
1
-0
/
+4
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
1
-12
/
+12
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
1
-8
/
+8
*
More strlcat/strlcpy truncate checks.
Jeremy Allison
2012-03-30
1
-2
/
+3
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-12
/
+12
*
Removed unused variable.
Jeremy Allison
2011-10-15
1
-1
/
+0
*
scannedonly module: improve sleep behavior when reading a directory with mult...
Olivier Sessink
2011-08-23
1
-14
/
+16
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
Fixup use of const.
Jeremy Allison
2011-05-06
1
-2
/
+2
*
Change the char * pointers in the struct to const char * (which is how they'r...
Jeremy Allison
2011-05-06
1
-19
/
+18
*
s3-vfs: rename open function to open_fn.
Günther Deschner
2011-04-21
1
-1
/
+1
*
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
1
-0
/
+30
*
switch from mtime to ctime which is more reliable if files can be accessed ou...
olivier
2010-11-20
1
-4
/
+4
*
s3/vfs_scannedonly: use smb_msleep instead of nanosleep
Björn Jacke
2010-09-16
1
-2
/
+1
*
make scannedonly notify the scanner if no .scanned: file was found during rename
olivier
2010-08-03
1
-7
/
+16
*
s3-vfs: Make sure that retval isn't used uninitialized.
Andreas Schneider
2010-06-28
1
-1
/
+1
*
Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.
Jeremy Allison
2010-02-04
1
-1
/
+5
*
s3:vfs_scannedonly: fix build on HP-UX
Björn Jacke
2010-02-04
1
-0
/
+6
*
AIX doesn't have MSG_DONTWAIT
olivier
2010-01-29
1
-1
/
+1
*
Part 4 of bug #7028 - include scannedonly VFS module
Olivier Sessink
2010-01-14
1
-13
/
+8
*
Fix two uses of strncat -> strlcat. Ensure proper use of strncpy when setting...
Jeremy Allison
2010-01-12
1
-3
/
+3
*
s3: Lift the version of the scannedonly VFS module
Volker Lendecke
2010-01-12
1
-1
/
+1
*
s3: Add the "scannedonly" vfs virus scanner interface module
Olivier Sessink
2010-01-12
1
-0
/
+995