Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message...
commitd4746d56c0c45b8721da36bc19b2bdaba5d7d094
authorMark Friedenbach <mark@blockstream.io>
Thu, 16 Oct 2014 23:16:29 +0000 (16 16:16 -0700)
committerMark Friedenbach <mark@blockstream.io>
Fri, 17 Oct 2014 07:33:31 +0000 (17 00:33 -0700)
tree01304911064e6f0ccce518ab2d7456b89681d0c4
parente8f6d54f1f58d9a5998e37367b84b427e51e1ad7
Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log.
src/noui.cpp
src/qt/bitcoingui.cpp
src/rpcserver.cpp
src/ui_interface.h