aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
AgeCommit message (Expand)Author
2011-10-28Fix a double-free that would occur on an invalid cert in a CERTS cellNick Mathewson
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn
2011-10-26Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn
2011-10-26Reject create cells on outgoing OR connections from bridgesRobert Ransom
2011-10-26Don't use any OR connection which sent us a CREATE_FAST cell for an EXTENDRobert Ransom
2011-10-26manually backport a5232e0c4cRoger Dingledine
2011-10-26Do not tread vpadding cell as versions cell. Not in any released version.Nick Mathewson
2011-10-23Double-check that we really can get RSA keys from ID/Auth certsNick Mathewson
2011-10-23Fix memory leak in prop176 codeNick Mathewson
2011-10-11Fix a bunch of whitespace errorsNick Mathewson
2011-10-10Add some points to make it easy to turn off v3 supportNick Mathewson
2011-10-10Quiet two notices, and spelling mistake cleanupSebastian Hahn
2011-10-10Add more log statements for protocol/internal failuresNick Mathewson
2011-10-10Remove auth_challenge field from or_handshake_state_tNick Mathewson
2011-10-10spec conformance: allow only one cert of each typeNick Mathewson
2011-10-10Give tor_cert_get_id_digests() fail-fast behaviorNick Mathewson
2011-10-10Make more safe_str usage happen for new logs in command.cNick Mathewson
2011-10-10Set up network parameters on non-authenticated incoming connectionsNick Mathewson
2011-10-10Make sure we stop putting cells into our hash at the right time.Nick Mathewson
2011-10-10Bugfixes for authenticate handling and generationNick Mathewson
2011-10-10Fix log message about what cells we are sendingNick Mathewson
2011-10-10Hook up all of the prop176 code; allow v3 negotiations to actually workNick Mathewson
2011-10-10Make tor_tls_cert_is_valid check key lengthsNick Mathewson
2011-10-10Implement cert/auth cell readingNick Mathewson
2011-10-10Cell types and states for new OR handshakeNick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Merge branch 'bug3045' into maint-0.2.2Nick Mathewson
2011-05-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-02-28Revert bug1074_launch_authconn* branch: needs more design, less crashingNick Mathewson
2011-02-25Add a missing constNick Mathewson
2011-02-25Merge branch 'bug1074_launch_conn_on_skew'Nick Mathewson
2011-02-25whitespace fixupNick Mathewson
2011-02-25Fix for #1074 previous revAltF4
2011-02-25Fix for #1074 "Part 3"AltF4
2011-02-25Sebastian's Changes to #1074AltF4
2011-02-25Fix time skew values from untrusted sourcesAltF4
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03fix whitespace issuesNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-19Merge branch 'maint-0.2.2'Roger Dingledine
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-10-14Rename router_get_by_digest()Sebastian Hahn
2010-10-01Implement a few more node-based functionsNick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson