summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
* SERVER-12597 Remove dead authz codeAndreas Nilsson2014-02-041-3/+0
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-1/+21
* SERVER-11222 Refresh invalid users exactly once per command authorization checkSpencer T Brody2013-10-211-2/+10
* SERVER-6246 SERVER-9515 Implement proper authz checks for user and role manag...Spencer T Brody2013-10-101-0/+31
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-31/+39
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-201-3/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-261-0/+4
* SERVER-9518 Cleanup authorization code and remove all uses of Principal and P...Spencer T Brody2013-08-191-35/+0
* SERVER-9518 Get UserName out of AuthorizationSession, not PrincipalNamesSpencer T Brody2013-08-191-2/+2
* SERVER-9518 Fix reference counting of user in authorization_session_testSpencer T Brody2013-08-121-0/+6
* SERVER-9518 Change authorization checking to happen off of new User data stru...Spencer T Brody2013-08-091-4/+5
* SERVER-9518 Maintain UserSet alongside PrincipalSet.Spencer T Brody2013-08-021-0/+6
* SERVER-9518 Remove UserName argument from grantInternalAuthorizationSpencer T Brody2013-08-011-2/+2
* SERVER-9518 Add UserSet class to eventually replace PrincipalSetSpencer T Brody2013-07-301-1/+4
* SERVER-9518 Separate cases that want to automatically acquire privileges when...Spencer T Brody2013-07-241-2/+7
* SERVER-9740 Make all the CRUD checkAuthFor* methods take in all the informati...Spencer T Brody2013-07-091-15/+20
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-2/+2
* SERVER-9518 Move static methods from AuthorizationSession into AuthorizationM...Spencer T Brody2013-06-041-40/+3
* Revert "Move static methods from AuthorizationSession into AuthorizationManag...Spencer T Brody2013-06-041-3/+4
* Revert "SERVER-9518 remove shit from auth session"Spencer T Brody2013-06-041-0/+36
* SERVER-9518 remove shit from auth sessionSpencer T Brody2013-06-041-36/+0
* Move static methods from AuthorizationSession into AuthorizationManager - INC...Spencer T Brody2013-06-041-4/+3
* SERVER-9518 Use AuthorizationManager to get privilege documents from diskSpencer T Brody2013-06-041-9/+1
* Rename Auth[Global,Session]ExternalStateSpencer T Brody2013-05-311-3/+3
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-10/+10
* Rename AuthExternalState to AuthSessionExternalStateSpencer T Brody2013-05-221-3/+3
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-0/+194