summaryrefslogtreecommitdiff
path: root/src/mongo/s/s_only.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6246 SERVER-9515 Implement proper authz checks for user and role manag...Spencer T Brody2013-10-101-6/+7
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-171-28/+3
* Revert "SERVER-1891 Consolidate command authorization checking logic."Andy Schwerin2013-07-101-3/+28
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-101-28/+3
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-7/+8
* SERVER-9740 Add checkAuthForCommand method to all commands and use that for a...Spencer T Brody2013-07-091-6/+5
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-2/+2
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-2/+2
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-06-031-1/+3
* Revert "Add pointer to AuthorizationManager to AuthzSessionExternalState"Spencer T Brody2013-06-011-3/+1
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-05-311-1/+3
* Rename Auth[Global,Session]ExternalStateSpencer T Brody2013-05-311-2/+2
* Rename AuthExternalState to AuthSessionExternalStateSpencer T Brody2013-05-221-2/+2
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-3/+4
* SERVER-9072 allow detaching a Client object from a threadGreg Studer2013-04-251-8/+24
* SERVER-8938 Remove noauth global from code, move into AuthorizationManagerSpencer T Brody2013-03-131-2/+4
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+1
* SERVER-7572 Remove more references to AuthenticationInfoSpencer T Brody2012-12-201-5/+3
* Set ok:0 when command isn't foundSpencer T Brody2012-12-181-5/+5
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-181-29/+72
* SERVER-4532 can't call ClientInfo::addShard on things you don't really useEliot Horowitz2012-12-121-4/+5
* Set up an AuthorizationManager for every ClientBasic, not just those for inco...Spencer T Brody2012-12-031-5/+1
* Make AuthorizationManager check if an admin user exists on every localhost qu...Spencer T Brody2012-11-301-18/+0
* Replace CmdAuthenticate::getUserObj() with AuthorizationManager::getPrivilege...Andy Schwerin2012-11-281-2/+2
* SERVER-7572 Set up AuthorizationManager for webserver threadSpencer T Brody2012-11-271-0/+29
* SERVER-7572 If no ClientInfo object exists when fetching one, create itSpencer T Brody2012-11-151-1/+5
* Add AuthorizationManager to ClientBasic SERVER-7572Spencer T Brody2012-11-141-0/+2
* Keep AbstractMessagingPort in ClientBasic so that auth code doesn't need to t...Spencer T Brody2012-11-131-2/+2
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-0/+5
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1
* Get rid of casi<> type.Andy Schwerin2012-10-151-5/+0
* turn balancer policy tests into new style c++ testEliot Horowitz2012-06-131-0/+6
* Disambiguated file name.Alberto Lerner2012-05-021-2/+2
* fix mongos linkingEliot Horowitz2012-04-231-0/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* Merge remote branch 'main/master'Dwight2012-01-271-0/+1
|\
| * some debugging for unauthorized errorsEliot Horowitz2012-01-241-0/+1
* | SERVER-4328 roll back some collection level concurrency things - we will take...dwight2012-01-141-7/+0
|/
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+111