summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_streams_xattr.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-021-53/+6
* s3: VFS: vfs_streams_xattr: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-10/+0
* s3: VFS: vfs_streams_xattr: Convert streams_xattr_unlink_internal() to use UN...Jeremy Allison2019-09-261-2/+8
* s3: VFS: vfs_streams_xattr. Wrap Convert streams_xattr_unlink() -> streams_xa...Jeremy Allison2019-09-261-4/+17
* s3: VFS: vfs_streams_xattr. Implement unlinkat().Jeremy Allison2019-09-261-0/+19
* s3: VFS: vfs_streams_xattr. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-89/+0
* s3: VFS: vfs_streams_xattr. Implement renameat().Jeremy Allison2019-08-161-0/+94
* s3:modules: Use hash_inode() in vfs_streams_xattrAndreas Schneider2019-07-031-61/+4
* s3:vfs: Use GnuTLS MD5 in vfs_streams_xattrAndreas Schneider2019-05-211-13/+37
* s3-vfs-streams_xattr: add close callGünther Deschner2018-12-201-0/+26
* vfs_streams_xattr: fix open implementationRalph Boehme2018-10-311-26/+38
* streams_xattr: Make error handling more obviousVolker Lendecke2018-09-141-5/+10
* streams_xattr: Make error handling more obviousVolker Lendecke2018-09-141-5/+10
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-16/+0
* s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.Jeremy Allison2018-05-021-13/+0
* s3: vfs: vfs_streams_xattr: Don't blindly re-use the base file mode bits.Jeremy Allison2018-04-111-0/+2
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs: drop casts for VFS_ADD_FSP_EXTENSION() callersDavid Disseldorp2017-12-061-3/+1
* vfs_streams_xattr: Fix segfault when running with log level 10Christof Schmitt2017-09-141-2/+2
* s3: VFS: streams_xattr: Compression is only set/get on base filenames.Jeremy Allison2017-09-121-37/+0
* vfs_streams_xattr: return a fake fd in streams_xattr_open()Ralph Boehme2017-08-091-47/+20
* vfs_streams_xattr: implement all missing handle based VFS functionsRalph Boehme2017-08-091-0/+421
* vfs_streams_xattr: always pass NULL as fsp arg to get_ea_value()Ralph Boehme2017-08-091-4/+4
* vfs_streams_xattr: remove fsp argument from get_xattr_size()Ralph Boehme2017-08-091-5/+4
* vfs_streams_xattr: remove all uses of fd, use name based functionsRalph Boehme2017-08-091-35/+15
* vfs_streams_xattr: invalidate stat info if xattr was not foundRalph Boehme2017-08-091-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