summaryrefslogtreecommitdiff
path: root/src/mongo/client/authenticate.h
Commit message (Expand)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 NetworkInterf...Mark Benvenuto2020-12-111-4/+24
* 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
* 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
* 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 connectio...Mark Benvenuto2020-07-081-1/+11
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+35
* 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
* 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
* 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