summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_tsmsm.c
Commit message (Expand)AuthorAgeFilesLines
* s3/vfs_tsmsm: remove unneeded cast to off_tBjörn Jacke2010-11-181-2/+2
* s3/vfs_tsmsm: fix debug output for large filesBjörn Jacke2010-11-181-6/+6
* Restructure the connect function code to always callJeremy Allison2009-11-301-3/+11
* s3:vfs: Fix the build of vfs_tsmsm after the VFS rewriteVolker Lendecke2009-09-171-3/+3
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-2/+3
* Fix breakage for connect function after API change (connect -> connect_fn)Alexander Bokovoy2009-08-021-1/+1
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-28/+11
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-3/+3
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-6/+9
* s3:vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)Michael Adam2008-12-011-1/+1
* fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell2008-08-261-2/+2
* fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell2008-08-261-4/+7
* Use size_t for strlen return, not int. Karolin pleaseJeremy Allison2008-04-081-1/+1
* Allow broader range of HSM systems in vfs_tsmsmAlexander Bokovoy2008-04-081-5/+31
* Fix some warnings in the tsmsm moduleVolker Lendecke2008-03-201-4/+6
* Fix typos and replace statvfs call with fs_capabilities()Alexander Bokovoy2008-01-291-12/+7
* Merge DMAPI fixes from TridgeAlexander Bokovoy2008-01-291-3/+22
* Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2008-01-181-41/+51
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-171-6/+12
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-171-9/+7
* Fix more VFS API mixup with offline filesAlexander Bokovoy2008-01-171-5/+4
* Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy2008-01-161-0/+338