summaryrefslogtreecommitdiff
path: root/src/mongo/client/sasl_sspi.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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