1. 17 Sep, 2024 4 commits
    • Tom Niget's avatar
      python3: clean up system resources (pipes, processes) · 3068badb
      Tom Niget authored
      Python3 added automatic detection of leaked resources, which causes lots of warnings in Re6st, mostly because of unclosed subprocess streams.
      3068badb
    • Tom Niget's avatar
      style: start migrating from deprecated OpenSSL to cryptography · e1f8d620
      Tom Niget authored
      In the end, we should migrate completely to cryptography. A lot of bits of the legacy OpenSSL module are being deprecated, some that we use (notably signature and verification tools) already are.
      e1f8d620
    • Tom Niget's avatar
      demo: add scripts for cleaning leftover files · d810eb89
      Tom Niget authored
      The demo expects its storage directory to be clean at start, otherwise undefined behavior will occur.
      d810eb89
    • Tom Niget's avatar
      python3: migrate to python3 · 0d937271
      Tom Niget authored
      style: stop using deprecated getargspec for rpc
      
      python3: migrate setup.py
      
      style: remove new-style class code from the Python2 days
      
      demo: properly escape screen command parameters
      
      bug: fix wrong sending of HMAC header causing test failure
      
      setup: indicate minimum Python versions
      
      doc: update dependencies in readme
      
      Fix permission for ovpn-client and ovpn-server
      
      vcs: add test-related generated files to gitignore
      0d937271
  2. 29 Jan, 2024 1 commit
  3. 23 Jan, 2024 1 commit
  4. 19 Oct, 2023 1 commit
  5. 21 Sep, 2023 1 commit
  6. 29 Jun, 2023 1 commit
  7. 23 Jun, 2023 6 commits
  8. 09 May, 2023 1 commit
  9. 19 Oct, 2022 1 commit
  10. 29 Sep, 2022 1 commit
  11. 27 Sep, 2022 3 commits
  12. 26 Sep, 2022 1 commit
  13. 21 Sep, 2022 1 commit
  14. 29 Aug, 2022 17 commits