summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_decorations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
|
* SERVER-22708 Insecure configuration startup warningsAndreas Nilsson2016-03-251-1/+2
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-88/+82
|
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-2/+6
|
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-0/+17
|
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+14
| | | | | | | | | | | | Also, deduplicate Client::* method implementations, guard the identity of the current CurOp of a Client with the Client's _mutex instead of the mutex guarding the list of all clients. Makes the currentClient object private to client.cpp, and all access to the thread-bound client is now done with haveClient() and cc() free functions in the mongo namespace. Removes the vesitgal Client::shutdown() methods.
* SERVER-17817 Rename client_auth_session.cpp to auth_decorations.cppAndy Schwerin2015-04-171-0/+109