summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_set.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-6/+2
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-101-4/+4
* 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-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-011-26/+14
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-311-14/+26
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-311-26/+14
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-76/+85
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12597 Remove dead authz codeAndreas Nilsson2014-02-041-3/+0
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-32/+1
* SERVER-9518 Fix problem related to iterator invalidation.Andy Schwerin2013-08-211-13/+33
* SERVER-9518 Change authorization checking to happen off of new User data stru...Spencer T Brody2013-08-091-0/+3
* SERVER-9518 Add UserSet class to eventually replace PrincipalSetSpencer T Brody2013-07-301-0/+118