summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2019-07-13vfs:glusterfs_fuse: ensure fileids are constant across nodesMichael Adam1-1/+192
2019-07-12s3: move fruit catia string replace mappings to s3/lib/Ralph Boehme1-15/+3
2019-07-12s3:{modules => lib}/string_replace.[c|h]Ralph Boehme3-215/+0
2019-07-12vfs_fruit: remove duplicate catia mappingsRalph Boehme1-2/+1
2019-07-12s3:modules: pass a TALLOC_CTX to string_replace_init_map()Ralph Boehme3-4/+6
2019-07-12s3:lib: move Mac streams util functions to s3/libRalph Boehme1-45/+12
2019-07-12vfs_fruit: move AppleDouble functionality to a dedicated subsystemRalph Boehme2-2009/+2
2019-07-12vfs_fruit: pass catia mappings as argument to ad_convert()Ralph Boehme1-4/+13
2019-07-12vfs_fruit: add flags to ad_convert()Ralph Boehme1-16/+31
2019-07-12vfs_fruit: convert adouble accessor macros to functionsRalph Boehme1-6/+19
2019-07-09lib:crypto: Add GNUTLS_FIPS140_SET_(LAX|STRICT)_MODE to helpersAndreas Schneider1-9/+1
2019-07-08vfs_fruit: Fix a typoVolker Lendecke1-1/+1
2019-07-04vfs_nfs4acl_xattr: fix setting of permissions via NFSBjoern Jacke1-31/+0
2019-07-03s3:modules: Use hash_inode() in vfs_streams_xattrAndreas Schneider2-62/+5
2019-07-03s3:modules: Use hash_inode() in vfs_fruitAndreas Schneider2-71/+11
2019-07-03s3:modules: Allow SHA1 usage for file IDs in FIPS modeAndreas Schneider1-0/+12
2019-07-03s3:modules: Add hash_inode() function based on SHA1Andreas Schneider3-0/+112
2019-07-02vfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WINDOWSVolker Lendecke4-9/+3
2019-07-02smbd: Remove unused "msg_ctx" from do_lock()Volker Lendecke1-4/+0
2019-07-02smbd: Remove unused "blocking_lock" from brl_lock_windows_default()Volker Lendecke1-1/+1
2019-07-02vfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWSVolker Lendecke4-16/+9
2019-07-02smbd: do_lock() never sees blocking locks anymoreVolker Lendecke1-4/+0
2019-07-02smbd: Make do_lock() return NTSTATUSVolker Lendecke1-24/+4
2019-07-01vfs_fruit: change default for "fruit:zero_file_id" to falseRalph Boehme1-1/+1
2019-07-01vfs_fruit: make "fruit:zero_file_id" a per share optionRalph Boehme1-2/+5
2019-07-01vfs_fruit: move zero file-id to vfs_fruitRalph Boehme2-7/+17
2019-07-01s3:smbd: use stored file_id in SMB_VFS_FS_FILE_ID()Ralph Boehme1-0/+4
2019-07-01s3:vfs: move get_fs_file_id to vfs_defaultRalph Boehme1-0/+23
2019-07-01s3:vfs: add SMB_VFS_FS_FILE_ID()Ralph Boehme3-0/+45
2019-07-01s3: add st_ex_file_id to struct stat_exRalph Boehme1-0/+2
2019-07-01s3: add st_ex_itime to struct stat_exRalph Boehme1-1/+2
2019-07-01s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme2-3/+3
2019-07-01vfs_catia: pass stat info to synthetic_smb_fname()Ralph Boehme1-21/+21
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig4-14/+17
2019-06-28vfs_preopen: TALLOC_FREE(fde) before closing the underlying fdVolker Lendecke1-0/+1
2019-06-28vfs_preopen: Fix an uninitialized variable readVolker Lendecke1-0/+1
2019-06-28vfs_preopen: Fix for O_NOFOLLOWVolker Lendecke1-1/+1
2019-06-28vfs:glusterfs_fuse: treat ENOATTR as ENOENTMichael Adam1-1/+1
2019-06-28vfs:glusterfs: treat ENOATTR as ENOENTMichael Adam1-1/+1
2019-06-24s3: modules: Fruit. Now we know we have a handle, always use VFS_FCHMOD inste...Jeremy Allison1-11/+6
2019-06-20vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke5-63/+0
2019-06-20smbd: Return "blocker_pid" from do_lock()Volker Lendecke1-16/+44
2019-06-11s3/vfs_glusterfs_fuse: Avoid using NAME_MAX directlyGünther Deschner1-5/+7
2019-06-10s3/vfs_glusterfs: Avoid using NAME_MAX directlyGünther Deschner1-5/+7
2019-06-10Revert "s3/vfs_glusterfs_fuse: Dynamically determine NAME_MAX"Günther Deschner1-26/+6
2019-06-10Revert "s3/vfs_glusterfs: Dynamically determine NAME_MAX"Günther Deschner1-29/+8
2019-06-04s3:modules: Put debug msg into the if clause checking the strings existsAndreas Schneider1-1/+2
2019-06-04s3/modules: cppcheck: Fix ctunullpointer errorNoel Power1-5/+7
2019-05-30vfs_fruit: remove a now unnecessary includeRalph Boehme1-1/+0
2019-05-30vfs_fruit: use VFS functions in ad_read_rsrc_adouble()Ralph Boehme1-7/+6