summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75537 Handle direct operations against shardsAllison Easton2023-05-081-0/+6
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-4/+2
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-4/+3
* SERVER-74996: Add tlsClusterAuthX509Override server parameter, rolling restar...Varun Ravichandran2023-04-071-11/+2
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-04-031-1/+22
* Revert "SERVER-74999 Determine cluster membership based on X.509 extension"auto-revert-processor2023-04-011-21/+1
* SERVER-74999 Determine cluster membership based on X.509 extensionSara Golemon2023-03-311-1/+21
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-1/+1
* SERVER-72171: Remove duplicate logging from authentication sessionAdam Rayner2023-02-211-1/+10
* SERVER-71910 shrink Session's SSL interfaceMatt Diener2023-02-101-3/+3
* SERVER-71910 ensure SSLPeerInfo is not mutated after constructionMatt Diener2023-01-301-6/+5
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-4/+33
* SERVER-70242 Remove misleading "Different user name was supplied to saslSuppo...Militsa Sotirova2022-12-191-3/+3
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-161-1/+1
* SERVER-71007 Remove long deprecated getNonce commandSara Golemon2022-12-141-83/+0
* SERVER-67886: Log metrics around authentication protocolsAdam Rayner2022-12-081-29/+10
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-2/+2
* 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