summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Latest LDAP changes from Mark BatchelorScott Ullrich2008-02-032-85/+155
|
* * Remove trailing blank lineScott Ullrich2008-02-031-5/+7
| | | | * Make sure $info has data before operating on it
* * Remove trailing blank lineScott Ullrich2008-02-032-7/+7
| | | | * Make sure $search has data before operating on it
* Really disable CTRL+ALT+DELETE.Scott Ullrich2008-02-022-2/+2
|
* Disable CTRL+ALT+DELETE reboot sequence on keyboard.Scott Ullrich2008-02-022-0/+10
| | | | | Admnins commonly have to press this sequence to login to winderz boxen and if you have a shared KVM you might accidently reboot your firewall.
* Fix rule creation for prioritizing hosts/aliases specified during the wizardErmal Luçi2008-02-021-6/+6
|
* Revert to retain compatibility with the GUI.Ermal Luçi2008-02-011-5/+0
|
* Revert previous patch to retain compatibility in the GUI.Ermal Luçi2008-02-011-0/+11
|
* Correctly escape special characters.Ermal Luçi2008-02-011-1/+1
|
* Add defualt pass rule on lan interface and remove it from config.Ermal Luçi2008-02-011-11/+0
| | | | | | | It is a default policy so lets keep it with defaults and let the user override it when pleases. Remove it from here since it is part of the default policy and allow that on a new installation, after shaper wizard run packets don't go to the default queue.
* Add defualt pass rule on lan interface and remove it from config.Ermal Luçi2008-02-011-0/+5
| | | | It is a default policy so lets keep it with defaults and let the user override it when pleases.
* Update to racoon-0.7-cvs with Timo Teras patches.Seth Mos2008-02-011-14/+4
| | | | Use setkey -f because spd loading works normally now.
* Make the wizard more userfriendly.Ermal Luçi2008-01-312-168/+290
|
* Latest eDir / Active Directory tweaks from Mark Batchelor.Scott Ullrich2008-01-313-1516/+1610
| | | | Thanks again for him helping us with this project!
* Lower threshold to 86. Noticed a scenario where slbd was chewing upScott Ullrich2008-01-311-1/+1
| | | | roughtly 91% of the cpu.
* Fix bandwidth assignment on LAN qOthersLow queue.Ermal Luçi2008-01-291-1/+1
|
* Fix a bug with regex matching.Ermal Luçi2008-01-291-2/+2
|
* Only iterate groups if it is an array.Scott Ullrich2008-01-291-4/+6
|
* Validate better some input. This avoids some empty javascript errors.Ermal Luçi2008-01-291-11/+34
|
* Use ip_in_subnet() to correctly determineif we have a matching real ipScott Ullrich2008-01-281-5/+3
| | | | address defined somewhere before allowing the CARP address to be added.
* Changes to allow Novell eDir to authenticate via LDAP.Scott Ullrich2008-01-281-11/+16
| | | | Thanks to Mark Batchelor for all of his help with these changes.
* minor cosmetic nitpick - move "selected" icons one column to the rightBill Marquette2008-01-281-3/+4
| | | | after the queues column got introduced
* reply-to logic needed some touchups to handle the new gateway code alsoBill Marquette2008-01-271-2/+9
|
* fix route-to rule generation with new gateways codeBill Marquette2008-01-271-1/+7
|
* cosmetic fixesBill Marquette2008-01-271-3/+3
| | | | output product name correctly
* correctly output product nameBill Marquette2008-01-271-2/+2
|
* use friendly names, not opt namesBill Marquette2008-01-271-1/+5
|
* rm per ErmalBill Marquette2008-01-271-757/+0
|
* Fix a stale calculation. They are not yet safe(for now).Ermal Luçi2008-01-271-1/+1
|
* Change regex to match valid bandwidth to allow bandwidth with decimal point ↵Ermal Luçi2008-01-271-2/+2
| | | | to be specified.
* Fix some bugs and typos.Ermal Luçi2008-01-271-23/+19
|
* 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
|
* Use buttons for queue action instead of images.Ermal Luçi2008-01-221-13/+4
|
* Add input validation for bandwidths and HFSC scheduler.Ermal Luçi2008-01-221-240/+253
|
* Revert dhclient timeout to the default of 60 seconds (originally didn't ↵Chris Buechler2008-01-221-2/+2
| | | | realize it was in there two more times).
* 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
|
* Add support for the "Remove Shaper " button on the backend.Ermal Luçi2008-01-211-11/+22
|
* Remove a duplicated entry slipped in accidentally.Ermal Luçi2008-01-211-9/+0
| | | | Remove uneeded check on default policy.
* * Insert a "Remove Shaper" button to the GUI.Ermal Luçi2008-01-212-60/+100
| | | | * 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
* Revert dhclient timeout to the default of 60 seconds.Chris Buechler2008-01-211-1/+1
|
* Propperly show the name of interface on the queues status page.Ermal Luçi2008-01-201-1/+1
|
* 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
|
* More changes in the attempt to change the logic on filter.incErmal Luçi2008-01-201-10/+10
|
* Clean up from some leftovers that are not needed anymore.Ermal Luçi2008-01-201-32/+4
|
* Cosmetic change. Move the Queue and Interface tab on the top level instead ↵Ermal Luçi2008-01-201-8/+3
| | | | of providing a second level tab section for them.
* Fix Queues view on the shaper.Ermal Luçi2008-01-201-37/+12
|
OpenPOWER on IntegriCloud