summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lookup_name: allow own domain lookup when flags == 0Alexander Bokovoy2019-08-161-1/+1
* vfs_catia: pass stat info to synthetic_smb_fname()Ralph Boehme2019-08-081-21/+21
* vfs:glusterfs_fuse: treat ENOATTR as ENOENTMichael Adam2019-07-091-1/+1
* vfs:glusterfs: treat ENOATTR as ENOENTMichael Adam2019-07-091-1/+1
* s3:rpc_server:netlogon: simplify AUTH_TYPE_SCHANNEL check in netr_creds_serve...Stefan Metzmacher2019-07-091-35/+4
* s3:rpc_server:netlogon: don't require NEG_AUTHENTICATED_RPC in netr_ServerAut...Stefan Metzmacher2019-07-091-12/+1
* s3:client: Link smbspool_krb5_wrapper against krb5sambaAndreas Schneider2019-06-261-1/+1
* 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