summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Pass down remote and local address to get_referred_path()Andreas Schneider2017-06-021-0/+2
* s3: VFS: Catia: Ensure path name is also converted.Jeremy Allison2017-05-301-6/+35
* vfs_fruit: lp_case_sensitive() does not return a boolRalph Boehme2017-04-281-3/+17
* vfs_acl_xattr|tdb: ensure create mask is at least 0666 if ignore_system_acls ...Ralph Boehme2017-04-282-6/+42
* s3:vfs:shadow_copy2: fix corner case of "/@GMT-token" in shadow_copy2_strip_s...Michael Adam2017-04-211-3/+4
* s3:vfs:shadow_copy2: fix the corner case if cwd=/ in make_relative_pathMichael Adam2017-04-211-1/+5
* s3:vfs:shadow_copy2: fix quoting in debug messagesMichael Adam2017-04-211-2/+2
* vfs_acl_xattr: avoid needlessly supplying a large buffer to getxattr()Uri Simchoni2017-04-201-14/+30
* vfs_acl_xattr: factor out fetching of an extended attributeUri Simchoni2017-04-201-13/+31
* vfs_xattr_tdb: handle case of zero size.Uri Simchoni2017-04-201-0/+12
* vfs_fruit: resource fork open request with flags=O_CREAT|O_RDONLYRalph Boehme2017-04-201-0/+14
* vfs_fruit: enable zero file idUri Simchoni2017-03-281-0/+7
* s3:vfs_expand_msdfs: Do not open the remote address as a fileAndreas Schneider2017-03-231-2/+1
* vfs_fruit: enabling AAPL extensions must be a global switchRalph Boehme2017-03-061-4/+8
* vfs_fruit: only veto AppleDouble files with fruit:resource=fileRalph Boehme2017-03-061-3/+6
* vfs_fruit: use stat info from base_fspRalph Boehme2017-03-061-9/+3
* vfs_fruit: ignore or delete invalid AFP_AfpInfo streamsRalph Boehme2017-03-061-1/+88
* vfs_fruit: refactor fruit_ftruncate and use new adouble APIRalph Boehme2017-03-061-27/+38
* vfs_fruit: use fio in fruit_fallocateRalph Boehme2017-03-061-3/+2
* vfs_fruit: refactor fruit_fstat and use new adouble APIRalph Boehme2017-03-061-47/+106
* vfs_fruit: refactor fruit_pread and fruit_pwrite and use new adouble APIRalph Boehme2017-03-061-175/+349
* vfs_fruit: refactor fruit_open and use new adouble APIRalph Boehme2017-03-061-21/+44
* vfs_fruit: rework struct adouble APIRalph Boehme2017-03-061-290/+423
* vfs_fruit: fix fruit_check_access()Ralph Boehme2017-03-061-4/+26
* vfs_fruit: remove base_fsp name translationRalph Boehme2017-03-061-80/+3
* vfs_fruit: use SMB_VFS_NEXT_OPEN in two placesRalph Boehme2017-03-061-7/+7
* vfs_fruit: refactor readdir_attr_macmeta() resource fork sizeRalph Boehme2017-03-061-8/+82
* vfs_fruit: refactor fruit_ftruncate() and fix stream caseRalph Boehme2017-03-061-42/+78
* vfs_fruit: fix fruit_ntimes() for the fruit:metadata!=netatalk caseRalph Boehme2017-03-061-2/+8
* vfs_fruit: refactor fruit_streaminfo()Ralph Boehme2017-03-061-44/+265
* vfs_fruit: add fruit_stat_rsrc_xattr() implementationRalph Boehme2017-03-061-0/+45
* vfs_fruit: add fruit_stat_rsrc_stream() implementationRalph Boehme2017-03-061-0/+18
* vfs_fruit: refactor fruit_stat_rsrc()Ralph Boehme2017-03-061-8/+33
* vfs_fruit: refactor fruit_open_rsrc()Ralph Boehme2017-03-061-34/+71
* vfs_fruit: in fruit_rmdir() check ._ files before deleting themRalph Boehme2017-03-061-14/+47
* vfs_fruit: fix fruit_rmdir() for the fruit:resource!=file caseRalph Boehme2017-03-061-1/+1
* vfs_fruit: fix fruit_chown() for the fruit:resource!=file caseRalph Boehme2017-03-061-7/+8
* vfs_fruit: fix fruit_chmod() for the fruit:resource!=file caseRalph Boehme2017-03-061-6/+7
* vfs_fruit: refactor fruit_unlink()Ralph Boehme2017-03-061-33/+197
* vfs_fruit: fix fruit_rename() for the fruit:resource!=file caseRalph Boehme2017-03-061-14/+41
* vfs_fruit: correct readdir_attr_meta_finderi_stream() implementationRalph Boehme2017-03-061-1/+67
* vfs_fruit: refactor readdir_attr_meta()Ralph Boehme2017-03-061-39/+98
* vfs_fruit: update_btime() is only needed for metadata=netatalkRalph Boehme2017-03-061-0/+15
* vfs_fruit: correct fruit_stat_meta_stream() implementationRalph Boehme2017-03-061-0/+18
* vfs_fruit: refactor fruit_stat_meta()Ralph Boehme2017-03-061-3/+27
* vfs_fruit: correct fruit_open_meta_stream() implementationRalph Boehme2017-03-061-1/+54
* vfs_fruit: refactor fruit_open_meta()Ralph Boehme2017-03-061-13/+46
* vfs_fruit: replace unsafe ad_entry macro with a functionRalph Boehme2017-03-061-27/+86
* vfs_fruit: fix fruit_pwrite() with metadata=streamRalph Boehme2017-03-061-25/+58
* vfs_fruit: rename empty_finderinfo() and make it more robustRalph Boehme2017-03-061-9/+13