summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authentication_session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-3/+3
* SERVER-58591: Better instrumentation for TLS authentication problem during co...Andrew Shuvalov2021-07-161-3/+16
* SERVER-53604 Convey both id and full arn to authenticate audit eventsBen Caimano2021-03-051-6/+26
* SERVER-54508 Speculative saslStart discards "options" subelementBen Caimano2021-02-251-1/+2
* SERVER-52862 Move logAuthentication hooks to AuthenticationSessionBen Caimano2021-02-171-20/+167
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-091-0/+149