summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_cache_invalidator_job.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-091-0/+18
* SERVER-46906 Use PeriodicRunner for the user cache invalidatorGabriel Marks2020-08-051-126/+65
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-281-4/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46834 Use monotonic time in UserCacheInvalidatorShreyas Kalyan2020-03-181-1/+3
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-061-9/+7
* SERVER-46645 Make the UserCacheInvalidatorJob expect both OID and TimestampKaloian Manassiev2020-03-061-41/+52
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-17/+37
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-241-4/+4
* SERVER-43640 Allow UserCacheInvalidator to deconstruct during shutdownSpencer Jackson2019-10-181-20/+25
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38489: convert server parameter to IDLBilly Donahue2018-12-201-46/+57
* Revert "SERVER-38489: convert server parameter to IDL"Gregory Wlodarek2018-12-131-22/+48
* SERVER-38489: convert server parameter to IDLBilly Donahue2018-12-131-48/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-2/+11
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-11/+2
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-2/+11
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-21/+22
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-271-1/+1
* Revert "SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS"Kaloian Manassiev2017-07-261-1/+1
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-1/+1
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-0/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-2/+2
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-4/+3
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-3/+4
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-1/+2
* SERVER-22967 ensure UserCacheInvalidator stops before we destroy its stateAdam Midvidy2016-03-041-0/+6
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-9/+10
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-5/+8
* SERVER-19390 Make config server read commands do read committedRandolph Tan2015-08-061-1/+1
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-1/+1
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-1/+1
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-110/+105
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-4/+4
* SERVER-18127 User cache invalidator job should use the catalog manager to get...Daniel Alabi2015-05-141-13/+10