Skip to content
Snippets Groups Projects
  1. Sep 07, 2021
  2. Aug 29, 2021
  3. Aug 22, 2021
  4. Aug 14, 2021
  5. Jul 12, 2021
  6. Jul 01, 2021
  7. Jun 16, 2021
  8. Jun 14, 2021
  9. Jun 08, 2021
  10. May 28, 2021
  11. May 25, 2021
  12. Apr 19, 2021
  13. Apr 15, 2021
  14. Apr 14, 2021
    • Nick Mathewson's avatar
      geoip script: add options to output AS numbers. · e7115442
      Nick Mathewson authored
      The --include-asn option includes AS numbers in the geoip mapping.
      
      The --output-asn option makes the program generate a number-to-name
      mapping file.
      
      Additionally, the script now outputs ?? CC entries for networks that
      are listed but which have no country known.
      e7115442
  15. Apr 12, 2021
  16. Mar 02, 2021
  17. Mar 01, 2021
  18. Feb 22, 2021
  19. Feb 19, 2021
  20. Feb 05, 2021
  21. Jan 21, 2021
  22. Dec 16, 2020
  23. Nov 17, 2020
  24. Nov 12, 2020
    • Samanta Navarro's avatar
      Fix typos. · 4a0cd795
      Samanta Navarro authored and David Goulet's avatar David Goulet committed
      Typos found with codespell.
      
      Please keep in mind that this should have impact on actual code
      and must be carefully evaluated:
      
      src/core/or/lttng_circuit.inc
      -    ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER)
      +    ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
      4a0cd795
  25. Oct 16, 2020
  26. Oct 06, 2020
    • Alexander Hansen Færøy's avatar
      Expose TOR_PT_OUTBOUND_BIND_ADDRESS_{V4,V6} to Pluggable Transports. · 5f61e19d
      Alexander Hansen Færøy authored and David Goulet's avatar David Goulet committed
      This patch adds support for exposing the environment variables
      `TOR_PT_OUTBOUND_BIND_ADDRESS_V4` and `TOR_PT_OUTBOUND_BIND_ADDRESS_V6` to
      Pluggable Transport proccesses. These two values will contain the IPv4
      and IPv6 address that the user have specified in torrc that they wish
      the PT to use for all outgoing IP packets.
      
      It is important to note here that it is up to the indvidual Pluggable
      Transport if they are willing to honor these values or ignore them
      completely.
      
      One can test this feature using the following dummy PT written in POSIX
      shell script:
      
          #!/bin/sh
      
          echo "LOG SEVERITY=warning MESSAGE=\"Value for IPv4: ${TOR_PT_OUTBOUND_BIND_ADDRESS_V4}\""
          echo "LOG SEVERITY=warning MESSAGE=\"Value for IPv6: ${TOR_PT_OUTBOUND_BIND_ADDRESS_V6}\""
      
          while true ; do
              sleep 1
          done
      
      with the following entries in your torrc:
      
          OutboundBindAddressPT 203.0.113.4
          OutboundBindAddress 203.0.113.5
          OutboundBindAddressPT 2001:db8::4
          OutboundBindAddress 2001:db8::5
      
      See: https://bugs.torproject.org/5304
      5f61e19d
  27. Sep 23, 2020
    • maurice_pibouin's avatar
      Implement IPv6 sybil protection. · 43672f9f
      maurice_pibouin authored and Nick Mathewson's avatar Nick Mathewson committed
         [This is a squashed patch for ticket 7193, based on taking a "git
         diff" for the original branch, then applying it with "git apply
         -3".  I earlier attempted to squash the branch with "git rebase",
         but there were too many conflicts. --nickm]
      43672f9f
  28. Sep 21, 2020
  29. Sep 18, 2020
  30. Sep 15, 2020
  31. Aug 25, 2020
Loading