Commit Graph

105 Commits (927953021af90cf96466effa7ecf798b4d54726f)

Author SHA1 Message Date
Frank Lichtenheld 2cb3c6e417 Reformat source code with uncrustify
1 year ago
Selva Nair 0bea5549f1 Remove private key password-change feature
2 years ago
Selva Nair c51a37c2ff Do not remove tray icon when WM_OVPN_STOPALL is processed
2 years ago
Selva Nair f8a243fbe8 Remove tray icon during exit processing
2 years ago
Selva Nair 2b1e5867f0 Replace Sleep by a Wait function that pumps messages
2 years ago
Selva Nair 141a687ddd Set status window as the owner of modal dialogs in same thread
2 years ago
Selva Nair 4085f259a6 On WM_CLOSE do not ask user confirmation
2 years ago
Selva Nair 939cbfd5d5 Do not open multiple Settings Windows
2 years ago
Selva Nair 9417991168 Use a list instead of array for connections list
2 years ago
Selva Nair fa9e79323b Save active connections on exit and auto-start in next session
2 years ago
Selva Nair 4d99c9b9f9 Respect UI language flow direction in message boxes
2 years ago
Selva Nair be8a8cca12 Add OpenVPN version in 'About' page
2 years ago
Lev Stipakov 6924b09a35 service: change CheckServiceStatus() return type to VOID
2 years ago
Selva Nair 577d982b51 PLAP: try to start automatic service if not running
2 years ago
Selva Nair b828e763ad Some refactoring to help code reuse
2 years ago
Selva Nair 6932c5e710 Change the logic of releasing persistent connections in OnHold
2 years ago
Selva Nair 44990cd83d Detach persistent connections on switch user
2 years ago
Selva Nair 7f794eec3d Add a button for detaching from the management interface
2 years ago
Selva Nair 477c61ff83 Parse config-auto directory for persistent connections
2 years ago
Selva Nair 8f0dbbc8a3 Always check status of automatic service
2 years ago
Selva Nair 428ee29246 Add support for marking connections as persistent
2 years ago
Selva Nair b44e685ff8 Retry on management timeout instead of aborting
2 years ago
Selva Nair 24b9d06957 Update OpenSSL initialization
3 years ago
Selva Nair 9c82e666d8 Show a prompt during profile import using --import
3 years ago
Selva Nair 56ee704501 Use C standrad compliant printf specifications
3 years ago
Selva Nair e80a39c825 Implement importing profile from a generic URL
3 years ago
Selva Nair 8e4183f9a9 Add '--command import' command line option
3 years ago
Lev Stipakov d6a622a023 URL profile import: allow specifying owner window of message box
3 years ago
Lev Stipakov 78ee9b981d URL profile import: refactor ImportConfigFile
3 years ago
Lev Stipakov 9ded7996ab URL profile import: add profile import dialog
3 years ago
Lev Stipakov bb00d95f86 Web-based extra authentication
4 years ago
Selva Nair 5d209f44cb Construct version string in About dialog at runtime
4 years ago
Lev Stipakov af72adf2ee fix log() confusion
4 years ago
Lev Stipakov a68341f021 main.c: trim whitespaces
4 years ago
Selva Nair c47c3bf81a Remove MAX_CONFIGS limit using WM_MENUCOMMAND for menu messages
4 years ago
Selva Nair e4fba0c003 Update echo-msg window from the thread that owns the window
4 years ago
Selva Nair 3f896b002b Implement display of echo message window
4 years ago
Selva Nair 00732e1d9e Parse and display messages received by echo msg commands
4 years ago
Lev Stipakov 1715746477 Introduce "Always use interactive service" option
4 years ago
Wouter eef34b3b4d Support per-monitor DPI scaling
4 years ago
Selva Nair b696a7c16d Optionally allow overwrite when importing a config
5 years ago
Selva Nair 9ad57eb415 Add '--command rescan' to rescan config folders
5 years ago
Lev Stipakov 4ca344819f main.c: remove unneeded header
5 years ago
Selva Nair 6ad90b92a1 Add missing va_end() in MsgToEventLog()
6 years ago
Ilya Shipitsin bfcf3b4679 main.c: resolve possible null pointer dereference
6 years ago
Selva Nair f55eeb1da8 Eliminate MAX_CONFIGS limit using a dynamic array
6 years ago
Selva Nair 398a771840 Group configs based on the directory structure to support a nested view
6 years ago
Selva Nair 343643657f Log --command option errors to the event log
7 years ago
Selva Nair 1cb07f92f3 Fix detection of running instance
7 years ago
Selva Nair 105e022f7b Subscribe to bytecount message from management interface
7 years ago