summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-171-8/+7
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-10/+4
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34698 cleanup physical structure of CmdAuthenticateBilly Donahue2018-04-271-2/+2
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-32966: Add SASL server mechanism registrySpencer Jackson2018-03-091-75/+76
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-2/+2
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-2/+2
* 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-32646 CommandHelpersBilly Donahue2018-01-161-4/+4
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-181-11/+0
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-2/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-4/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-29175: Add restriction support to AuthorizationSessionSpencer Jackson2017-07-111-1/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-4/+4
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-4/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+2
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-2/+1
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-16/+8
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-6/+6
* SERVER-16668 Make SASL PLAIN consistent between community and enterpriseAndreas Nilsson2016-07-291-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-2/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+6
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+0
* SERVER-22054 Report client address in authentication failure errorSpencer Jackson2016-01-061-1/+1
* SERVER-20110 Add configurable delay for failed authenticationAndreas Nilsson2015-10-011-0/+2
* SECURITY-330 redact password from CmdSaslStartMerry Mou2015-08-211-0/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-283/+276
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-8/+4
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17817 Make AuthenticationSession a decoration on ClientBasic, not a me...Andy Schwerin2015-04-161-6/+6
* SERVER-16452 Add IP address to authentication failure error messageSpencer Jackson2015-02-181-8/+13
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16534 SCRAM-SHA-1 should always be enabled for internal userAndreas Nilsson2014-12-171-2/+4
* SERVER-5952 Remove authenticate messages from --quiet loggingBenety Goh2014-11-121-3/+5
* SERVER-7596 Let authenticationMechanisms=MONGODB-CR imply SCRAM-SHA-1Andreas Nilsson2014-10-101-4/+11
* SERVER-15236 Using SCRAM-SHA-1 for keyfile authenticationAndreas Nilsson2014-10-101-5/+7
* SERVER-7596 Clean up license headers to remove extraneous sentence.Amalia Hawkins2014-09-251-1/+1
* SERVER-15177 Use native SCRAM-SHA-1 in Enterprise versionAndreas Nilsson2014-09-111-1/+6
* SERVER-7596 Native SCRAM-SHA-1 server side supportAndreas2014-08-281-0/+362