s3-vfs: Put vfs_aixacl_util.c helper functions into a header file
[kai/samba.git] / source3 / modules / vfs_scannedonly.c
2012-06-12 Michael Adams3:vfs:scannedonly: fix use of non-existent word (existant)
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2682: NULL_RETURNS
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-03-30 Jeremy AllisonMore strlcat/strlcpy truncate checks.
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-10-14 Jeremy AllisonRemoved unused variable.
2011-08-23 Olivier Sessinkscannedonly module: improve sleep behavior when reading...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-05-05 Jeremy AllisonFixup use of const.
2011-05-05 Jeremy AllisonChange the char * pointers in the struct to const char...
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2010-11-20 olivierswitch from mtime to ctime which is more reliable if...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-16 Björn Jackes3/vfs_scannedonly: use smb_msleep instead of nanosleep
2010-08-03 oliviermake scannedonly notify the scanner if no .scanned...
2010-06-28 Andreas Schneiders3-vfs: Make sure that retval isn't used uninitialized.
2010-02-05 Jeremy AllisonFix bug 7075 - bug in vfs_scannedonly rmdir implementation.
2010-02-04 Björn Jackes3:vfs_scannedonly: fix build on HP-UX
2010-01-29 olivierAIX doesn't have MSG_DONTWAIT
2010-01-14 Olivier SessinkPart 4 of bug #7028 - include scannedonly VFS module
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 Jeremy AllisonFix two uses of strncat -> strlcat. Ensure proper use...
2010-01-12 Volker Lendeckes3: Lift the version of the scannedonly VFS module
2010-01-12 Olivier Sessinks3: Add the "scannedonly" vfs virus scanner interface...