Commit Graph

11 Commits (c87c7387b302f4ab93bfce0aafcef2282ed1c9ab)

Author SHA1 Message Date
Samuli Seppänen d144e12740 Merge pull request #145 from Chocobo1/appveyor
Appveyor small improvements
2017-03-14 09:08:57 +02:00
Chocobo1 dbba471799 Readme: add AppVeyor badge 2017-03-14 02:17:48 +08:00
Selva Nair 25be842a96 Merge pull request #117 from selvanair/nay-to-savepass
Add a system-wide option to disable the password save feature
2017-03-08 21:37:31 -05:00
Selva Nair 778cc3d225 Add a system-wide option to disable the password save feature
- A new registry HKLM\Software\OpenVPN\disable_save_passwords
  (32 bit DWORD value) may be set to a non-zero value to
  disable password saving by users. Applies to both auth and
  private key passwords. Usernames are always saved.

Signed-off-by: Selva Nair <selva.nair@gmail.com>
2017-03-07 11:49:03 -05:00
Chocobo1 c433caed72 Add title and TravisCI badge to README.rst 2017-01-18 23:12:43 +08:00
Samuli Seppänen 0e379dd371 Documentation improvements
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
2017-01-13 09:24:22 +02:00
Selva Nair 9cea37ad80 Suppress warning popups if silent_connection is set
Warnings dsabled if silent_connection is true
- interactive service is not installed or not running
- duplicate configs found and ignored

v2: Update description of --silent_connection in README
and English resource file (translations not updated).

Signed-off-by: Selva Nair <selva.nair@gmail.com>
2017-01-03 11:28:45 -05:00
Selva Nair 1c748e382d Simplify some parameters and registry keys
- Replace allow_password by a runtime check that enables password
  change menu only when the user has write-access to the key file.
- Read exe_path and priority from HKLM and do not duplicate in HKCU.
- Always allow the user to view the config: edit will succeed if user
  has write access.
- Always include the proxy settings tab which is the default.
- Remove the unused power event handling and disconnect_on_suspend key.
- Remove password_attempts -- user can stop the password dilaog
  by clicking cancel.
- Remove allow_service: implicitly enabled if service_only is used.
- Deprecate removed options in cmd-line parser
- Update README.rst
- Close config file before exit in GetKeyFileName
- Close thread and dialog handles in passphrase.c

Signed-off-by: Selva Nair <selva.nair@gmail.com>
2016-08-06 11:46:15 -04:00
Samuli Seppänen 1ab2254464 Modernize README.rst
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
2016-06-30 11:19:31 +03:00
Samuli Seppänen 668afa8640 Make README.rst conform to the rst syntax
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
2016-06-30 11:17:47 +03:00
Samuli Seppänen 9ccef43b29 Rename README as README.rst
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
2016-06-30 11:17:47 +03:00