summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-2/+2
* SERVER-10848 Speed up auth passthrough tests by using the internal user inste...Spencer T Brody2014-02-031-0/+10
* SERVER-11431 Change clusterAuthMode with setParameter commandAndreas Nilsson2013-11-141-4/+6
* SERVER-9476 Redact some potentially sensitive information when logging authen...Andy Schwerin2013-11-131-0/+15
* SERVER-10353 Option to disable MONGODB-X509, server portionAndreas Nilsson2013-10-291-6/+20
* SERVER-11271 Consistent capitalization of keyfile optionsAndreas Nilsson2013-10-241-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+4
* SERVER-10979 Fix MONGODB-X509 on Windowsbehackett2013-10-031-4/+4
* SERVER-10946 Fixed user acquisition for $externalAndreas Nilsson2013-09-301-1/+4
* SERVER-10875 Fixed potential null-pointer derefs for getSSLManagerAndreas Nilsson2013-09-251-0/+4
* SERVER-10339 Changed OU in client.pem and changed failed x.509 auth msgAndreas Nilsson2013-09-121-2/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9518 Fix SSL build by removing reference to PrincipalSpencer T Brody2013-08-201-2/+1
* SERVER-9518 Cleanup authorization code and remove all uses of Principal and P...Spencer T Brody2013-08-191-2/+0
* SERVER-9518 Maintain UserSet alongside PrincipalSet.Spencer T Brody2013-08-021-0/+4
* SERVER-9518 Fix SSL compile errorSpencer T Brody2013-08-011-1/+1
* SERVER-9518 Change internalSecurity to store a User objectSpencer T Brody2013-07-301-2/+2
* SERVER-9518 Use User cache to get credential information for authentication c...Spencer T Brody2013-07-301-5/+4
* SERVER-10339 MONGODB-X509 client auth should not require clusterAuthModeAndreas Nilsson2013-07-301-3/+5
* SERVER-10351 Log authentication failures for MONGODB-* in the diagnostic log.Andy Schwerin2013-07-261-1/+6
* SERVER-1891 Add hooks to audit authentications using MONGODB-CR and MONGODB-X...Andy Schwerin2013-07-261-4/+15
* SERVER-9518 Remove missed call to setImplicitPrivilegeAcquisition to unbreak ...Spencer T Brody2013-07-241-1/+0
* SERVER-9518 Separate cases that want to automatically acquire privileges when...Spencer T Brody2013-07-241-2/+2
* SERVER-9518 Remove implicit privilege acquisition member from Principal classSpencer T Brody2013-07-241-1/+0
* SERVER-1891 Fix SSL builds.Andy Schwerin2013-07-191-4/+3
* SERVER-1891 Consolidate auth failure/success behavior in authenticate command...Andy Schwerin2013-07-191-77/+65
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-3/+14
* Reapply "SERVER-7455 Common internal cluster auth function"Andy Schwerin2013-07-031-0/+1
* Revert "SERVER-7455 Common internal cluster auth function"Andreas Nilsson2013-07-031-1/+0
* SERVER-7455 Common internal cluster auth functionAndreas Nilsson2013-07-031-0/+1
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-1/+63
* SERVER-9518 Use AuthorizationManager to get privilege documents from diskSpencer T Brody2013-06-041-1/+3
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-2/+2
* Clean up includes of authorization headersSpencer T Brody2013-05-221-1/+0
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-6/+8
* SERVER-8983 Include AuthenticationFailed error code in failed MONGODB-CR auth...Andy Schwerin2013-03-281-0/+6
* SERVER-9014 Synchronize access to CmdGetNonce::_random.Andy Schwerin2013-03-201-4/+15
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+0
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-151-1/+1
* SERVER-8461 When MONGO-CR is not enabled for regular users, still allow it fo...Andy Schwerin2013-02-121-9/+11
* SERVER-7572 Restructure security filesSpencer T Brody2012-12-231-0/+204