| Commit message (Expand) | Author | Age |
... | |
* | More doxygenation.•••svn:r1832
| Nick Mathewson | 2004-05-10 |
* | more doxygen markup•••plenty more remains
svn:r1824
| Roger Dingledine | 2004-05-09 |
* | Comments for nearly all non-tricky files•••svn:r1796
| Nick Mathewson | 2004-05-05 |
* | use tor_assert•••remove obsolete BUF_OK macro
svn:r1697
| Roger Dingledine | 2004-04-25 |
* | when you get an intro ack, don't also count it as an intro nack•••svn:r1666
| Roger Dingledine | 2004-04-18 |
* | if an intro circ waiting for an ack dies before getting one, then•••count it as a nack
svn:r1665
| Roger Dingledine | 2004-04-18 |
* | fix another rare bug: when we had tried all the intro•••points for a hidden service, we fetched the descriptor
again, but we left our introcirc thinking it had already
sent an intro, so it kept waiting for a response...
svn:r1644
| Roger Dingledine | 2004-04-16 |
* | more useful logging for rend services and clients•••svn:r1641
| Roger Dingledine | 2004-04-16 |
* | i was wrong about one of my invariants•••now it's commented
this should fix asserts when you try an intro point, get a nack,
and try a second one and it works.
svn:r1637
| Roger Dingledine | 2004-04-16 |
* | put in an extra assert, might find a bug these way•••svn:r1636
| Roger Dingledine | 2004-04-16 |
* | make rendezvous points work again•••(yay. now time to mess them up again.)
svn:r1619
| Roger Dingledine | 2004-04-14 |
* | remove unused variable•••svn:r1615
| Roger Dingledine | 2004-04-13 |
* | let introcircs receive acks. rend streams now deal correctly again.•••(i think)
svn:r1614
| Roger Dingledine | 2004-04-13 |
* | clean up circuit rebuilding some; fix some bugs we hadn't hit yet•••svn:r1606
| Roger Dingledine | 2004-04-13 |
* | Handle the rendezvous-circ elements of retrying introductions.•••svn:r1604
| Nick Mathewson | 2004-04-13 |
* | <arma> you should make r and i and use r for r and i for i•••svn:r1603
| Nick Mathewson | 2004-04-13 |
* | Handle introduce naks. Arma: Is this right?•••svn:r1602
| Nick Mathewson | 2004-04-13 |
* | Get the rest of intro-ack/nak handling in ... except for the tricky "pick a n...•••svn:r1601
| Nick Mathewson | 2004-04-13 |
* | ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)•••svn:r1597
| Nick Mathewson | 2004-04-12 |
* | bugfix: alice would crash if bob advertised 0 intro points•••svn:r1559
| Roger Dingledine | 2004-04-08 |
* | Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath•••svn:r1555
| Nick Mathewson | 2004-04-08 |
* | clean up rend_client_get_random_intro•••svn:r1552
| Roger Dingledine | 2004-04-08 |
* | if the rend desc cache entry was fetched more than 15 mins ago,•••then try to fetch a new one. but if the new fetch fails, use the
old one.
svn:r1540
| Roger Dingledine | 2004-04-07 |
* | Remember when we received which service desc.•••svn:r1536
| Nick Mathewson | 2004-04-07 |
* | set the circ windows on the middle hop of the rend circs•••svn:r1511
| Roger Dingledine | 2004-04-06 |
* | Force hybrid encryption on for key negotiation•••svn:r1509
| Nick Mathewson | 2004-04-06 |
* | checkpoint commit: rend closer to working, still not there yet•••svn:r1506
| Roger Dingledine | 2004-04-06 |
* | Set handshake_state to NULL before appending cpath hops•••svn:r1505
| Nick Mathewson | 2004-04-06 |
* | Document stuff, reduce magic numbers, add emacs magic•••svn:r1502
| Nick Mathewson | 2004-04-06 |
* | fix the bob-can't-decode-relays bug•••now alice can send the begin and bob can receive it.
svn:r1499
| Roger Dingledine | 2004-04-05 |
* | make rend apconn send to the right cpath layer•••and fix circuit_log_path to know about rend circs
svn:r1496
| Roger Dingledine | 2004-04-05 |
* | Spec conformance: KH|"INTRODUCE" is only for establishing intro pt•••svn:r1493
| Nick Mathewson | 2004-04-05 |
* | Use symbolic constants; make padding types match.•••svn:r1491
| Nick Mathewson | 2004-04-05 |
* | Implement response to RENDEZVOUS2 cell.•••svn:r1490
| Nick Mathewson | 2004-04-05 |
* | Do first half of Alice-side of DH handshake.•••svn:r1485
| Nick Mathewson | 2004-04-05 |
* | oaep uses 42 more bytes -- stop clobbering buffers•••also maybe fix some constants here and there -- nick?
svn:r1484
| Roger Dingledine | 2004-04-05 |
* | strdup the intro point when you pick it, so you•••don't free it and then return it
svn:r1483
| Roger Dingledine | 2004-04-05 |
* | complain early if we get an unrecognized nickname from•••bob's rend service descriptor
svn:r1482
| Roger Dingledine | 2004-04-05 |
* | send a destroy after we send an introduce•••svn:r1476
| Roger Dingledine | 2004-04-05 |
* | more alice-side infrastructure•••handle rendezvous acks,
do rend begin cells right,
send an introduction cell (sort of)
receive a rendezvous2 cell (sort of)
svn:r1475
| Roger Dingledine | 2004-04-05 |
* | 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
| Roger Dingledine | 2004-04-05 |
* | Add func to generate,set,and send rend cookie•••svn:r1469
| Nick Mathewson | 2004-04-03 |
* | more progress on alice's side•••svn:r1461
| Roger Dingledine | 2004-04-03 |
* | alice can intercept y.onion requests, do a lookup on them via tor,•••and receive a 404
svn:r1455
| Roger Dingledine | 2004-04-03 |
* | fix some bugs; more remain•••svn:r1450
| Roger Dingledine | 2004-04-03 |
* | AP conns use conn->rend_query now too•••expose connection_ap_handshake_attach_circuit()
svn:r1448
| Roger Dingledine | 2004-04-02 |
* | break out circ->rend_service•••(this breaks the compile; must fix things)
let alice react when she learns a new rendezvous descriptor
let alice launch intro and rend circuits and mark them with her query
svn:r1446
| Roger Dingledine | 2004-04-02 |
* | now circuit_get_newest returns an appropriate circ for your purpose•••connection_ap_handshake_attach_circuit attaches to a circ of the
right purpose
add a skeletal rendclient.c
svn:r1441
| Roger Dingledine | 2004-04-02 |