summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_virtual_server_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Encode some more parameters before showing them to users.jim-p2012-10-311-6/+6
|
* restrict '/' from virtual server name fieldDarren Embry2012-10-261-2/+2
| | | | fixes #2656
* Due to the DHCP pool tag needing to be an array, rename the old LB "pool" ↵jim-p2012-09-261-3/+3
| | | | 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.jim-p2012-08-101-3/+1
|
* remove the stuff triggering display of relay protocol rowDarren Embry2012-05-111-32/+0
|
* allow port in virtual servers to be left blankDarren Embry2012-05-111-7/+8
| | | | in which case listening port would be inherited from the pool
* allow aliases for the ipaddr field in virtual servers (PEV-394754)Darren Embry2012-05-111-5/+12
|
* add autocomplete for port (PEV-394754)Darren Embry2012-05-101-1/+11
|
* update help text in port fields to Firewall -> Aliases (PEV-394754)Darren Embry2012-05-101-1/+1
|
* Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754)Darren Embry2012-04-051-2/+3
|
* load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual ↵Darren Embry2012-04-051-2/+4
| | | | Servers (PEV-394754)
* making small fixes on jQuery codeVinicius Coque2012-01-211-1/+1
|
* description is optionalChris Buechler2011-11-041-1/+1
|
* Converting from prototype to jQueryVinicius Coque2011-10-221-6/+6
|
* Fixup relayd to handle DNS load balancing as well as standard TCP load ↵jim-p2011-09-271-17/+18
| | | | balancing.
* Fix XSS issuesScott Ullrich2010-11-121-4/+4
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Do not allow spaces in load balancer name fields, they are invalid in relayd.jim-p2010-10-251-0/+3
|
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-2/+2
| | | | standardize field names. Ticket #320.
* Just fix some space and tab problemsRenato Botelho2010-08-121-8/+8
|
* Fix gettext on load_balancer_virtual_server_edit.phpVinicius Coque2010-08-121-6/+6
|
* Move : to gettext stringRenato Botelho2010-08-111-2/+2
|
* Implement gettext() calls on load_balancer_virtual_server_edit.phpCarlos Eduardo Ramos2010-07-151-26/+26
|
* remove warning for redirect mode since it's not supportedChris Buechler2010-07-111-1/+0
|
* rename slbd pages since this is no longer slbdChris Buechler2010-07-111-2/+2
|
* Add status/log links to LB pages.jim-p2010-06-021-0/+4
|
* Hard code mode to redirect and comment out the mode option. Suggested-by: ↵Scott Ullrich2010-05-111-0/+3
| | | | BillM
* Do not write out <sitedown></sitedown> if the Fall Back Pool is set to ↵Scott Ullrich2009-10-161-1/+3
| | | | none.. Simply unset() it.
* Misc page cleanups. Do not tag every item on page as a NOTE as this will ↵Scott Ullrich2009-10-161-39/+47
| | | | overwhelm the user upon first glance. Add notes that a pool member needs to be created first instead of showing an empty select box for server pool and fall back pool items. Make sure the listtopic uses a colspan=3 so that the header reaches across the page
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* Add note about not using proxy arp if you want shit to work. I'll dealBill Marquette2008-11-021-0/+1
| | | | with this later after I get all these pieces working correctly.
* Add missing quota to the titles so pages actually display.Ermal Luçi2008-09-161-1/+1
|
* Add "Services" to the page titleBill Marquette2008-09-091-1/+1
|
* Make edit pages look consistentBill Marquette2008-09-021-0/+3
| | | | Pointed out by: sullrich@
* Bring in relay options for inbound load balancerBill Marquette2008-08-281-12/+79
| | | | | More work pending, this seems to generate proper configs needs much more testing though
* Bring in new server load balancing code, this introduces:Bill Marquette2008-08-051-15/+11
| | | | | | * The ability to create your own monitors (tcp, http, https, send/expect) * A new way of displaying 'standard tables' - MainTable class * monitor_type array type
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Backup pools should be drop downs now.Bill Marquette2008-06-161-8/+14
|
* touch up text.Chris Buechler2008-05-171-3/+3
| | | | ticket #1696
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* MFC load balancing changes requested by BillMScott Ullrich2006-05-281-0/+3
|
* MFC 11608 by handScott Ullrich2006-04-191-4/+5
| | | | only allow server type pools to be used
* MFC 11606Scott Ullrich2006-04-191-4/+6
| | | | wrap a for loop around the option tag so we show all available pool
* Ticket #884Scott Ullrich2006-03-241-2/+4
| | | | wrong Pool Selectect when editing
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Input validationBill Marquette2005-09-041-2/+15
|
* Update changedescBill Marquette2005-09-041-9/+21
| | | | Only write_config() and mark load balancer dirty on change
* Use sitedown for name instead of ipaddr (already in use)Bill Marquette2005-09-041-1/+1
|
OpenPOWER on IntegriCloud