summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14378 fix duplicate assert codesEric Milkie2014-07-281-2/+2
* SERVER-14378: clean list(Collections|Indexes)Eliot Horowitz2014-07-281-4/+5
* SERVER-14378: cloner shouldn't use system.indexes but listIndexesEliot Horowitz2014-07-281-0/+36
* SERVER-14378: Cloner shouldn't use system.namespacesEliot Horowitz2014-07-281-4/+47
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-3/+3
* SERVER-14170 Do not invoke the RunCommandHook when executing authentication c...Andy Schwerin2014-06-101-0/+18
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in DBClientConnectionAndrew Morrow2014-05-171-1/+1
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-5/+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/+2
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-0/+7
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-12/+20
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-1/+14
* SERVER-11375 Change names of sslMode statesAndreas Nilsson2013-11-141-2/+2
* SERVER-10330 SERVER-11195 SSL server hostname validationAndreas Nilsson2013-11-131-1/+1
* Remove inline keyword from file scoped definition of virtual functionsAndrew Morrow2013-11-091-8/+8
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-13/+34
* SERVER-11329 Display correct auth return values in the shellAndreas Nilsson2013-10-301-21/+16
* SERVER-8864 SSL mixed mode cmd line parametersAndreas Nilsson2013-10-091-1/+3
* SERVER-8510 Factored out ssl option registration and storageShaun Verch2013-10-041-6/+2
* SERVER-10567 Handling rsHealthPoll/PRIMARY stepdown raceAndreas Nilsson2013-09-291-1/+1
* SERVER-10875 Fixed potential null-pointer derefs for getSSLManagerAndreas Nilsson2013-09-251-2/+8
* SERVER-7920 Make getCollectionNames function in C++ driver throw exception on...Spencer T Brody2013-09-041-1/+1
* SERVER-8864 Use BIO pairs for socket decoupled SSL network interfaceAndreas Nilsson2013-09-021-1/+2
* Create place for auth functions in client code and move password hashing thereSpencer T Brody2013-08-291-10/+2
* fix 'auth failed' message to not duplicate field namesEric Milkie2013-08-191-2/+2
* SERVER-10498 backoff, don't fail on repeated reconnectGreg Studer2013-08-191-6/+4
* SERVER-10322 Require username when using MONGODB-X509 in shellAndreas Nilsson2013-07-301-1/+10
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-24/+21
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* remove unused headersEliot Horowitz2013-07-071-1/+0
* move getSisterNS from Namespace to NamespaceString, as Namespace should only ...Eliot Horowitz2013-07-071-4/+3
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-1/+1
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-7/+9
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-0/+32
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-7/+7
* SERVER-8798 Removing user credentials from auth cache on logoutAndreas Nilsson2013-05-231-0/+4
* CPPDriver/dbclient.cpp remove unused variableAbhijit Pawar2013-05-091-1/+0
* SERVER-9430 Split SSLManager into an abstract interface and hidden implementa...Andrew Morrow2013-05-021-2/+3
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use t...Andy Schwerin2013-04-221-1/+1
* SERVER-8169 allow OpenSSL to interactively prompt for private key passphraseEric Milkie2013-04-101-8/+1
* SERVER-8984: gle c++ client helper should check for command failureScott Hernandez2013-03-201-5/+13
* SERVER-8630 Log the actual error message when getnonce failsSpencer T Brody2013-02-201-1/+1
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-151-2/+2
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-131-2/+42
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-23/+85
* SERVER-8459 add command line flag to enable FIPS modeEric Milkie2013-02-081-1/+2
* SERVER-8374 Mongos incorrectly parses read preference spec with $query syntaxRandolph Tan2013-02-071-14/+16