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

Ľubomír Carik lubomir.carik at gmail.com
Sun Apr 15 14:08:52 PDT 2018


Hi David, team,

this change is related to windows/mingw only.
The vpnc-script write the output to console in this implementation.
It is fine for console app, but it isn't suitable for windows GUI apps.

This patch try to redirect the outputs, read them and use openconnect
logging mechanism 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      | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 94 insertions(+), 12 deletions(-)

-- 
2.16.2




More information about the openconnect-devel mailing list