Age | Commit message (Expand) | Author | Files | Lines |
2009-11-30 | Restructure the connect function code to always call | Jeremy Allison | 1 | -3/+11 |
2009-09-17 | s3:vfs: Fix the build of vfs_tsmsm after the VFS rewrite | Volker Lendecke | 1 | -3/+3 |
2009-08-24 | Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of... | Jeremy Allison | 1 | -2/+3 |
2009-08-02 | Fix breakage for connect function after API change (connect -> connect_fn) | Alexander Bokovoy | 1 | -1/+1 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -28/+11 |
2009-07-20 | s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules. | Tim Prouty | 1 | -3/+3 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -6/+9 |
2008-12-01 | s3:vfs_tsmsm: fix potential segfault (freeing uninitialized buffer) | Michael Adam | 1 | -1/+1 |
2008-08-26 | fixed an errno handling bug that could lead to an infinite loop | Andrew Tridgell | 1 | -2/+2 |
2008-08-26 | fixed tsmsm_sendfile(). The logic was totally broken. | Andrew Tridgell | 1 | -4/+7 |
2008-04-08 | Use size_t for strlen return, not int. Karolin please | Jeremy Allison | 1 | -1/+1 |
2008-04-08 | Allow broader range of HSM systems in vfs_tsmsm | Alexander Bokovoy | 1 | -5/+31 |
2008-03-20 | Fix some warnings in the tsmsm module | Volker Lendecke | 1 | -4/+6 |
2008-01-29 | Fix typos and replace statvfs call with fs_capabilities() | Alexander Bokovoy | 1 | -12/+7 |
2008-01-29 | Merge DMAPI fixes from Tridge | Alexander Bokovoy | 1 | -3/+22 |
2008-01-18 | Merge DMAPI fixes from CTDB Samba | Alexander Bokovoy | 1 | -41/+51 |
2008-01-17 | Remove is_remotestorage() call from VFS. We already have statvfs() there to h... | Alexander Bokovoy | 1 | -6/+12 |
2008-01-17 | Rework of VFS is_offline() function to only return boolean offline/online res... | Alexander Bokovoy | 1 | -9/+7 |
2008-01-17 | Fix more VFS API mixup with offline files | Alexander Bokovoy | 1 | -5/+4 |
2008-01-16 | Add offline storage support with Tivoli Storage Manager Space Manager | Alexander Bokovoy | 1 | -0/+338 |