summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-04 12:34:09 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-04 12:34:09 -0500
commitb1cb9ebb1c6fb8d6126e2af143477d2e9ac24ead (patch)
tree913eae66a554178c68d33c36f67df61fca569ab2 /changes
parent898f2d7c278442d2c4fbdf0126eaa406d503d088 (diff)
parent4eff8b65305248b1e7a57d1efdf8f55039719bd7 (diff)
downloadtor-b1cb9ebb1c6fb8d6126e2af143477d2e9ac24ead.tar.gz
tor-b1cb9ebb1c6fb8d6126e2af143477d2e9ac24ead.zip
Merge branch 'bug8146_etc'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug8146_etc13
1 files changed, 13 insertions, 0 deletions
diff --git a/changes/bug8146_etc b/changes/bug8146_etc
new file mode 100644
index 0000000000..173ea3b58d
--- /dev/null
+++ b/changes/bug8146_etc
@@ -0,0 +1,13 @@
+ o Major bugfixes (security, directory authority):
+ - When computing directory thresholds, ignore any rejected-as-sybil
+ nodes during the computation so that they can't influence Fast,
+ Guard, etc. Fixes bug 8146.
+
+ - When computing thresholds for flags, never let the threshold for
+ the Fast flag to 4096 bytes. Fixes bug 8145.
+ - Do not consider nodes with extremely low bandwidths when deciding
+ thresholds for various directory flags. Another fix for 8145.
+
+ - When marking a node as a likely sybil, reset its uptime metrics
+ to zero, so that it cannot time towards getting marked as Guard,
+ Stable, or HSDir. Fix for bug 8147.