summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2017-2619: s3: smbd: Use the new non_widelink_open() function.Jeremy Allison2017-03-221-1/+22
* CVE-2017-2619: s3: smbd: Add the core functions to prevent symlink open races.Jeremy Allison2017-03-221-0/+238
* CVE-2017-2619: s3: smbd: Move special handling of symlink errno's into a util...Jeremy Allison2017-03-221-17/+26
* CVE-2017-2619: s3: smbd: Remove O_NOFOLLOW guards. We insist on O_NOFOLLOW ex...Jeremy Allison2017-03-221-5/+1
* CVE-2017-2619: s3: smbd: Correctly fallback to open_dir_safely if FDOPENDIR n...Jeremy Allison2017-03-221-10/+5
* CVE-2017-2619: s3: smbd: Move the reference counting and destructor setup to ...Jeremy Allison2017-03-221-5/+5
* CVE-2017-2619: s3: smbd: OpenDir_fsp() - Fix memory leak on error.Jeremy Allison2017-03-221-1/+1
* CVE-2017-2619: s3: smbd: OpenDir_fsp() use early returns.Jeremy Allison2017-03-221-13/+21
* CVE-2017-2619: s3: smbd: Create and use open_dir_safely(). Use from OpenDir().Jeremy Allison2017-03-221-7/+70
* CVE-2017-2619: s3: smbd: Opendir_internal() early return if SMB_VFS_OPENDIR f...Jeremy Allison2017-03-221-9/+9
* CVE-2017-2619: s3: smbd: Create wrapper function for OpenDir in preparation f...Jeremy Allison2017-03-221-1/+14
* CVE-2017-2619: s3/smbd: re-open directory after dptr_CloseDir()Ralph Boehme2017-03-221-0/+17
* s3: smbd: Restart reading the incoming SMB2 fd when the send queue is drained.Jeremy Allison2017-03-071-1/+13
* s3:winbindd: fix endless forest trust scanStefan Metzmacher2017-03-072-0/+30
* vfs_fruit: enabling AAPL extensions must be a global switchRalph Boehme2017-03-071-4/+8
* vfs_fruit: only veto AppleDouble files with fruit:resource=fileRalph Boehme2017-03-071-3/+6
* vfs_fruit: use stat info from base_fspRalph Boehme2017-03-071-9/+3
* vfs_fruit: ignore or delete invalid AFP_AfpInfo streamsRalph Boehme2017-03-071-1/+88
* selftest: add shares without vfs_fruit for the vfs_fruit testsRalph Boehme2017-03-071-3/+3
* selftest: add description to vfs_fruit testsuitesRalph Boehme2017-03-071-3/+3
* selftest: also run vfs_fruit tests with streams_depotRalph Boehme2017-03-071-0/+1
* selftest: run vfs_fruit tests against share with fruit:metadata=streamRalph Boehme2017-03-071-0/+1
* selftest: move vfs_fruit tests that require "fruit:metadata=netatalk" to vfs....Ralph Boehme2017-03-071-1/+3
* selftest: reenable vfs_fruit testsRalph Boehme2017-03-071-1/+1
* vfs_fruit: refactor fruit_ftruncate and use new adouble APIRalph Boehme2017-03-071-27/+38
* vfs_fruit: use fio in fruit_fallocateRalph Boehme2017-03-071-3/+2
* vfs_fruit: refactor fruit_fstat and use new adouble APIRalph Boehme2017-03-071-47/+106
* vfs_fruit: refactor fruit_pread and fruit_pwrite and use new adouble APIRalph Boehme2017-03-071-175/+349
* vfs_fruit: refactor fruit_open and use new adouble APIRalph Boehme2017-03-071-21/+44
* vfs_fruit: rework struct adouble APIRalph Boehme2017-03-071-290/+423
* selftest: disable vfs_fruit testsRalph Boehme2017-03-071-1/+1
* vfs_fruit: fix fruit_check_access()Ralph Boehme2017-03-071-4/+26
* vfs_fruit: remove base_fsp name translationRalph Boehme2017-03-071-80/+3
* vfs_fruit: use SMB_VFS_NEXT_OPEN in two placesRalph Boehme2017-03-071-7/+7
* vfs_fruit: refactor readdir_attr_macmeta() resource fork sizeRalph Boehme2017-03-071-8/+82
* vfs_fruit: refactor fruit_ftruncate() and fix stream caseRalph Boehme2017-03-071-42/+78
* vfs_fruit: fix fruit_ntimes() for the fruit:metadata!=netatalk caseRalph Boehme2017-03-071-2/+8
* vfs_fruit: refactor fruit_streaminfo()Ralph Boehme2017-03-071-44/+265
* vfs_fruit: add fruit_stat_rsrc_xattr() implementationRalph Boehme2017-03-071-0/+45
* vfs_fruit: add fruit_stat_rsrc_stream() implementationRalph Boehme2017-03-071-0/+18
* vfs_fruit: refactor fruit_stat_rsrc()Ralph Boehme2017-03-071-8/+33
* vfs_fruit: refactor fruit_open_rsrc()Ralph Boehme2017-03-071-34/+71
* vfs_fruit: in fruit_rmdir() check ._ files before deleting themRalph Boehme2017-03-071-14/+47
* vfs_fruit: fix fruit_rmdir() for the fruit:resource!=file caseRalph Boehme2017-03-071-1/+1
* vfs_fruit: fix fruit_chown() for the fruit:resource!=file caseRalph Boehme2017-03-071-7/+8
* vfs_fruit: fix fruit_chmod() for the fruit:resource!=file caseRalph Boehme2017-03-071-6/+7
* vfs_fruit: refactor fruit_unlink()Ralph Boehme2017-03-071-33/+197
* vfs_fruit: fix fruit_rename() for the fruit:resource!=file caseRalph Boehme2017-03-071-14/+41
* vfs_fruit: correct readdir_attr_meta_finderi_stream() implementationRalph Boehme2017-03-071-1/+67
* vfs_fruit: refactor readdir_attr_meta()Ralph Boehme2017-03-071-39/+98