mirror of https://github.com/OpenVPN/openvpn-gui
Tree:
9356ccb806
master
release/10
ua
OpenVPN-2.4.10-I601
OpenVPN-2.5-beta3-I602
OpenVPN-2.5.1-I601
OpenVPN-2.5.10-I601
OpenVPN-2.5.2-I601
OpenVPN-2.5.3-I601
OpenVPN-2.5.4-I601
OpenVPN-2.5.5-I601
OpenVPN-2.5.7-I602
OpenVPN-2.5.8-I601
OpenVPN-2.5.8-I602
OpenVPN-2.5.8-I603
OpenVPN-2.5.9-I601
OpenVPN-2.5_rc1-I601
OpenVPN-2.5_rc2-I601
OpenVPN-2.6.0-I001
OpenVPN-2.6.0-I003
OpenVPN-2.6.0-I004
OpenVPN-2.6.0-I005
OpenVPN-2.6.1-I001
OpenVPN-2.6.10-I001
OpenVPN-2.6.10-I002
OpenVPN-2.6.10-I003
OpenVPN-2.6.11-I001
OpenVPN-2.6.11-I002
OpenVPN-2.6.12-I001
OpenVPN-2.6.2-I001
OpenVPN-2.6.3-I001
OpenVPN-2.6.3-I002
OpenVPN-2.6.3-I003
OpenVPN-2.6.4-I001
OpenVPN-2.6.5-I001
OpenVPN-2.6.6-I001
OpenVPN-2.6.7-I001
OpenVPN-2.6.8-I001
OpenVPN-2.6.9-I001
OpenVPN-2.6_beta1-I001
OpenVPN-2.6_beta2-I001
OpenVPN-2.6_rc1-I001
OpenVPN-2.6_rc2-I001
OpenVPN-2.6_rc2-I002
openvpn-2.3.14
openvpn-2.4.0
openvpn-2.4.5
openvpn-2.4_alpha2
openvpn-2.4_beta1
openvpn-2.4_beta2
openvpn-2.4_rc1
openvpn-2.4_rc2
openvpn-install-2.4.1-I601
openvpn-install-2.4.3-I601
openvpn-install-2.4.3-I602
openvpn-install-2.4.4-I601
openvpn-install-2.4.5-I601
openvpn-install-2.4.6-I601
openvpn-install-2.4.7-I601
openvpn-install-2.4.7-I606
openvpn-install-2.4.7-I607
openvpn-install-2.4.8-I601
openvpn-install-2.4.9-I601
openvpn-install-2.5.7-I602
openvpn-install-2.5_beta1-I601
openvpn-install-2.5_beta3-I601
openvpn-install-2.5_beta3-I602
v10.1.0.0
v11.0.0.0
v11.1.0.0
v11.10.0.0
v11.11.0.0
v11.12.0.0
v11.13.0.0
v11.14.0.0
v11.15.0.0
v11.16.0.0
v11.17.0.0
v11.19.0.0
v11.2.0.0
v11.20.0.0
v11.21.0.0
v11.23.0.0
v11.24.0.0
v11.25.0.0
v11.26.0.0
v11.27.0.0
v11.3.0.0
v11.30.0.0
v11.31.0.0
v11.32.0.0
v11.33.0.0
v11.34.0.0
v11.35.0.0
v11.36.0.0
v11.37.0.0
v11.38.0.0
v11.39.0.0
v11.4.0.0
v11.40.0.0
v11.41.0.0
v11.42.0.0
v11.43.0.0
v11.44.0.0
v11.45.0.0
v11.46.0.0
v11.47.0.0
v11.48.0.0
v11.49.0.0
v11.5.0.0
v11.50.0.0
v11.6.0.0
v11.7.0.0
v11.8.0.0
v11.9.0.0
${ noResults }
2 Commits (9356ccb8061b17466aed785c8a58a8878532facd)
Author | SHA1 | Message | Date |
---|---|---|---|
Selva Nair | 56ee704501 |
Use C standrad compliant printf specifications
%S --> %hs in wide format strings, %ls otherwise %s --> %ls in wide format strings, unchanged otherwise %c --> %lc in wide format strings Resource files together have about 970 lines affected and were edited by looping through all with sed -i 's/%S/%hs/g' $file sed -i 's/%s/%ls/g' $file All other files were manually changed (about 85 lines). Recent versions of mingw-w64 implicitly turns on __USE_MINGW_ANSI_STDIO if _GNU_SOURCE, _XOPEN_SOURCE etc are defined (which we do usei). This breaks non-standard spec such as %S. Anyway, we have been gradually getting rid of those. MSVC builds should not be affected. v2: multiple occurrences in same line was missed in v1 (/g missing in sed expression). Fixed. Signed-off-by: Selva Nair <selva.nair@gmail.com> |
3 years ago |
Selva Nair | 5880fdcd02 |
Save username and optionally passwords
- Username and, optionally, password as well as the private key passphrase are saved in config-specific registry keys - All saved data are kept encrypted using DPAPI - The passphrase dialog is skipped if a valid saved private key password is available. However, the user-auth dialog is always presented, prefilled with the saved username and password. Note: A text string "Save password" is added to three dialogs in all language resource files. Additional text with ids IDS_MENU_CLEARPASS and IDS_NFO_DELETE_PASS are added to the STRINGTABLE only in the English language resource file. All these need translations. Signed-off-by: Selva Nair <selva.nair@gmail.com> |
9 years ago |