summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
...
* | Change case of "NOTE" for consistency with other pages and fix a misspelling.Erik Fonnesbeck2012-02-231-2/+2
| |
* | Reformat syslog settings, cleanup whitespace, reword some awkward English, ↵jim-p2012-02-231-110/+112
| | | | | | | | add more detail.
* | Allow users to enter a port number when adding a remote syslog server.jim-p2012-02-231-11/+8
| |
* | If no rules are defined on the floating rules tab, show a more relevant message.jim-p2012-02-231-2/+6
| |
* | Make the reboot time estimate a little more realisitic.jim-p2012-02-233-4/+4
| |
* | No need for extra function and touching of file, just set the value and use ↵Warren Baker2012-02-232-6/+5
| | | | | | | | grep from XML to determine to beep or not
* | Option to disable startup/shutdown soundsYehuda Katz2012-02-222-0/+22
| |
* | Fixing existing DynDNS force-update feature. Redmine bug #2228Yehuda Katz2012-02-222-10/+5
| |
* | Don't add the description either when the condition is not met, in case ↵Erik Fonnesbeck2012-02-211-3/+5
| | | | | | | | other required fields are later added.
* | Revert "Remove the -S $SRCIP to ping and added a timeout."smos2012-02-211-2/+2
| | | | | | | | | | | | This is functionality that can not be removed to properly keep VPN tunnels alive. This reverts commit d4e37b2edd51ccc39e5d6f912d8079b3d447ee7b.
* | Remove the -S $SRCIP to ping and added a timeout.jeandebogue2012-02-211-2/+2
|/
* ARP table is singularChris Buechler2012-02-211-1/+1
|
* Rather use -c to check for line count, we then dont have to deal with extra ↵Warren Baker2012-02-201-1/+1
| | | | whitespaces
* Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for ↵Pierre POMES2012-02-191-6/+17
| | | | default values
* Ticket #2205 - Main logic for relayd global settings screen, still need to ↵Pierre POMES2012-02-194-0/+144
| | | | add stuff (input validation, etc) before closing ticket
* Add missing ;Scott Ullrich2012-02-181-1/+2
|
* A friend of mine was having the same issue that was stated in another pull ↵Joecowboy2012-02-181-3/+2
| | | | request with the explode function and white space. So when you commit changes on WLAN would throw and error stating MODE must have SSID set. Dropped the explode function all together, initialized the array first and then pushed the SSID onto the array if Mode is set to Access in your wireless configuration. No more Mode set issue. :D
* Merge pull request #49 from yakatz/masterSeth Mos2012-02-151-10/+6
|\ | | | | 2038 bug in user manager
| * Convert strtotime() to DateTime object to fix 2038 roll-over issue.Yehuda Katz2012-02-141-10/+6
| |
* | Ticket #2157. Add missing call to relayd_configure()Pierre POMES2012-02-141-0/+2
|/
* Add button to download a .p12 of a cert+key. Implements #2147jim-p2012-02-141-0/+25
|
* Reject an interface without a subnet as a network source in the IPsec Phase ↵jim-p2012-02-141-0/+10
| | | | 2 GUI. Fixes ticket #2201
* Correct disconnection of macsErmal2012-02-101-1/+1
|
* Change to embed to prevent IE9 from misbehaving. Ticket #2165Erik Fonnesbeck2012-02-071-4/+1
|
* Correct field nameErmal2012-02-071-1/+1
|
* Unset previously set voucher sync informationErmal2012-02-061-0/+4
|
* Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage ↵Scott Ullrich2012-02-021-2/+4
| | | | | | into other widgets." - until I find the code that does ajax as well. This reverts commit 1d09d6dbcd80546aec7bc3a91d3c862b00662662.
* Combine RTT and Loss so that IPV6 addresses do not cause spillage into other ↵Scott Ullrich2012-02-021-4/+2
| | | | widgets.
* If the sticky option is changed, restart relayd. Fixes #2157jim-p2012-02-021-5/+14
|
* Don't use $pconfig in widgets, it has unintended side effects.jim-p2012-02-022-5/+5
|
* Wireless client config should allow blank SSID (resubmit, fixed blank lines)Namezero2012-02-011-2/+7
|
* Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158jim-p2012-02-012-15/+29
|
* Merge pull request #42 from Joecowboy/masterSeth Mos2012-01-251-2/+2
|\ | | | | .
| * Update usr/local/www/widgets/javascript/cpu_graphs.jsJoecowboy2012-01-251-2/+2
| |
* | Add backend 6RD support. We don't have the required patch yet for our stf ↵smos2012-01-251-2/+37
| | | | | | | | | | | | | | driver. Needs hooks into our gateway code to handle the default gateway since the stf interface does use router solicitations Adds to ticket #2117
* | Clarify the UI text with example IPv6 prefix.smos2012-01-251-2/+2
| | | | | | | | Ticket #2117
* | Disable debug statementsmos2012-01-251-1/+1
| | | | | | | | Ticket #2117
* | Add gui knobs for 6RD support ticket #2217smos2012-01-251-7/+78
| |
* | Removing unnecessary inclusions of prototype.js, guiconfig.inc already ↵Vinicius Coque2012-01-215-9/+1
| | | | | | | | includes this file
* | making small fixes on jQuery codeVinicius Coque2012-01-213-10/+9
| |
* | Converting javascript code to jQuery on installer webguiVinicius Coque2012-01-211-59/+60
| |
* | Should be preg_split instead of explodeErik Fonnesbeck2012-01-201-1/+1
| |
* | Unbreak a number of explode() replacements which required preg_split()smos2012-01-203-4/+4
| |
* | Correct the Called-Station-Id attribute setting to be the consistent on ↵Ermal2012-01-201-4/+28
| | | | | | | | authentication packets
* | Correct the Called-Station-Id attribute setting to be the same on STOP/START ↵Ermal2012-01-201-6/+32
| | | | | | | | packets
* | The function split() is replaced by the function explode(). Starting with ↵smos2012-01-1920-43/+43
| | | | | | | | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* | Fix the config patch to the dhcp6 relayxsmos2012-01-191-1/+1
| |
* | Ensure timezone is setScott Ullrich2012-01-181-0/+6
| |
* | Ensure timezone is setScott Ullrich2012-01-182-0/+12
| |
* | replacing prototype with jQuery on load balancer pagesVinicius Coque2012-01-163-96/+95
| |
OpenPOWER on IntegriCloud