summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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