summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/isself.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-7572 Move internalSecurity information into authorization_managerSpencer T Brody2012-11-271-0/+2
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-6/+6
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+16
* SERVER-5211 Separate of CmdLine::store into two functions.Andy Schwerin2012-10-101-1/+1
* SERVER-6489 Get rid of cloud.cpp, dynHost, etc.Andy Schwerin2012-07-231-5/+0
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-3/+6
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+246