summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-1105 Update AuthorizationSession's logic for collection-level access c...Andy Schwerin2013-09-261-47/+49
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-78/+103
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-201-7/+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-3/+12
* SERVER-9518 Fix problem related to iterator invalidation.Andy Schwerin2013-08-211-13/+32
* SERVER-9518 Cleanup authorization code and remove all uses of Principal and P...Spencer T Brody2013-08-191-104/+3
* SERVER-9518 Get UserName out of AuthorizationSession, not PrincipalNamesSpencer T Brody2013-08-191-2/+2
* SERVER-9518 Move WILDCARD_RESOURCE from PrivilegeSet to AuthorizationManagerSpencer T Brody2013-08-191-6/+7
* SERVER-9518 Reload User if User has been invalidatedSpencer T Brody2013-08-191-1/+15
* SERVER-9518 Fix reference counting of user in authorization_session_testSpencer T Brody2013-08-121-0/+4
* SERVER-9518 Change authorization checking to happen off of new User data stru...Spencer T Brody2013-08-091-22/+31
* SERVER-9518 Maintain UserSet alongside PrincipalSet.Spencer T Brody2013-08-021-0/+25
* SERVER-6246 Restrict direct removes from system.users, add a shell helper to ...Spencer T Brody2013-08-011-3/+3
* SERVER-9518 Remove UserName argument from grantInternalAuthorizationSpencer T Brody2013-08-011-2/+2
* SERVER-9518 Change internalSecurity to store a User objectSpencer T Brody2013-07-301-1/+1
* SERVER-9518 Add UserSet class to eventually replace PrincipalSetSpencer T Brody2013-07-301-2/+7
* SERVER-9518 Separate cases that want to automatically acquire privileges when...Spencer T Brody2013-07-241-2/+10
* SERVER-9518 Remove implicit privilege acquisition member from Principal classSpencer T Brody2013-07-241-4/+0
* SERVER-1891 Consolidate auth failure/success behavior in authenticate command...Andy Schwerin2013-07-191-3/+2
* SERVER-6246 Forbid direct inserts and updates to system.users collections whe...Spencer T Brody2013-07-171-1/+8
* SERVER-9740 Make all the CRUD checkAuthFor* methods take in all the informati...Spencer T Brody2013-07-091-11/+31
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* Reapply "SERVER-7455 Common internal cluster auth function"Andy Schwerin2013-07-031-0/+1
* Revert "SERVER-7455 Common internal cluster auth function"Andreas Nilsson2013-07-031-1/+0
* SERVER-7455 Common internal cluster auth functionAndreas Nilsson2013-07-031-0/+1
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-4/+5
* SERVER-9983 Do not needlessly lock when looking up privileges for the __syste...Andy Schwerin2013-06-201-7/+13
* 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-518/+6
* Revert "Move static methods from AuthorizationSession into AuthorizationManag...Spencer T Brody2013-06-041-9/+12
* Revert "SERVER-9518 remove shit from auth session"Spencer T Brody2013-06-041-3/+512
* SERVER-9518 remove shit from auth sessionSpencer T Brody2013-06-041-512/+3
* Move static methods from AuthorizationSession into AuthorizationManager - INC...Spencer T Brody2013-06-041-12/+9
* SERVER-9518 Use AuthorizationManager to get privilege documents from diskSpencer T Brody2013-06-041-1/+2
* Rename Auth[Global,Session]ExternalStateSpencer T Brody2013-05-311-2/+2
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-31/+30
* Rename AuthExternalState to AuthSessionExternalStateSpencer T Brody2013-05-221-2/+2
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-0/+804