aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
Commit message (Collapse)AuthorAge
* use tor_assertRoger Dingledine2004-04-25
| | | | | | | remove obsolete BUF_OK macro svn:r1697
* ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson2004-04-12
| | | | svn:r1597
* bump allowed rend desc skew from 60 mins to 90 minsRoger Dingledine2004-04-12
| | | | svn:r1593
* when rend_cache_store warns, give more detailRoger Dingledine2004-04-08
| | | | svn:r1572
* stop being so eager to have rend_cache_store reject theRoger Dingledine2004-04-08
| | | | | | | service descriptor svn:r1566
* Be endianly-correct for rendezvous functionalityNick Mathewson2004-04-08
| | | | svn:r1565
* Allow service descriptors with no intro pointsNick Mathewson2004-04-08
| | | | svn:r1557
* Remember when we received which service desc.Nick Mathewson2004-04-07
| | | | svn:r1536
* checkpoint commit: rend closer to working, still not there yetRoger Dingledine2004-04-06
| | | | svn:r1506
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
| | | | svn:r1502
* more alice-side infrastructureRoger Dingledine2004-04-05
| | | | | | | | | | handle rendezvous acks, do rend begin cells right, send an introduction cell (sort of) receive a rendezvous2 cell (sort of) svn:r1475
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
| | | | | | | | | | | | | | | | | 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
* Implement acksNick Mathewson2004-04-03
| | | | svn:r1470
* Strdup hates finding 0 bytes.Nick Mathewson2004-04-03
| | | | svn:r1465
* Handle rendezvous relay cellsNick Mathewson2004-04-03
| | | | svn:r1464
* publish and fetch the right rendezvous urlsRoger Dingledine2004-04-03
| | | | svn:r1463
* Refactor the heck out of crypto interface: admit that we will stick with one ↵Nick Mathewson2004-04-03
| | | | | | ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458
* tabsRoger Dingledine2004-04-03
| | | | svn:r1456
* alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine2004-04-03
| | | | | | | and receive a 404 svn:r1455
* remember to lower-case the y in y.onionRoger Dingledine2004-04-03
| | | | svn:r1449
* refactor; start adding debugging logs to midpoint rend stuffNick Mathewson2004-04-02
| | | | svn:r1445
* now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine2004-04-02
| | | | | | | | | | connection_ap_handshake_attach_circuit attaches to a circ of the right purpose add a skeletal rendclient.c svn:r1441
* refactor to use new digest/checksig wrapper, add emacs magic, untabifyNick Mathewson2004-04-01
| | | | svn:r1437
* teach alice to recognize y.onion addressesRoger Dingledine2004-04-01
| | | | svn:r1430
* let alice recognize a y.onion address and, uhm, do somethingRoger Dingledine2004-04-01
| | | | svn:r1422
* rename hidserv_xxNick Mathewson2004-03-31
| | | | svn:r1406
* Implement hidserv_XX functions; there is still an XXX in ↵Nick Mathewson2004-03-31
| | | | | | directory_handle_command svn:r1404
* Parse and generate service descriptorsNick Mathewson2004-03-31
svn:r1403