diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-02 01:28:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-02 01:28:40 +0000 |
commit | 322b6f7e65d1f923130bf2eed09fcc2af6bdcae7 (patch) | |
tree | 49bf910696ec23dbf43891a06c734d272496bd05 /ChangeLog | |
parent | a4e7dffc948bcbdcb8e3484f13f328afec281424 (diff) | |
download | tor-322b6f7e65d1f923130bf2eed09fcc2af6bdcae7.tar.gz tor-322b6f7e65d1f923130bf2eed09fcc2af6bdcae7.zip |
r13892@Kushana: nickm | 2007-08-01 18:27:13 -0700
Close immediately after anything but a successful authentication attempt on the control port. Backport candidate.
svn:r11016
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -Changes in version 0.2.0.4-alpha - 2007-??-?? +Changes in version 0.2.0.4-alpha - 2007-08-01 + o Major security fixes: + - Close immediately after missing authentication on control port; + do not allow multiple authentication attempts. + o Major bugfixes (compilation): - Fix win32 compilation: apparently IN_ADDR and IN6_ADDR are already defined there. |