summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_manager_external_state_s.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-9/+9
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-7/+9
* SERVER-19390 Make config server read commands do read committedRandolph Tan2015-08-061-5/+10
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-291-1/+0
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-10/+5
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-5/+10
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-10/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-137/+123
* SERVER-18478 Remove lingering unused mutex in AuthzManagerExternalStateLocalDaniel Alabi2015-05-261-5/+2
* SERVER-18328 SERVER-18478 AuthzManagerExternalState for mongos should go thro...Daniel Alabi2015-05-221-189/+108
* SERVER-18587 cleanup ReadPreference and move it to a separate libraryAdam Midvidy2015-05-211-2/+2
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-211-50/+0
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-181-27/+0
* SERVER-18464 AuthZ manager reads should use the config shardKaloian Manassiev2015-05-141-15/+14
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-13/+12
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-7/+7
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-0/+9
* SERVER-17496 Move sharding-specific auth code out of clientKaloian Manassiev2015-03-261-17/+50
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-11/+15
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-3/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16495 Map Reduce Output to Collection Occasionally Kills the ServerRandolph Tan2014-12-171-5/+10
* SERVER-15882 Remove dead index creation/deletion operations from AuthzManager...Andy Schwerin2014-11-041-35/+0
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15549 Remove AuthzManagerExternalState::getAllDatabaseNamesKaloian Manassiev2014-10-071-24/+0
* SERVER-14215 Log error when ScopedDistributedLock::acquire fails to acquire l...Randolph Tan2014-10-021-3/+3
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-1/+6
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Thread through OperationContext to the AuthorizationManagerKaloian Manassiev2014-07-231-1/+2
* 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-3/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+5
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-2/+2
* SERVER-12369 SERVER-11461 Update mongodump and mongorestore to properly handl...Spencer T Brody2014-01-291-34/+6
* SERVER-11875 Convert remaining internal writes to use write commandsRandolph Tan2014-01-151-91/+22
* SERVER-12093 Improve error message when adding a user with a role that doesn'...Spencer T Brody2014-01-141-2/+15
* SERVER-11681 move distlock to s/ directory - not part of clientGreg Studer2014-01-081-1/+1
* SERVER-7246 legacy user authentication should use primary preferred read prefGreg Studer2013-12-111-3/+7
* SERVER-11411 Give rolesInfo command the ability to list all roles defined for...Spencer T Brody2013-11-131-1/+32
* SERVER-9516 Remove unused methods from AuthzManagerExternalState.Andy Schwerin2013-11-081-50/+52
* SERVER-11354 Improve log message when user not found during authenticationSpencer T Brody2013-11-051-1/+12
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-1/+1
* SERVER-9516 Introduce symbolic constants for authz schema versions, renumber ...Andy Schwerin2013-10-251-2/+4
* SERVER-11352 SERVER-6246 When acquiring lock to update user data block for 5 ...Spencer T Brody2013-10-251-1/+1
* SERVER-9516 Support for determining and examining the version of the auth sch...Andy Schwerin2013-10-181-0/+35