summaryrefslogtreecommitdiff
path: root/src/mongo/client/authenticate.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-62334 Use SASL mech negotiation to get mech for DBClientBase::authAdam Rayner2022-02-011-1/+5
|
* SERVER-46399 remove SCRAM-SHA-1 as a default internal auth mechAdam Rayner2021-12-311-5/+1
|
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-161-1/+3
|
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-031-0/+1
|
* SERVER-52945 Make mongod use x509 auth on egress connections if ↵Mark Benvenuto2020-12-111-4/+24
| | | | NetworkInterface has SSLConnectionContext override even if other egress connections use keyFile auth
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-201-0/+1
|
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-191-1/+0
| | | | This reverts commit cad2d5b3ebfe416024d0276c410302e98f2b5037.
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-181-0/+1
|
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-171-1/+0
| | | | This reverts commit 24dd72daae9e4cf59ad51910058bc111f20edbff.
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-141-0/+1
|
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-271-28/+1
|
* SERVER-48178 Finding self in reconfig may be interrupted by closing ↵Mark Benvenuto2020-07-081-1/+11
| | | | connections due to rollback
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+35
| | | | | | | | | create mode 100644 jstests/auth/speculative-auth-replset.js create mode 100644 jstests/auth/speculative-sasl-start.js create mode 100644 jstests/ssl/speculative-auth-replset.js create mode 100644 jstests/ssl/speculative-authenticate.js create mode 100644 src/mongo/db/auth/sasl_commands.h create mode 100644 src/mongo/db/s/balancer/core_options_stub.cpp
* SERVER-45723 Rename IAM Auth mechanism to AWSSpencer Jackson2020-02-111-1/+1
|
* SERVER-44264 Add IAM client code to shell and clientsMark Benvenuto2019-12-021-0/+1
|
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+3
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-23/+64
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-32275 Remove MONGODB-CR client support from monogd/mongosSara Golemon2017-12-121-1/+5
|
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-261-1/+0
|
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-021-1/+1
|
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ↵Waley Chen2016-08-031-1/+1
| | | | and metadata
* SERVER-19155 Refactor auth methods for asynchronous handlerssamantharitter2015-08-101-3/+20
|
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-0/+108