diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-04-28 19:00:34 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-04-28 19:00:34 +0200 |
commit | 4b13ebd5ab4d051803e9cfde8bb965a4bf8ea90d (patch) | |
tree | c0f219599f0968d40ec486efacd4e91ee637bb01 /changes | |
parent | 0130e7c9d2842ad58e1b84829aeab16a2efba3bb (diff) | |
parent | 8a36f2125137dc31a0771a8eeac0f2bb8c1343d0 (diff) | |
download | tor-4b13ebd5ab4d051803e9cfde8bb965a4bf8ea90d.tar.gz tor-4b13ebd5ab4d051803e9cfde8bb965a4bf8ea90d.zip |
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-newnym | 9 |
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 0000000000..ab2fd61f34 --- /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. + + |