summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authentication_session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70958: Add end-to-end device authorization grant flow integration test...Varun Ravichandran2023-02-251-2/+13
* SERVER-72171: Remove duplicate logging from authentication sessionAdam Rayner2023-02-211-8/+10
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-091-21/+26
* SERVER-70549 Fix AuthenticationSession logicMilitsa Sotirova2023-01-121-5/+21
* SERVER-70242 Remove misleading "Different user name was supplied to saslSuppo...Militsa Sotirova2022-12-191-9/+17
* SERVER-67886: Log metrics around authentication protocolsAdam Rayner2022-12-081-21/+44
* 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