index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_streams_xattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
2009-01-29
1
-2
/
+2
*
s3: Remove rendundant op_tuple entry in xattr streams
Tim Prouty
2009-01-09
1
-2
/
+0
*
s3: Remove a few unnecessary checks from the streams xattr module
Tim Prouty
2009-01-04
1
-11
/
+0
*
s3:streams_xattr: fstat should do a stat on the base file
Stefan Metzmacher
2008-12-01
1
-1
/
+1
*
s3:streams_xattr: recheck fsp->fsp_name after a rename
Stefan Metzmacher
2008-12-01
1
-0
/
+65
*
s3:streams_xattr: add support for renaming streams
Stefan Metzmacher
2008-12-01
1
-1
/
+142
*
Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...
Jeremy Allison
2008-11-21
1
-34
/
+34
*
Fix the logic bug that caused us to run into kernel oplocks on an open for a ...
Jeremy Allison
2008-11-21
1
-34
/
+34
*
Use fxattr calls whenever possible (trying to work around the strange Linux k...
Jeremy Allison
2008-11-21
1
-19
/
+51
*
Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...
Jeremy Allison
2008-11-21
1
-1
/
+60
*
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
2008-04-21
1
-1
/
+1
*
Hide streams from the EA API
Volker Lendecke
2008-01-22
1
-8
/
+6
*
Add SMB_VFS_FS_CAPABILITIES
Volker Lendecke
2008-01-21
1
-10
/
+3
*
Fix some "set but never used" warnings
Volker Lendecke
2008-01-20
1
-0
/
+4
*
Fix valgrind errors
Volker Lendecke
2008-01-20
1
-2
/
+2
*
Do not use an unfinished fsp in streams_xattr_open
Volker Lendecke
2008-01-20
1
-1
/
+1
*
In streams_xattr_pwrite, base_fsp does not have an fd
Volker Lendecke
2008-01-20
1
-1
/
+2
*
Add some DEBUG
Volker Lendecke
2008-01-20
1
-0
/
+12
*
For pread/pwrite we need to do the setxattr on base_fsp
Volker Lendecke
2008-01-20
1
-4
/
+4
*
Really remove the _NEXT_ from vfs_xattr_tdb.c
Volker Lendecke
2008-01-20
1
-15
/
+20
[next]