summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-54077 Introduce ForwardableOperationMetadata class for DDL operationsTommaso Tocci2021-02-013-6/+6
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-302-35/+37
* SERVER-52555 Convert listIndexes command implementation to inherit from IDL-g...Shreyas Kalyan2021-01-293-0/+15
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-214-19/+18
* SERVER-53154 Convert saslStart/saslContinue to TypedCommandSara Golemon2021-01-125-226/+392
* SERVER-53543 Add/expose UserName/RoleName/SockAddr serializersSara Golemon2021-01-084-15/+13
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-075-83/+112
* SERVER-52708 Make tenant migration donor take certificate as string in donorS...Cheahuychou Mao2021-01-051-4/+8
* SERVER-53020 Ensure only the atlasAdmin user can run donorStartMigration and ...Cheahuychou Mao2021-01-042-0/+2
* SERVER-53329: Create audit event for logoutVarun Ravichandran2021-01-043-5/+40
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-1/+0