From 7de7798ee0e8a637ce0999665c1c59c30e435ab5 Mon Sep 17 00:00:00 2001 From: Joshua Charles Campbell Date: Sun, 5 Jan 2014 13:12:23 -0700 Subject: [PATCH] Check for weak RPC passwords. --- src/bitcoinrpc.cpp | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index e76910443..ae1f9bf47 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -729,11 +729,31 @@ static void RPCAcceptHandler(boost::shared_ptr< basic_socket_acceptor