- Sep 26, 2003
-
-
Roger Dingledine authored
svn:r491
-
Nick Mathewson authored
svn:r490
-
Nick Mathewson authored
svn:r489
-
Nick Mathewson authored
svn:r488
-
Nick Mathewson authored
svn:r487
-
Roger Dingledine authored
ERR is if something fatal just happened WARNING is something bad happened, but we're still running. The bad thing is either a bug in the code, an attack or buggy protocol/implementation of the remote peer, etc. The operator should examine the bad thing and try to correct it. (No error or warning messages should be expected. I expect most people to run on -l warning eventually.) NOTICE is never ever used. INFO means something happened (maybe bad, maybe ok), but there's nothing you need to (or can) do about it. DEBUG is for everything louder than INFO. svn:r486
-
- Sep 25, 2003
-
-
Roger Dingledine authored
svn:r485
-
Roger Dingledine authored
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
-
Nick Mathewson authored
'buf_t' is now an opaque type defined in buffers.c . Router descriptors now include all keys; routers generate keys as needed on startup (in a newly defined "data directory"), and generate their own descriptors. Descriptors are now self-signed. Implementation is not complete: descriptors are never published; and upon receiving a descriptor, the directory doesn't do anything with it. At least "routers.or" and orkeygen are now obsolete, BTW. svn:r483
-
- Sep 24, 2003
-
-
Roger Dingledine authored
svn:r482
-
Roger Dingledine authored
Fixed up the assert_*_ok funcs some (more work remains) Changed config so it reads either /etc/torrc or the -f arg, never both Finally tracked down a nasty bug with our use of tls: It turns out that if you ask SSL_read() for no more than n bytes, it will read the entire record from the network (and maybe part of the next record, I'm not sure), give you n bytes of it, and keep the remaining bytes internally. This is fine, except our poll-for-read looks at the network, and there are no bytes pending on the network, so we never know to ask SSL_read() for more bytes. Currently I've hacked it so if we ask for n bytes and it returns n bytes, then it reads again right then. This will interact poorly with our rate limiting; we need a cleaner solution. svn:r481
-
- Sep 23, 2003
-
-
Roger Dingledine authored
svn:r480
-
Roger Dingledine authored
svn:r479
-
- Sep 22, 2003
-
-
Roger Dingledine authored
svn:r478
-
Roger Dingledine authored
svn:r477
-
- Sep 21, 2003
-
-
Roger Dingledine authored
svn:r476
-
Roger Dingledine authored
deal with content-length headers better when reading http don't assume struct socks4_info is a packed struct fail the socks handshake if destip is zero flesh out conn_state_to_string() for dir conn fix typo (bug) in connection_handle_read() directory get is now called fetch, post is now upload reopen logs on sighup svn:r475
-
- Sep 20, 2003
-
-
Roger Dingledine authored
svn:r474
-
- Sep 19, 2003
-
-
Roger Dingledine authored
svn:r473
-
- Sep 18, 2003
-
-
Roger Dingledine authored
this paves the way for supporting socks5 and other handshakes it also removes those pesky AP-only variables from connection_t also hacked a fix for a bug where some streams weren't ending properly -- maybe because marked connections weren't flushing properly? svn:r472
-
- Sep 17, 2003
-
-
Roger Dingledine authored
svn:r471
-
- Sep 16, 2003
-
-
Roger Dingledine authored
svn:r470
-
Roger Dingledine authored
svn:r468
-
Nick Mathewson authored
svn:r467
-
Nick Mathewson authored
svn:r466
-
Nick Mathewson authored
svn:r465
-
Nick Mathewson authored
svn:r464
-
Nick Mathewson authored
Also optimize logging by formatting messages in memory before sending them through stdio. (It turns out (according to gprof) that logging performance matters.) svn:r463
-
Nick Mathewson authored
svn:r462
-
Roger Dingledine authored
svn:r461
-
Roger Dingledine authored
svn:r460
-
- Sep 15, 2003
-
-
Nick Mathewson authored
svn:r459
-
Nick Mathewson authored
svn:r458
-
Nick Mathewson authored
svn:r457
-
- Sep 14, 2003
-
-
Roger Dingledine authored
and fixed recent memory leak svn:r456
-
Roger Dingledine authored
svn:r455
-
Roger Dingledine authored
still several (many) tls-related bugs outstanding. svn:r454
-
Roger Dingledine authored
nick: is this the right way to do the autoconf stuff? what happens when /usr/kerberos/include/ doesn't exist? an alternate way is to add `pkg-config --cflags openssl` to CFLAGS, but it seems that command only works on rh9. yay portability issues. svn:r453
-
- Sep 13, 2003
-
-
Roger Dingledine authored
svn:r452
-
- Sep 12, 2003
-
-
Roger Dingledine authored
svn:r451
-