|
|
@ -203,7 +203,7 @@ OnStateChange(connection_t *c, char *data)
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* DialogProc for OpenVPN username/password auth dialog windows
|
|
|
|
* DialogProc for OpenVPN username/password auth dialog windows
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
static BOOL CALLBACK
|
|
|
|
static INT_PTR CALLBACK
|
|
|
|
UserAuthDialogFunc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|
|
|
|
UserAuthDialogFunc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
connection_t *c;
|
|
|
|
connection_t *c;
|
|
|
@ -270,7 +270,7 @@ UserAuthDialogFunc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* DialogProc for OpenVPN private key password dialog windows
|
|
|
|
* DialogProc for OpenVPN private key password dialog windows
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
static BOOL CALLBACK
|
|
|
|
static INT_PTR CALLBACK
|
|
|
|
PrivKeyPassDialogFunc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|
|
|
|
PrivKeyPassDialogFunc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
connection_t *c;
|
|
|
|
connection_t *c;
|
|
|
@ -428,7 +428,7 @@ OnStop(connection_t *c, char *msg)
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* DialogProc for OpenVPN status dialog windows
|
|
|
|
* DialogProc for OpenVPN status dialog windows
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
static BOOL CALLBACK
|
|
|
|
static INT_PTR CALLBACK
|
|
|
|
StatusDialogFunc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|
|
|
|
StatusDialogFunc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
connection_t *c;
|
|
|
|
connection_t *c;
|
|
|
|