Selva Nair

Results 13 issues of Selva Nair

At long last, here is a Pre-Logon Access Provider for starting OpenVPN connections before logon. Summary: - First 3 commits make some minor tweaks to the GUI code (few lines)...

Make it possible to use --command action arg multiple times. See Trac #498 Summary of commits: (i) Usages like `--command connect vpn1 --command connect vpn2 --command disconnect vpn3 ` when...

Moving to a new thread Hi, On Mon, Aug 23, 2021 at 01:42:46AM -0700, Lev Stipakov wrote: > > Does our windows code not follow our coding style wrt "no...

An experimental support for using `--management-query-remote` with the GUI is here: https://github.com/selvanair/openvpn-gui/tree/query-remote-v2 Comments / tests would be much appreciated. Depends on two proposed changes to OpenVPN core: (i) _Have an...

Considering the recent report on newer ways to exploit scripts in the ovpn file, I propose to disable all such scripts when a connection is started using the GUI (easy...

The scripts run by the GUI (pre-connect, connect and disconnect) have associated timeout values in the registry. Out of these only the connect script timeout is used in any real...

I'm adding traffic stats (bytes in/out), assigned ip (v4/v6) and GUI and daemon versions to the bottom of the status window. Any suggestions on anything else to include etc.?

Do we continue to support mingw builds? -- if so we'll need to include a patch for pkcs11-helper-1.28. I had completely forgotten that I've been building its master branch with...

This goes with the change in openvpnserv2.exe starting service version 1.4.0. Automatic service start type now defaults to Automatic for fresh installs. Else the previous state is preserved. Requires OpenVPNServ2.exe...

SSL_CTX_set_max/min_proto_version() and the corresponding getters are not compatible when built with 1.1 prior to 1.1.0g because those versions define the setters but not the getters. (1.0 is fine as neither...