summaryrefslogtreecommitdiff
path: root/src/mongo/s/client_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-81/+0
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+2
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+2
* SERVER-17817 Split ClusterLastErrorInfo concept out of ClientInfo type and in...Andy Schwerin2015-04-071-79/+11
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-3/+1
* SERVER-17817 Make ClientInfo::get behave as get-or-create.Andy Schwerin2015-04-061-1/+5
* SERVER-17817 Attach pointer to ServiceContext to ClientBasic.Andy Schwerin2015-04-061-16/+9
* SERVER-17817 Remove ClientInfo::getRemote in favor of parent class's implemen...Andy Schwerin2015-04-011-20/+4
* SERVER-17817 Remove various dead code and data from ClientInfo.Andy Schwerin2015-04-011-9/+0
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-13/+2
* SERVER-17330 remove server.h and dependencies; all dead codeEric Milkie2015-02-191-1/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-061-1/+1
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-4/+0
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-1/+1
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-0/+26
* SERVER-12419 Fix commands from mongos and GLEEric Milkie2014-01-291-1/+5
* SERVER-12419 standardize on one type for HostOpTimeMapsEric Milkie2014-01-291-1/+1
* SERVER-12274 mongos GLE changes for better backwards compatibilityGreg Studer2014-01-161-63/+1
* SERVER-11681 kill wbl, deprecate RCAR option and remove unneeded --useWriteCo...Greg Studer2014-01-081-304/+1
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-6/+75
* SERVER-11222 Refresh invalid users exactly once per command authorization checkSpencer T Brody2013-10-211-1/+0
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-18/+16
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-06-031-1/+2
* Revert "Add pointer to AuthorizationManager to AuthzSessionExternalState"Spencer T Brody2013-06-011-2/+1
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-05-311-1/+2
* Rename Auth[Global,Session]ExternalStateSpencer T Brody2013-05-311-2/+2
* Rename AuthExternalState to AuthSessionExternalStateSpencer T Brody2013-05-221-2/+3
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-3/+3
* Initialize _remote in ClientInfo in its constructorSpencer T Brody2013-01-171-0/+3
* SERVER-8119: add a timer for how long getLastError wtime takesEliot Horowitz2013-01-091-0/+21
* SERVER-7572 Remove AuthenticationInfoSpencer T Brody2012-12-231-1/+0
* SERVER-7717 Removed ops section from serverStatusShaun Verch2012-12-191-1/+0
* SERVER-7958 - when an old operation has a writeback,Eliot Horowitz2012-12-181-11/+28
* SERVER-7572 SERVER-7931 Check for existance of admin user only at the beginni...Spencer T Brody2012-12-171-2/+2
* Set up an AuthorizationManager for every ClientBasic, not just those for inco...Spencer T Brody2012-12-031-1/+3
* SERVER-7572 Set up AuthorizationManager for webserver threadSpencer T Brody2012-11-271-26/+1
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2012-11-201-0/+9
* Revert "SERVER-6591 Fix localhost auth exception in sharded systems"Eric Milkie2012-11-201-9/+0
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2012-11-191-0/+9
* SERVER-7572 don't use ShardConnection for auth right nowGreg Studer2012-11-161-1/+10
* SERVER-7572 If no ClientInfo object exists when fetching one, create itSpencer T Brody2012-11-151-2/+12
* Add AuthorizationManager to ClientBasic SERVER-7572Spencer T Brody2012-11-141-0/+18
* Keep AbstractMessagingPort in ClientBasic so that auth code doesn't need to t...Spencer T Brody2012-11-131-6/+11
* SERVER-6516 different loglevels and concatenating WBL errorsMathias Stearn2012-08-061-4/+4
* SERVER-6516 better logging in mongos and GLE codepathsMathias Stearn2012-08-061-0/+26