summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/openvpn_wizard.inc
Commit message (Collapse)AuthorAgeFilesLines
* Encode ca/cert info in openvpn_wizard.incjim-p2015-07-011-0/+8
|
* Minor wizard text fixupsPhil Davis2015-06-021-4/+4
|
* fix up textChris Buechler2014-11-041-3/+3
|
* Ensure e-mail address carries over from the CA screen to the Cert screen in ↵jim-p2014-04-151-0/+4
| | | | the OpenVPN wizard.
* use email from CA creation also as the default for server certChris Buechler2014-04-141-0/+1
|
* Change OpenVPN Compression settings to cover the full range of allowed ↵jim-p2013-10-311-0/+9
| | | | 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.jim-p2013-10-301-0/+10
|
* Track user/time a firewall rule was created and last updated, and show this ↵jim-p2013-03-201-0/+2
| | | | 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 #814Renato Botelho2013-01-291-1/+1
|
* Don't forget the wizard...jim-p2013-01-241-2/+2
|
* Allow selecting the digest algorithm when creating a CA or Cert. Implements ↵jim-p2013-01-211-2/+2
| | | | #2765
* Change ereg() to preg_match() functionccesario2012-07-011-2/+2
|
* When making a server certificate in the wizard, make sure we specify it must ↵jim-p2011-11-291-1/+1
| | | | be a server certificate.
* makes correct use of printf and gettextVinicius Coque2011-07-181-2/+2
| | | | removes variables names and replace it with '%s'
* Misc fixes to make the openvpn wizard stop re-creating a CA previously made ↵jim-p2011-05-071-2/+7
| | | | 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 ↵jim-p2011-03-031-1/+1
| | | | 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 ↵jim-p2011-01-201-0/+10
| | | | "openssl engine" list) for clients and servers.
* Add a checkbox for duplicate-cn on OpenVPN servers.jim-p2011-01-201-0/+2
|
* Change OpenVPN wizard to set input_errors when there is a fatal condition ↵jim-p2010-10-201-4/+4
| | | | that will require preventing a config save.
* Reject special characters in CA/Cert field names during OpenVPN wizard. ↵jim-p2010-10-201-4/+16
| | | | Fixes #900
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-5/+5
| | | | protection and standardize field names. Ticket #320.
* CA/CERT Movejim-p2010-09-011-13/+13
|
* Enforce length of OpenVPN server descr in wizard.jim-p2010-08-261-2/+11
|
* Fix this test, allows proper selection of CA in OpenVPN wizard.jim-p2010-08-201-1/+1
|
* Remove remote network from wizard, it is not used for a Remote Access VPN.jim-p2010-05-081-5/+0
|
* fix "Invalid argument supplied for foreach"Chris Buechler2010-05-011-4/+6
|
* Add dynamic IP option to OpenVPN wizard.jim-p2010-04-281-0/+2
|
* Perform IP/Host and Port number validation for Authentication servers in the ↵jim-p2010-04-191-1/+14
| | | | OpenVPN Wizard.
* Restrict country code entry in the OpenVPN wizard to two letters.jim-p2010-04-191-0/+6
|
* Fix default port choices for LDAP/RADIUS server in OpenVPN wizard.jim-p2010-04-191-3/+3
|
* Fix OpenVPN port default choice in Wizard. Also fix protocol specification. ↵jim-p2010-04-191-4/+3
| | | | (Should be Uppercase)
* Fix CA cert dupe detection when no certs yet exist.jim-p2010-04-151-4/+6
|
* Perform more strict validation on CA and Cert names before proceeding in the ↵jim-p2010-04-121-4/+10
| | | | wizard.
* Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket ↵jim-p2010-04-121-0/+16
| | | | #500.
* OpenVPN Wizard: Fix CA Cert selection for Local auth. Fix descriptions and ↵jim-p2010-04-121-3/+6
| | | | some backend bits for RADIUS. Ticket #500.
* Fixup OpenVPN wizard LDAP settings. Ticket #500.jim-p2010-04-121-2/+11
|
* Add/fix wording of descriptions in OpenVPN wizard.jim-p2010-04-121-148/+152
| | | | While I'm here, convert leading spaces to tabs.
* Add some descriptions. Default to local port 1194 when no other server is ↵Ermal2010-03-181-0/+3
| | | | configured.
* Correctly show cipher listErmal2010-03-181-1/+2
|
* Actually get values from the CA based on what was choosen during wizard.Ermal2010-03-181-1/+1
|
* Try to prefill values if creating a certificate.Ermal2010-03-181-0/+38
|
* Merge common name fields with descriptive name. Default to 3650 days of ↵Ermal2010-03-181-4/+4
| | | | lifetime and 2048 bits key length.
* fix textChris Buechler2010-03-131-3/+3
|
* The Openvpn rule does not need proto.Ermal2010-03-111-1/+1
|
* Fix rule creation.Ermal2010-03-111-1/+0
|
* Add my copyrightErmal2010-03-111-0/+27
|
* Correct field name.Ermal Luçi2010-03-111-1/+1
|
* Fix index.Ermal Luçi2010-03-111-1/+1
|
* Fix rule creation.Ermal Luçi2010-03-111-1/+1
|
* Final touches.Ermal Luçi2010-03-111-1/+1
|
OpenPOWER on IntegriCloud