diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-27 18:56:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-27 18:56:13 +0000 |
commit | 283c61e5d59c161059a6ffe91d36c18c5de48bd6 (patch) | |
tree | c7539274669d17ea36d82b8472ad3615215f3742 /ChangeLog | |
parent | baeeadb6ebef8788e456ef5db4dafa76bcd2f7c0 (diff) | |
download | tor-283c61e5d59c161059a6ffe91d36c18c5de48bd6.tar tor-283c61e5d59c161059a6ffe91d36c18c5de48bd6.tar.gz |
If the socks handshake hasn't started, don't send a
"DNS resolve socks failed" handshake reply; just close it.
svn:r9437
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ Changes in version 0.1.2.7-alpha - 2007-??-?? - Expire socks connections if they spend too long waiting for the handshake to finish. Previously we would let them sit around for days, if the connecting application didn't close them either. + - And if the socks handshake hasn't started, don't send a + "DNS resolve socks failed" handshake reply; just close it. - Stop using C functions that OpenBSD's linker doesn't like. - Detect and reject DNS replies containing IPv4 or IPv6 records with an incorrect number of bytes. (Previously, we would ignore the |