summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/isself.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-4/+12
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-1/+1
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-0/+4
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-35382 _isSelf requiresAuth falseBilly Donahue2018-06-051-3/+6
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-29/+33
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-1/+6
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-1/+1
* SERVER-14165 port isSelf fastpath to windowsAdam Midvidy2014-08-081-233/+10
* SERVER-14367 HostAndPort deinlining.Andy Schwerin2014-06-301-1/+1
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* SERVER-14368 move isSelf from HostAndPort to a free function in namespace replmatt dannenberg2014-06-271-7/+7
* SERVER-14078 adapt isSelf to work with multiple local interfacesmatt dannenberg2014-06-051-4/+1
* SERVER-11776 move port check outside loopBenety Goh2014-05-291-18/+21
* SERVER-11776 Replication 'isself' check should allow mapped portsRajat Chopra2014-05-291-7/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-1/+2
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-5/+6
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-5/+4
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-1/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-8/+14
* Reapply "SERVER-7455 Common internal cluster auth function"Andy Schwerin2013-07-031-1/+2
* Revert "SERVER-7455 Common internal cluster auth function"Andreas Nilsson2013-07-031-2/+1
* SERVER-7455 Common internal cluster auth functionAndreas Nilsson2013-07-031-1/+2
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-2/+1
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-1/+2
* SERVER-8938 Remove noauth global from code, move into AuthorizationManagerSpencer T Brody2013-03-131-1/+1
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-1/+0
* SERVER-7572 Remove all code that sets AuthenticationTables on connectionsSpencer T Brody2012-12-191-2/+0
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-3/+3
* SERVER-7122 Assign required privileges to some more random commandsSpencer T Brody2012-11-281-1/+10