Fix a serious bug in fragment sizes of files being >= 256K. The bug wasted a lot of data store space and traffic.
17 lines
730 B
Text
17 lines
730 B
Text
$NetBSD: patch-ac,v 1.3 2005/08/17 15:31:52 tv Exp $
|
|
|
|
--- entropy_rsa.conf-dist.orig 2005-06-28 12:40:06.000000000 -0400
|
|
+++ entropy_rsa.conf-dist
|
|
@@ -74,10 +74,10 @@ crypto_default=lorenz
|
|
# If you list modules here, your node will reject connections trying to
|
|
# use the specified module. The modules crypt0, crypt1 and incr could
|
|
# be listed here, but they aren't (currently) used anyways.
|
|
-crypto_reject=crypt0,incr
|
|
+crypto_reject=crypt0,crypt1,crypt2,vmc1,incr
|
|
|
|
# Select a log filename. Default is entropy.log in the current directory.
|
|
-logfile=./entropy_rsa.log
|
|
+logfile=entropy.log
|
|
|
|
# Select a logging level from none, error, normal, minor or debug.
|
|
# none - no reporting at all. You won't see error messages either.
|