summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/connection_status.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-1/+0
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-1/+1
* SERVER-9516 connectionStatus should return authenticatedUsers as {user: <stri...Andy Schwerin2013-10-311-2/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9518 Get UserName out of AuthorizationSession, not PrincipalNamesSpencer T Brody2013-08-191-5/+5
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-3/+4
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+0
* SERVER-7124 connectionStatus commandMathias Stearn2012-12-211-0/+60