Skip to content
Snippets Groups Projects
  1. Sep 12, 2014
  2. Sep 11, 2014
  3. Sep 09, 2014
  4. Sep 04, 2014
    • Sebastian Hahn's avatar
      Remove the AuthDirRejectUnlisted config option · 10fe5bad
      Sebastian Hahn authored
      This is in preparation for a big patch series removing the entire Naming
      system from Tor. In its wake, the approved-routers file is being
      deprecated, and a replacement option to allow only pre-approved routers
      is not being implemented.
      10fe5bad
  5. Sep 02, 2014
  6. Aug 15, 2014
  7. Aug 09, 2014
  8. Jul 25, 2014
  9. Jul 24, 2014
  10. Jul 16, 2014
  11. Jun 21, 2014
  12. Jun 16, 2014
  13. May 22, 2014
  14. May 20, 2014
  15. May 16, 2014
  16. Apr 28, 2014
  17. Apr 26, 2014
  18. Apr 24, 2014
    • Nick Mathewson's avatar
      Change the logic for the default for MaxMemInQueues · 17ecd04f
      Nick Mathewson authored
      If we can't detect the physical memory, the new default is 8 GB on
      64-bit architectures, and 1 GB on 32-bit architectures.
      
      If we *can* detect the physical memory, the new default is
        CLAMP(256 MB, phys_mem * 0.75, MAX_DFLT)
      where MAX_DFLT is 8 GB on 64-bit architectures and 2 GB on 32-bit
      architectures.
      
      You can still override the default by hand.  The logic here is simply
      trying to choose a lower default value on systems with less than 12 GB
      of physical RAM.
      17ecd04f
  19. Apr 17, 2014
    • dana koch's avatar
      Educate tor on OpenBSD's use of divert-to rules with the pf firewall. · f680d0fd
      dana koch authored and Nick Mathewson's avatar Nick Mathewson committed
      This means that tor can run without needing to communicate with ioctls
      to the firewall, and therefore doesn't need to run with privileges to
      open the /dev/pf device node.
      
      A new TransProxyType is added for this purpose, "pf-divert"; if the user
      specifies this TransProxyType in their torrc, then the pf device node is
      never opened and the connection destination is determined with getsockname
      (as per pf(4)). The default behaviour (ie., when TransProxyType is "default"
      when using the pf firewall) is still to assume that pf is configured with
      rdr-to rules.
      f680d0fd
    • Nick Mathewson's avatar
      ipfw TransPort support on FreeBSD (10267) · 3e4680f3
      Nick Mathewson authored
      This isn't on by default; to get it, you need to set "TransProxyType
      ipfw".  (The original patch had automatic detection for whether
      /dev/pf is present and openable, but that seems marginally fragile.)
      3e4680f3
  20. Apr 02, 2014
  21. Mar 26, 2014
    • Nick Mathewson's avatar
      Fix build of torify.1 · 91f6a422
      Nick Mathewson authored
      The build was broken by changes in f8c45339, but we didn't
      notice, since that commit also made torify.1 only get built when
      tor-fw-helper was turned on.
      
      Fixes bug 11321; bugfix on Tor 0.2.5.1-alpha.
      91f6a422
  22. Mar 25, 2014
    • Nick Mathewson's avatar
      Fix SOCKSPort documentation layout · 5e967290
      Nick Mathewson authored
      In the end this required a slightly nasty hack using a dummy anchor as
      an option heading in order to make the "Other recognized __flags__"
      line indent properly.
      
      Fixes bug 11061; Bugfix on 61d740ed.
      5e967290
  23. Mar 23, 2014
  24. Mar 20, 2014
  25. Mar 18, 2014
Loading