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