Skip to content
Snippets Groups Projects
  1. Nov 08, 2022
  2. Aug 11, 2022
  3. Jul 05, 2022
  4. Apr 22, 2022
  5. Mar 15, 2022
  6. Feb 28, 2022
  7. Dec 15, 2021
    • kali's avatar
      [bug] avoid installing in custom paths · e694a038
      kali authored and Kali Kaneko's avatar Kali Kaneko committed
      A vulnerability in QtIFW produces improper ACLs to be set when
      installing in custom locations. This can lead to privilege escalation if
      a non-privileged user overwrites the openvpn binary. Thanks to
      researchers at Tenable for finding and reporting this!
      
      Impact is considered low-medium, since an installation outside of the
      suggested path is needed to trigger the issue.
      
      Privileged execution of openvpn should be abandoned in next release, in
      favor of the interactive service.
      
      A bug upstream should be filed since other projects could be affected by
      this vulnerability too.
      
      -Resolves: #569
      Unverified
      e694a038
  8. Dec 14, 2021
  9. Dec 09, 2021
  10. Nov 30, 2021
  11. Nov 29, 2021
  12. Nov 23, 2021
  13. Oct 07, 2021
  14. Oct 06, 2021
  15. Jul 15, 2021
  16. Jul 14, 2021
  17. Jul 13, 2021
  18. Jul 07, 2021
  19. Jul 01, 2021
  20. May 04, 2021
  21. Apr 14, 2021
  22. Apr 10, 2021
  23. Mar 27, 2021
  24. Mar 26, 2021
  25. Mar 11, 2021
  26. Mar 05, 2021
    • kali's avatar
      [pkg] abort install if we running an old version · 7ed49b92
      kali authored and Kali Kaneko's avatar Kali Kaneko committed
      stop if:
      
      - bitmask is running (we don't want to mess with the helper if the app
        is running)
      - we cannot stop the service for some reason.
      
      powershell gives more flexibility to stop services, but Remove-Service
      is not present in PS < 6, so we try to remove the service from the
      post-install too (the golang helper will complain about an eventlog
      registry key).
      
      this could probably be improved in the helper, but we'll be moving to
      the official openvpnserv2 service for 0.21.4. we might want to revisit
      the current helper for the firewall/killswitch.
  27. Feb 26, 2021
    • Kali Kaneko's avatar
      [pkg] improve osx installer · 4a4b6b46
      Kali Kaneko authored and Kali Kaneko's avatar Kali Kaneko committed
      - install into global /Applications
      - document how to troubleshoot helper
      - uninstall app is visible on top-level folder
      - improve detection of running processes for old and new binaries
      
      - Closes: #441
      - Closes: #445
      - Closes: #435
      Unverified
      4a4b6b46
  28. Feb 10, 2021
  29. Feb 08, 2021
Loading