Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Dec 15, 2020
  3. Dec 14, 2020
    • Nick Mathewson's avatar
      Socks5: handle truncated client requests correctly · c4fe66e3
      Nick Mathewson authored
      Previously, our code would send back an error if the socks5 request
      parser said anything but DONE.  But there are other non-error cases,
      like TRUNCATED: we shouldn't send back errors for them.
      
      This patch lowers the responsibility for setting the error message
      into the parsing code, since the actual type of the error message
      will depend on what problem was encountered.
      
      Fixes bug 40190; bugfix on 0.3.5.1-alpha.
      c4fe66e3
  4. Dec 11, 2020
  5. Dec 09, 2020
  6. Dec 08, 2020
  7. Dec 04, 2020
  8. Dec 02, 2020
  9. Nov 28, 2020
    • Samanta Navarro's avatar
      Support Python 3.8 in hs_build_address.py · 2a06b7c3
      Samanta Navarro authored
      The Python code is such a nice addition to the documentation and the C
      code for better understanding of onion v3 address generation. Straight
      to the point and easy to understand.
      
      Unfortunately it did not work with my distribution's Python version. I
      have adjusted the code to support Python 3.8 (tested with 3.8.6) and
      to still be compatible with Python 2.
      2a06b7c3
  10. Nov 25, 2020
    • Alexander Hansen Færøy's avatar
      Fix build on 32-bit Windows. · 76406315
      Alexander Hansen Færøy authored
      Currently Tor fails with the following error:
      
          src/test/test_stats.c: In function ‘test_rephist_v3_onions’:
          src/test/test_stats.c:527:22: error: overflow in implicit constant conversion [-Werror=overflow]
             update_approx_time(10101010101);
      
      This patch changes the constant passed to update_approx_time() to avoid
      the overflow in the implicit conversion.
      
      See: tor#40199
      76406315
  11. Nov 24, 2020
  12. Nov 23, 2020
  13. Nov 21, 2020
  14. Nov 19, 2020
Loading