index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_tsmsm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
Ralph Boehme
2018-07-27
1
-0
/
+2
*
vfs: Use static_decl_vfs in all VFS modules
Christof Schmitt
2017-12-18
1
-1
/
+1
*
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
2017-04-22
1
-2
/
+2
*
s3/vfs: tsmsm: add missing ;
Ralph Boehme
2016-10-17
1
-1
/
+1
*
Update smbrun to allow for settings environment variables.
Trever L. Adams
2016-10-13
1
-1
/
+2
*
s3/vfs: merge offline functionality into DOS attributes handling
Ralph Boehme
2016-10-11
1
-9
/
+93
*
s3/vfs: wrap async io function args inside struct vfs_aio_state
Ralph Boehme
2016-03-02
1
-10
/
+12
*
s3:vfs_tsmsm only send notifications when file was offline before
Christian Ambach
2012-08-17
1
-2
/
+6
*
s3: Adapt the tsmsm module to the new aio routines
Volker Lendecke
2012-08-17
1
-8
/
+120
*
s3-vfs: Fix calls of lp_parm_talloc_string
Volker Lendecke
2012-08-17
1
-6
/
+9
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-3
/
+3
*
s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-comment
Michael Adam
2012-03-22
1
-1
/
+1
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-7
/
+7
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
2011-03-02
1
-1
/
+10
*
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
2011-03-02
1
-2
/
+11
*
s3/vfs_tsmsm: remove unneeded cast to off_t
Björn Jacke
2010-11-18
1
-2
/
+2
*
s3/vfs_tsmsm: fix debug output for large files
Björn Jacke
2010-11-18
1
-6
/
+6
*
Restructure the connect function code to always call
Jeremy Allison
2009-11-30
1
-3
/
+11
*
s3:vfs: Fix the build of vfs_tsmsm after the VFS rewrite
Volker Lendecke
2009-09-17
1
-3
/
+3
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-2
/
+3
*
Fix breakage for connect function after API change (connect -> connect_fn)
Alexander Bokovoy
2009-08-02
1
-1
/
+1
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-28
/
+11
*
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
2009-07-20
1
-3
/
+3
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-6
/
+9
*
s3:vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)
Michael Adam
2008-12-01
1
-1
/
+1
*
fixed an errno handling bug that could lead to an infinite loop
Andrew Tridgell
2008-08-26
1
-2
/
+2
*
fixed tsmsm_sendfile(). The logic was totally broken.
Andrew Tridgell
2008-08-26
1
-4
/
+7
*
Use size_t for strlen return, not int. Karolin please
Jeremy Allison
2008-04-08
1
-1
/
+1
*
Allow broader range of HSM systems in vfs_tsmsm
Alexander Bokovoy
2008-04-08
1
-5
/
+31
*
Fix some warnings in the tsmsm module
Volker Lendecke
2008-03-20
1
-4
/
+6
*
Fix typos and replace statvfs call with fs_capabilities()
Alexander Bokovoy
2008-01-29
1
-12
/
+7
*
Merge DMAPI fixes from Tridge
Alexander Bokovoy
2008-01-29
1
-3
/
+22
*
Merge DMAPI fixes from CTDB Samba
Alexander Bokovoy
2008-01-18
1
-41
/
+51
*
Remove is_remotestorage() call from VFS. We already have statvfs() there to h...
Alexander Bokovoy
2008-01-17
1
-6
/
+12
*
Rework of VFS is_offline() function to only return boolean offline/online res...
Alexander Bokovoy
2008-01-17
1
-9
/
+7
*
Fix more VFS API mixup with offline files
Alexander Bokovoy
2008-01-17
1
-5
/
+4
*
Add offline storage support with Tivoli Storage Manager Space Manager
Alexander Bokovoy
2008-01-16
1
-0
/
+338