summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-184-4/+4
| | | | files to UTF-8
* standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-1410-11/+11
| | | | packages.pfsense.org
* These are remenants of old 1.2 remove them from the wizardErmal2014-02-211-2/+0
|
* Enhance interface gateway data entry descriptionsPhillip Davis2014-02-071-2/+2
|
* Prevent network or broadcast address to be set on interface (console, GUI ↵Renato Botelho2013-12-041-3/+17
| | | | and wizard). It should fix #3196
* Change OpenVPN Compression settings to cover the full range of allowed ↵jim-p2013-10-312-2/+17
| | | | 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-302-0/+24
|
* Allow multiple valid time servers to be entered in the wizard, as they are ↵jim-p2013-09-241-5/+5
| | | | allowed under System > General
* Remove call-time pass by reference from traffic shaper files, it should fix ↵Renato Botelho2013-09-124-62/+62
| | | | #2565
* fix textChris Buechler2013-09-031-1/+1
|
* not true you have to log in again since HTTP basic auth was deprecated.Chris Buechler2013-06-171-1/+1
|
* add MSS clamping to setup wizard. Now that MTU and MSS are separate, the MTU ↵Chris Buechler2013-06-171-1/+8
| | | | description was wrong, and both need to be there.
* Avoid duplicate default gw, also look for gateways with name different from ↵Renato Botelho2013-04-281-4/+10
| | | | WANGW that points to same IP
* Avoid set 2 sources on shaper wizard. Fixes #2959Renato Botelho2013-04-243-3/+0
|
* Fix indent and whitespacesRenato Botelho2013-04-231-115/+115
|
* Rule created for penalty addresses on shaper wizard should not set 'any' as ↵Renato Botelho2013-04-231-1/+0
| | | | source. Fixes #2959
* Fix indent and whitespacesRenato Botelho2013-04-231-151/+151
|
* Add a line to let the user know that the wizard can be stopped by clicking ↵jim-p2013-04-111-1/+1
| | | | the logo at the top, so people don't think they are stuck/required to do the wizard.
* Track user/time a firewall rule was created and last updated, and show this ↵jim-p2013-03-205-6/+35
| | | | 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.
* Fix wording for VoIP address option in the shaper. Add rule going the other ↵jim-p2013-02-278-26/+77
| | | | direction to catch connections initiated both ways.
* 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
* fixed spellingfsSnowboard2013-01-144-8/+8
|
* more games for traffic shaperfsSnowboard2013-01-124-8/+176
|
* fixed spelling mistakefsSnowboard2013-01-124-4/+4
|
* added traffic shaper game rulesunknown2013-01-124-60/+324
|
* Change ereg() to preg_match() functionccesario2012-07-011-2/+2
|
* Don't skip "lan" as a possible WAN for shaper, since someone could have ↵jim-p2012-05-231-2/+0
| | | | renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.
* fix typoChris Buechler2012-05-091-1/+1
|
* Unbreak a number of explode() replacements which required preg_split()smos2012-01-201-2/+2
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-2/+2
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Fix multi_all wizard to properly verify VoIP bandwidth specified.Ermal2010-12-291-11/+13
|
* variable is not yet available so rebrands get a blank page on the last step ↵Warren Baker2011-11-301-1/+1
| | | | in the setup wizard
* When making a server certificate in the wizard, make sure we specify it must ↵jim-p2011-11-291-1/+1
| | | | be a server certificate.
* Fixes #1948. Do not specify an interface for the Voip rules that intend a ↵Ermal2011-10-154-4/+4
| | | | source ip.
* Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket ↵jim-p2011-09-121-12/+13
| | | | | | #1696" This reverts commit afe88d69235f84530ed6386b22cfc9c488bf94c5.
* Revert "Be correct on teh variable scope"jim-p2011-09-121-3/+3
| | | | This reverts commit 106646b4204b2850ec7f41547079cf00cc374f6f.
* Be correct on teh variable scopeErmal2011-09-121-3/+3
|
* Another try at prventing panic on reconfig of ppp type wans. Ticket #1696Ermal2011-09-121-13/+12
|
* If we are coming from a PPPoE/PPTP WAN type, grab the old physical interface ↵jim-p2011-09-121-8/+14
| | | | first to avoid assigning a ppp interface to itself. Fixes pppoe->pppoe wizard run as well as changing pppoe->dhcp. Fixes #1696
* Fixes #1696. Do not store temporary information under interfaces section ↵Ermal2011-09-121-26/+23
| | | | during wizards since this might generate a message to netgraph that triggers a panic.
* Make the checks during step4 and step5 actually work.Ermal2011-08-094-8/+8
|
* Correctly check the values for VoIP on multi_lan traffic shaper wizard. ↵Ermal2011-08-021-38/+36
| | | | Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728
* Declare the arrays as global since that is what they are. Correct the name ↵Ermal2011-08-024-4/+4
| | | | of asterisk in the global defniition.
* Correct battlenet data to not be overriden. Reported-by: ↵Ermal2011-08-021-1/+1
| | | | http://forum.pfsense.org/index.php/topic,39176.0.html
* Correct priority number to not have clashes with PRIQ which do not allow ↵Ermal2011-07-284-8/+8
| | | | same priority numbers for two different queues.
* Ticket #749. Make the rules of the traffic shaper wizard select the wan side ↵Ermal2011-07-224-245/+291
| | | | of the interfaces to not make the intra-lan traffic classifible in this way.
OpenPOWER on IntegriCloud