summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* Revert "Revert "SERVER-34653 don't parse if early auth-checks can reject.""Billy Donahue2018-05-311-0/+6
* Revert "SERVER-34653 don't parse if early auth-checks can reject."Louis Williams2018-05-251-6/+0
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-05-251-0/+6
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-7/+7
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-091-0/+5
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-7/+4
* SERVER-34698 cleanup physical structure of CmdAuthenticateBilly Donahue2018-04-271-67/+105
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-0/+1
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-2/+2
* 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 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-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