summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:mdssvc: fix flex compilation errorRalph Boehme2019-06-211-2/+10
* vfs_fruit: remove a now unnecessary includeRalph Boehme2019-06-211-1/+0
* vfs_fruit: use VFS functions in ad_read_rsrc_adouble()Ralph Boehme2019-06-211-7/+6
* vfs_fruit: use fsp and remove syscalls from ad_convert_blank_rfork()Ralph Boehme2019-06-211-24/+12
* vfs_fruit: use VFS function in ad_convert_truncate()Ralph Boehme2019-06-211-6/+4
* vfs_fruit: add VFS handle to ad_convert_truncate()Ralph Boehme2019-06-211-2/+3
* vfs_fruit: use fsp and remove mmap in ad_convert_xattr()Ralph Boehme2019-06-211-24/+5
* vfs_fruit: remove use of mmap() from ad_convert_move_reso()Ralph Boehme2019-06-211-23/+33
* vfs_fruit: convert ad_open_rsrc() to open a proper fsp with SMB_VFS_CREATE_FI...Ralph Boehme2019-06-211-26/+77
* vfs_fruit: only do cross protocol locking on non-internal opensRalph Boehme2019-06-211-1/+3
* vfs_fruit: remove a layer of indirectionRalph Boehme2019-06-211-11/+4
* vfs_fruit: pass VFS handle to ad_convert_move_reso()Ralph Boehme2019-06-211-2/+3
* vfs_fruit: remove xattr code from the AppleDouble subsystemRalph Boehme2019-06-211-27/+8
* vfs_fruit: remove now unused AppleDouble code for resource fork in xattrRalph Boehme2019-06-211-67/+3
* vfs_fruit: use stream code for resource fork size calculation in readdir_attr...Ralph Boehme2019-06-211-1/+1
* vfs_fruit: use correct case FRUIT_RSRC_STREAM in readdir_attr_rfork_size()Ralph Boehme2019-06-211-1/+1
* vfs_fruit: ignore AppleDouble files in fruit_unlink()Ralph Boehme2019-06-211-0/+2
* vfs_fruit: add a missing elseRalph Boehme2019-06-211-1/+1
* vfs_fruit: add and use is_adouble_file()Ralph Boehme2019-06-211-5/+22
* vfs_fruit: finally, remove ad_handle from struct adoubleRalph Boehme2019-06-211-2/+0
* vfs_fruit: pass handle to ad_convert_delete_adfile()Ralph Boehme2019-06-211-4/+5
* vfs_fruit: pass handle to ad_convert_finderinfo()Ralph Boehme2019-06-211-3/+4
* vfs_fruit: pass handle to ad_convert_blank_rfork()Ralph Boehme2019-06-211-3/+4
* vfs_fruit: pass handle to ad_convert_xattr()Ralph Boehme2019-06-211-4/+5
* vfs_fruit: indentation fixRalph Boehme2019-06-211-2/+2
* vfs_fruit: pass handle to ad_read_rsrc() and all the way downRalph Boehme2019-06-211-9/+12
* vfs_fruit: use proper VFS function in ad_read_meta()Ralph Boehme2019-06-211-1/+3
* vfs_fruit: indentation fixRalph Boehme2019-06-211-1/+1
* vfs_fruit: pass handle to ad_read_meta()Ralph Boehme2019-06-211-3/+4
* vfs_fruit: pass handle to ad_read()Ralph Boehme2019-06-211-2/+4
* vfs_fruit: pass handle to ad_set()Ralph Boehme2019-06-211-4/+8
* vfs_fruit: pass handle to ad_fset()Ralph Boehme2019-06-211-8/+12
* s3:auth: explicitly add BUILTIN\Guests to the guest tokenRalph Boehme2019-06-211-0/+15
* tests: add a test for guest authenticationRalph Boehme2019-06-212-0/+108
* s3:smbd: call reinit_guest_session_info() in the conf updated handlerRalph Boehme2019-06-211-0/+6
* s3:auth: add reinit_guest_session_info()Ralph Boehme2019-06-212-0/+12
* s3/vfs_glusterfs_fuse: Avoid using NAME_MAX directlyGünther Deschner2019-06-211-5/+7
* s3/vfs_glusterfs: Avoid using NAME_MAX directlyGünther Deschner2019-06-211-5/+7
* Revert "s3/vfs_glusterfs_fuse: Dynamically determine NAME_MAX"Günther Deschner2019-06-211-26/+6
* Revert "s3/vfs_glusterfs: Dynamically determine NAME_MAX"Günther Deschner2019-06-211-29/+8
* vfs_fruit: change trigger points of AppleDouble conversionRalph Boehme2019-06-131-21/+40
* vfs_fruit: add a forward declaration for ad_get()Ralph Boehme2019-06-131-0/+4
* selftest: run vfs.fruit test against a share that deletes empty resource forksRalph Boehme2019-06-131-0/+1
* registry: add a missing includeRalph Boehme2019-06-131-0/+1
* s3: lib: Rename all uses of file_pload_XXX -> file_ploadv_XXX.Ralph Boehme2019-06-133-18/+18
* s3: lib: Remove file_pload_send().Jeremy Allison2019-06-132-32/+0
* s3: winbind: Convert idmap to use file_ploadv_send().Jeremy Allison2019-06-131-10/+43
* s3: lib: Add file_ploadv_send().Jeremy Allison2019-06-132-0/+32
* s3: lib: Remove file_lines_pload().Jeremy Allison2019-06-132-17/+0
* s3: smbd: Convert sysquotas.c code to use file_lines_ploadv().Jeremy Allison2019-06-131-19/+107