summaryrefslogtreecommitdiff
path: root/src/mongo/db/startup_warnings_common.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72846 Fix misleading startup warning about client certificate validationAdrian Gonzalez2023-02-161-7/+9
|
* Revert "SERVER-72846 Fix misleading startup warning about client certificate ↵auto-revert-processor2023-02-161-9/+7
| | | | | | validation" This reverts commit d4a12374e4ae013b12476418d796c4112b5bcd0d.
* SERVER-72846 Fix misleading startup warning about client certificate validationAdrian Gonzalez2023-02-151-7/+9
|
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-51770 add std::error_code functions to errno_utilBilly Donahue2022-03-161-3/+3
| | | | Remove errnoWithPrefix, errnoAndDescription
* SERVER-61353: Remove development version warning logVarun Ravichandran2021-11-121-11/+0
|
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
|
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-4/+4
|
* 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-47187 Add startup warning when SeIncreaseWorkingSetPrivilege not presentMark Benvenuto2020-04-101-0/+48
|
* SERVER-47077 Clean up log lines in 'mongo/db'samanca2020-04-011-9/+9
| | | | Cleaning up log lines to adhere to the LOGV2 style guide.
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-90/+43
|
* 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-52/+87
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
|
* SERVER-39671: Added warnings for flags sslAllowInvalidCertificates and ↵Roxane2019-05-301-0/+18
| | | | sslAllowInvalidHostnames
* 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-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-2/+2
|
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-0/+10
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
|
* SERVER-36827 Warning about "No SSL certificate validation can be performed" ↵Shreyas Kalyan2018-09-051-1/+1
| | | | is misleading
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments ↵Adam Cooper2018-06-111-1/+1
| | | | | | and change to std::vector internally
* SERVER-34139 Add certificate selector for Apple for SecureTransportSara Golemon2018-04-021-1/+7
|
* SERVER-30489 Fix typo in bind_ip startup warningA. Jesse Jiryu Davis2017-08-021-1/+1
| | | | | | Closes #1157 Signed-off-by: Thomas Schubert <thomas.schubert@mongodb.com>
* SERVER-29204: Elaborate on bind to localhost startup warningSpencer Jackson2017-05-161-4/+6
|
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-281-0/+15
|
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-271-13/+0
|
* Revert "SERVER-28229: Bind to localhost by default"Kaloian Manassiev2017-04-251-15/+0
| | | | This reverts commit d6b244fce44e6729485b1521346db6e372f6b901.
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-241-0/+15
|
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-4/+3
|
* SERVER-14007 Fix lintSally McNichols2016-06-201-1/+1
|
* SERVER-14007 Move SSL warning into common startup warnings so it appears in ↵Hai-Kinh Hoang2016-06-201-0/+14
| | | | log with other warnings
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
|
* SERVER-23938 Emit startup warning if running without access controlAndreas Nilsson2016-05-161-25/+8
|
* SERVER-23838 Disable warnings for no access control and no bind_ipAndreas Nilsson2016-04-201-24/+25
|
* SERVER-22708 Insecure configuration startup warningsAndreas Nilsson2016-03-251-2/+26
|
* SERVER-21348 fix typo in startup warningsRobert Guo2015-11-091-1/+1
|
* SERVER-18719 Warn that 32-bit build is deprecatedDan Pasette2015-09-231-0/+7
|
* SERVER-17527 add startup warning when server is started with web interface ↵Robert Guo2015-09-081-1/+16
| | | | and auth
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-36/+35
|
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
|
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
|
* SERVER-12637: log a startup warning when mongod/mongos is run as root.Amalia Hawkins2014-09-111-0/+87