summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-1/+1
* SERVER-48426 Cleaned up admin.system.new_users dead codeMina Mahmood2020-06-241-1/+0
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-2/+2
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-33/+2
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-1/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-081-8/+9
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-705/+29
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-6/+8
* SERVER-32951 Add lib for embedded options where we can have a different set o...Henrik Edin2018-02-141-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-2/+1
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-35/+3
* SERVER-29371 Move auth privilege.h/.cpp into own library for use in aggJames Wahlin2017-07-251-0/+1
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-241-3/+6
* SERVER-29173: Parse authentication restrictions from user documentsSara Golemon2017-07-141-0/+4
* SERVER-29176: Implement --clusterIpSourceWhitelistADAM David Alan Martin2017-07-121-3/+25
* SERVER-29175: Add restriction support to AuthorizationSessionSpencer Jackson2017-07-111-0/+3
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-9/+9
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-3/+35
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-18/+21
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-21/+21
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-2/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-4/+12
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-12/+4
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-4/+12
* SERVER-21378 add setParameter startupAuthSchemaValidation used to bypass auth...Hai-Kinh Hoang2016-08-041-0/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+10
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-2/+0
* SERVER-23394: Prevent AuthorizationManager deadlock with profilingSpencer Jackson2016-04-201-1/+1
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-4/+6
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-573/+550
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-6/+4
* SERVER-18328 SERVER-18478 AuthzManagerExternalState for mongos should go thro...Daniel Alabi2015-05-221-9/+0
* SERVER-18478 Clean up AuthzManagerExternalStateDaniel Alabi2015-05-211-119/+0
* SERVER-18478 Remove unused update*Credentials and upgradeSchema* from the Aut...Daniel Alabi2015-05-211-145/+0
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-181-9/+0
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-2/+3
* SERVER-18290: Fix user string parsing from oplogSpencer Jackson2015-05-011-1/+1
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-1/+7
* SERVER-17496 Move sharding-specific auth code out of clientKaloian Manassiev2015-03-261-1/+0