summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-60/+68
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-23394: Prevent AuthorizationManager deadlock with profilingSpencer Jackson2016-04-201-2/+127
* SERVER-21535 Make mongos ignore unrecognized actions during privilege parsing...Spencer T Brody2015-12-091-2/+115
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-162/+175
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-211-2/+0
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-6/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-1/+2
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-2/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+5
* SERVER-14089 Remove support for schemaVersion24 users.Andy Schwerin2014-05-291-409/+0
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-27/+23
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-23/+27
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11997 Make user cache invalidation finer grainedSpencer T Brody2014-05-051-19/+39
* SERVER-11995 Have authSchemaUpgrade sent to a mongos upgrade auth schema ever...Andy Schwerin2014-01-101-6/+9
* Remove last references to hasRole and canDelegate fieldsSpencer T Brody2013-11-261-8/+2
* SERVER-9516 User objects must be immutable after first returned from AuthMana...Andy Schwerin2013-11-131-3/+0
* SERVER-9516 Fix use-after-free in unit test.Andy Schwerin2013-11-121-7/+0
* SERVER-9516 Implement AuthorizationManager::upgradeSchemaStep().Andy Schwerin2013-11-121-7/+96
* SERVER-9516 Report document changes via the logOp infrastructure in AuthzMana...Andy Schwerin2013-11-121-0/+1
* SERVER-9516 Change schema upgrade interface in AuthorizationManager.Andy Schwerin2013-11-081-52/+57
* SERVER-9516 Update admin.system.version as part of user management commands.Andy Schwerin2013-10-311-2/+0
* Revert "SERVER-9516 Write version document to admin.system.version as needed ...Andy Schwerin2013-10-251-0/+2
* SERVER-9516 Write version document to admin.system.version as needed in mongod.Andy Schwerin2013-10-251-2/+0
* SERVER-9516 Introduce symbolic constants for authz schema versions, renumber ...Andy Schwerin2013-10-251-9/+9
* SERVER-9516 Support schemaV24 users, for use prior to auth schema upgrade.Andy Schwerin2013-10-251-10/+16
* SERVER-11260 Remove all code related to advanced role delegationSpencer T Brody2013-10-211-58/+33
* SERVER-9515 SERVER-6246 SERVER-9517 Instead of "name", in user objects use "u...Spencer T Brody2013-10-101-16/+16
* SERVER-10670 Reenable auth unittests.Andy Schwerin2013-10-061-1/+4
* SERVER-9517 Rename "source" field for users and roles to "db"Spencer T Brody2013-10-061-16/+16
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-3/+4
* SERVER-9515 Move getBSONForRole into AuthorizationManagerSpencer T Brody2013-09-271-0/+101
* SERVER-1105 Update AuthorizationSession's logic for collection-level access c...Andy Schwerin2013-09-261-2/+2
* SERVER-9517 Implement generic insert, update, and remove methods in AuthzMana...Spencer T Brody2013-09-231-1/+2
* SERVER-1105 Do not test role->privilege mappings in authorization_manager_test.Andy Schwerin2013-09-201-359/+20
* SERVER-9518 Change how User objects store their roles and delegatable rolesSpencer T Brody2013-09-121-75/+70
* SERVER-9980 Add write concern to user management commandsSpencer T Brody2013-09-121-18/+35
* SERVER-9518 Store delegatable roles list in User object in memorySpencer T Brody2013-09-091-1/+9
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-061-66/+67
* SERVER-9518 Only build up representation of v1 auth state if we have not yet ...Spencer T Brody2013-09-061-2/+2
* SERVER-9516 Fix authorization_manager_test reference management problem.Andy Schwerin2013-09-041-2/+7
* SERVER-9516 Logic of system.users schema upgrade process.Andy Schwerin2013-09-031-35/+175
* SERVER-9517 Allow AuthorizationManager to find and parse v2 priv docsSpencer T Brody2013-08-271-0/+62
* SERVER-9517 Move user privilege initialization back to the AuthorizationManag...Spencer T Brody2013-08-261-0/+272
* SERVER-9518 Separate privilege document parsing into its own classSpencer T Brody2013-08-201-414/+0
* SERVER-9518 Cleanup authorization code and remove all uses of Principal and P...Spencer T Brody2013-08-191-233/+195
* SERVER-9518 SERVER-10506 Make sure internal user is never deletedSpencer T Brody2013-08-141-7/+3