summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_mock.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-1/+1
|
* SERVER-15549 Remove AuthzManagerExternalState::getAllDatabaseNamesKaloian Manassiev2014-10-071-12/+0
|
* SERVER-15311 Never read from admin.system.new_users when looking for user ↵Andy Schwerin2014-09-181-33/+0
| | | | | | | | documents. The master branch no longer needs to support the 2.4-2.6 upgrade process, obviating the need for this decision making. Removing it will reduce the likelihood of future errors, and simplifies storage concurrency control by removing the need for a multi-document atomic read.
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-3/+12
|
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-231-0/+1
|
* SERVER-14650 Rename ROLE_SOURCE_FIELD_NAME to ROLE_DB_FIELD_NAMEAmalia Hawkins2014-07-221-1/+1
|
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-0/+1
|
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-13/+5
| | | | | This is part of the changes to move LockState be part of OperationContext and not retrieved from TLS.
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+13
| | | | This reverts commit 0672061deb58aac931912bed68d014247c581968.
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-13/+5
| | | | | This is part of the changes to move LockState be part of OperationContext and not retrieved from TLS.
* SERVER-13882 Replace boost::function with stdx::function and boost::bind ↵Andy Schwerin2014-05-161-1/+1
| | | | with stdx::bind.
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+2
|
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-1/+1
|
* SERVER-12704: cleanup updatedriver optionsScott Hernandez2014-02-121-1/+0
|
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ↵Scott Hernandez2013-11-131-2/+2
| | | | to support immutable fields, consolodate storage validation, and misc issues.
* SERVER-11672 Eliminate unused and erroneous testing code from ↵Andy Schwerin2013-11-131-9/+0
| | | | AuthzExternalStateMock.
* SERVER-9516 Report document changes via the logOp infrastructure in ↵Andy Schwerin2013-11-121-23/+47
| | | | AuthzManagerExternalStateMock.
* SERVER-9516 Factor out common code from mock & mongod implementations of ↵Andy Schwerin2013-11-081-68/+40
| | | | AuthzManagerExternalState.
* SERVER-9516 Remove unused methods from AuthzManagerExternalState.Andy Schwerin2013-11-081-49/+11
|
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to ↵matt dannenberg2013-10-301-1/+1
| | | | authenticate against in the auth helper
* SERVER-9516 Support for determining and examining the version of the auth ↵Andy Schwerin2013-10-181-1/+14
| | | | schema in durable storage.
* SERVER-6246 SERVER-9515 Update usersInfo and rolesInfo commands to new APISpencer T Brody2013-10-061-0/+1
|
* SERVER-10670 Reenable auth unittests.Andy Schwerin2013-10-061-2/+84
| | | | | | This fixes the authorization_session_test and all but two cases in the authorization_manager_test. The two failing cases are labeled with a TODO and disabled individually.
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-4/+24
| | | | | | | | Keeps the RoleGraph up to date in mongod, and converts MongoS to simply ask the config server for required information about users and roles. Performs somewhat aggressive cache invalidation of the users cache in mongod. Still no cache invalidation in mongos.
* SERVER-9515 Add generic update method to AuthzManagerExternalStateSpencer T Brody2013-10-021-0/+11
|
* SERVER-9517 Implement generic insert, update, and remove methods in ↵Spencer T Brody2013-09-231-1/+5
| | | | AuthzManagerExternalState
* SERVER-9517 Implement generic query method on AuthorizationManagerExternalStateSpencer T Brody2013-09-161-3/+34
|
* SERVER-9980 Add write concern to user management commandsSpencer T Brody2013-09-121-12/+22
|
* SERVER-9518 Add diagnostic "why" argument to authz data lockingSpencer T Brody2013-09-111-1/+1
|
* SERVER-9518 Rename AuthzUpgradeLockGuard and make it a generic guard for ↵Spencer T Brody2013-09-111-2/+2
| | | | AuthorizationManager.
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-061-1/+1
|
* SERVER-6246 Change user management commands to use the new v2 style user ↵Spencer T Brody2013-09-061-2/+2
| | | | documents
* SERVER-9516 Logic of system.users schema upgrade process.Andy Schwerin2013-09-031-33/+175
| | | | | Includes AuthorizationManagerExternalState interface changes and implementation in the mock, plus unit tests.
* SERVER-9517 Allow AuthorizationManager to find and parse v2 priv docsSpencer T Brody2013-08-271-2/+2
|
* SERVER-6246 Add removeUsers commandSpencer T Brody2013-08-011-0/+5
|
* SERVER-9518 Catch exceptions in ExternalState functionsSpencer T Brody2013-07-231-10/+8
|
* SERVER-9518 Implement functions in mongos that are necessary for building up ↵Spencer T Brody2013-07-221-1/+2
| | | | User cache from v1 user docs
* SERVER-9518 Function to initialize User cache from V1 user documents.Spencer T Brody2013-07-171-6/+30
|
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
|
* SERVER-9518 Initial implementation of acquire/releaseUser methods in ↵Spencer T Brody2013-07-011-0/+68
AuthorizationManager