Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix text | Erik Fonnesbeck | 2010-08-11 | 2 | -2/+2 |
| | |||||
* | Stick save and cancel back into the right hand of the first td cell like all ↵ | Scott Ullrich | 2010-08-11 | 1 | -6/+4 |
| | | | | other forms have it. | ||||
* | Hide Save button until a drop down onChange event occurs | Scott Ullrich | 2010-08-11 | 1 | -4/+6 |
| | |||||
* | Remove extra quotes that were added around some strings when adding ↵ | Erik Fonnesbeck | 2010-08-11 | 4 | -8/+8 |
| | | | | printf+gettext in some areas. | ||||
* | Fix printf/sprintf mixups. | Erik Fonnesbeck | 2010-08-11 | 8 | -14/+14 |
| | |||||
* | Made LB pool status page follow natural (expected) order no matter which ↵ | Eirik Oeverby | 2010-08-11 | 1 | -23/+24 |
| | | | | host(s) is/are active. | ||||
* | This doesn't really need a printf either, come to think of it. | jim-p | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | This probably shouldn't be a printf anyhow | jim-p | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | This should be sprintf | jim-p | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Fix another gettext() call. | jim-p | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Fix gettext() call | jim-p | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Show selected properly for the LB mode. | jim-p | 2010-08-11 | 1 | -2/+2 |
| | |||||
* | Do not require a refernce passed because seems php likes to screw with it ↵ | Ermal | 2010-08-11 | 1 | -2/+2 |
| | | | | internally. This should have be the second belt at Ticket #819. | ||||
* | No need to set enable | Scott Ullrich | 2010-08-11 | 1 | -3/+3 |
| | |||||
* | Do not try to bring down a CARP VIP for an entry that does not exist yet. ↵ | Erik Fonnesbeck | 2010-08-11 | 1 | -1/+1 |
| | | | | Fixes #819 | ||||
* | Allow batch Server LB/Failover pool changes from the Pool status screen. For ↵ | jim-p | 2010-08-11 | 1 | -10/+53 |
| | | | | LB pools, you can pick via checkbox any number of active pool servers. For manual failover types, you can choose the active server. | ||||
* | When adding to a pool in manual failover mode, enforce the one-active limit ↵ | jim-p | 2010-08-11 | 1 | -1/+1 |
| | | | | also. | ||||
* | Add 8021.x preauth (rsn_preauth) | Scott Ullrich | 2010-08-11 | 2 | -4/+22 |
| | |||||
* | Rename $vipent to $pool here since we only deal with pools and the old name ↵ | jim-p | 2010-08-11 | 1 | -16/+16 |
| | | | | doesn't make sense in this context. | ||||
* | Change these PRINTs to echo for consistency, and reformat a little. Wrap ↵ | jim-p | 2010-08-11 | 1 | -8/+12 |
| | | | | vars inside strings in {}. | ||||
* | Formatting/whitespace fixes. | jim-p | 2010-08-11 | 1 | -95/+93 |
| | |||||
* | Remove the gateway load balancer status code, that has all moved away from ↵ | jim-p | 2010-08-11 | 1 | -44/+2 |
| | | | | here to Status > Gateways and is no longer needed. | ||||
* | Add <form> tag, submit, and reset button here. | jim-p | 2010-08-11 | 1 | -1/+8 |
| | |||||
* | Fixes #821. Force usage of configured redirurl when one has been configured. | Ermal | 2010-08-11 | 1 | -27/+28 |
| | |||||
* | Show the architecture after the version number. | jim-p | 2010-08-11 | 1 | -0/+5 |
| | |||||
* | Add quotes back that were incorrectly removed when implementing gettext and ↵ | Erik Fonnesbeck | 2010-08-10 | 2 | -2/+2 |
| | | | | add php tags around gettext where needed. | ||||
* | Separate RRD graph settings to a separate entry. | Erik Fonnesbeck | 2010-08-10 | 2 | -5/+10 |
| | |||||
* | Do not forget status_rrd_graph.php. Spotted-by: Effone | Ermal | 2010-08-10 | 1 | -6/+1 |
| | |||||
* | Fixes #774. Add some pages to match under proper category. | Ermal | 2010-08-10 | 1 | -1/+4 |
| | |||||
* | remove duplicated entry. | Ermal | 2010-08-10 | 1 | -6/+0 |
| | |||||
* | Fixes #684. Test file existence before trying to kill the process. Also ↵ | Ermal | 2010-08-10 | 1 | -3/+5 |
| | | | | correct interface name passed as parameter to interface_configure function, it should fix another ticket as a byproduct. | ||||
* | Fixes #817. Tags/Marks can be used even outside floating rules. | Ermal | 2010-08-10 | 1 | -4/+4 |
| | |||||
* | Ticket #8. Use proper IP to pfctl -b and run the command after the rules ↵ | Ermal | 2010-08-10 | 2 | -8/+8 |
| | | | | have been removed for the not 'down' interfaces. | ||||
* | Fixed LB pool status display to match current config | Eirik Oeverby | 2010-08-10 | 1 | -3/+13 |
| | |||||
* | Removed custom test code | Eirik Oeverby | 2010-08-10 | 1 | -5/+0 |
| | |||||
* | There is not point in unsetting if just after we set the var! | Ermal | 2010-08-10 | 1 | -2/+0 |
| | |||||
* | Add the ability to select a mode for LB pool members, load balance (default) ↵ | jim-p | 2010-08-10 | 3 | -6/+56 |
| | | | | or manual failover. If manual failover is selected, only allow one server to be chosen as active. | ||||
* | Merge remote branch 'mainline/master' | Renato Botelho | 2010-08-10 | 20 | -531/+734 |
|\ | | | | | | | | | Conflicts: usr/local/www/status_lb_pool.php | ||||
| * | Increase upload file size to 1 megabyte | Scott Ullrich | 2010-08-10 | 1 | -1/+1 |
| | | |||||
| * | Fix enable_change() broken on last gettext() implementation | Vinícius Coque | 2010-08-10 | 1 | -3/+3 |
| | | |||||
| * | Default to the 'pools' tab of the inbound load balancer, and move the ↵ | jim-p | 2010-08-10 | 4 | -4/+4 |
| | | | | | | | | monitor tab to the end. | ||||
| * | lb status fixes from Ltning | Chris Buechler | 2010-08-10 | 1 | -9/+58 |
| | | |||||
| * | Use correct type so a proper config is generated. Reported ↵ | Ermal | 2010-08-10 | 1 | -3/+3 |
| | | | | | | | | by:http://forum.pfsense.org/index.php/topic,25465.msg141966.html#msg141966 | ||||
| * | Fix gettext call added wrong | Renato Botelho | 2010-08-10 | 1 | -1/+1 |
| | | |||||
| * | Resolves #815. Do not add protection rules if lan interface has no ip. | Ermal | 2010-08-10 | 1 | -5/+7 |
| | | |||||
| * | Show disabled interfaces as well | Scott Ullrich | 2010-08-09 | 2 | -7/+10 |
| | | |||||
| * | Adding config.console.inc | Scott Ullrich | 2010-08-09 | 1 | -0/+535 |
| | | |||||
| * | Include config.console.inc | Scott Ullrich | 2010-08-09 | 1 | -1/+2 |
| | | |||||
| * | Move all console related configuration items to config.console.inc. This ↵ | Scott Ullrich | 2010-08-09 | 4 | -497/+9 |
| | | | | | | | | will mean that these items are not included when the webConfigurator is being used and only on bootup on the console. | ||||
| * | don't include 255.255.255.255 here | Chris Buechler | 2010-08-09 | 1 | -3/+9 |
| | |