summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authentication_session.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70549 Fix AuthenticationSession logicMilitsa Sotirova2023-01-121-1/+16
* SERVER-70242 Remove misleading "Different user name was supplied to saslSuppo...Militsa Sotirova2022-12-191-3/+3
* SERVER-67886: Log metrics around authentication protocolsAdam Rayner2022-12-081-0/+20
* SERVER-52862 Move logAuthentication hooks to AuthenticationSessionBen Caimano2021-02-171-16/+62
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-091-15/+145
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-2/+7
* SERVER-44857 Allow SCRAM conversation to avoid empty exchangeSara Golemon2020-01-161-0/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-091-14/+8
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-181-2/+1
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-31/+34
* SERVER-17817 Make AuthenticationSession a decoration on ClientBasic, not a me...Andy Schwerin2015-04-161-1/+15
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* Change auth data structures to use Apache licenseSpencer T Brody2012-11-271-11/+10
* SERVER-7129 Introduce AuthenticationSession abstract type.Andy Schwerin2012-10-261-0/+51