aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-04-28 19:00:34 +0200
committerSebastian Hahn <sebastian@torproject.org>2011-04-28 19:00:34 +0200
commit4b13ebd5ab4d051803e9cfde8bb965a4bf8ea90d (patch)
treec0f219599f0968d40ec486efacd4e91ee637bb01 /changes
parent0130e7c9d2842ad58e1b84829aeab16a2efba3bb (diff)
parent8a36f2125137dc31a0771a8eeac0f2bb8c1343d0 (diff)
downloadtor-4b13ebd5ab4d051803e9cfde8bb965a4bf8ea90d.tar
tor-4b13ebd5ab4d051803e9cfde8bb965a4bf8ea90d.tar.gz
Merge branch 'bug3k_021' into bug3k_022
Conflicts: src/or/or.h src/or/rendclient.c
Diffstat (limited to 'changes')
-rw-r--r--changes/forget-rend-descs-on-newnym9
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/forget-rend-descs-on-newnym b/changes/forget-rend-descs-on-newnym
new file mode 100644
index 000000000..ab2fd61f3
--- /dev/null
+++ b/changes/forget-rend-descs-on-newnym
@@ -0,0 +1,9 @@
+ o Security fixes:
+ - Forget all hidden service descriptors cached as a client when
+ processing a SIGNAL NEWNYM command. Fixes bug 3000. Bugfix on
+ 0.0.6.
+ o Code simplifications and refactoring:
+ - Allow rend_client_send_introduction to fail without closing the
+ AP connection permanently.
+
+