Fix a few misc encoding issues in load balancer code.
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
Tidy up "load_balancer_pool" XHTML
Add SUMMARY to tablesUpdate PHP shorthandMove "fbegin.inc" include between BODY and SCRIPTAdd CDATA section to scriptsClose INPUT tagsUpdate HTML Boolean operatorsMove SELECT tag into the PHP IF statement
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Refine LB entry deletion to make sure blank entries can be removed.
Due to the DHCP pool tag needing to be an array, rename the old LB "pool" variable to something else so it's not interpreted as an array.
Activate new shortcuts/status in the rest of the areas that are currently setup.
Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket
Add a note to the server Load Balancer page to let users know it's not for Multi-WAN.
desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320.
Add the ability to select a mode for LB pool members, load balance (default) or manual failover. If manual failover is selected, only allow one server to be chosen as active.
Default to the 'pools' tab of the inbound load balancer, and move the monitor tab to the end.
Corrections gettext implementation on load_balancer_pool.php
Implement gettext() calls on load_balancer_pool.php
rename slbd pages since this is no longer slbd
Add status/log links to LB pages.
Nuke Relay Protocols and Relay actions tabs. Suggested-by: BillM
Use require_once() to overcome problems with includes.
Require filter.inc and shaper.inc
Remove msort()
Reorder tabs again. Protocols should be the last tab. Cleanup the Relay protocols form adding a listtopic item seperating the page. Misc centers
Reorder tabs with Monitors being first in the order that items should be created. IE: Monitor items should be created, then pools and then finally virtual servers and relay protocols, relay actions
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Sort by name
Add missing quote char.
Add "Services" to the page title
Bring in relay options for inbound load balancerMore work pending, this seems to generate proper configsneeds much more testing though
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
remove slbd_configure and start removal of gateway stuff from load balancer screens
Bring in relayd to perform server load balancingMove gateway load balancing code into gwlb.inc - still uses slbd
TODO: vs and pool status screens are currently broken...and wouldn't work with the gateway pools anyway, ultimately, the gateway pools need...
Switch over to array style page titles. Obtained-from: m0n0wall
Add a plus button on the top header of these pages.This to make it easier on large configurations.
Show behaviour in type field
MFC 11614better display of pools and monitors
MFC 11473use correct dirty flag file and unlink on apply
Remove #!/usr/local/bin/php
Remove reboot required checks
Regenerate slbd configuration after pool changes
Ticket #646
Servers -> Servers/Gateways
$Id -> $Id$
Fixes - moved to lbpool instead of pool as we had a small listtags conflict
Fix editingEnsure unique pool names (we'll use this in virtual servers)Allow for monitor selection (TCP only for now)
Preview commit of load balancer pools - needs much loving by Hoba and Esotericisms :)