aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2017-02-07Fix out-of-bounds read in INTRODUCE2 client authJohn Brooks
2015-04-06Validate the RSA key size received when parsing INTRODUCE2 cells.Yawning Angel
2013-09-20Round down hidden service descriptor publication times to nearest hourNick Mathewson
2013-08-10Fix an uninitialized-read when parsing v3 introduction requests.Nick Mathewson
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
2013-02-11Make hidden service authorization work again.Nick Mathewson
2013-02-09Wrap more macro definitions in (parentheses)Nick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-20Prevent early close of path bias testing circuits.Mike Perry
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-16Aftermath of isin->contains renamingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Rename handshake_digest to rend_circ_nonceNick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2012-12-09Space fixes.Mike Perry
2012-12-07Refactor path use bias code into own function.Mike Perry
2012-12-07Prop209: Rend circuits weren't ever marked dirty.Mike Perry
2012-12-07Prop 209: Add in hidserv path bias counts for usage.Mike Perry
2012-11-08Turn some memset()s introduced in tor 0.2.4 into memwipe()sNick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-10Use fmt_and_decorate_addr in log messages.David Fifield
2012-09-17Implement and use crypto_pk_eq_keysRobert Ransom
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
2012-08-21Avoid spurious warnings in rend_service_introduceNick Mathewson
2012-08-03Fix a bunch of "implicit 64->32" warnings from introduce refactoringNick Mathewson
2012-07-31Whitespace tweaksNick Mathewson
2012-07-31Refactor INTRODUCE2 parsing code in rend_service_introduce()Andrea Shepard
2012-07-31Use new replaycache_t structure for replay detection in rend_service_introduce()Andrea Shepard
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-17Fix the remaining instances of nexted SMARTLIST_FOREACHNick Mathewson
2012-06-29Fix crash bug from 4a8eaad7 (Bug 6255)Nick Mathewson
2012-06-25Merge remote-tracking branch 'public/bug2385'Nick Mathewson
2012-06-18Clear a couple more fields in rend_service_load_auth_keysNick Mathewson
2012-06-18Refactor exit path in rend_service_load_auth_keysNick Mathewson
2012-06-18Fix indentation in rend_service_load_auth_keysNick Mathewson
2012-06-18Refactor rend_service_load_keys() into main portion and auth portion.Nick Mathewson
2012-06-18Fix indentation and whitespace in rend_service_load_keysNick Mathewson
2012-06-18Refactor rend_service_load_keys() into outer loop and loop contentsNick Mathewson
2012-06-18Merge remote-tracking branch 'public/bug3311'Nick Mathewson
2012-06-15In rend_service_load_keys(), clear extended descriptor cookie and buffer, cle...Andrea Shepard
2012-06-15Clean keys on stack in rend_service_rendezvous_has_opened()Andrea Shepard
2012-06-15Clean keys on stack in rend_service_intro_has_opened()Andrea Shepard
2012-06-15Clean up keys on stack in rend_service_introduce()Andrea Shepard
2012-06-15Clean up keys on stack in rend_service_load_keys()Andrea Shepard