summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-0/+9
* SERVER-10399 Fix invalid std::string construction in Command::parseNsAndrew Morrow2013-08-011-1/+7
* SERVER-1891 Add redactForLogging() to Command.Andy Schwerin2013-07-221-0/+11
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-171-0/+20
* Revert "SERVER-1891 Consolidate command authorization checking logic."Andy Schwerin2013-07-101-20/+0
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-101-0/+20
* SERVER-9740 Add checkAuthForCommand method to all commands and use that for a...Spencer T Brody2013-07-091-5/+19
* SERVER-9467 Add mongod support for non-counted commandsJason Rassi2013-07-081-0/+6
* Get authorization_manager.h out of commands.h to improve compile time by movi...Spencer T Brody2013-07-021-30/+0
* SERVER-9468 Port Command constructor to accept StringDataJason Rassi2013-06-041-1/+1
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+4
* SERVER-9093 Make copydb command work on mongos with authSpencer T Brody2013-04-021-26/+0
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-5/+0
* SERVER-2771 Revert command handlingKristina2013-01-021-3/+0
* SERVER-2771 Command handlingKristina2012-12-261-0/+3
* SERVER-7122 Remove default implementation of addRequiredPrivilegesSpencer T Brody2012-12-201-1/+1
* Set ok:0 when command isn't found in mongos.Spencer T Brody2012-12-181-1/+4
* Set ok:0 when command isn't foundSpencer T Brody2012-12-181-4/+4
* Fix include pathSpencer T Brody2012-12-181-1/+1
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-181-1/+22
* Log when command that doesn't work with auth is runSpencer T Brody2012-12-141-0/+1
* SERVER-7122 Make copydb not work with auth on mongosSpencer T Brody2012-12-111-0/+25
* SERVER-7122 Add setParameter option to enable/disable testing commandsSpencer T Brody2012-12-051-0/+2
* SERVER-7122 Begin assigning required privileges to commands.Spencer T Brody2012-11-261-0/+10
* Add method on Command to get the Privileges required to run that command. SER...Spencer T Brody2012-11-071-2/+13
* SERVER-4328 add Command::localGlobally methodDwight2012-02-291-2/+9
* SERVER-4328 eliminated dblock for Lock::Globaldwight2012-01-241-1/+1
* make slaveOverrideOk() constMathias Stearn2011-12-301-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+164