summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOTS for the 4.5.7 release.samba-4.5.7Karolin Seeger2017-03-231-1/+1
* WHATSNEW: Add release notes for Samba 4.5.7.Karolin Seeger2017-03-231-2/+73
* 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: s4/torture: add SMB2_FIND tests with SMB2_CONTINUE_FLAG_REOPEN...Ralph Boehme2017-03-221-2/+10
* CVE-2017-2619: s3/smbd: re-open directory after dptr_CloseDir()Ralph Boehme2017-03-221-0/+17
* VERSION: Bump version up to 4.5.7...Karolin Seeger2017-03-171-2/+2
* VERSION: Disable GIT_SNAPSHOTS for the 4.5.6 release.samba-4.5.6Karolin Seeger2017-03-091-1/+1
* WHATSNEW: Add release notes for Samba 4.5.6.Karolin Seeger2017-03-091-2/+109
* WHATSNEW: Clarify entry.Karolin Seeger2017-03-081-1/+1
* s4:ldap_server: match windows in the error messages of failing LDAP Bind requ...Stefan Metzmacher2017-03-071-2/+35
* ldb-samba: remember the error string of a failing bind in ildb_connect()Stefan Metzmacher2017-03-071-0/+1
* 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-072-7/+14
* s4/torture: vfs_fruit: add stream with illegal ntfs characters to copyile testRalph Boehme2017-03-071-0/+11
* vfs_fruit: use stat info from base_fspRalph Boehme2017-03-071-9/+3
* s4/torture: vfs_fruit: test invalid AFPINFO_STREAM_NAMERalph Boehme2017-03-071-0/+60
* 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-072-3/+13
* s4/torture: change shares in used torture_suite_add_2ns_smb2_test()Ralph Boehme2017-03-071-17/+19
* docs/vfs_fruit: document known limitations with fruit:encoding=nativeRalph Boehme2017-03-071-2/+6
* s4/torture: add test for AAPL find with name with illegal NTFS charactersRalph Boehme2017-03-071-0/+109
* lib/torture: add torture_assert_mem_equal_gotoRalph Boehme2017-03-071-0/+10
* s4/torture: add a vfs_fruit renaming test with open rsrc forkRalph Boehme2017-03-071-0/+95
* s4/torture: vfs_fruit: test deleting a file with resource forkRalph Boehme2017-03-071-0/+33
* s4/torture: vfs_fruit: add test_null_afpinfo testRalph Boehme2017-03-071-0/+86
* selftest: add description to vfs_fruit testsuitesRalph Boehme2017-03-071-3/+3
* selftest: also run vfs_fruit tests with streams_depotRalph Boehme2017-03-072-0/+8
* selftest: run vfs_fruit tests against share with fruit:metadata=streamRalph Boehme2017-03-072-0/+8
* selftest: move vfs_fruit tests that require "fruit:metadata=netatalk" to vfs....Ralph Boehme2017-03-073-3/+17
* 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