Skip to content
Snippets Groups Projects
  1. May 08, 2018
  2. May 01, 2018
  3. Apr 27, 2018
    • David Goulet's avatar
      mod: Build system changes for dirauth module · b27dc1cf
      David Goulet authored
      
      Make our build system support a disable dirauth module option. It can only be
      disabled explicitly with:
      
        $ ./configure --disable-module-dirauth
      
      If *not* specified that is enabled, an automake conditional variable is set to
      true and a defined value for the C code:
      
        AM_CONDITIONAL: BUILD_MODULE_DIRAUTH
        AC_DEFINE: HAVE_MODULE_DIRAUTH=1
      
      This introduces the dirauth/ module directory in src/or/ for which .c files
      are only compiled if the BUILD_MODULE_DIRAUTH is set.
      
      All the header files are compiled in regardless of the support so we can use
      the alternative entry point functions of the dirauth subsystem.
      
      Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
      b27dc1cf
  4. Apr 18, 2018
    • Nick Mathewson's avatar
      Edit our openssl detection in autoconf to tolerate no-deprecated. · 8e562874
      Nick Mathewson authored
      When openssl is built with no-deprecated, the TLSv1_1_method()
      function isn't visible in the headers.  That's sad, because that
      method is what we were looking at.
      
      Instead, we now look at SSL_CIPHER_get_id(), which is present in
      OpenSSL 1.0.1 and later, which is _not_ deprecated, and which is
      also present in LibreSSL.
      
      Fixes ticket 25353.  Not a bugfix exactly -- we never really worked
      with this configuration.
      8e562874
  5. Apr 15, 2018
  6. Apr 14, 2018
  7. Apr 05, 2018
  8. Mar 29, 2018
  9. Mar 28, 2018
  10. Mar 23, 2018
  11. Mar 22, 2018
  12. Mar 15, 2018
  13. Mar 13, 2018
  14. Mar 03, 2018
  15. Mar 01, 2018
  16. Feb 18, 2018
  17. Feb 16, 2018
  18. Feb 10, 2018
  19. Feb 09, 2018
  20. Feb 07, 2018
  21. Feb 06, 2018
  22. Jan 25, 2018
  23. Jan 19, 2018
    • Nick Mathewson's avatar
      Add a mostly disabled feature to debug restarting in-process · 97d9ba23
      Nick Mathewson authored
      For 23847, we want Tor to be able to shut down and then restart in
      the same process.  Here's a patch to make the Tor binary do that.
      To test it, you need to build with --enable-restart-debugging, and
      then you need to set the environment variable TOR_DEBUG_RESTART.
      With this option, Tor will then run for 5 seconds, then restart
      itself in-process without exiting.  This only happens once.
      
      You can change the 5-second interval using
      TOR_DEBUG_RESTART_AFTER_SECONDS.
      
      Implements ticket 24583.
      97d9ba23
  24. Jan 09, 2018
  25. Jan 08, 2018
  26. Jan 04, 2018
  27. Dec 21, 2017
  28. Dec 14, 2017
  29. Dec 13, 2017
Loading