Skip to content
Snippets Groups Projects
  1. Apr 23, 2015
  2. Apr 22, 2015
    • teor's avatar
      Unit tests for consider_adding_dir_servers() as modified in #15642 · d68bbb0a
      teor authored
      Unit tests for the 10 valid combinations of set/NULL config options
      DirAuthorities, AlternateBridgeAuthority, AlternateDirAuthority,
      and FallbackDir.
      
      Add assertion in consider_adding_dir_servers() for checks in
      validate_dir_servers():
      "You cannot set both DirAuthority and Alternate*Authority."
      d68bbb0a
    • teor's avatar
      Disable default fallback directories when other directories are set · 027f73f7
      teor authored
      Only add the default fallback directories when the DirAuthorities,
      AlternateDirAuthority, and FallbackDir directory config options
      are set to their defaults.
      
      The default fallback directory list is currently empty, this fix will
      only change tor's behaviour when it has default fallback directories.
      
      Fixes bug 15642; bugfix on 90f6071d in 0.2.4.7-alpha. Patch by "teor".
      027f73f7
    • teor's avatar
      Reachability should check ExtendAllowPrivateAddresses not TestingTorNetwork · 9139aead
      teor authored
      When self-testing reachability, use ExtendAllowPrivateAddresses
      to determine if local/private addresses imply reachability.
      
      The previous fix used TestingTorNetwork, which implies
      ExtendAllowPrivateAddresses, but this excluded rare configs where
      ExtendAllowPrivateAddresses is set but TestingTorNetwork is not.
      
      Fixes bug 15771; bugfix on 0.2.6.1-alpha, bug #13924.
      Patch by "teor", issue discovered by CJ Ess.
      9139aead
    • Nick Mathewson's avatar
      New email for Lukas Fleischer · f15e7d4a
      Nick Mathewson authored
      f15e7d4a
  3. Apr 21, 2015
  4. Apr 20, 2015
    • David Goulet's avatar
      Use a random count of INTRODUCE2 for IP rotation · 6f6881c4
      David Goulet authored
      
      An introduction point is currently rotated when the amount of INTRODUCE2
      cells reached a fixed value of 16384. This makes it pretty easy for an
      attacker to inflate that number and observe when the IP rotates which leaks
      the popularity of the HS (amount of client that passed through the IP).
      
      This commit makes it a random count between the current value of 16384 and
      two times that.
      
      Fixes #15745
      
      Signed-off-by: default avatarDavid Goulet <dgoulet@ev0ke.net>
      6f6881c4
  5. Apr 17, 2015
  6. Apr 16, 2015
  7. Apr 15, 2015
Loading