index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_tsmsm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-7
/
+7
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-02
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
1
-1
/
+10
2011-03-02
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
1
-2
/
+11
2010-11-18
s3/vfs_tsmsm: remove unneeded cast to off_t
Björn Jacke
1
-2
/
+2
2010-11-18
s3/vfs_tsmsm: fix debug output for large files
Björn Jacke
1
-6
/
+6
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