April 2004 Archives by date
Starting: Thu Apr 1 00:36:48 UTC 2004
Ending: Fri Apr 30 16:35:50 UTC 2004
Messages: 376
- [or-cvs] Add documentation for hidden server cfg
Nick Mathewson
- [or-cvs] Add relay command types for rendezvous
Nick Mathewson
- [or-cvs] Bob needs the hash of his PK in order to know which hidden ...
Nick Mathewson
- [or-cvs] put in hooks for alice and bob logic when circuits finish/f...
Roger Dingledine
- [or-cvs] let alice recognize a y.onion address and, uhm, do something
Roger Dingledine
- [or-cvs] Add helpful hybrid encryption functions
Nick Mathewson
- [or-cvs] Add helpful hybrid encryption functions
Nick Mathewson
- [or-cvs] outline what bob does to initialize his hidden services
Roger Dingledine
- [or-cvs] Use padding with intro requests
Nick Mathewson
- [or-cvs] Add a (also fragmentary) function to handle introduction re...
Nick Mathewson
- [or-cvs] Make it compile.
Nick Mathewson
- [or-cvs] let the circuit-launcher choose the exit node (if he wants)
Roger Dingledine
- [or-cvs] Add some hooks to handle rendezvous-related cells at ORs
Nick Mathewson
- [or-cvs] teach alice to recognize y.onion addresses
Roger Dingledine
- [or-cvs] Separate "generate-DH-key" from "get-DH-key" without breaki...
Nick Mathewson
- [or-cvs] Finish implementing what-bob-does-on-INTRODUCE2
Nick Mathewson
- [or-cvs] alice chooses her rendezvous node from all running routers
Roger Dingledine
- [or-cvs] teach directory servers to handle renddesc responses
Roger Dingledine
- [or-cvs] Clarify handdshake digest logic
Nick Mathewson
- [or-cvs] Add new functions to wrap digest and sign/checksig.
Nick Mathewson
- [or-cvs] Add new functions to wrap digest and sign/checksig.
Nick Mathewson
- [or-cvs] refactor to use new digest/checksig wrapper, add emacs magi...
Nick Mathewson
- [or-cvs] For hidden services: handle INTRODUCE2, send ESTABLISH_INTR...
Nick Mathewson
- [or-cvs] Implement midpoint functionality for rendezvous points.
Nick Mathewson
- [or-cvs] Implement midpoint functionality for rendezvous points.
Nick Mathewson
- [or-cvs] Make preferred/excluded intro points configurable
Nick Mathewson
- [or-cvs] now circuit_get_newest returns an appropriate circ for your...
Roger Dingledine
- [or-cvs] router_choose_random_node can take a smartlist of nodes to ...
Roger Dingledine
- [or-cvs] Implement rennd_services_init
Nick Mathewson
- [or-cvs] Implement rennd_services_init
Nick Mathewson
- [or-cvs] Finish missing comment :p
Nick Mathewson
- [or-cvs] refactor; start adding debugging logs to midpoint rend stuff
Nick Mathewson
- [or-cvs] refactor; start adding debugging logs to midpoint rend stuff
Nick Mathewson
- [or-cvs] break out circ->rend_service
Roger Dingledine
- [or-cvs] Finish renaming rend_service field
Nick Mathewson
- [or-cvs] AP conns use conn->rend_query now too
Roger Dingledine
- [or-cvs] remember to lower-case the y in y.onion
Roger Dingledine
- [or-cvs] fix some bugs; more remain
Roger Dingledine
- [or-cvs] Hide smartlist internals
Nick Mathewson
- [or-cvs] Hide smartlist internals
Nick Mathewson
- [or-cvs] Startup without crashing.
Nick Mathewson
- [or-cvs] Add examples for hidden services
Nick Mathewson
- [or-cvs] no underscores in nicknames
Roger Dingledine
- [or-cvs] alice can intercept y.onion requests, do a lookup on them v...
Roger Dingledine
- [or-cvs] tabs
Roger Dingledine
- [or-cvs] it"s HiddenServiceDir
Roger Dingledine
- [or-cvs] Refactor the heck out of crypto interface: admit that we wi...
Nick Mathewson
- [or-cvs] Refactor the heck out of crypto interface: admit that we wi...
Nick Mathewson
- [or-cvs] Build without warnings against openssl 0.9.6
Nick Mathewson
- [or-cvs] Loops work better when they terminate. Non-terminating loo...
Nick Mathewson
- [or-cvs] more progress on alice"s side
Roger Dingledine
- [or-cvs] Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.
Nick Mathewson
- [or-cvs] publish and fetch the right rendezvous urls
Roger Dingledine
- [or-cvs] Handle rendezvous relay cells
Nick Mathewson
- [or-cvs] Handle rendezvous relay cells
Nick Mathewson
- [or-cvs] Strdup hates finding 0 bytes.
Nick Mathewson
- [or-cvs] Make "common" no longer depend on or.h
Nick Mathewson
- [or-cvs] Make "common" no longer depend on or.h
Nick Mathewson
- [or-cvs] nick, can you make and send the rendezvous cookie?
Roger Dingledine
- [or-cvs] Make it build on linux
Nick Mathewson
- [or-cvs] Add func to generate,set,and send rend cookie
Nick Mathewson
- [or-cvs] Implement acks
Nick Mathewson
- [or-cvs] alice can now look up bob"s service descriptor,
Roger Dingledine
- [or-cvs] nicknames are at most 19 chars
Roger Dingledine
- [or-cvs] bob"s rend desc must list >=1 intro point
Roger Dingledine
- [or-cvs] rend point nickname is nul-padded to avoid revealing rend p...
Roger Dingledine
- [or-cvs] more alice-side infrastructure
Roger Dingledine
- [or-cvs] send a destroy after we send an introduce
Roger Dingledine
- [or-cvs] if a rend stream has already been attached to a rend circ,
Roger Dingledine
- [or-cvs] i2d_RSAPublicKey advances the pointer it receives past the ...
Nick Mathewson
- [or-cvs] Add some temporary log calls to try to debug the "Hash of s...
Nick Mathewson
- [or-cvs] Expect a 20-byte nul-padded-and-terminated nickname
Nick Mathewson
- [or-cvs] use the right variable when comparing hashes; maybe fix "Ha...
Nick Mathewson
- [or-cvs] use the right variable when comparing hashes; maybe fix "Ha...
Nick Mathewson
- [or-cvs] complain early if we get an unrecognized nickname from
Roger Dingledine
- [or-cvs] strdup the intro point when you pick it, so you
Roger Dingledine
- [or-cvs] oaep uses 42 more bytes -- stop clobbering buffers
Roger Dingledine
- [or-cvs] Do first half of Alice-side of DH handshake.
Nick Mathewson
- [or-cvs] Slightly more helpful msg on mismatched service pk digest i...
Nick Mathewson
- [or-cvs] It"s amazing how wrong things look when you invert the bool...
Nick Mathewson
- [or-cvs] add more constants
Nick Mathewson
- [or-cvs] Make init_cpath_crypto able to handle both sides of handsha...
Nick Mathewson
- [or-cvs] Implement response to RENDEZVOUS2 cell.
Nick Mathewson
- [or-cvs] Use symbolic constants; make padding types match.
Nick Mathewson
- [or-cvs] Add a missing offset
Nick Mathewson
- [or-cvs] Spec conformance: KH|"INTRODUCE" is only for establishing i...
Nick Mathewson
- [or-cvs] Use correct payload lengths when sending RENDEZVOUS1 cells
Nick Mathewson
- [or-cvs] More symbolic constants for checking rendezvous1 cell lengths
Nick Mathewson
- [or-cvs] make rend apconn send to the right cpath layer
Roger Dingledine
- [or-cvs] make router_get_by_nickname consider this router.
Nick Mathewson
- [or-cvs] make router_get_by_nickname consider this router.
Nick Mathewson
- [or-cvs] don"t detach-and-retry rendezvous streams
Roger Dingledine
- [or-cvs] fix the bob-can"t-decode-relays bug
Roger Dingledine
- [or-cvs] finish off a bunch of rend todo, add more
Roger Dingledine
- [or-cvs] Document :n-m exit policy
Peter Palfrader
- [or-cvs] Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
- [or-cvs] Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
- [or-cvs] Remove the last tab in non-contributed code
Nick Mathewson
- [or-cvs] Continue attack on magic numbers; use new crypto wrappers w...
Nick Mathewson
- [or-cvs] Continue attack on magic numbers; use new crypto wrappers w...
Nick Mathewson
- [or-cvs] Set handshake_state to NULL before appending cpath hops
Nick Mathewson
- [or-cvs] checkpoint commit: rend closer to working, still not there ...
Roger Dingledine
- [or-cvs] Remove vestigial variable
Nick Mathewson
- [or-cvs] Stupid sizeof operator!
Nick Mathewson
- [or-cvs] Force hybrid encryption on for key negotiation
Nick Mathewson
- [or-cvs] Force hybrid encryption on for key negotiation
Nick Mathewson
- [or-cvs] router_choose_random_node wants a smartlist of routers, not...
Nick Mathewson
- [or-cvs] router_choose_random_node wants a smartlist of routers, not...
Nick Mathewson
- [or-cvs] set the circ windows on the middle hop of the rend circs
Roger Dingledine
- [or-cvs] alice just fetched bob"s hidden webpage.
Roger Dingledine
- [or-cvs] Set correct address and port mappings on outgoing rendezvou...
Nick Mathewson
- [or-cvs] Set correct address and port mappings on outgoing rendezvou...
Nick Mathewson
- [or-cvs] Set routerinfo->addr properly for own routerinfo; do casei ...
Nick Mathewson
- [or-cvs] routerinfo->addr is host order
Roger Dingledine
- [or-cvs] more todo action, and a spec note
Roger Dingledine
- [or-cvs] when counting how many being-built circs will handle a stre...
Roger Dingledine
- [or-cvs] mark a rend circ dirty when you attach to it
Roger Dingledine
- [or-cvs] let alice reuse recent rendjoin circs
Roger Dingledine
- [or-cvs] we were uploading our server descriptor to each the dirserv...
Roger Dingledine
- [or-cvs] Put ourself in router list; act accordingly.
Nick Mathewson
- [or-cvs] Put ourself in router list; act accordingly.
Nick Mathewson
- [or-cvs] Delete trailing whitespace and expand tabs; remove unused a...
Nick Mathewson
- [or-cvs] Delete trailing whitespace and expand tabs; remove unused a...
Nick Mathewson
- [or-cvs] Delete trailing whitespace and expand tabs; remove unused a...
Nick Mathewson
- [or-cvs] Repair whitespace in windows orconfig.h
Nick Mathewson
- [or-cvs] There is no need to cast void* to other pointer types.
Nick Mathewson
- [or-cvs] There is no need to cast void* to other pointer types.
Andrew R. Reiter
- [or-cvs] convince ourselves that circuit_failed doesn"t have to be a...
Roger Dingledine
- [or-cvs] expire open-but-not-yet-acked circs if they"re too old
Roger Dingledine
- [or-cvs] a few more todo thoughts
Roger Dingledine
- [or-cvs] let bob replenish his intro points and republish service desc
Roger Dingledine
- [or-cvs] Identify some finished stuff
Nick Mathewson
- [or-cvs] Carefully increment failure counts when appropriate
Nick Mathewson
- [or-cvs] don"t pick myself or my twins as hops when building circuits
Roger Dingledine
- [or-cvs] bump cvs to 0.0.6pre1
Roger Dingledine
- [or-cvs] Don"t use Tor version 0.0.5 for intro/rendezvous points. (...
Nick Mathewson
- [or-cvs] Don"t use Tor version 0.0.5 for intro/rendezvous points. (...
Nick Mathewson
- [or-cvs] Don"t use Tor version 0.0.5 for intro/rendezvous points. (...
Nick Mathewson
- [or-cvs] Generating data does no good if you make no use of it
Nick Mathewson
- [or-cvs] Make sure we have our own keys before we initialize our rou...
Nick Mathewson
- [or-cvs] Remember when we received which service desc.
Nick Mathewson
- [or-cvs] Rebuild and re-upload service descriptors every 15 minutes
Nick Mathewson
- [or-cvs] Insert a *copy* of our routerinfo into the routerlist.
Nick Mathewson
- [or-cvs] Freeing the same variable twice in rapid succession can som...
Nick Mathewson
- [or-cvs] if the rend desc cache entry was fetched more than 15 mins ...
Roger Dingledine
- [or-cvs] don"t try to build intro circs until you"ve fetched the dir...
Roger Dingledine
- [or-cvs] clean up choose_good_exit_server()
Roger Dingledine
- [or-cvs] clean up torrc.sample more
Roger Dingledine
- [or-cvs] allow 90 minutes of clock skew, not 30
Roger Dingledine
- [or-cvs] allow for directories >8192 bytes
Roger Dingledine
- [or-cvs] Do not crash when no desc is found
Nick Mathewson
- [or-cvs] Split out major functionality of circuit_get_best; rephrase...
Nick Mathewson
- [or-cvs] don"t log info when we asked for log warn
Roger Dingledine
- [or-cvs] spec change: bob is allowed to advertise zero intro points
Roger Dingledine
- [or-cvs] more todo items marked off
Roger Dingledine
- [or-cvs] Set rend_query on exiting streams
Nick Mathewson
- [or-cvs] clean up rend_client_get_random_intro
Roger Dingledine
- [or-cvs] make the max buf size 10 megabytes, not 1 megabyte
Roger Dingledine
- [or-cvs] only call circuit_build_failed when we"re circ"s origin
Roger Dingledine
- [or-cvs] Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath
Nick Mathewson
- [or-cvs] Nothing is good enough for you, is it?
Nick Mathewson
- [or-cvs] Allow service descriptors with no intro points
Nick Mathewson
- [or-cvs] Force tor_malloc(0) to always be sane
Nick Mathewson
- [or-cvs] bugfix: alice would crash if bob advertised 0 intro points
Roger Dingledine
- [or-cvs] Invert strcasecmp check for supports-rendezvous
Nick Mathewson
- [or-cvs] don"t try to circuit_log_path if you"re at the exit edge of...
Roger Dingledine
- [or-cvs] Launch intro services after launching connections; allow OR...
Nick Mathewson
- [or-cvs] servers don"t need other people to be able to resolve their...
Roger Dingledine
- [or-cvs] log which intro points we picked
Roger Dingledine
- [or-cvs] Be endianly-correct for rendezvous functionality
Nick Mathewson
- [or-cvs] stop being so eager to have rend_cache_store reject the
Roger Dingledine
- [or-cvs] Document rest of hiddenservice config options; still needs ...
Nick Mathewson
- [or-cvs] Stupid sizeof operator!
Ben Laurie
- [or-cvs] add "Do you want to run a hidden service?" section
Roger Dingledine
- [or-cvs] we added more AP conns, oops
Roger Dingledine
- [or-cvs] circuit-level sendmes weren"t working, because the exit
Roger Dingledine
- [or-cvs] note which preexisting or connection we found.
Nick Mathewson
- [or-cvs] when rend_cache_store warns, give more detail
Roger Dingledine
- [or-cvs] Fix unit tests (now that platform code works differently)
Nick Mathewson
- [or-cvs] Fix base32 implementation; make base32 implementation follo...
Nick Mathewson
- [or-cvs] Fix base32 implementation; make base32 implementation follo...
Nick Mathewson
- [or-cvs] Fix base32 implementation; make base32 implementation follo...
Nick Mathewson
- [or-cvs] remove a stray printf
Nick Mathewson
- [or-cvs] get more serious about hunting The Bug
Roger Dingledine
- [or-cvs] Update cvsignores
Peter Palfrader
- [or-cvs] Update cvsignores
Peter Palfrader
- [or-cvs] Reload rendezvous service keys on sighup; otherwise, we win...
Nick Mathewson
- [or-cvs] set rend exit connection state _before_ calling rend_servic...
Nick Mathewson
- [or-cvs] Make comment more sensible. Still uncertain about when to c...
Nick Mathewson
- [or-cvs] call directory_has_arrived has arrived every time we get
Roger Dingledine
- [or-cvs] don"t call rend_services_init right before we fetch the
Roger Dingledine
- [or-cvs] Resolve init-services-in-do-hup issue
Nick Mathewson
- [or-cvs] Dump introduction point status on kill -USR1
Nick Mathewson
- [or-cvs] expire old CIRCUIT_PURPOSE_C_REND_READY circs too
Roger Dingledine
- [or-cvs] give better instructions than just "mail arma"
Roger Dingledine
- [or-cvs] if dns resolve is valid, but our exit policy rejects it or
Roger Dingledine
- [or-cvs] continue beating at pieces of The Bug
Roger Dingledine
- [or-cvs] clean/update todo
Roger Dingledine
- [or-cvs] Cosmetic patch for arma"s fix for The Bug: Don"t set the st...
Nick Mathewson
- [or-cvs] Use service id instead of hex id in rendservice.c log messa...
Nick Mathewson
- [or-cvs] Fix two dumb leaks in crypto.c
Nick Mathewson
- [or-cvs] bump allowed rend desc skew from 60 mins to 90 mins
Roger Dingledine
- [or-cvs] Use service IDs in rendmid. (rendclient and common require ...
Nick Mathewson
- [or-cvs] normal circs are 3 hops, but rend/intro circs are 4, because
Roger Dingledine
- [or-cvs] break circuit_build_needed_circs into its own func
Roger Dingledine
- [or-cvs] ACK/NAK INTRODUCE1 requests. (We do no useful processing o...
Nick Mathewson
- [or-cvs] Re-number the new relay command so as to maintain backward ...
Nick Mathewson
- [or-cvs] Document ACKs/NAKs
Nick Mathewson
- [or-cvs] Have find_intro_circuit return non-open circs
Nick Mathewson
- [or-cvs] Get the rest of intro-ack/nak handling in ... except for th...
Nick Mathewson
- [or-cvs] Handle introduce naks. Arma: Is this right?
Nick Mathewson
- [or-cvs] arma> you should make r and i and use r for r and i for i
Nick Mathewson
- [or-cvs] Handle the rendezvous-circ elements of retrying introductio...
Nick Mathewson
- [or-cvs] more todo items
Roger Dingledine
- [or-cvs] clean up circuit rebuilding some; fix some bugs we hadn"t h...
Roger Dingledine
- [or-cvs] Separate "start-establishing-introduction" from "upload des...
Nick Mathewson
- [or-cvs] Mark service descriptors as dirty when we have lost an intr...
Nick Mathewson
- [or-cvs] Handle END_STREAM_REASON_{EXITPOLICY|RESOLVEFAILED}
Nick Mathewson
- [or-cvs] or, not and
Nick Mathewson
- [or-cvs] Note a couple of finished items
Nick Mathewson
- [or-cvs] only consider uploading descriptors every 5 sec
Nick Mathewson
- [or-cvs] Scan list of servers in directory after reloading fingerpri...
Nick Mathewson
- [or-cvs] let introcircs receive acks. rend streams now deal correctl...
Roger Dingledine
- [or-cvs] remove unused variable
Roger Dingledine
- [or-cvs] Do not segfault on missing intro points.
Nick Mathewson
- [or-cvs] call circuit_build_failed() even when the failure is immedi...
Roger Dingledine
- [or-cvs] handle more purposes in new_route_len
Roger Dingledine
- [or-cvs] make rendezvous points work again
Roger Dingledine
- [or-cvs] one todo item done, another put off until later
Roger Dingledine
- [or-cvs] bump cvs to 0.0.6pre3
Roger Dingledine
- [or-cvs] another todo item
Roger Dingledine
- [or-cvs] some more todo items
Roger Dingledine
- [or-cvs] Never ever leave ri.platform unset.
Nick Mathewson
- [or-cvs] Retry non-final-hop rendezvous failures
Nick Mathewson
- [or-cvs] Retry non-final-hop rendezvous failures
Nick Mathewson
- [or-cvs] prune abandoned circs better
Roger Dingledine
- [or-cvs] narrow in closer
Roger Dingledine
- [or-cvs] make unattached rend streams expire after a while (60s)
Roger Dingledine
- [or-cvs] Add a missing return -1
Nick Mathewson
- [or-cvs] Strings need room for a NUL.
Nick Mathewson
- [or-cvs] bump version to 0.0.6pre4
Roger Dingledine
- [or-cvs] Must detach before attaching, or else we infinite-loop
Nick Mathewson
- [or-cvs] a todo item for sometime
Roger Dingledine
- [or-cvs] quiet a -l info that should be -l debug
Roger Dingledine
- [or-cvs] compress end-of-second summary into one line
Roger Dingledine
- [or-cvs] put in an extra assert, might find a bug these way
Roger Dingledine
- [or-cvs] i was wrong about one of my invariants
Roger Dingledine
- [or-cvs] bump cvs to 0.0.6pre5
Roger Dingledine
- [or-cvs] wait a minute, weasel said there was a memory-stomping bug ...
Roger Dingledine
- [or-cvs] weasel convinced me not to call it pre5 until it"s actually...
Roger Dingledine
- [or-cvs] more useful logging for rend services and clients
Roger Dingledine
- [or-cvs] when alice uses a port that the hidden service doesn"t acce...
Roger Dingledine
- [or-cvs] fix a pair of duplicate mark-for-closes
Roger Dingledine
- [or-cvs] fix another rare bug: when we had tried all the intro
Roger Dingledine
- [or-cvs] bugfix: when you sleep your hidden-service laptop, as soon
Roger Dingledine
- [or-cvs] more debugging to hunt for a bug
Roger Dingledine
- [or-cvs] First round of incompatible changes for key rotation. (Thi...
Nick Mathewson
- [or-cvs] First round of incompatible changes for key rotation. (Thi...
Nick Mathewson
- [or-cvs] more useful logs to track weasel"s bug
Roger Dingledine
- [or-cvs] add a list of backward-incompatible things we need to do
Roger Dingledine
- [or-cvs] clean up some warnings
Roger Dingledine
- [or-cvs] freebsd 5.x needs sys/limits.h
Roger Dingledine
- [or-cvs] util.c uses LONG_MAX, needs another include on fbsd 5.x
Roger Dingledine
- [or-cvs] include sys/limits.h if it"s found
Roger Dingledine
- [or-cvs] add back in a todo that i thought we"d got but we clearly h...
Roger Dingledine
- [or-cvs] a ! goes a long way toward more helpful debug messages
Roger Dingledine
- [or-cvs] log n_circ_ids when attaching rend streams
Roger Dingledine
- [or-cvs] flagday] handle nicknames and connection init properly; go ...
Nick Mathewson
- [or-cvs] flagday] handle nicknames and connection init properly; go ...
Nick Mathewson
- [or-cvs] flagday] Make connections finally work again. Circs claim ...
Nick Mathewson
- [or-cvs] flagday] Make connections finally work again. Circs claim ...
Nick Mathewson
- [or-cvs] bugfix: give dir_conn a state before building the bridge, s...
Roger Dingledine
- [or-cvs] add more flagday items to todo
Nick Mathewson
- [or-cvs] flagday} actually rotate onion keys.
Nick Mathewson
- [or-cvs] expire dir connections that live for more than 5 minutes
Roger Dingledine
- [or-cvs] reverse the logic, captain
Roger Dingledine
- [or-cvs] if an intro circ waiting for an ack dies before getting one...
Roger Dingledine
- [or-cvs] when you get an intro ack, don"t also count it as an intro ...
Roger Dingledine
- [or-cvs] bugfix: you mean we"re supposed to reuse fresh descriptors ...
Roger Dingledine
- [or-cvs] tmp patch to also expire old clean rend_ready circs for now
Roger Dingledine
- [or-cvs] Add and tenatively assign some items in flag-day todo
Nick Mathewson
- [or-cvs] flagday} Rotate TLS contexts as needed; set expiry times sa...
Nick Mathewson
- [or-cvs] flagday} Rotate TLS contexts as needed; set expiry times sa...
Nick Mathewson
- [or-cvs] give wedged dir conns a last chance to flush
Roger Dingledine
- [or-cvs] bump cvs version to 0.0.6pre6-cvs
Roger Dingledine
- [or-cvs] expire wedged dir conns after 5min without write, not simpl...
Roger Dingledine
- [or-cvs] the socketpair bug is no longer a bug
Roger Dingledine
- [or-cvs] use the real socketpair if we"ve got it
Roger Dingledine
- [or-cvs] only expire wedged dir conns that haven"t already been expi...
Roger Dingledine
- [or-cvs] Add bandwidthrate and directory-signer to router/directory ...
Nick Mathewson
- [or-cvs] Update flag-day status
Nick Mathewson
- [or-cvs] another maybe-todo item
Roger Dingledine
- [or-cvs] rewrite the todo list
Roger Dingledine
- [or-cvs] Mention tor web site and mailinglists in description.
Peter Palfrader
- [or-cvs] Merge flagday into main branch.
Nick Mathewson
- [or-cvs] Merge flagday into main branch.
Nick Mathewson
- [or-cvs] Compare nicknames casei.
Nick Mathewson
- [or-cvs] Note router addr:port in log messages
Nick Mathewson
- [or-cvs] Spurious link-key should not be an error
Nick Mathewson
- [or-cvs] more touch-ups
Roger Dingledine
- [or-cvs] bugfix: when rotating onion key, do it (more) correctly
Roger Dingledine
- [or-cvs] don"t warn when private_decrypt_hybrid fails
Roger Dingledine
- [or-cvs] log correctly if decoding onion failed
Roger Dingledine
- [or-cvs] don"t build and upload a new desc twice in a row
Roger Dingledine
- [or-cvs] remove spurious router_rebuild_descriptor
Nick Mathewson
- [or-cvs] Remove onion_pkey from connection, since onion keys can cha...
Nick Mathewson
- [or-cvs] Add assert on crypto_pk_write_private_key,and macros to mak...
Nick Mathewson
- [or-cvs] Add a tor_assert macro that logs failed assertions.
Nick Mathewson
- [or-cvs] use tor_assert and PUBLIC_KEY_OK
Roger Dingledine
- [or-cvs] use tor_assert
Roger Dingledine
- [or-cvs] bump version to 0.0.6rc1
Roger Dingledine
- [or-cvs] now assume all routers support rendezvous cells
Roger Dingledine
- [or-cvs] give us a new dirservers file
Roger Dingledine
- [or-cvs] New upstream release candidate.
Peter Palfrader
- [or-cvs] resolve a double-mark-for-close when things die inside conn...
Roger Dingledine
- [or-cvs] Note another item I changed since the last package release ...
Peter Palfrader
- [or-cvs] don"t crash, if a conn that sent a begin has suddenly lost ...
Roger Dingledine
- [or-cvs] Check for machine/limits.h in addition to sys/limits.h
Nick Mathewson
- [or-cvs] Check for machine/limits.h in addition to sys/limits.h
Nick Mathewson
- [or-cvs] Check for machine/limits.h in addition to sys/limits.h
Nick Mathewson
- [or-cvs] tell us the nickname of the OR that hung up on us
Roger Dingledine
- [or-cvs] Very blunt debugging code: log pending errors at start and ...
Nick Mathewson
- [or-cvs] Better error msg on unknown circuit id.
Nick Mathewson
- [or-cvs] Call tls_log_errors at a more appropriate location; we can ...
Nick Mathewson
- [or-cvs] fix a bug that"s been lurking since 27 may 03 (!)
Roger Dingledine
- [or-cvs] since we don"t support truncateds much, don"t bother sendin...
Roger Dingledine
- [or-cvs] tell us when we"re rotating things
Roger Dingledine
- [or-cvs] bump us to rc2
Roger Dingledine
- [or-cvs] New upstream release candidate.
Peter Palfrader
- [or-cvs] Log pending TLS errors in a couple more places, in case the...
Nick Mathewson
- [or-cvs] Refactor crypto error handling to be more like TLS error ha...
Nick Mathewson
- [or-cvs] Refactor crypto error handling to be more like TLS error ha...
Nick Mathewson
- [or-cvs] Include strerror(errno) with tls syscall errors
Nick Mathewson
- [or-cvs] add a debugging entry, to find the wants-to-read-but-can"t ...
Roger Dingledine
- [or-cvs] The dots are there so you see test doing something. Theref...
Peter Palfrader
- [or-cvs] log debug so nick can see it too
Roger Dingledine
- [or-cvs] and other debugs
Roger Dingledine
- [or-cvs] Add a macro to catch unhandled openssl errors.
Nick Mathewson
- [or-cvs] Add a macro to catch unhandled openssl errors.
Nick Mathewson
- [or-cvs] Remove spurious semi
Nick Mathewson
- [or-cvs] rendmid says it drops but actually sends nack
Roger Dingledine
- [or-cvs] Log number of bytes pending after read.
Nick Mathewson
- [or-cvs] Some versions of openssl have an SSL_pending function that ...
Nick Mathewson
- [or-cvs] don"t expire joined-rend circs that have an exit connection...
Roger Dingledine
- [or-cvs] it was the second bug that was nailing us.
Roger Dingledine
- [or-cvs] make my assumption explicit
Roger Dingledine
- [or-cvs] set Content-Type on the directory and hidserv descriptor
Roger Dingledine
- [or-cvs] some compilers don"t like an array of length zero
Roger Dingledine
- [or-cvs] clean some dead code (right?)
Roger Dingledine
- [or-cvs] Workarounds for a couple of pieces of windows strangeness.
Nick Mathewson
- [or-cvs] Workarounds for a couple of pieces of windows strangeness.
Nick Mathewson
- [or-cvs] fix a bug in dns.c, note but don"t fix another one
Roger Dingledine
- [or-cvs] clarify the hybrid encryption in our spec
Roger Dingledine
- [or-cvs] clean dns.c better
Roger Dingledine
- [or-cvs] bug resolved (hopefully), so remove comment
Roger Dingledine
- [or-cvs] Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
- [or-cvs] Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
- [or-cvs] Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
- [or-cvs] Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
- [or-cvs] nick, is this what you meant?
Roger Dingledine
- [or-cvs] use nick"s _ARRAYSIZE abstraction
Roger Dingledine
- [or-cvs] Remove IVs from cipher code, since AES-ctr has none.
Nick Mathewson
- [or-cvs] Remove IVs from cipher code, since AES-ctr has none.
Nick Mathewson
- [or-cvs] Regenerate windows orconfig.h to match current autoheader g...
Nick Mathewson
- [or-cvs] use tor_lookup_hostname for binding local addresses too
Roger Dingledine
- [or-cvs] Use socketclose on windows as appropriate; end pid files wi...
Nick Mathewson
- [or-cvs] Use socketclose on windows as appropriate; end pid files wi...
Nick Mathewson
- [or-cvs] Oops -- the Windows function is closesocket, not socketclose
Nick Mathewson
- [or-cvs] some cosmetic fixes
Roger Dingledine
- [or-cvs] bump to rc3
Roger Dingledine
- [or-cvs] and then bump to rc4-cvs
Roger Dingledine
- [or-cvs] update the built-in dirservers default
Roger Dingledine
- [or-cvs] New upstream release candidate.
Peter Palfrader
- [or-cvs] tell people the default location of torrc
Roger Dingledine
- [or-cvs] note another bug to be fixed sometime
Roger Dingledine
- [or-cvs] fix a seg fault (whoops)
Roger Dingledine
Last message date:
Fri Apr 30 16:35:50 UTC 2004
Archived on: Mon Feb 28 22:35:36 UTC 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).