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