summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-02 01:28:40 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-02 01:28:40 +0000
commit322b6f7e65d1f923130bf2eed09fcc2af6bdcae7 (patch)
tree49bf910696ec23dbf43891a06c734d272496bd05 /ChangeLog
parenta4e7dffc948bcbdcb8e3484f13f328afec281424 (diff)
downloadtor-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--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33ba642ec7..3653ff59df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.