summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_streams_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* s3: vfs: vfs_streams_xattr: Don't blindly re-use the base file mode bits.Jeremy Allison2018-05-071-0/+2
* s3: VFS: streams_xattr: Compression is only set/get on base filenames.Jeremy Allison2017-09-161-37/+0
* vfs_streams_xattr: Fix segfault when running with log level 10Christof Schmitt2017-09-161-2/+2
* vfs_streams_xattr: return a fake fd in streams_xattr_open()Ralph Boehme2017-08-141-47/+20
* vfs_streams_xattr: implement all missing handle based VFS functionsRalph Boehme2017-08-141-0/+421
* vfs_streams_xattr: always pass NULL as fsp arg to get_ea_value()Ralph Boehme2017-08-141-4/+4
* vfs_streams_xattr: remove fsp argument from get_xattr_size()Ralph Boehme2017-08-141-5/+4
* vfs_streams_xattr: remove all uses of fd, use name based functionsRalph Boehme2017-08-141-35/+15
* vfs_streams_xattr: invalidate stat info if xattr was not foundRalph Boehme2017-08-141-0/+3
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-14/+52
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-3/+3
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-2/+2
* vfs_streams_xattr: add pread_send/recv and pwrite_send/recvRalph Boehme2017-05-171-0/+165
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* vfs_streams_xattr: use SMB_VFS_NEXT_OPEN and CLOSERalph Boehme2017-03-021-5/+5
* vfs_streams_xattr: call SMB_VFS_OPEN with smb_fname_baseRalph Boehme2017-03-021-3/+3
* vfs_streams_xattr: use fsp, not base_fspRalph Boehme2017-02-221-24/+17
* s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store the same path a...Jeremy Allison2017-02-021-1/+8
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-241-1/+1
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-1/+1
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-4/+10
* s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...Jeremy Allison2016-03-151-1/+1
* s3:vfs: vfs_streams_xattr.c: Change walk_xattr_streams() to const struct smb_...Jeremy Allison2016-03-151-11/+22
* s3:vfs: vfs_streams_xattr.c - Remove duplicate code. This is exactly vfs_stat...Jeremy Allison2016-03-151-17/+4
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-11/+18
* vfs_streams_xattr: fix and simplify streams_xattr_get_name()Ralph Boehme2015-10-161-20/+19
* vfs_streams_xattr: stream names may contain colonsRalph Boehme2015-08-071-1/+15
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-4/+4
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-091-1/+1
* vfs_streams_xattr: add missing call to SMB_VFS_NEXT_CONNECTRalph Boehme2014-12-121-0/+6
* s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-2/+3
* vfs_streams_xattr: check stream typeRalph Boehme2014-11-221-0/+6
* vfs_streams_xattr: initialize pointerRalph Boehme2014-11-211-1/+1
* vfs_streams_xattr: fix check with samba_private_attr_name()Ralph Boehme2014-11-211-3/+18
* vfs_streams_xattr: add options "prefix" and "store_stream_type"Ralph Boehme2014-06-131-30/+92
* s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can...Jeremy Allison2014-02-081-1/+12
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-1/+1
* vfs_streams_xattr: Do not attempt to write empty attribute twiceChristof Schmitt2013-06-171-31/+11
* Initialize the file descriptor in the files_struct before trying to close it....Christof Schmitt2013-06-131-0/+1
* vfs: Convert streams_xattr_streaminfo to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+4
* vfs: Convert streams_xattr_open to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+4
* vfs: Convert streams_xattr_fstat to synthetic_smb_fnameVolker Lendecke2013-04-171-7/+4
* vfs: Convert streams_xattr_unlink to cp_smb_filenameVolker Lendecke2013-04-171-4/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+3
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-7/+7
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-11/+11
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-141-14/+4
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-3/+3
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-2/+2