summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-21/+4
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-4/+21
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+4
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-3/+5
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-1/+1
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-291-2/+4
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61426 Use 'db' parameter to speculativeAuthenticate.authenticate when ...Sara Golemon2022-02-111-2/+9
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-1/+1
* SERVER-59970 Fix reply value from authenticate commandSara Golemon2021-10-191-2/+4
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-25/+22
* SERVER-56266 First logout command emits a deprecation warningBen Caimano2021-04-261-0/+26
* SERVER-54525 Access_check for none commandsMark Benvenuto2021-03-221-2/+0
* SERVER-54964 Require valid client for all audit eventsBen Caimano2021-03-181-2/+4
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-02-181-32/+42
* SERVER-52862 Move logAuthentication hooks to AuthenticationSessionBen Caimano2021-02-171-66/+52
* SERVER-54459 TypedCommandify the logout commandSara Golemon2021-02-111-25/+37
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-091-16/+28
* SERVER-50538 Control intracluster traffic in speculative auth testsSpencer Jackson2021-02-091-2/+1
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-031-9/+11
* SERVER-54215 Rewire sasl/authenticate library dependenciesBen Caimano2021-02-031-10/+3
* SERVER-53155 Convert authenticate command implementation to inherit from IDL-...Shreyas Kalyan2021-01-161-196/+195
* SERVER-51489 Add client IP to slow query log lines in server logsAmirsaman Memaripour2020-11-251-1/+1
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-4/+1
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-201-32/+33
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-191-33/+32
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-181-32/+33
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-171-33/+32
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-141-32/+33
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-1/+1
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-2/+5
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-9/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-42984 Add serverStatus counters for authentication attempts/successesSara Golemon2020-02-271-3/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46026 Fix ssl suite when using JSON logsHenrik Edin2020-02-181-7/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+21
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+22
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-3/+3
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-3/+3
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-3/+3
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-06-111-4/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39820 Include client IP in log message for successful authenticationJonathan Reams2019-03-261-2/+7
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-3/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+2
* SERVER-38428 log warning when non-mongod client connects with cluster certifi...Isabella Siu2019-02-011-0/+17