summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Use the provided settings even for HFSC scheduler instead of hardcoding ↵Ermal2010-12-224-165/+146
| | | | 32Kbit/s speed on VoIP. Also cleanup some whitespace.
* Use 1024 not 1000 in conversion.Ermal2010-12-214-12/+12
|
* Provide a default value to the function for converting kb/Mb to coeficient ↵Ermal2010-12-144-8/+8
| | | | for math.
* Remove dropdown to select interface. Should fix #1090gnhb2010-12-141-7/+0
|
* Use correct variable name so the message is actually displayed.Ermal2010-12-094-10/+10
|
* Ticket #1081. Fix header() function to do correct redirection. Also remove ↵Ermal2010-12-078-67/+4
| | | | bogus step9 in the wizards.
* Add exit; so the redirection actually works.Ermal2010-11-294-0/+4
|
* Remove old reference to function. Reported-by: ↵Ermal2010-11-291-2/+2
| | | | http://forum.pfsense.org/index.php/topic,30508.0.html
* Save the host name and domain to a temporary location until the setup wizard ↵Erik Fonnesbeck2010-11-181-2/+14
| | | | is finished to prevent triggering the DNS rebind message. Fixes #1022 Also use this information to implement the redirect for changed host for ticket #455
* 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-202-6/+18
| | | | Fixes #900
* Traffic shaper wizards remove redirection before final step. This seems a ↵Ermal2010-10-204-24/+13
| | | | forgotten item.
* 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.
* Fix the dedicated and multi_all wizards. They had typos in variable names ↵Ermal2010-10-182-7/+5
| | | | and some remaining unused code which caused problems!
* Disable the bandwidth speed selection field also to avoid errors/problems ↵Ermal2010-10-184-4/+4
| | | | when the catch all is not activated.
* Spelling of 'Access'.Warren Baker2010-09-231-1/+1
|
* Update wizard files for setup wizard to write proper config for current ppp ↵gnhb2010-09-201-13/+61
| | | | | | | | | | architecture. I also allowed selection of physical interface from the wizard screen. This is crucial because if the user has the WAN set to anything other than the same phyical interface used by pppoe/pptp, the old wizard has no way of knowing what physical port to use, and the wizard can generate a bad config. Feel free to expand the list of available interfaces in the dropdown for interface selection.
* CA/CERT Movejim-p2010-09-011-13/+13
|
* Ticket #733. Provide a description that custom bandwidths cannot exceed 30% ↵Ermal2010-08-314-4/+12
| | | | of entered bandwidths for interfaces/links.
* Ticket #859. Remove strange character at the end of the xml. Also fix my ↵Ermal2010-08-311-3/+1
| | | | name partially since our parser does not allow my special character there.
* Enforce length of OpenVPN server descr in wizard.jim-p2010-08-261-2/+11
|
* Put some size tags on these fields.jim-p2010-08-261-0/+5
|
* Fix this test, allows proper selection of CA in OpenVPN wizard.jim-p2010-08-201-1/+1
|
* Add/Update copyrights where applicable. Mark copyright on XML as CDATA to ↵Ermal2010-08-198-26/+23
| | | | aviod any issues that might happen.
* These needs to be exit. Fix some whitespace too.Ermal2010-08-183-41/+41
|
* Resolves #713. Take in conisderation the suggestion of not setting m1 ↵Ermal2010-08-184-148/+8
| | | | parameter to 0b.
* Keep the list of different applications port numbers on a single file to ↵Ermal2010-08-184-1262/+14
| | | | easy its maintainance and sharing.
* Whitespace changes.Ermal2010-08-181-42/+41
|
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-185-439/+452
| | | | traffic_shaper_wizard_multi_all.xml
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-183-430/+448
| | | | traffic_shaper_wizard_dedicated.xml
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-182-419/+421
| | | | traffic_shaper_wizard.xml
* Resolves #732. Make the wizard behave better and _actually_ work by ↵Ermal2010-08-182-210/+220
| | | | correcting typos in code. Make it faster by not using HTTP redirection for showing errors. Try to make it more user friendly, though some more work is needed.
* add TCP 1119 for battle.netChris Buechler2010-08-074-0/+4
|
* Validate time server. Should be the last thing that fixes #464jim-p2010-06-251-0/+10
|
OpenPOWER on IntegriCloud