summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* vfs_zfsacl: return synthesized ACL when ZFS return ENOTSUPRalph Boehme2018-11-281-2/+34
* s3:smbd: make psbuf arg to make_default_acl_posix() constRalph Boehme2018-11-282-5/+5
* s3:smb2_sesssetup: check session_info security level before it gets talloc_mo...Ralph Boehme2018-11-231-4/+4
* s3:selftest: also run smb2.session torture testsuite against ad_memberRalph Boehme2018-11-231-0/+1
* s3:selftest: split "raw.session" and "smb2.session"Ralph Boehme2018-11-231-1/+6
* vfs_fruit: validation of writes on AFP_AfpInfo streamRalph Boehme2018-11-141-8/+55
* vfs_fruit: move a comment to the right placeRalph Boehme2018-11-141-7/+12
* selftest: Run smb2.delete-on-close-perms also with "delete readonly = yes"Christof Schmitt2018-11-071-0/+4
* smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attributeChristof Schmitt2018-11-071-8/+22
* vfs_fruit: let fruit_open_meta() with O_CREAT return a fake-fdRalph Boehme2018-11-061-93/+72
* vfs_fruit: don't check for delete-on-close on the FinderInfo streamRalph Boehme2018-11-061-72/+1
* vfs_fruit: let fruit_pwrite_meta_stream also ftruncate empty FinderInfoRalph Boehme2018-11-061-12/+18
* vfs_fruit: pass stream size to delete_invalid_meta_stream()Ralph Boehme2018-11-061-3/+12
* vfs_fruit: let fruit handle all aio on the FinderInfo metadata streamRalph Boehme2018-11-061-3/+1
* vfs_fruit: do ino calculationRalph Boehme2018-11-061-2/+48
* vfs_fruit: prepare fruit_pread_meta() for reading on fake-fdRalph Boehme2018-11-061-2/+20
* vfs_fruit: prepare fruit_pwrite_meta() for on-demand opening and writingRalph Boehme2018-11-061-0/+34
* vfs_fruit: prepare struct fio for fake-fd and on-demand openingRalph Boehme2018-11-061-0/+11
* vfs_fruit: add fio->createdRalph Boehme2018-11-061-0/+9
* vfs_fruit: remove resource fork special casingRalph Boehme2018-11-061-8/+0
* vfs_fruit: add some debugging of dev/inoRalph Boehme2018-11-061-2/+11
* vfs_fruit: filter empty streamsRalph Boehme2018-11-061-6/+38
* vfs_fruit: use check on global_fruit_config.nego_aapl for macOS specific beha...Ralph Boehme2018-11-061-1/+2
* vfs_fruit: don't unlink 0-byte size truncated streamsRalph Boehme2018-11-061-7/+0
* vfs_fruit: update handling of read-only creation of resource forkRalph Boehme2018-11-061-20/+3
* vfs_streams_xattr: fix open implementationRalph Boehme2018-11-061-26/+38
* s3:smbd: remove now unused check if fsp is NULLRalph Boehme2018-11-061-16/+0
* s3:smbd: fix SMB2 aio cancellingRalph Boehme2018-11-061-4/+8
* s4:torture/smb2/read: add test for cancelling SMB aioRalph Boehme2018-11-061-0/+2
* vfs_delay_inject: implement pread_send and pwrite_sendRalph Boehme2018-11-061-0/+262
* vfs_fruit: optionally delete AppleDouble files without Resourcefork dataRalph Boehme2018-11-021-0/+42
* vfs_fruit: add option "delete_empty_adfiles"Ralph Boehme2018-11-021-0/+5
* vfs_fruit: detect empty resource forks in ad_convert()Ralph Boehme2018-11-021-1/+110
* vfs_fruit: add option "wipe_intentionally_left_blank_rfork"Ralph Boehme2018-11-021-0/+5
* s4:torture: add test for AppleDouble ResourceFork conversionRalph Boehme2018-11-021-0/+4
* s3:selftest: list vfs testssuites one per lineRalph Boehme2018-11-021-1/+7
* vfs_fruit: remove check for number of xattrs from ad_convert_xattrRalph Boehme2018-11-011-4/+0
* winbindd_cache: Fix timeout calculation for sid<->name cacheVolker Lendecke2018-10-241-2/+2
* vfs_fruit: move check in ad_convert() to ad_convert_*() subfunctionsRalph Boehme2018-10-181-4/+4
* vfs_fruit: make call to ad_convert_truncate() optionalRalph Boehme2018-10-181-3/+5
* vfs_fruit: add out arg "converted_xattr" to ad_convert_xattrRalph Boehme2018-10-181-2/+7
* vfs_fruit: add check for OS X filler in FinderInfo conversionRalph Boehme2018-10-181-0/+6
* vfs_fruit: call ad_convert_move_reso() from ad_convert_xattr()Ralph Boehme2018-10-181-56/+57
* vfs_fruit: let the ad_convert_*() subfunction update the on-disk AppleDoube h...Ralph Boehme2018-10-181-13/+29
* vfs_fruit: let the ad_convert_*() subfunctions mmap as neededRalph Boehme2018-10-181-36/+62
* vfs_fruit: fix error returns in ad_convert_xattr()Ralph Boehme2018-10-181-6/+6
* vfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in ad_convert_move_reso()Ralph Boehme2018-10-181-3/+2
* vfs_fruit: split out moving of the resource forkRalph Boehme2018-10-181-7/+22
* vfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in ad_convert_truncate()Ralph Boehme2018-10-181-2/+2
* vfs_fruit: split out truncating from ad_convert()Ralph Boehme2018-10-181-7/+20