summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOTS for the 4.4.12 releasesamba-4.4.12Karolin Seeger2017-03-231-1/+1
* WHATSNEW: Add release notes for Samba 4.4.12.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/+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: 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 Samba 4.4.12...Karolin Seeger2017-03-171-2/+2
* VERSION: Disable GIT_SNAPSHOTS for the Samba 4.4.11 release.samba-4.4.11Karolin Seeger2017-03-161-1/+1
* WHATSNEW: Fix date.Karolin Seeger2017-03-161-1/+1
* WHATSNEW: Add release notes for Samba 4.4.11.Karolin Seeger2017-03-141-2/+57
* manpages/vfs_fruit: document global optionsRalph Boehme2017-03-141-56/+99
* s4/torture: some tests for kernel oplocksRalph Boehme2017-03-145-1/+150
* 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
* replace: Include sysmacros.hAndreas Schneider2017-03-141-0/+4
* smbd: Do an early exit on negprot failureVolker Lendecke2017-03-131-7/+16
* vfs_fruit: enabling AAPL extensions must be a global switchRalph Boehme2017-03-131-4/+8
* s3: smbd: Restart reading the incoming SMB2 fd when the send queue is drained.Jeremy Allison2017-03-061-1/+13
* s3:winbindd: fix endless forest trust scanStefan Metzmacher2017-03-062-0/+30
* vfs_fruit: only veto AppleDouble files with fruit:resource=fileRalph Boehme2017-03-062-7/+14
* VERSION: Bump version up to 4.4.11...Karolin Seeger2017-03-011-2/+2
* VERSION: Disable GIT_SNAPSHOTS for the 4.4.10 release.samba-4.4.10Karolin Seeger2017-03-011-1/+1
* WHATSNEW: Add release notes for Samba 4.4.10.Karolin Seeger2017-03-011-2/+109
* s3:winbindd: allow a fallback to NTLMSSP for LDAP connectionsStefan Metzmacher2017-02-281-0/+2
* s3:libads: add more debugging to ads_sasl_spnego_bind()Stefan Metzmacher2017-02-281-1/+24
* s3:winbindd: rely on the kerberos_state from pdb_get_trust_credentials()Stefan Metzmacher2017-02-281-11/+0
* s3:winbindd: add more debugging to cm_prepare_connection()Stefan Metzmacher2017-02-281-10/+31
* s3:passdb: use cli_credentials_set_kerberos_state() for trusts in pdb_get_tru...Stefan Metzmacher2017-02-281-0/+17
* s3:winbindd: fix the valid usage anonymous smb authenticationStefan Metzmacher2017-02-281-5/+5
* auth/credentials: try to use kerberos with the machine account unless we're i...Stefan Metzmacher2017-02-281-1/+16
* s3:winbindd: try a NETLOGON connection with noauth over NCACN_NP against trus...Stefan Metzmacher2017-02-281-1/+22
* s3:winbindd: make sure cm_prepare_connection() only returns OK with a valid t...Stefan Metzmacher2017-02-281-3/+11