summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
* Fix pptp dial on demand and idle timeout wizard fields which haveScott Ullrich2009-01-061-2/+2
| | | | NEVER worked correctly to begin with. Oops.
* Savew timeout and dial on demandScott Ullrich2009-01-061-1/+3
|
* Fix ticket #1837.Ermal Luçi2008-11-174-51/+49
|
* Use ECN for the queues created by the wizard which is a more recent ↵Ermal Luçi2008-10-084-68/+68
| | | | | | technology and i am tired of explaining to users how to handle errors on it. Strange is this is an ALPHA(!!) release! The actual problem is in the dummynet merge with pf which has a red keyword with diferent parameters.
* * Remove bigpond support from backend.Ermal Luçi2008-10-061-38/+0
| | | | | * Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this.
* Correct a problem with the setup wizzard. It was using a legacy method toMatthew Grooms2008-09-021-7/+3
| | | | | set the administrative password. This was causing failures while parsing the xml file.
* Unbreak wizard.Scott Ullrich2008-08-301-64/+11
| | | | Pointy-hat-to: me
* fix traffic_shaper_wizard.xml error in line 57Martin Fuchs2008-08-041-6/+6
|
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-7/+3
| | | | | | | | | | | | | and pam backing functions have been removed. The basic auth method was legacy code and the backing functions were redundant with no added value that I could see. A simplified replacement backing function named local_backed has been added that authenticates to the local configuration info which should be identical to system pwdb credentials. Since the htpassword file is no longer required, sync_webgui_passwords and its wrapper function system_password_configure have been removed. The local account management functions were renamed for consistency. A few minor bugs related to setting local passwords have also been corrected.
* readd HBCI & ArchLord to the shaperMartin Fuchs2008-08-038-90/+194
|
* Reactivate setting the root queue bandwidth so rules created by wizards do ↵Ermal Luçi2008-06-024-12/+12
| | | | | | | | not fail with interfaces that cannot report their bandwidth. This involves people to do some manual setup on multi-lan setups but it is better than failing and telling them to fix everything by hand.
* Fix typo noted in ticket #1657Bill Marquette2008-05-171-1/+1
| | | | MFC: for 1.2.1
* Add initial code to allow user to record installation hardware infoScott Ullrich2008-05-171-2/+59
| | | | (dmesg -a).
* Make the wizards up to date.Ermal Luçi2008-04-144-155/+1
|
* Fixup wizards queue generation.Ermal Luçi2008-04-013-3/+3
|
* * Remove the previous added wizardErmal Luçi2008-03-275-23/+399
| | | | | | * Make the wizard generate 2 levels of queues for Local/Lan interfaces by default * Create a rule between Local interafces for multi Lan wizard * Fix other bugs on the wizards
* Fixup wizardsErmal Luçi2008-03-274-73/+71
|
* Temporarily change my name partially to unbreak the wizards of the shaper.Ermal Luçi2008-03-204-4/+4
| | | | XML parser does not like it for now..
* * Insert other wizardsErmal Luçi2008-03-177-86/+6367
| | | | | | | 1- multi Lan/Wan 2- multi Lan/Wan with dedicated links * Correct checking and math done during the wizards
* Make the multi LAN wizard actually work.Ermal Luçi2008-03-072-59/+50
| | | | When the other wizard are finished it will be expossed to the GUI.
* Introduce the files needed for the multi-lan wizard.Ermal Luçi2008-03-072-0/+2924
| | | | It needs some small tweaks that is why for now it will not be exported to the gui.
* Remove ugly hacks from the shaper wizard and make it fully embedded compatible.Ermal Luçi2008-03-072-246/+182
|
* s/intval/floatval/Ermal Luçi2008-03-041-23/+23
| | | | fix settings for CBQ where setting of bandwidth was wrong in some places
* Fix validation during the wizard.Ermal Luçi2008-03-011-11/+4
|
* Fix 'slingbox' setting so the xml parser does not bail at it.Ermal Luçi2008-02-041-2/+2
|
* Add Slingbox to the raise/lower protocols screen.(requested by Scott)Ermal Luçi2008-02-031-1/+21
|
* * Add Slingbox to the raise/lower protocols screen.(requested by Scott)Ermal Luçi2008-02-031-3/+8
| | | | | * Fix a bug with the creation of rules for this section of the wizard. * Also set the qACK where it makes sense.
* Fix rule creation for prioritizing hosts/aliases specified during the wizardErmal Luçi2008-02-021-6/+6
|
* Make the wizard more userfriendly.Ermal Luçi2008-01-312-168/+290
|
* Fix bandwidth assignment on LAN qOthersLow queue.Ermal Luçi2008-01-291-1/+1
|
* Validate better some input. This avoids some empty javascript errors.Ermal Luçi2008-01-291-11/+34
|
* Fix a stale calculation. They are not yet safe(for now).Ermal Luçi2008-01-271-1/+1
|
* Update the wizard.Ermal Luçi2008-01-272-233/+856
| | | | | | | This commit makes it capable of 1 LAN and multiple WAN's. Other wizards will come after this. Now you can specify per each link upload and download and the wizard will do its math accordingly. Also can specify per link guranteed VoIP bandwidth. Penalty and cattchall queue can only be specified with percentage for simplicity.
* Round up some values from divison calculations.Ermal Luçi2008-01-221-15/+15
|
* Make sure the 80% limit for linkshare is not passesd by qVoIP during wizard.Ermal Luçi2008-01-211-3/+3
|
* Only calculate a factor for HFSC scheduler.Ermal Luçi2008-01-211-6/+6
|
* * Insert a "Remove Shaper" button to the GUI.Ermal Luçi2008-01-211-60/+58
| | | | * Make the wizard gnerate a better policy for the shaper.
* * Correct cosmetic percentagesScott Ullrich2008-01-211-2/+2
| | | | * Add note of what percentages can be input for the p2p bandwidth
* Fix wrong check during the wizard.Ermal Luçi2008-01-201-5/+1
| | | | | | If you didn't enable the Games prioritizing you would not have queues created. Found by: Scott
* Fix an error on the wizard.Ermal Luçi2008-01-201-1/+2
|
* Clean up from some leftovers that are not needed anymore.Ermal Luçi2008-01-201-32/+4
|
* An attempt to fix some issues discovered with outgoing traffic with the ↵Ermal Luçi2008-01-181-14/+14
| | | | wzard generated rules.
* Revert back rules direction on the wizard wipped by previous commit ↵Ermal Luçi2008-01-181-1/+8
| | | | accidentally.
* Unbreak traffic shaper wizard incidentally i used explode instead of implode.Ermal Luçi2008-01-181-12/+5
|
* Make the wizard generate safer rules.Ermal Luçi2008-01-172-9/+34
| | | | Now it presents the user an option to make us know what type the opt* interfaces are, external(wan like) or internal(lan like).
* * Fix many bugs itroduced with the new shaper code import.Ermal Luçi2008-01-162-1715/+1868
| | | | | | | * Introduce a new tab to the Firewall - Rules section called "floating rules" where you can create rules with direction/tag/tagged/quick keywords of PF. * Improve input validation on the shaper code and the wizard. * Change the logic in filter.inc by allowing the rules without the quick keyword to work propperly. * ALso begin changing the logic of filter.inc default rulesto not use the quick keyword so they can be overriden in the GUI.
* Bring in the new traffic shaper.Ermal Luçi2008-01-112-1233/+814
| | | | | | It is capable of multi interface shaping. Also bring the wizard up-to-date. Now it is capable of doing multi interface too.
* touch up textChris Buechler2008-01-082-7/+7
| | | | Ticket #1569
* add HBCI to traffic shaperMartin Fuchs2007-11-272-5/+30
|
* Add Codemasters ArchLord MMORPG to traffic shaperMartin Fuchs2007-10-232-1/+15
|
OpenPOWER on IntegriCloud