summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/security_key.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-46399 remove SCRAM-SHA-1 as a default internal auth mechAdam Rayner2021-12-311-9/+1
|
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-3/+4
|
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-2/+2
|
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-11/+3
|
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-281-4/+5
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-061-15/+16
|
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+21
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-1/+1
|
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-20/+6
|
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-42/+94
|
* SERVER-37815 Support more than one key when parsing keyFile contentsJonathan Reams2018-10-311-9/+11
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
|
* SERVER-34930 Generate sha256 credentials for the internal userJonathan Reams2018-10-021-12/+34
|
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-1/+1
|
* SERVER-33305 Expand scramsha1 tests to include SHA256Sara Golemon2018-02-241-1/+2
|
* SERVER-33019 Update User object and DocumentParser to handle SCRAM-SHA-256Sara Golemon2018-02-011-4/+4
|
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-011-1/+1
|
* SERVER-32836 Refactor SCRAM mechanism to be block independentSara Golemon2018-01-251-6/+6
|
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-191-5/+5
|
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of ↵Mark Benvenuto2017-01-051-2/+2
| | | | std::atomic
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+9
|
* SERVER-19345: refactor security key reading into two partsAmalia Hawkins2015-07-091-63/+2
|
* SERVER-17991 Refactor security key file reading / support base64 padding.Amalia Hawkins2015-07-081-45/+61
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-78/+78
|
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
|
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-72/+1
|
* SERVER-15198: Make scramIterationCount user configurableAmalia Hawkins2014-10-151-1/+3
|
* Revert "SERVER-15198 Make scramIterationCount user configurable"Amalia Hawkins2014-10-101-3/+1
| | | | This reverts commit bf48f38 and 57e21a1.
* SERVER-15198 fix merge issueAmalia Hawkins2014-10-101-1/+3
|
* SERVER-15236 Using SCRAM-SHA-1 for keyfile authenticationAndreas Nilsson2014-10-101-11/+54
|
* 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, ↵Benety Goh2014-08-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | de-inlining functions that use logging where applicable. de-inlined BSONElement::_asCode() de-inlined BSONObjBuilder::appendDate() de-inlined DBClientCursor::nextSafe() de-inlined IndexDescriptor::_checkOk() de-inlined LastErrorHolder::getSafe() de-inlined UpdateResult constructor de-inlined QueryPlannerCommon::reverseScans() de-inlined repl::ScopedConn::connect() de-inlined repl::_MultiCommand::run() de-inlined OplogReader::tailCheck() de-inlined repl::StateBox::change() de-inlined repl::SyncSourceFeedback::_resetConnection() de-inlined DiskLoc56Bit::operator=() de-inlined DurableInterface::~DurableInterface() de-inlined ListeningSockets::closeAll() de-inlined RelativePath::fromFullPath() and getPartition() de-inlined V8Scope::checkV8ErrorState and removed debug log message from ObjTracker destructor (v8-3.25) de-inlined V8Scope::checkV8ErrorState and removed debug log message from ObjTracker destructor removed log message from List1::orphan() - this should have no user-facing impact because List1::orphan() is used in tests only removed log message from RWLockRecursiveNongreedy::Lock() removed log message from RSBase destructor removed log.h dependency from DESTRUCTOR_GUARD macro removed mongo/util/log.h dependency from qlog.h removed mongo/util/log.h dependency from stacktrace.h removed mongo/util/log.h dependency from s2 logging header removed mongo/util/log.h dependency from chunk_diff-inl.cpp removed mongo/util/log.h from pch.h removed unused mongo/util/log.h include from inlined file sorter.cpp convert HashTable<K,V> to non-template NamespaceHashTable. De-inlined NamespaceHashTable::_find() and constructor convert isself getMyAddrs()and getallIPs() debug log to use LOG() macro assign default log component MONGO_LOG_DEFAULT_COMPONENT removed unused macros LOGATMOST and LOGSOME removed unused FLOG() macro from goodies.h
* SERVER-14374 Include server_options.h as needed and apply the std:: ↵Andy Schwerin2014-06-271-1/+2
| | | | | | namespace when missing. Previously, the affected files compiled because of indirect includes from hostandport.h
* SERVER-13269 general log message improvements for 2.6Matt Kangas2014-03-271-1/+1
|
* SERVER-12476 Set internalAuth params when changing clusterAuthModeAndreas Nilsson2014-02-191-11/+16
|
* SERVER-12712 Remove dependency on auth_helpers from C++ clientAndrew Morrow2014-02-141-1/+2
| | | | | We were only pulling in auth_helpers for the password digest. Instead of doing that, move the digest function into the md5 library.
* SERVER-11431 Change clusterAuthMode with setParameter commandAndreas Nilsson2013-11-141-2/+3
|
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to ↵matt dannenberg2013-10-301-1/+1
| | | | authenticate against in the auth helper
* SERVER-11271 Consistent capitalization of keyfile optionsAndreas Nilsson2013-10-241-2/+2
|
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+2
|
* SERVER-10798 Reduce log information leakageAndreas Nilsson2013-09-241-2/+0
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-10186 setUpSecurityKey now only considers the true key length of the ↵Eric Daniels2013-08-281-9/+5
| | | | | | key from the file given Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-9518 Change internalSecurity to store a User objectSpencer T Brody2013-07-301-8/+12
|
* SERVER-1891 Consolidate auth failure/success behavior in authenticate ↵Andy Schwerin2013-07-191-5/+5
| | | | command, for easier logging.
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-9/+28
|