summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_tsmsm.c
Commit message (Expand)AuthorAgeFilesLines
* s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-271-0/+2
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s3/vfs: tsmsm: add missing ;Ralph Boehme2016-10-171-1/+1
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-1/+2
* s3/vfs: merge offline functionality into DOS attributes handlingRalph Boehme2016-10-111-9/+93
* s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme2016-03-021-10/+12
* s3:vfs_tsmsm only send notifications when file was offline beforeChristian Ambach2012-08-171-2/+6
* s3: Adapt the tsmsm module to the new aio routinesVolker Lendecke2012-08-171-8/+120
* s3-vfs: Fix calls of lp_parm_talloc_stringVolker Lendecke2012-08-171-6/+9
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-3/+3
* s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-commentMichael Adam2012-03-221-1/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-7/+7
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-021-1/+10
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-021-2/+11
* 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