summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_tsmsm.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-05vfs: Fix some whitespaceVolker Lendecke1-23/+23
2024-11-05vfs_tsmsm: trigger NOTIFY_ACTION_DIRLEASE_BREAK when changing offline attributeRalph Boehme1-8/+10
2024-11-05smbd: pass lease, if any, to notify_fname()Ralph Boehme1-10/+18
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-17s3:modules: Fix code spellingAndreas Schneider1-1/+1
2021-04-08VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power1-32/+0
2020-12-16vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme1-15/+0
2020-12-16smbd: use fdos_mode() in tsmsm_fset_dos_attributes()Ralph Boehme1-1/+1
2020-12-16smbd: use fdos_mode() in tsmsm_set_dos_attributes()Ralph Boehme1-1/+1
2019-11-27s3:vfs_tsmsm: make use of lp_parm_substituted_string()Stefan Metzmacher1-6/+8
2018-07-27s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme1-0/+2
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-10-17s3/vfs: tsmsm: add missing ;Ralph Boehme1-1/+1
2016-10-13Update smbrun to allow for settings environment variables.Trever L. Adams1-1/+2
2016-10-11s3/vfs: merge offline functionality into DOS attributes handlingRalph Boehme1-9/+93
2016-03-02s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme1-10/+12
2012-08-17s3:vfs_tsmsm only send notifications when file was offline beforeChristian Ambach1-2/+6
2012-08-17s3: Adapt the tsmsm module to the new aio routinesVolker Lendecke1-8/+120
2012-08-17s3-vfs: Fix calls of lp_parm_talloc_stringVolker Lendecke1-6/+9
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-3/+3
2012-03-22s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-commentMichael Adam1-1/+1
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-7/+7
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke1-1/+10
2011-03-02s3: Pass smb_filename through the is_offline vfs opVolker Lendecke1-2/+11
2010-11-18s3/vfs_tsmsm: remove unneeded cast to off_tBjörn Jacke1-2/+2
2010-11-18s3/vfs_tsmsm: fix debug output for large filesBjörn Jacke1-6/+6
2009-11-30Restructure the connect function code to always callJeremy Allison1-3/+11
2009-09-17s3:vfs: Fix the build of vfs_tsmsm after the VFS rewriteVolker Lendecke1-3/+3
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison1-2/+3
2009-08-02Fix breakage for connect function after API change (connect -> connect_fn)Alexander Bokovoy1-1/+1
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-28/+11
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-3/+3
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-6/+9
2008-12-01s3:vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)Michael Adam1-1/+1
2008-08-26fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell1-2/+2
2008-08-26fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell1-4/+7
2008-04-08Use size_t for strlen return, not int. Karolin pleaseJeremy Allison1-1/+1
2008-04-08Allow broader range of HSM systems in vfs_tsmsmAlexander Bokovoy1-5/+31
2008-03-20Fix some warnings in the tsmsm moduleVolker Lendecke1-4/+6
2008-01-29Fix typos and replace statvfs call with fs_capabilities()Alexander Bokovoy1-12/+7
2008-01-29Merge DMAPI fixes from TridgeAlexander Bokovoy1-3/+22
2008-01-18Merge DMAPI fixes from CTDB SambaAlexander Bokovoy1-41/+51
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy1-6/+12
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy1-9/+7
2008-01-17Fix more VFS API mixup with offline filesAlexander Bokovoy1-5/+4
2008-01-16Add offline storage support with Tivoli Storage Manager Space ManagerAlexander Bokovoy1-0/+338