summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Replace the LB status widget completely with one that supports the current ↵jim-p2010-12-141-116/+121
| | | | LB system.
* Move some lb status parsing functions to a common area so they can be reused ↵jim-p2010-12-142-73/+5
| | | | by the widget.
* Use a slightly different regex to catch all non-whitespace characters here ↵jim-p2010-12-141-1/+1
| | | | instead of the current method. Fixes #1085
* For bsnmpd, checking hostres also requires checking mibii. Note this ↵jim-p2010-12-141-2/+8
| | | | requirement in the GUI and enforce it via a simple JS check.
* Remove dropdown to select interface. Should fix #1090gnhb2010-12-141-7/+0
|
* A few help page updatesjim-p2010-12-131-1/+9
|
* Ticket 1041. Fix bad commit...Pierre POMES2010-12-121-1/+1
|
* Ticket #959. Keep local items at the top of vip sectionPierre POMES2010-12-111-1/+1
|
* Add IPSec 'ipalias' VIP support. Ticket #1041Pierre POMES2010-12-102-1/+7
|
* Do not allow gateways to be selected without a direction.Ermal2010-12-101-0/+2
|
* Allow floating rules without direction to be created again.Ermal2010-12-101-1/+1
|
* Be consistent on shifting array during authentication. Also check for array ↵Ermal2010-12-101-5/+7
| | | | to avoid strange errors.
* Actually the passed config sections are part of index 1 of the array. This ↵Ermal2010-12-101-2/+2
| | | | fixes config sync of vips as well.
* Fix config synchronization. Also unbreak the config when erroring out ↵Ermal2010-12-101-24/+32
| | | | because it will loop indefinitely.
* Fix line because of copy/pasto.Ermal2010-12-101-2/+1
|
* Its too late and this is optional.Ermal2010-12-101-5/+0
|
* Actually we expect an array to be returned.Ermal2010-12-101-1/+1
|
* Hello xmlrpc to another function!Ermal2010-12-101-0/+21
|
* Use correct variable name so the message is actually displayed.Ermal2010-12-094-10/+10
|
* make rebrand-friendlyChris Buechler2010-12-091-1/+1
|
* Show carp on the list of interfaces to be used for creating gif/gre tunnels.Ermal2010-12-092-0/+6
|
* If available, display source IP's CIDR mask on external IP as well.Erik Fonnesbeck2010-12-081-2/+6
|
* This code must come after natent is defined or the style will never be ↵Erik Fonnesbeck2010-12-081-5/+5
| | | | applied. Ticket #1073
* Fix field descriptions on input validation for LAGG edit.Erik Fonnesbeck2010-12-081-1/+1
|
* Properly test for ldap case when clicking save and test for GUI authserver.Ermal2010-12-081-4/+7
|
* Expose advbase option of carp(4) to alleviate advanced configs.Ermal2010-12-072-23/+38
|
* Ticket #1081. Fix header() function to do correct redirection. Also remove ↵Ermal2010-12-078-67/+4
| | | | bogus step9 in the wizards.
* Move this validation down so we can still assume id=0 if it's not present, ↵jim-p2010-12-071-7/+6
| | | | and then redirect if it's non-numeric.
* Whitespace fixes to make this readble.Ermal2010-12-071-125/+134
|
* Fix vip descriptions in openvpn and ipsec screens. Ticket #1042Pierre POMES2010-12-063-5/+5
|
* Ticket #829. Allow the user to change from ppp* type to static or dhcp type ↵Ermal2010-12-061-6/+10
| | | | interface from interfaces.php.
* Ticket #1073. Gray out the rules when they are disabled.Ermal2010-12-061-4/+16
|
* Rename this variable to avoid collisions. Fixes #1067jim-p2010-12-031-2/+2
|
* Allow a . in hostnames. Also, don't allow a space in hostname, it was adding ↵jim-p2010-12-021-1/+1
| | | | a bunch of trailing spaces to the end of the field. Fixes #1063
* Make use of the new tab menu and use _GET instead of _POST for pkg name ↵Warren Baker2010-12-021-9/+12
| | | | passed in URL.
* Disable redirect gateway checkbox when using shared key (you can't push with ↵jim-p2010-12-021-1/+6
| | | | shared key). Also re-run the code to hide the local network box if the gw redirect is checked when switching server modes, since there is no need to push a specific local network when pushing the default gateway.
* Use unlink here instead of an exec to rm. Remove escapeshellarg call as it ↵jim-p2010-12-021-1/+1
| | | | isn't needed now. Fixes #1066
* Confirm before deleting the interface.Erik Fonnesbeck2010-12-011-1/+1
|
* Raise this to new limit of 2^16.Ermal2010-12-011-1/+1
|
* Ticket #1060. Escape even the alias entry descritpions.Ermal2010-12-012-2/+3
|
* Use correct variable name. Also related to Ticket #847.Ermal2010-12-011-1/+0
|
* Make page more html friendly.Scott Ullrich2010-11-301-5/+9
|
* Make pfTop uniformScott Ullrich2010-11-302-2/+2
|
* Reformat pfsync/xmlrpc sync settings. Hopefully make it more clear to ↵jim-p2010-11-301-59/+61
| | | | understand and use.
* Make sure we cannot add interfaces by entering the link directly on url ↵Ermal2010-11-301-2/+3
| | | | address bar. This does the same check as the one for showing the plus button on interfaces_assign.
* Set page title to Status: Dashboard for consistencyScott Ullrich2010-11-301-1/+1
|
* Ticket #911. Provide an option under system->advanced->misc to disable ↵Ermal2010-11-301-0/+21
| | | | killing states when a gateway goes down. Possibly on 2.1+ this might be made an option specific for each gateway!
* Resolves #947. Blacklist interfaces to show as possible lagg members if they ↵Ermal2010-11-301-2/+6
| | | | are present in a lagg already.
* Use grep -c instead of wc and awk. Also use full paths.jim-p2010-11-291-2/+2
|
* Eliminate a cat-to-grepjim-p2010-11-291-1/+1
|
OpenPOWER on IntegriCloud