fix up text
Ensure e-mail address carries over from the CA screen to the Cert screen in the OpenVPN wizard.
use email from CA creation also as the default for server cert
Change OpenVPN Compression settings to cover the full range of allowed settings on OpenVPN (unset, off, on, adaptive) rather than a simple off/on switch that either doesn't set the value or enables it with adaptive (OpenVPN's default).
Add Auth Digest to OpenVPN wizard also.
Track user/time a firewall rule was created and last updated, and show this information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin.
Permit openvpn to use same port on different interfaces. It should fix #814
Don't forget the wizard...
Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765
Change ereg() to preg_match() function
When making a server certificate in the wizard, make sure we specify it must be a server certificate.
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.