summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-132-4/+1
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-1/+2
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-08-0117-386/+222
* Revert "SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHa...Ben Caimano2018-07-3117-222/+386
* SERVER-35890 refactor User cache into InvalidatingLRUCache and UserHandleJonathan Reams2018-07-3117-386/+222
* SERVER-32348 Make UpdateDriver::parse() throw an exception instead of returni...Minji2018-06-292-7/+3
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-295-4/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-2213-152/+129
* SERVER-35566 Proxy Cyrus/LDAP selection at runtime.Sara Golemon2018-06-144-12/+8
* SERVER-8240 Convert std::string parameters in auth module to StringData, as a...Kashish Garg2018-06-0816-85/+75
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-0/+1
* SERVER-34822: Make role graph ignore irrelevant createIndexesSpencer Jackson2018-05-301-1/+2
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-241-1/+4
* Revert "SERVER-34944 Create a shim-override mechanism."Louis Williams2018-05-241-4/+1
* SERVER-34944 Create a shim-override mechanism.ADAM David Alan Martin2018-05-231-1/+4
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-225-125/+224
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-1610-178/+228
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-166-14/+161
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-152-5/+21
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-21/+22
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-1130-2129/+2717
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-10/+4
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-054-4/+4
* SERVER-34626: Remove SCRAM-SHA-1 specific auth checks from SCRAM-SHA-256Spencer Jackson2018-05-041-1/+2
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-1/+1
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-022-31/+33
* SERVER-34653 Add 'AuthorizationSession::isAuthenticated()'Billy Donahue2018-05-022-9/+13
* SERVER-34698 cleanup physical structure of CmdAuthenticateBilly Donahue2018-04-271-2/+2
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-34421: isMaster saslSupportedMechs shouldn't error on UserNotFoundSpencer Jackson2018-04-242-7/+16
* SERVER-34230 Add ActionType and Commands for Free MonitoringSara Golemon2018-04-182-1/+5
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-183-1/+2
* SERVER-34446: Remove normalization of SCRAM-SHA-256 prinicpal namesSpencer Jackson2018-04-133-118/+11
* SERVER-34401: Add support for {forAllDBs: true} to usersInfoSpencer Jackson2018-04-133-2/+11
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-1/+1
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-2/+2
* SERVER-34246 Add getDatabaseVersion command on shards for support and testingEsha Maharishi2018-04-022-0/+2
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-021-0/+1
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-296-8/+110
* SERVER-32975: Expose mechanism info in usersInfoSpencer Jackson2018-03-262-0/+11
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-263-30/+37
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-232-28/+37
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-142-2/+2
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-0920-1147/+1294
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-1/+1
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-1/+0
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-022-5/+6
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-022-6/+5