summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/security_key.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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 std...Mark Benvenuto2017-01-051-2/+2
* 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
* 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, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-271-1/+2
* 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
* 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 a...matt dannenberg2013-10-301-1/+1
* 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 k...Eric Daniels2013-08-281-9/+5
* SERVER-9518 Change internalSecurity to store a User objectSpencer T Brody2013-07-301-8/+12
* SERVER-1891 Consolidate auth failure/success behavior in authenticate command...Andy Schwerin2013-07-191-5/+5
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-9/+28
* SERVER-7455 Using common internal cluster auth functionAndreas Nilsson2013-07-081-9/+17
* Reapply "SERVER-7455 Common internal cluster auth function"Andy Schwerin2013-07-031-1/+13
* Revert "SERVER-7455 Common internal cluster auth function"Andreas Nilsson2013-07-031-18/+1
* SERVER-7455 Common internal cluster auth functionAndreas Nilsson2013-07-031-1/+18
* SERVER-7572 Restructure security filesSpencer T Brody2012-12-231-0/+107