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_streams_xattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs_streams_xattr: use fsp, not base_fsp
Ralph Boehme
2017-02-25
1
-24
/
+17
*
s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store the same path a...
Jeremy Allison
2017-02-07
1
-1
/
+8
*
vfs_streams_xattr: fix and simplify streams_xattr_get_name()
Ralph Boehme
2015-10-16
1
-20
/
+19
*
vfs_streams_xattr: stream names may contain colons
Ralph Boehme
2015-08-07
1
-1
/
+15
*
Convert all uint8/16/32 to _t in all modules.
Richard Sharpe
2015-05-06
1
-4
/
+4
*
s3/vfs: change fallocate mode flags from enum->uint32_t
David Disseldorp
2015-03-09
1
-1
/
+1
*
vfs_streams_xattr: add missing call to SMB_VFS_NEXT_CONNECT
Ralph Boehme
2014-12-12
1
-0
/
+6
*
s3: modules: Fix *allocate* calls to follow POSIX error return convention.
Jeremy Allison
2014-12-08
1
-2
/
+3
*
vfs_streams_xattr: check stream type
Ralph Boehme
2014-11-22
1
-0
/
+6
*
vfs_streams_xattr: initialize pointer
Ralph Boehme
2014-11-21
1
-1
/
+1
*
vfs_streams_xattr: fix check with samba_private_attr_name()
Ralph Boehme
2014-11-21
1
-3
/
+18
*
vfs_streams_xattr: add options "prefix" and "store_stream_type"
Ralph Boehme
2014-06-13
1
-30
/
+92
*
s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can...
Jeremy Allison
2014-02-08
1
-1
/
+12
*
build: Build with system md5.h on OpenIndiana
Andrew Bartlett
2013-06-19
1
-1
/
+1
*
vfs_streams_xattr: Do not attempt to write empty attribute twice
Christof Schmitt
2013-06-17
1
-31
/
+11
*
Initialize the file descriptor in the files_struct before trying to close it....
Christof Schmitt
2013-06-13
1
-0
/
+1
*
vfs: Convert streams_xattr_streaminfo to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+4
*
vfs: Convert streams_xattr_open to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-6
/
+4
*
vfs: Convert streams_xattr_fstat to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-7
/
+4
*
vfs: Convert streams_xattr_unlink to cp_smb_filename
Volker Lendecke
2013-04-17
1
-4
/
+3
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
1
-1
/
+3
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-7
/
+7
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-11
/
+11
*
Add support for VFS op streaminfo chaining in all relevant VFS modules.
Frank Lahm
2011-10-14
1
-14
/
+4
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-3
/
+3
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
2011-05-06
1
-2
/
+2
*
s3-vfs: rename open function to open_fn.
Günther Deschner
2011-04-21
1
-1
/
+1
*
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
1
-4
/
+5
*
posix_fallocate() returns an errno, not -1 on error.
Jeremy Allison
2010-12-03
1
-1
/
+1
*
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2010-12-02
1
-0
/
+26
*
s3: fix calculation of st_blocks in streams_xattr
Björn Jacke
2010-06-09
1
-3
/
+3
*
s3-crypto: only include crypto headers when crypto is done.
Günther Deschner
2010-05-18
1
-0
/
+1
*
Add comment explaining about symlink following & posix.
Jeremy Allison
2009-10-16
1
-1
/
+6
*
s3: Fix reading beyond the end of a named stream in xattr_streams
Volker Lendecke
2009-09-16
1
-2
/
+1
*
s3: Add some debugs to streams_xattr
Volker Lendecke
2009-09-16
1
-0
/
+6
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-2
/
+3
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-27
/
+13
*
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
2009-07-20
1
-16
/
+9
*
s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()
Tim Prouty
2009-07-08
1
-9
/
+12
*
s3: Update streaminfo implementations now that only base names are passed thr...
Tim Prouty
2009-07-06
1
-7
/
+9
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-19
/
+24
*
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2009-07-06
1
-58
/
+36
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-62
/
+98
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
1
-34
/
+83
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-27
/
+27
*
Fix use of streams modules with CIFSFS client.
Jeremy Allison
2009-02-25
1
-2
/
+13
*
s3 vfs: Add a destructor to the fsp extension data API
Tim Prouty
2009-02-09
1
-1
/
+2
[next]