summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authorization_session_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67545 only refresh mayBypassWriteBlockingMode when auth is enabledAdam Rayner2022-08-261-2/+3
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-16/+16
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-3/+4
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-276/+227
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-57369 Disable concurrent authenticationSara Golemon2022-02-241-30/+29
* SERVER-63174 Add AuthorizationSession::mayBypassWriteBlockingMode()Gabriel Marks2022-02-101-23/+40
* SERVER-61617 Restrict actionType/matchType combinations on serverlessSara Golemon2021-12-291-1/+72
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-4/+65
* SERVER-61038 invalidate system user after runtime change to clusterIpSourceAl...sergey.galtsev2021-11-161-1/+1
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-091-0/+14
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-1/+1
* SERVER-59343 Investigate AuthorizationSession error in internal session tests...Jason Zhang2021-09-241-0/+6
* SERVER-56444 Grant read/write access on time-series buckets collections to ad...Mark Benvenuto2021-06-101-1/+39
* SERVER-55908 Remove feature flag featureFlagAuthorizationContractMark Benvenuto2021-05-121-18/+1
* SERVER-56267 Prevent authentication as multiple users on API versioned connec...Ben Caimano2021-04-291-0/+48
* SERVER-52364 Enable feature flag for Enable checks for API versioning breakag...Mark Benvenuto2021-04-091-1/+1
* SERVER-55801 Fix Authorization Contract state tracking during setFCVMark Benvenuto2021-04-071-1/+8
* SERVER-55172 Add and use a fail point to wait for user cache invalidationBen Caimano2021-03-221-48/+51
* SERVER-54524 Extend Authorization Session to record all access checks and pri...Mark Benvenuto2021-03-221-2/+103
* SERVER-54964 Require valid client for all audit eventsBen Caimano2021-03-181-14/+22
* SERVER-52553 Convert listCollections command implementation to inherit from I...Samy Lanka2021-02-091-1/+3
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-324/+5
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-081-5/+2
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-061-2/+5
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-061-5/+2
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-011-2/+2
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+3
* SERVER-52555 Convert listIndexes command implementation to inherit from IDL-g...Shreyas Kalyan2021-01-291-0/+9
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-211-13/+14
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-7/+7
* SERVER-53329: Create audit event for logoutVarun Ravichandran2021-01-041-2/+23
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-061-2/+2
* SERVER-47616: changed auto made by the linter, no opAndrew Shuvalov2020-09-281-1/+2
* SERVER-47616: improve error message plus testsAndrew Shuvalov2020-09-281-1/+3
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-021-1/+1
* SERVER-50181 Separate direct and indirect authentication restrictions on user...Sara Golemon2020-08-191-13/+2
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-5/+4
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-1/+1
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-281-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-251-16/+12
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-061-24/+24
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-21/+38
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-3/+4
* SERVER-40560 Make local.replset.* collections non-normal resourcesSpencer Jackson2020-01-271-3/+16
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-2/+3
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-3/+8