Skip to content
Snippets Groups Projects
  1. Jul 29, 2024
  2. Jul 22, 2024
    • jkito's avatar
      installer: use $APPNAME in error messages instead of RiseupVPN · 0236703b
      jkito authored and jkito's avatar jkito committed
      the $APPNAME is a template variable and replace by the gen-qt-installer
      script at build time, which allows to have the correct name of the app
      on the error message during uninstall
      0236703b
    • jkito's avatar
      installer: add wizard page to install for all users on windows · ebe02016
      jkito authored and jkito's avatar jkito committed
      this adds a custom installer page with a checkbox to allow users to
      choose to install the app for all users, when its enabled installer
      will create a group called 'OpenVPN Administrator'
      
      local users except the admin, guest and default account are added to
      the group, and upon uninstall the group is removed
      
      this allows non-admin users that are added to the group to use the app
      and successfully start a vpn connection
      ebe02016
  3. Jun 25, 2024
  4. Jun 20, 2024
  5. Jun 19, 2024
  6. Jun 13, 2024
  7. May 25, 2024
  8. Apr 15, 2024
    • Pea Nut's avatar
      Add support for different api versions · 970c3f4f
      Pea Nut authored and jkito's avatar jkito committed
      - vendor.conf now has a default api version:
          - apiVersion = 3 is set for all current providers
      - provider.py (called during `make vendor`) now supports api version
        and writes it to providers.json
      - the desktop client logs the used api version. Currently v5 is not yet implement.
        This is just the preparation for it
      - this is only a temporary solution. In the future, we want to get the
        api version during runtime by parsing $api/provider.json
      970c3f4f
  9. Mar 20, 2024
  10. Mar 16, 2024
  11. Mar 14, 2024
    • jkito's avatar
      [deb] fix deb source archive name · ac69f407
      jkito authored
      the debian source archive name contains the
      version of only the upstream source the part
      after the last '-' is ommitted if it contains
      
      e.g: source-version: 0.24.03-rc.1-1-ga34h566
           archive-version: 0.24.03-rc.1-1
           archive-name: bitmask-vpn_0.24.03-rc.1-1.orig.tar.gz
      ac69f407
  12. Mar 07, 2024
  13. Mar 06, 2024
  14. Mar 05, 2024
  15. Mar 01, 2024
  16. Nov 08, 2022
  17. Jul 05, 2022
  18. Feb 02, 2022
  19. 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
      e694a038
  20. Dec 09, 2021
  21. Nov 30, 2021
  22. Nov 29, 2021
  23. Nov 24, 2021
  24. Nov 23, 2021
Loading