summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58591: Better instrumentation for TLS authentication problem during co...Andrew Shuvalov2021-07-161-3/+16
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-169-22/+451
* SERVER-56444 Grant read/write access on time-series buckets collections to ad...Mark Benvenuto2021-06-1012-6/+718
* SERVER-45161 Remove AuthorizationManagerWithExplicitUserPrivilegesTestaldo-aguilar2021-06-081-41/+0
* SERVER-54781 Describe multiple authentication in architecture guideSpencer Jackson2021-05-141-0/+16
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-123-7/+7
* SERVER-55908 Remove feature flag featureFlagAuthorizationContractMark Benvenuto2021-05-125-66/+1
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+3
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-043-9/+7
* SERVER-46412: Track, log, and profile user cache acquisition stats in CurOpVarun Ravichandran2021-04-304-0/+262
* SERVER-56267 Prevent authentication as multiple users on API versioned connec...Ben Caimano2021-04-292-0/+49
* SERVER-55787 Better expose getaddrinfo errors in SockAddrBen Caimano2021-04-233-14/+14
* SERVER-54972 Add ActionTypes, ErrorCodes, and OpObserver hook for Runtime Aud...Sara Golemon2021-04-232-0/+2
* SERVER-55377 implement a passthrough for onImportCollectionSergey Galtsev2021-04-202-1/+13
* SERVER-52364 Enable feature flag for Enable checks for API versioning breakag...Mark Benvenuto2021-04-093-3/+6
* SERVER-55801 Fix Authorization Contract state tracking during setFCVMark Benvenuto2021-04-073-1/+19
* SERVER-55740 make some auth library dependencies privateBenety Goh2021-04-051-10/+6
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-022-2/+2
* SERVER-49348 Architecture Guide updates for Create checks for API versioning ...Mark Benvenuto2021-04-021-1/+22
* SERVER-53750 Add details to arch guide on how authZN works on mongos/sharding...Sergey Galtsev2021-03-261-3/+36
* SERVER-54927 move away from using Bson_serialization_type anyMoustafa Maher2021-03-252-19/+89
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-252-2/+2
* SERVER-55433 Fix handling of numeric arg to UMCInfo commandsSara Golemon2021-03-231-1/+1
* SERVER-55172 Add and use a fail point to wait for user cache invalidationBen Caimano2021-03-227-59/+126
* SERVER-54525 Access_check for none commandsMark Benvenuto2021-03-222-4/+4
* SERVER-54524 Extend Authorization Session to record all access checks and pri...Mark Benvenuto2021-03-229-15/+240
* SERVER-54964 Require valid client for all audit eventsBen Caimano2021-03-185-35/+59
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-172-6/+7
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-03-092-0/+3
* SERVER-54521 Extend access_check for simple and privilegesMark Benvenuto2021-03-081-0/+7
* SERVER-53604 Convey both id and full arn to authenticate audit eventsBen Caimano2021-03-053-26/+57
* SERVER-54024 Use lock-free collection helpers in some auth read lookups and R...Dianna Hohensee2021-03-024-6/+29
* SERVER-54501 Write AuthorizationContract classMark Benvenuto2021-02-2611-60/+437
* SERVER-54500 Encode access_checks and resource_pattern match type as a string...Mark Benvenuto2021-02-255-36/+85
* SERVER-54508 Speculative saslStart discards "options" subelementBen Caimano2021-02-254-9/+16
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-232-2/+2
* SERVER-54499 Encode action type information into IDLMark Benvenuto2021-02-224-186/+186
* SERVER-52061 Create feature flag for Create checks for API versioning breakag...Mark Benvenuto2021-02-222-0/+38
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-1/+1
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-02-181-0/+6
* SERVER-52862 Move logAuthentication hooks to AuthenticationSessionBen Caimano2021-02-176-134/+249
* SERVER-53962 Move UMC audit hooks to OpObserverssergey.galtsev2021-02-122-0/+8
* SERVER-52553 Convert listCollections command implementation to inherit from I...Samy Lanka2021-02-091-1/+3
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-098-88/+384
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-0913-530/+527
* 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-54218 Update authentication counter patterns of useBen Caimano2021-02-034-79/+62
* SERVER-54215 Rewire sasl/authenticate library dependenciesBen Caimano2021-02-033-16/+49