From 3b5191d36dd62af1a7c6e08ce3a171d189870b64 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 25 Sep 2003 10:42:07 +0000 Subject: various bugfixes and updates redo all the config files for the new format (we'll redo them again soon) fix (another! yuck) segfault in log_fn when input is too large tor_tls_context_new() returns -1 for error, not NULL fix segfault in check_conn_marked() on conn's that die during tls handshake make ORs also initialize conn from router when we're the receiving node make non-dirserver ORs upload descriptor to every dirserver on startup add our local address to the descriptor add Content-Length field to POST command revert the Content-Length search in fetch_from_buf_http() to previous code fix segfault in memmove in fetch_from_buf_http() raise maximum allowed headers/body size in directory.c svn:r484 --- src/config/moria1-orrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/config/moria1-orrc') diff --git a/src/config/moria1-orrc b/src/config/moria1-orrc index 36ab61f91..5ff374310 100644 --- a/src/config/moria1-orrc +++ b/src/config/moria1-orrc @@ -5,10 +5,7 @@ OnionRouter 1 # List of routers RouterFile ../config/routers.or -# Private key -PrivateKeyFile moria1-private -SigningPrivateKeyFile moria1-private -CertFile moria1-cert +DataDirectory moria1 Nickname moria1 CoinWeight 0.01 -- cgit v1.2.3