summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-8209 reverse logic of --sslForceCertificateValidation with --sslWeakCe...Eric Milkie2013-01-181-1/+1
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-1/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-1/+1
* SERVER-7572 Remove all references to AuthenticationTable outside of Authentic...Spencer T Brody2012-12-191-10/+0
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-191-21/+4
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-12-181-1/+6
* SERVER-7202 add parameter to force client certificate checksEric Milkie2012-12-141-4/+7
* SERVER-7202 add CRL support for SSLEric Milkie2012-12-141-1/+2
* SERVER-7202 cleanup SSLManager managementEric Milkie2012-12-111-20/+9
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-111-7/+21
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-3/+3
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-0/+4
* SERVER-7423 Support commands for read preferenceRandolph Tan2012-11-191-0/+7
* SERVER-7704 - linux compile warningEliot Horowitz2012-11-191-0/+1
* SERVER-7704 - clean some of the equality semantics for sync and set Connectio...Eliot Horowitz2012-11-191-5/+15
* SERVER-7704 - make Shard == handle replica set changesEliot Horowitz2012-11-191-0/+28
* SERVER-4706 bbot compile fix for 32bitRandolph Tan2012-11-181-1/+1
* SERVER-4706 Fix buildbot compile failure on Linux client 64bit buildRandolph Tan2012-11-181-1/+2
* buildbot compile fix for SERVER-4706 part 2Randolph Tan2012-11-171-1/+1
* buildbot compire error fix for SERVER-4706Randolph Tan2012-11-171-1/+1
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-161-0/+11
* SERVER-7460 Make sure connections never get version information associated wi...Spencer T Brody2012-11-081-0/+2
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-11-071-7/+7
|\
| * SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-7/+7
* | clarification int he comments for the driver and tweak error messageDwight2012-11-011-1/+1
|/
* Fix for SERVER-7050daveh862012-10-051-1/+11