Skip to content
Snippets Groups Projects
  1. Sep 07, 2016
  2. Aug 24, 2016
  3. Aug 22, 2016
    • Nick Mathewson's avatar
      Do not pass NULL to log(%s) in dir_server_new. · 0ba05313
      Nick Mathewson authored
      This bug had existed since 0.2.4.7-alpha, but now that we have
      FallbackDirs by default, it actually matters.
      
      Fixes bug 19947; bugfix on 0.2.4.7-alpha or maybe 0.2.8.1-alpha.
      
      Rubiate wrote the patch; teor wrote the changes file.
      0ba05313
  4. Aug 19, 2016
  5. Aug 12, 2016
  6. Aug 02, 2016
  7. Jul 29, 2016
  8. Jul 21, 2016
  9. Jul 19, 2016
  10. Jul 18, 2016
  11. Jul 17, 2016
  12. Jul 13, 2016
  13. Jul 11, 2016
    • Peter Palfrader's avatar
      Add (SOCK_DGRAM, IPPROTO_UDP) sockets to the sandboxing whitelist · 36b06be7
      Peter Palfrader authored
      If we did not find a non-private IPaddress by iterating over interfaces,
      we would try to get one via
      get_interface_address6_via_udp_socket_hack().  This opens a datagram
      socket with IPPROTO_UDP.  Previously all our datagram sockets (via
      libevent) used IPPROTO_IP, so we did not have that in the sandboxing
      whitelist.  Add (SOCK_DGRAM, IPPROTO_UDP) sockets to the sandboxing
      whitelist.  Fixes bug 19660.
      36b06be7
  14. Jul 08, 2016
  15. Jul 07, 2016
  16. Jul 06, 2016
  17. Jul 05, 2016
Loading