summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-245-122/+174
* SERVER-32968 Make SCRAM-SHA-1 mechanism ignore optional extensionsSara Golemon2018-02-243-109/+195
* SERVER-32965 isMaster.saslSupportedMechs updatesSara Golemon2018-02-151-1/+1
* SERVER-32965 isMaster.saslSupportedMechs updatesSara Golemon2018-02-152-10/+56
* SERVER-32974 Enhance createUser/updateUser to support SCRAM-SHA-256Sara Golemon2018-02-152-17/+31
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-1410-38/+38
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-2/+2
* SERVER-32951 Add lib for embedded options where we can have a different set o...Henrik Edin2018-02-142-2/+2
* SERVER-32973 Enable SCRAM-SHA-256 authenticationSara Golemon2018-02-108-5/+42
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-0/+9
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-2/+2
* SERVER-32965: Expose per-user SASL mechanism negotiation via isMasterSpencer Jackson2018-02-025-0/+144
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-022-3/+0
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-018-83/+242
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-017-23/+63
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-011-2/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-4/+4
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-4/+4
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-4/+4
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-6/+6
* SERVER-32834 Refactor SaslSCRAMSHA1ServerConversation to be block independentSara Golemon2018-01-255-63/+85
* SERVER-32835 Refactor SaslSCRAMSHA1ClientConversation to be block independentSara Golemon2018-01-251-8/+8
* SERVER-32793 Refactor SCRAMSHA1ClientCache to be block independentSara Golemon2018-01-251-1/+1
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-259-47/+42
* SERVER-32460: Remove FCV 3.6 from authentication restrictionsSpencer Jackson2018-01-194-20/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-162-5/+5
* SERVER-31983 Create setFeatureCompatibilityVersion ActionTypeMaria van Keulen2017-12-272-8/+3
* SERVER-32410 Validate User::CredentialData during authSara Golemon2017-12-213-1/+20
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-196-71/+21
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-186-111/+2
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-182-52/+0
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-142-22/+7
* SERVER-32258 Remove V1UserDocumentParserSara Golemon2017-12-133-321/+0
* SERVER-32278 Update auth unit tests to use SCRAM-SHA-1Sara Golemon2017-12-124-146/+95
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-6/+6
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-1/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-1/+1
* SERVER-30491 Remove CRAM-MD5Sara Golemon2017-12-014-10/+247
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-304-21/+45
* SERVER-31810: Make applyOps require privileges for UUIDsSpencer Jackson2017-11-152-0/+7
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-2/+4
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-253-4/+4
* SERVER-31382: Add convertToCapped to restore roleSpencer Jackson2017-10-241-2/+2
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31571 add advanceClusterTime action typeMisha Tyulenev2017-10-191-1/+1
* SERVER-31389: Make an ActionType for manipulating authentication restrictionsSpencer Jackson2017-10-092-0/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-064-8/+6
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-032-0/+3
* SERVER-29138: Extend aggregation access control checks to handle $changeStrea...Katherine Walker2017-10-022-0/+2