aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
AgeCommit message (Expand)Author
2013-08-21Make bridges send AUTH_CHALLENGE cellsNick Mathewson
2013-08-21Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson
2013-01-14Reject create/begin/etc cells with {circ,stream}ID 0.Nick Mathewson
2012-10-23Fix a remotely triggerable assertion failure (CVE-2012-2250)Nick Mathewson
2012-10-17Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson
2012-10-03Refuse extra create cells with reason "resource limit"Roger Dingledine
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-30Merge remote-tracking branch 'linus/bug4369'Nick Mathewson
2012-05-29Fix minor typo in warning printout.Linus Nordberg
2012-05-18Extract data from DESTROY cell _after_ protocol violation checks.George Kadianakis
2012-04-27Close OR connections that send junk before AUTHORIZE/VERSIONSNick Mathewson
2012-03-08Merge remote-tracking branch 'public/bug4361'Nick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-11Do not pretend to allow PADDING as the first cell of a v3 handshakeNick Mathewson
2012-01-11Implement proposal 187: reserve a cell type for client authorizationNick Mathewson
2011-11-21Merge branch 'bug4360'Nick Mathewson
2011-11-20Log more loudly on a bad cert from an authority.Nick Mathewson
2011-11-15Make certificate skew into a protocol warningNick Mathewson
2011-11-03Even when we can't answer an AUTH_CHALLENGE, send NETINFO.Nick Mathewson
2011-11-03Add comments and changes file for 4361; tweak control flow a bitNick Mathewson
2011-11-03Do not send a NETINFO cell as a client until after we have got a CERT cellfrosty
2011-11-03Fix bug 4367: correctly detect auth_challenge cells we can't useNick Mathewson
2011-10-31normalize the name of the CERTS cellRoger Dingledine
2011-10-28Merge branch 'bug4343'Nick Mathewson
2011-10-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-28Discard all cells on a marked connectionNick Mathewson
2011-10-28"Authetnicate" is not the usual spellingNick Mathewson
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