Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-23 | scannedonly module: improve sleep behavior when reading a directory with ↵ | Olivier Sessink | 1 | -14/+16 | |
multiple non-scanned files | |||||
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 1 | -2/+2 | |
Using the standard macro makes it easier to move code into common, as TALLOC_P isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | |||||
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 ↵ | Jeremy Allison | 1 | -19/+18 | |
they're treated). | |||||
2011-04-21 | s3-vfs: rename open function to open_fn. | Günther Deschner | 1 | -1/+1 | |
This should finally fix the AIX build and allow to remove AIX specific ifdefs. Guenther Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 21 02:01:20 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3-vfs: include smbd/smbd.h in vfs modules. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-09 | Add fdopendir to the VFS. We will use this to reuse a directory fd already ↵ | Jeremy Allison | 1 | -0/+30 | |
open by NtCreateX. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 9 00:55:22 CET 2011 on sn-devel-104 | |||||
2010-11-20 | switch from mtime to ctime which is more reliable if files can be accessed ↵ | olivier | 1 | -4/+4 | |
outside samba as well Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Nov 20 03:07:04 CET 2010 on sn-devel-104 | |||||
2010-09-16 | s3/vfs_scannedonly: use smb_msleep instead of nanosleep | Björn Jacke | 1 | -2/+1 | |
Thanks to Joachim Schmitz. This fixes bug #7478 | |||||
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 | |
Found by clang-analyzer. | |||||
2010-02-04 | Fix bug 7075 - bug in vfs_scannedonly rmdir implementation. | Jeremy Allison | 1 | -1/+5 | |
Check for NULL on opendir, correctly call next rmdir. Jeremy. | |||||
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 | |
Fix some issues with handling names ending in '/'. | |||||
2010-01-12 | Fix two uses of strncat -> strlcat. Ensure proper use of strncpy when ↵ | Jeremy Allison | 1 | -3/+3 | |
setting socket name. Jeremy. | |||||
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 | |