summaryrefslogtreecommitdiff
path: root/src/mongo/client/sasl_client_authenticate_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-07-111-3/+4
* SERVER-19926 fix use after free in saslClientAuthenticateAdam Midvidy2015-08-181-3/+3
* SERVER-19155 Refactor auth methods for asynchronous handlerssamantharitter2015-08-101-73/+98
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-10/+22
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-193/+173
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17719 Fail gracefully in shell for empty SCRAM passwordsAndreas Nilsson2015-03-271-1/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-15177 Use native SCRAM-SHA-1 for enterprise clientAndreas Nilsson2014-09-171-2/+10
* SERVER-7596 SASL client code refactor for SCRAMAndreas Nilsson2014-09-041-5/+6
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12712 Remove dependency on auth_helpers from C++ clientAndrew Morrow2014-02-141-3/+3
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-1/+1
* Create place for auth functions in client code and move password hashing thereSpencer T Brody2013-08-291-5/+5
* SERVER-10156 no digest password default for GSSAPI in the c++ driverEric Milkie2013-08-191-1/+3
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-3/+3
* SERVER-6407 When using PLAIN mechanism and $external database, do not digest ...Andy Schwerin2013-05-011-23/+27
* SERVER-8813 Support files and code reorganization to support SASL and GSSAPI ...Andy Schwerin2013-04-221-93/+0
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use t...Andy Schwerin2013-04-221-85/+195
* fill in assert codeEric Milkie2013-02-121-1/+1
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-0/+230