Commit b2a53e8c authored by Roger Dingledine's avatar Roger Dingledine
Browse files

Merge branch 'maint-0.2.7' into release-0.2.7

parents e0fa07c0 c6a33755
Loading
Loading
Loading
Loading

changes/bug16056

0 → 100644
+4 −0
Original line number Diff line number Diff line
  o Minor bugfixes (relay, IPv6):
    - When displaying an IPv6 exit policy, include the mask bits correctly
      even when the number is greater than 31. Fixes bug 16056; bugfix on
      0.2.4.7-alpha. Patch from "gturner".
 No newline at end of file

changes/bug16702

0 → 100644
+4 −0
Original line number Diff line number Diff line
  o Minor bugfixes (hidden service)
    - The wrong list was used when looking up expired intro points in a rend
      service object causing what we think could be reachability issues and
      triggering a BUG log. Fixes 16702; bugfix on tor-0.2.7.2-alpha.

changes/bug17551

0 → 100644
+4 −0
Original line number Diff line number Diff line
  o Minor bugfixes (compilation):
    - When checking for net/pfvar.h, include netinet/in.h if possible.
      This fixes transparent proxy detection on OpenBSD. Fixes bug
      17551; bugfix on 0.1.2.1-alpha. Patch from "rubiate".

changes/bug17722

0 → 100644
+3 −0
Original line number Diff line number Diff line
  o Minor bugfixes (code correctness)
    - Fix undefined behavior in the tor_cert_checksig function. Fixes bug
      17722; bugfix on tor-0.2.7.2-alpha.

changes/bug17772

0 → 100644
+7 −0
Original line number Diff line number Diff line
  o Major bugfixes (guard selection):
    - Actually look at the Guard flag when selecting a new directory
      guard. When we implemented the directory guard design, we
      accidentally started treating all relays as if they have the Guard
      flag during guard selection, leading to weaker anonymity and worse
      performance. Fixes bug 17222; bugfix on 0.2.4.8-alpha. Discovered
      by Mohsen Imani.
Loading