summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 55a14b686d8f35d03b87efdbddacb656a04f5bed.
* Revert "Be correct on teh variable scope"jim-p2011-09-121-3/+3
| | | | This reverts commit bf81eb22db36646ebf762600a3b4959c8c5214b0.
* Revert "Unset directly rather than defering"jim-p2011-09-121-4/+4
| | | | This reverts commit f5f89d214de3249316a6375ef1880ca659d6b762.
* Unset directly rather than deferingErmal2011-09-121-4/+4
|
* 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.
* Actually increase the default queue length for the new default queueErmal2011-07-154-3/+8
|
* Respect the p2p catchall setting.Ermal2011-07-154-114/+122
|
* Re-enable downstream queues but with the difference that the default queue ↵Ermal2011-07-151-71/+66
| | | | now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.
* Re-enable downstream queues but with the difference that the default queue ↵Ermal2011-07-151-281/+270
| | | | now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.
* Revert "Ticket #749. Do not create the queues at LAN side for ↵Ermal2011-07-151-0/+383
| | | | | | traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind)." This reverts commit cd3346e205ad0f818977b7ccd0bd7259ed2f2e4e.
* Re-enable downstream queues but with the difference that the default queue ↵Ermal2011-07-152-410/+392
| | | | now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.
* Revert "Ticket #749. Do not create the queues at LAN side for ↵Ermal2011-07-152-0/+784
| | | | | | traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind." This reverts commit 4447358371f80814ea1c5e0f00c1a7301a2396f6.
* Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.jim-p2011-07-071-0/+2
|
* Revert this change. reload_all() already sends a reload message. ↵Scott Ullrich2011-05-121-2/+1
| | | | Unfortunately there is still something else lurking that causes a delay when loading the wizard step
* Use send_event()Scott Ullrich2011-05-121-1/+1
|
* Use send_message and issue the reload all operation in the backgroundScott Ullrich2011-05-121-1/+1
|
* Skip step #9 for non pfSense branded installationsScott Ullrich2011-05-111-0/+8
|
* Reload the wizard and then redirect to a wizard completed step. Prompt the ↵Scott Ullrich2011-05-111-3/+19
| | | | user to donate to the project.
* 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.
* Only make gateway changes if we have been given a new gateway IP.jim-p2011-02-281-18/+20
|
* Setup gateway monitoring since we just altered a gateway.jim-p2011-02-281-0/+1
|
* Fix gateway handling in setup wizard.jim-p2011-02-281-2/+29
|
* Remove direction from traffic shaper generated rules now that the match ↵Ermal2011-02-224-28/+0
| | | | action is present to correctly put packets on proper queues. Before it was not possible since this would have also open firewall ports/holes.
* The doubled "$rule = array();" lines are probably a copy/paste error. ↵Erik Fonnesbeck2011-02-131-4/+4
| | | | Probably meant to paste the line that sets the rule type to the match action like the rest of what was added in the affected commit.
* Correctly verify the input on bandwith at voip step for traffic shaper ↵Ermal2011-02-125-55/+123
| | | | wizards. Reported-by: http://forum.pfsense.org/index.php/topic,32833.0.html
* Convert the shapers to the match action so the generated rules do not impact ↵Ermal2011-02-114-0/+28
| | | | the filtering policy implemented.
* Do proper input validation on traffic shaper wizards to not allow empty fiedls.Ermal2011-01-244-87/+87
|
* Properly check empty fields when specifying bandwidth values.Ermal2011-01-244-4/+4
|
* Fix OpenVPN wizard.jim-p2011-01-211-2/+1
|
* Add drop-down to select OpenVPN hardware crypto (finds usable devices from ↵jim-p2011-01-202-0/+23
| | | | "openssl engine" list) for clients and servers.
* Add a checkbox for duplicate-cn on OpenVPN servers.jim-p2011-01-202-0/+10
|
* Fix OpenVPN NetBIOS settings not propagating from the wizard to the server ↵jim-p2010-12-271-0/+1
| | | | instance.
* Ticket #749. Do not create the queues at LAN side for ↵Ermal2010-12-221-383/+0
| | | | traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind).
* Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard ↵Ermal2010-12-222-784/+0
| | | | and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind.
OpenPOWER on IntegriCloud