Re: Issue with download exe of OpenConnect GUI

2018-02-21 Thread Ľubomír Carik
2018-02-06 19:30 GMT+01:00 Jay Sartoris : > The only place I can find the exe is at: > > https://github.com/openconnect/openconnect-gui/releases > > However, when I download the exe (e.g. openconnect-gui-1.5.2-win32.exe > ) my Symantec anti virus immediately pops up and says

Re: [PATCH 3/3] Require administrator privileges (UAC)

2018-02-21 Thread Ľubomír Carik
2018-02-22 0:27 GMT+01:00 <ron...@rondom.de>: > On 22/02/18 00:12, Ľubomír Carik wrote: >> The application requires higher run privileges to be able modify >> network settings. With this change, there is no need to start >> the tool explicitly in console with admin

[PATCH 0/3] MinGW app improvements

2018-02-21 Thread Ľubomír Carik
Hi David, few changes/improvements; please review/comments/apply if u are fine with them ... :-) Thanks & Best Regards, Lubomir. Ľubomír Carik (3): Solve few fall-trough warnings Windows application icon Require administrator privileges (UAC) Makefile.am |

[PATCH 1/3] Solve few fall-trough warnings

2018-02-21 Thread Ľubomír Carik
Signed-off-by: Ľubomír Carik <lubomir.ca...@gmail.com> --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 935147f..86ba8cb 100644 --- a/main.c +++ b/main.c @@ -610,6 +610,7 @@ static void print_build_opts(void) case 2: printf(&

[PATCH 3/3] Require administrator privileges (UAC)

2018-02-21 Thread Ľubomír Carik
The application requires higher run privileges to be able modify network settings. With this change, there is no need to start the tool explicitly in console with administrator rights. Signed-off-by: Ľubomír Carik <lubomir.ca...@gmail.com> --- openconnect.exe.manifes

Re: Openconnect-GUI does not connect

2018-08-20 Thread Ľubomír Carik
the text > above. I found it and I have copied it from vpninfo.cpp. > > Thanks for any help. > > Kind regards, > > Henry > > > >> 20 aug. 2018 kl. 15:51 skrev Ľubomír Carik : > >> > >> Hello Henry, > >> > >> I tried already a

[PATCH 0/1] vpnc-script output on win32

2018-04-15 Thread Ľubomír Carik
with info/error log-level to store them. In console it will go to output, but in GUI we can read output via progress callback. Please review/comment. Thanks, Best Regards, Lubomir. Ľubomír Carik (1): Apply application logging approach for vpnc-script output openconnect.h | 2 ++ script.c

Re: AnyConnect on Windows fails to connect to Cisco ASA but openconnect gui will connect

2020-08-06 Thread Ľubomír Carik
Using official and unofficial clients on the same OS may cause sometimes issues. Reinstall tap network adapter may help (or remove and re-create new one) Lubo. št 6. 8. 2020 o 19:32 Daniel Lenski napísal(a): > > On Wed, Aug 5, 2020 at 5:38 PM D. Scott Shepard wrote: > > I realize this mailing

Re: openconnect issue solution-seeking:Could not open vpnc.log: 5

2020-11-16 Thread Ľubomír Carik
Hi Gong Xin, please update info about the issue (or provide full log files!!). What is the version of your app? Small hint, if you are trying reinstall opeconnect-gui the please uninstall tap drivers as well; some users complains about issue when using official client with openconnect together.

Re: OpenConnect GUI for Android and Windows

2021-02-20 Thread Ľubomír Carik
Hi Thomas, I'm keeping eye on windows gui; yes - fresh release in on plan. Regards, Lubo. so 20. 2. 2021 o 12:46 Thomas Glanzmann napísal(a): > > Hello, > it seems that the current openconnect package in the android appstore > does not work for Android and that the openconnect gui for Windows is

Re: OpenConnect GUI for Android and Windows

2021-02-20 Thread Ľubomír Carik
> We are building all the Windows libraries as part of the automatic Fedora > COPR. It would be good to get OpenConnect-GUI building too as part of that. > And/or part of the GitLab CI. Thanks David, Yes, it make sense. I will take a look if it will be feasible for cross-platform qt gui app (I