summaryrefslogtreecommitdiff
path: root/src/mongo/client/sasl_sspi.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-10/+6
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-061-7/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-3/+3
* SERVER-45050 Change Windows Kerberos client to use default credentials when n...Mark Benvenuto2019-12-121-9/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-24/+24
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-10/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-35137 sasl seterror formatsBilly Donahue2018-05-221-9/+12
* SERVER-32749 move sspi.h to windows_basic.hMark Benvenuto2018-01-301-3/+0
* Revert "SERVER-32749 move sspi.h to windows_basic.h"Tess Avitabile2018-01-291-0/+3
* SERVER-32749 move sspi.h to windows_basic.hMark Benvenuto2018-01-291-3/+0
* SERVER-30491 Remove CRAM-MD5Sara Golemon2017-12-011-20/+0
* SERVER-26699 Enable MSVC flags for C++ standards alignmentMark Benvenuto2016-12-221-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+6
* SERVER-21890 Allow realm to be set in SSPI shellSpencer Jackson2015-12-151-0/+3
* SERVER-2421 SERVER-17739 Add FQDN canonicalization for serverStatus and SPNsSpencer Jackson2015-10-141-4/+29
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-452/+411
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-3/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-7596 Clean up license headers to remove extraneous sentence.Amalia Hawkins2014-09-251-1/+1
* SERVER-7596 SASL client code refactor for SCRAMAndreas Nilsson2014-09-041-3/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11356 fix DecryptMessage; avoid memory corruptionEric Milkie2013-10-281-27/+13
* SERVER-10156 initialize CRAMMD5 and PLAIN client plugins using MONGO_INITIALIZEREric Milkie2013-09-161-0/+41
* SERVER-10156 SASL SSPI client plugin fixesEric Milkie2013-09-051-3/+3
* SERVER-10156 Client side SASL plugin using SSPI, for WindowsEric Milkie2013-08-281-0/+502