Merge branch 'bug3k_021' into bug3k_022

Conflicts:
	src/or/or.h
	src/or/rendclient.c
This commit is contained in:
Sebastian Hahn
2011-04-28 19:00:34 +02:00
7 changed files with 100 additions and 23 deletions
+9
View File
@@ -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.