summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2017-12163: s3:smbd: Prevent client short SMB1 write from writing server ...Jeremy Allison2017-09-131-0/+50
* CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher2017-09-132-3/+3
* CVE-2017-12151: s3:libsmb: add cli_state_is_encryption_on() helper functionStefan Metzmacher2017-09-132-0/+14
* CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was n...Stefan Metzmacher2017-09-131-0/+2
* CVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DEFAULT for 'samba.samba...Stefan Metzmacher2017-09-131-1/+1
* CVE-2017-12150: s3:lib: get_cmdline_auth_info_signing_state smb_encrypt SMB_S...Stefan Metzmacher2017-09-131-0/+3
* s3: smbd: Fix a read after free if a chained SMB1 call goes async.Jeremy Allison2017-07-251-1/+1
* s3/smbd: let non_widelink_open() chdir() to directories directlyRalph Boehme2017-07-241-5/+25
* Revert "s3: locking: Move two leases functions into a new file."Stefan Metzmacher2017-07-126-65/+32
* Revert "s3: locking: Update oplock optimization for the leases era !"Stefan Metzmacher2017-07-121-13/+9
* Merge tag 'samba-4.4.14' into v4-4-testKarolin Seeger2017-05-241-0/+5
|\
| * CVE-2017-7494: rpc_server3: Refuse to open pipe names with / insideVolker Lendecke2017-05-191-0/+5
| * s3: Test for CVE-2017-2619 regression with "follow symlinks = no" - part 2Jeremy Allison2017-03-311-0/+37
| * s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-311-0/+23
| * s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-314-4/+14
| * s3: Fixup test for CVE-2017-2619 regression with "follow symlinks = no"Jeremy Allison2017-03-311-4/+5
| * s3: Test for CVE-2017-2619 regression with "follow symlinks = no".Jeremy Allison2017-03-311-0/+73
| * s3: smbd: Fix incorrect logic exposed by fix for the security bug 12496 (CVE-...Jeremy Allison2017-03-311-2/+5
* | s3: Test for CVE-2017-2619 regression with "follow symlinks = no" - part 2Jeremy Allison2017-03-291-0/+37
* | s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-291-0/+23
* | s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-294-4/+14
* | s3: Fixup test for CVE-2017-2619 regression with "follow symlinks = no"Jeremy Allison2017-03-291-4/+5
* | s3: Test for CVE-2017-2619 regression with "follow symlinks = no".Jeremy Allison2017-03-291-0/+73
* | s3: smbd: Fix incorrect logic exposed by fix for the security bug 12496 (CVE-...Jeremy Allison2017-03-291-2/+5
* | s3: locking: Update oplock optimization for the leases era !Jeremy Allison2017-03-241-9/+13
* | s3: locking: Move two leases functions into a new file.Jeremy Allison2017-03-246-32/+65
|/
* 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/+237
* 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-8/+7
* 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-9/+61
* CVE-2017-2619: s3: smbd: Opendir_internal() early return if SMB_VFS_OPENDIR f...Jeremy Allison2017-03-221-8/+8
* 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
* s4/torture: some tests for kernel oplocksRalph Boehme2017-03-141-0/+4
* s3/selftest: adopt config.h check from source4Ralph Boehme2017-03-141-13/+19
* s3/smbd: fix deferred open with streams and kernel oplocksRalph Boehme2017-03-141-11/+103
* s3/smbd: all callers of defer_open() pass a lckRalph Boehme2017-03-141-31/+33
* s3/smbd: remove async_open arg from defer_open()Ralph Boehme2017-03-141-6/+4
* s3/smbd: fix schedule_async_open() timerRalph Boehme2017-03-141-5/+37
* s3/smbd: add and use retry_open() instead of defer_open() in two placesRalph Boehme2017-03-141-4/+36
* s3/smbd: simplify defer_open()Ralph Boehme2017-03-141-55/+58
* s3/smbd: req is already validated at the beginning of open_file_ntcreate()Ralph Boehme2017-03-141-3/+1
* s3/smbd: add comments and some reformatting to open_file_ntcreate()Ralph Boehme2017-03-141-12/+33
* s3/smbd: add const to get_lease_type() argsRalph Boehme2017-03-142-2/+4
* s3/wscript: fix Linux kernel oplock detectionRalph Boehme2017-03-141-3/+3