summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59294 Check action type for oidResetErwin Pe2021-10-052-0/+2
* SERVER-50050 Fix non-ssl buildMark Benvenuto2021-09-293-1/+8
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-08-042-0/+3
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-203-9/+7
* SERVER-51457: Improve log line for failed speculative auth attemptsVarun Ravichandran2021-04-093-3/+8
* SERVER-53604 Convey both id and full arn to authenticate audit eventsBen Caimano2021-04-072-26/+52
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-03-152-1/+17
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-9/+9
* SERVER-47616: Improve error when logical sessions cannot have more than one u...Andrew Shuvalov2020-09-291-1/+4
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-021-1/+1
* SERVER-49142 Validate correct field name in RoleName::parseFromBSON()Sara Golemon2020-06-261-1/+1
* SERVER-48329 Rename generated action_type files to be less fragileAndrew Morrow2020-06-183-3/+40
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-032-2/+2
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-2914-34/+24
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-152-10/+21
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-0317-17/+18
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-302-2/+2
* SERVER-47488 MONGODB-AWS Auth - Improve error message on missing or unexpecte...Mark Benvenuto2020-04-282-0/+48
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-242-3/+3
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-171-1/+0
* SERVER-47188 Return appropriate error messages from saslStartSara Golemon2020-03-311-4/+3
* SERVER-46834 Use monotonic time in UserCacheInvalidatorShreyas Kalyan2020-03-261-1/+3
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-118-115/+105
* SERVER-46645 Make the UserCacheInvalidatorJob expect both OID and TimestampKaloian Manassiev2020-03-062-47/+61
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-037-35/+40
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-2/+2
* SERVER-46498 Store connection specified roles in authorization cache keySpencer Jackson2020-03-0310-58/+107
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-4/+2
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-9/+1
* SERVER-42984 Add serverStatus counters for authentication attempts/successesSara Golemon2020-02-271-3/+18
* SERVER-44978 Move the "cache generation" to AuthorizationManagerImplKaloian Manassiev2020-02-273-14/+24
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2117-17/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-202-31/+61
* SERVER-46026 Fix kill_sessions.js and logs_include_client_info.js to handle J...Henrik Edin2020-02-151-15/+14
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-1510-71/+73
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-14/+16
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-138-75/+153
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-132-4/+7
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-126-16/+123
* SERVER-45723 Rename IAM Auth mechanism to AWSSpencer Jackson2020-02-112-3/+3
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-102-7/+9
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-3/+4
* SERVER-45227 Remove tcmalloc based profiling supportAndrew Morrow2020-01-281-1/+0
* SERVER-40560 Make local.replset.* collections non-normal resourcesSpencer Jackson2020-01-272-4/+55
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-241-4/+4
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-173-18/+18
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-163-18/+18
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-163-18/+18
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-1617-695/+320