summaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
AgeCommit message (Collapse)Author
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
svn:r2644
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
svn:r2610
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
svn:r2487
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
plus a whitespace patch on config.c from vicman svn:r2482
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
svn:r2103
2004-05-18Resolve some XXXsNick Mathewson
svn:r1889
2004-05-12Make some functions staticNick Mathewson
svn:r1857
2004-05-10More doxygenation.Nick Mathewson
svn:r1832
2004-05-09more doxygen markupRoger Dingledine
plenty more remains svn:r1824
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
svn:r1796
2004-04-25use tor_assertRoger Dingledine
remove obsolete BUF_OK macro svn:r1697
2004-04-12ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson
svn:r1597
2004-04-12bump allowed rend desc skew from 60 mins to 90 minsRoger Dingledine
svn:r1593
2004-04-08when rend_cache_store warns, give more detailRoger Dingledine
svn:r1572
2004-04-08stop being so eager to have rend_cache_store reject theRoger Dingledine
service descriptor svn:r1566
2004-04-08Be endianly-correct for rendezvous functionalityNick Mathewson
svn:r1565
2004-04-08Allow service descriptors with no intro pointsNick Mathewson
svn:r1557
2004-04-07Remember when we received which service desc.Nick Mathewson
svn:r1536
2004-04-06checkpoint commit: rend closer to working, still not there yetRoger Dingledine
svn:r1506
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
svn:r1502
2004-04-05more alice-side infrastructureRoger Dingledine
handle rendezvous acks, do rend begin cells right, send an introduction cell (sort of) receive a rendezvous2 cell (sort of) svn:r1475
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
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-03Implement acksNick Mathewson
svn:r1470
2004-04-03Strdup hates finding 0 bytes.Nick Mathewson
svn:r1465
2004-04-03Handle rendezvous relay cellsNick Mathewson
svn:r1464
2004-04-03publish and fetch the right rendezvous urlsRoger Dingledine
svn:r1463
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ↵Nick Mathewson
ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458
2004-04-03tabsRoger Dingledine
svn:r1456
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
and receive a 404 svn:r1455
2004-04-03remember to lower-case the y in y.onionRoger Dingledine
svn:r1449
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
svn:r1445
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine
connection_ap_handshake_attach_circuit attaches to a circ of the right purpose add a skeletal rendclient.c svn:r1441
2004-04-01refactor to use new digest/checksig wrapper, add emacs magic, untabifyNick Mathewson
svn:r1437
2004-04-01teach alice to recognize y.onion addressesRoger Dingledine
svn:r1430
2004-04-01let alice recognize a y.onion address and, uhm, do somethingRoger Dingledine
svn:r1422
2004-03-31rename hidserv_xxNick Mathewson
svn:r1406
2004-03-31Implement hidserv_XX functions; there is still an XXX in ↵Nick Mathewson
directory_handle_command svn:r1404
2004-03-31Parse and generate service descriptorsNick Mathewson
svn:r1403