tor/src/or
Roger Dingledine 7793078dff alice can now look up bob's service descriptor,
choose an intro point, connect to it,
choose a rend point, connect to it and establish a cookie,
get an ack from the rendezvous point,
and know when both circs are ready for her.

APConns don't use conn->purpose anymore

don't initiate a renddesc lookup if one is already in progress

also fix a buffer overflow in nickname parsing (only exploitable
by the operator though)


svn:r1471
2004-04-05 00:47:48 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Use (set|get)_uint(16|32) in lieu of memcpy where reasonable. 2004-04-03 03:07:25 +00:00
circuit.c alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
command.c refactor; start adding debugging logs to midpoint rend stuff 2004-04-02 23:30:54 +00:00
config.c alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
connection_edge.c alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
connection_or.c make it less noisy for normal ORs when a server uses a false nickname 2004-03-28 21:35:02 +00:00
connection.c alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
cpuworker.c deal with hardware word alignment 2004-03-20 09:30:30 +00:00
directory.c publish and fetch the right rendezvous urls 2004-04-03 03:33:57 +00:00
dirserv.c alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
dns.c clean up a few more bugs 2004-03-29 19:57:50 +00:00
main.c alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
Makefile.am now circuit_get_newest returns an appropriate circ for your purpose 2004-04-02 22:23:15 +00:00
onion.c Refactor the heck out of crypto interface: admit that we will stick with one ciphersuite at a time, make const things const, and stop putting openssl in the headers. 2004-04-03 02:40:30 +00:00
or.h alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
rendclient.c alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
rendcommon.c alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
rendmid.c Implement acks 2004-04-03 04:55:22 +00:00
rendservice.c Implement acks 2004-04-03 04:55:22 +00:00
rephist.c tabs 2004-04-03 02:14:20 +00:00
router.c Refactor the heck out of crypto interface: admit that we will stick with one ciphersuite at a time, make const things const, and stop putting openssl in the headers. 2004-04-03 02:40:30 +00:00
routerlist.c alice can now look up bob's service descriptor, 2004-04-05 00:47:48 +00:00
test.c Refactor the heck out of crypto interface: admit that we will stick with one ciphersuite at a time, make const things const, and stop putting openssl in the headers. 2004-04-03 02:40:30 +00:00
tor_main.c remove trailing whitespace 2003-12-17 21:09:31 +00:00
tree.h splay and rbtree implementations, by niels provos 2002-12-31 15:05:07 +00:00