summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-4/+4
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-3/+5
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-181-140/+38
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-111-2/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-3/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-27595 Add client IP address to authentication failure messageSara Golemon2017-06-091-2/+4
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-3/+3
* SERVER-28190 Add internal tracking ids to userssamantharitter2017-05-051-1/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-3/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-13/+13
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-3/+3
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-4/+3
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-1/+1
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-1/+1
* SERVER-25082 Allow x509 authentication without user/subject fieldHai-Kinh Hoang2016-08-171-5/+13
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-1/+1
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-1/+1
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-1/+1
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-8/+7
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-3/+4
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+6
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+0
* SERVER-20110 Add configurable delay for failed authenticationAndreas Nilsson2015-10-011-0/+2
* SERVER-15459: Check new x509 names against _clusterIdMatchSpencer Jackson2015-10-011-41/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-306/+298
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-5/+8
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-3/+3
* SERVER-17817 Make AuthenticationSession a decoration on ClientBasic, not a me...Andy Schwerin2015-04-161-4/+6
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-2/+4
* SERVER-17002: Improve AuthenticationFailure log message for mechanism mismatchAmalia Hawkins2015-01-221-0/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-5952 Remove authenticate messages from --quiet loggingBenety Goh2014-11-121-5/+10
* SERVER-14709 SERVER-14896 Add more SSL data to serverStatus. Enforce X.509 cl...Spencer Jackson2014-08-151-2/+6
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-141-0/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14189 Fixed invalid iterator decrementAndreas Nilsson2014-06-231-6/+8
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-9/+12
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-8/+6
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-6/+8
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-0/+8
* SERVER-13945 Match x.509 cluster certs per attributeAndreas Nilsson2014-05-221-11/+38
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-3/+3
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-4/+0
* SERVER-13573 Fix x.509 auth exceptionAndreas Nilsson2014-04-291-4/+8