makes correct use of printf and gettext
removes variables names and replace it with '%s'
Misc fixes to make the openvpn wizard stop re-creating a CA previously made via the wizard if you re-ran the wizard and chose a CA instead. Fixes #1512
Ensure the protocol on the firewall rule from the OpenVPN wizard ends up lower case, or it causes some GUI irregularities. Seen http://forum.pfsense.org/index.php/topic,33865.0.html and elsewhere.
Add drop-down to select OpenVPN hardware crypto (finds usable devices from "openssl engine" list) for clients and servers.
Add a checkbox for duplicate-cn on OpenVPN servers.
Change OpenVPN wizard to set input_errors when there is a fatal condition that will require preventing a config save.
Reject special characters in CA/Cert field names during OpenVPN wizard. Fixes #900
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.
CA/CERT Move
Enforce length of OpenVPN server descr in wizard.
Fix this test, allows proper selection of CA in OpenVPN wizard.
Remove remote network from wizard, it is not used for a Remote Access VPN.
fix "Invalid argument supplied for foreach"
Add dynamic IP option to OpenVPN wizard.
Perform IP/Host and Port number validation for Authentication servers in the OpenVPN Wizard.
Restrict country code entry in the OpenVPN wizard to two letters.
Fix default port choices for LDAP/RADIUS server in OpenVPN wizard.
Fix OpenVPN port default choice in Wizard. Also fix protocol specification. (Should be Uppercase)
Fix CA cert dupe detection when no certs yet exist.
Perform more strict validation on CA and Cert names before proceeding in the wizard.
Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket #500.
OpenVPN Wizard: Fix CA Cert selection for Local auth. Fix descriptions and some backend bits for RADIUS. Ticket #500.
Fixup OpenVPN wizard LDAP settings. Ticket #500.
Add/fix wording of descriptions in OpenVPN wizard.While I'm here, convert leading spaces to tabs.
Add some descriptions. Default to local port 1194 when no other server is configured.
Correctly show cipher list
Actually get values from the CA based on what was choosen during wizard.
Try to prefill values if creating a certificate.
Merge common name fields with descriptive name. Default to 3650 days of lifetime and 2048 bits key length.
fix text
The Openvpn rule does not need proto.
Fix rule creation.
Add my copyright
Correct field name.
Fix index.
Final touches.
Correct check.
Correct logic.
Add globals vars.
More improvements.
Improve wizard.
Improve wizard by adding more steps and cleaness.
Improve the wizard. Make it produce a correct openvpn server config.
More fixes.
Add openvpn server wizard.