Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the "Remove Shaper " button on the backend. | Ermal Luçi | 2008-01-21 | 1 | -11/+22 |
| | |||||
* | Remove a duplicated entry slipped in accidentally. | Ermal Luçi | 2008-01-21 | 1 | -9/+0 |
| | | | | Remove uneeded check on default policy. | ||||
* | * Insert a "Remove Shaper" button to the GUI. | Ermal Luçi | 2008-01-21 | 2 | -60/+100 |
| | | | | * Make the wizard gnerate a better policy for the shaper. | ||||
* | * Correct cosmetic percentages | Scott Ullrich | 2008-01-21 | 1 | -2/+2 |
| | | | | * Add note of what percentages can be input for the p2p bandwidth | ||||
* | Revert dhclient timeout to the default of 60 seconds. | Chris Buechler | 2008-01-21 | 1 | -1/+1 |
| | |||||
* | Propperly show the name of interface on the queues status page. | Ermal Luçi | 2008-01-20 | 1 | -1/+1 |
| | |||||
* | Fix wrong check during the wizard. | Ermal Luçi | 2008-01-20 | 1 | -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çi | 2008-01-20 | 1 | -1/+2 |
| | |||||
* | More changes in the attempt to change the logic on filter.inc | Ermal Luçi | 2008-01-20 | 1 | -10/+10 |
| | |||||
* | Clean up from some leftovers that are not needed anymore. | Ermal Luçi | 2008-01-20 | 1 | -32/+4 |
| | |||||
* | Cosmetic change. Move the Queue and Interface tab on the top level instead ↵ | Ermal Luçi | 2008-01-20 | 1 | -8/+3 |
| | | | | of providing a second level tab section for them. | ||||
* | Fix Queues view on the shaper. | Ermal Luçi | 2008-01-20 | 1 | -37/+12 |
| | |||||
* | Please don't force commit! | Bill Marquette | 2008-01-19 | 1 | -2/+2 |
| | | | | Re-apply fix from commit [20700] that got reverted in [20706] | ||||
* | On interface ip or gateway changes FreeBSD will remove routes related. | Scott Ullrich | 2008-01-18 | 4 | -3/+18 |
| | | | | | | Ensure the routes are loaded back each time. MFC: After testing at ORU | ||||
* | An attempt to fix some issues discovered with outgoing traffic with the ↵ | Ermal Luçi | 2008-01-18 | 1 | -14/+14 |
| | | | | wzard generated rules. | ||||
* | Fix an error with previous commit. | Ermal Luçi | 2008-01-18 | 1 | -2/+2 |
| | |||||
* | Revert back rules direction on the wizard wipped by previous commit ↵ | Ermal Luçi | 2008-01-18 | 1 | -1/+8 |
| | | | | accidentally. | ||||
* | Unbreak filter_rules_generate broked by previous wrong commit which was ↵ | Ermal Luçi | 2008-01-18 | 1 | -396/+485 |
| | | | | | | against HEAD. Second attempt at reorganizing the logic of pfSense rules. | ||||
* | Unbreak traffic shaper wizard incidentally i used explode instead of implode. | Ermal Luçi | 2008-01-18 | 1 | -12/+5 |
| | |||||
* | Unbreak tags on the floating tab. | Ermal Luçi | 2008-01-18 | 1 | -14/+4 |
| | |||||
* | Add back ldap auth caontainer picker. | Scott Ullrich | 2008-01-18 | 1 | -4/+16 |
| | |||||
* | First attempt at changing the logic of the default rules of pfSense. | Ermal Luçi | 2008-01-18 | 1 | -462/+384 |
| | | | | This allows for the default rules to be overriden in the GUI. | ||||
* | Fix some typos. | Ermal Luçi | 2008-01-17 | 1 | -2/+2 |
| | |||||
* | Forgotten filter.inc support for Floating tab on the Rules section. | Ermal Luçi | 2008-01-17 | 1 | -8/+18 |
| | |||||
* | Make the wizard generate safer rules. | Ermal Luçi | 2008-01-17 | 2 | -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). | ||||
* | Finish the Floating rules toolbar. | Ermal Luçi | 2008-01-17 | 2 | -6/+104 |
| | | | | | | Now you can create rules with tags/direction/match by tag/choose direction/choose multiple interface/quick. Just for note the queue assignment has been moved to the Firewall->Rules section. Now for every rule you create you can choose the queue for it. | ||||
* | Remove an accidentally slipped in line. | Ermal Luçi | 2008-01-17 | 1 | -1/+0 |
| | |||||
* | Remove both Bill and myself from the (C). Looks like Ermal has | Scott Ullrich | 2008-01-17 | 1 | -2/+0 |
| | | | | done a rewrite. | ||||
* | Add back Bill to the (C) header, he did far more work on the shaper | Scott Ullrich | 2008-01-17 | 1 | -1/+2 |
| | | | | previously than I did. | ||||
* | Move $rule portion out of the ng0 check that accidently slipped in. This | Scott Ullrich | 2008-01-17 | 1 | -1/+1 |
| | | | | | | | combined with my earlier change unbreaks traffic from the firewall itself and also unbreaks nat redirect traffic. Found-by: Billm | ||||
* | Unbreak traffic from the firewall itself. | Scott Ullrich | 2008-01-17 | 1 | -1/+1 |
| | |||||
* | Show the user the interface the queue is located to make it easier now that ↵ | Ermal Luçi | 2008-01-17 | 1 | -1/+12 |
| | | | | the same queue name is used on multiple interfaces. | ||||
* | * Fix many bugs itroduced with the new shaper code import. | Ermal Luçi | 2008-01-16 | 7 | -2944/+3479 |
| | | | | | | | * 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. | ||||
* | Conditional checks use ==, not = ! | Scott Ullrich | 2008-01-16 | 1 | -2/+2 |
| | |||||
* | clarify wording in tabs to appropriately reflect purpose of these pages | Chris Buechler | 2008-01-16 | 2 | -4/+4 |
| | |||||
* | Only process /boot/loader.conf if it exists avoiding a | Scott Ullrich | 2008-01-16 | 1 | -3/+5 |
| | | | | somehwhat ugly looking error on cdrom boot. | ||||
* | attempt loading SPD entries 4 times | Seth Mos | 2008-01-15 | 1 | -2/+2 |
| | |||||
* | Somehow sending a SIGHUP before flushing and reloading works better then | Seth Mos | 2008-01-15 | 1 | -4/+6 |
| | | | | after. Technically a SIGHUP to racoon should not do anything. | ||||
* | Flush both SA and SPD entries | Seth Mos | 2008-01-15 | 1 | -0/+1 |
| | |||||
* | Fix copy and pasto. | Scott Ullrich | 2008-01-15 | 1 | -5/+0 |
| | |||||
* | * Use correct package name | Scott Ullrich | 2008-01-15 | 1 | -2/+7 |
| | | | | * Include filter rules | ||||
* | Add sipproxd hooks. | Scott Ullrich | 2008-01-14 | 1 | -1/+7 |
| | |||||
* | repair logic I think. Can we please use more curlies? | Seth Mos | 2008-01-14 | 1 | -4/+4 |
| | |||||
* | Make 3 passes at loading the SPD entries as this will fail on large ↵ | Seth Mos | 2008-01-14 | 1 | -27/+31 |
| | | | | | | configurations > 250 tunnels. Tested by smos@ 399 tunnels, 239 active, ok by sullrich@ | ||||
* | Check that ldap_connect() exists before calling. For some reason on | Scott Ullrich | 2008-01-13 | 1 | -2/+17 |
| | | | | bootup the function does not exist but the module is loaded? | ||||
* | * Hide password field | Scott Ullrich | 2008-01-13 | 1 | -10/+11 |
| | | | | | * Remove session timeout graphic * Allow session timeout to remain blank | ||||
* | Make sure $d_fwupenabled_path is defined since it is initially defined | Scott Ullrich | 2008-01-12 | 1 | -0/+2 |
| | | | | | in guiconfig.inc. At some point in the future these variables should be moved to globals.inc. | ||||
* | remove DynDNS cache in services_dyndns_reset() | Chris Buechler | 2008-01-12 | 1 | -0/+6 |
| | | | | Ticket #1589 | ||||
* | touch up text | Chris Buechler | 2008-01-12 | 1 | -1/+1 |
| | | | | Ticket #1586 | ||||
* | Bring in the new traffic shaper. | Ermal Luçi | 2008-01-11 | 11 | -2407/+3097 |
| | | | | | | It is capable of multi interface shaping. Also bring the wizard up-to-date. Now it is capable of doing multi interface too. |