summaryrefslogtreecommitdiff
path: root/pkg/helper
AgeCommit message (Collapse)Author
2020-04-30[pkg] two-stage build for windows to allow signed uninstallerkali kaneko (leap communications)
2020-04-30[bug] do not use cross-compiling for the helper in winkali kaneko (leap communications)
- add -H windowsgui to avoid console popping up
2020-04-30[docs] document cross-compiling quirkkali kaneko (leap communications)
2020-04-30[bug] stop service before uninstalling itkali kaneko (leap communications)
- clear errors properly on each stop attempt - fix autostart
2020-04-30[feat] probe for the port of our matching helperkali kaneko (leap communications)
2020-04-30[pkg] initialize service early for windowskali kaneko (leap communications)
2020-04-30[feat] write port in darwin tookali kaneko (leap communications)
2020-04-30[feat] handle versionkali kaneko (leap communications)
2020-04-30[refactor] move conditional build instance upkali kaneko (leap communications)
2020-04-30[feat] listen on available portkali kaneko (leap communications)
2020-04-30[feat] initial implementation of windows servicekali kaneko (leap communications)
2019-09-05[bug] parse the result of firewall/isup for osxKali Kaneko (leap communications)
2019-09-04[feat] handle error during killKali Kaneko (leap communications)
2019-08-05[feat] osx build templatesKali Kaneko (leap communications)
2019-02-05[bug] use --block-outside-dns in windowsKali Kaneko (leap communications)
this should resolve DNS leaks on windows. -Resolves: #113
2019-01-29[bug] allow tls 1.0 as a workaround for buster/sidKali Kaneko (leap communications)
in systems with newer openssl, tls 1.0 has been disabled. however, this breaks the ability of a client in a newer system to connect with the openvpn servers on providers that are still on stretch. platform needs to be upgraded. -Related: #105
2019-01-17[refactor] rename the imports into bitmask-vpnRuben Pollan
2019-01-15[feat] move provider configuration into a set of constantsRuben Pollan
2019-01-15[feat] move helper into the repoRuben Pollan