summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-022-5/+6
* 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