summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-51361 Add move ctors and explicitly declare copy ctorsSara Golemon2020-12-301-2/+9
* SERVER-51457: Improve log line for failed speculative auth attemptsVarun Ravichandran2020-12-093-12/+19
* SERVER-40811 make initializers throwyBilly Donahue2020-12-085-10/+3
* SERVER-50307 Add reshardCollection action to enableSharding and clusterManage...Sarah Zhou2020-12-021-1/+3
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-1/+1
* SERVER-51489 Add client IP to slow query log lines in server logsAmirsaman Memaripour2020-11-251-2/+2
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-1/+7
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-251-5/+1
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-1/+5
* SERVER-52885 Update authZN architecture guideSara Golemon2020-11-241-101/+251
* SERVER-51174 Implement access control for $operationMetrics stageLouis Williams2020-11-202-0/+2
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-51866 IDLify MergeAuthzCollections commandSara Golemon2020-11-102-65/+0
* SERVER-51859 Fix builtin privileges reporting via rolesInfoSara Golemon2020-11-101-7/+16
* SERVER-51864 IDLify usersInfo and rolesInfo commandsSara Golemon2020-11-0913-276/+455