No need for extra function and touching of file, just set the value and use grep from XML to determine to beep or not
Option to disable startup/shutdown sounds
Fixing existing DynDNS force-update feature. Redmine bug #2228
Don't add the description either when the condition is not met, in case other required fields are later added.
Remove the -S $SRCIP to ping and added a timeout.
Revert "Remove the -S $SRCIP to ping and added a timeout."
This is functionality that can not be removed to properly keep VPN tunnels alive.
This reverts commit d4e37b2edd51ccc39e5d6f912d8079b3d447ee7b.
ARP table is singular
Rather use -c to check for line count, we then dont have to deal with extra whitespaces
Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for default values
Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket
Add missing ;
A friend of mine was having the same issue that was stated in another pull 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/master
2038 bug in user manager
Ticket #2157. Add missing call to relayd_configure()
Convert strtotime() to DateTime object to fix 2038 roll-over issue.
Add button to download a .p12 of a cert+key. Implements #2147
Reject an interface without a subnet as a network source in the IPsec Phase 2 GUI. Fixes ticket #2201
Correct disconnection of macs
Change to embed to prevent IE9 from misbehaving. Ticket #2165
Correct field name
Unset previously set voucher sync information
Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage 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 widgets.
If the sticky option is changed, restart relayd. Fixes #2157
Don't use $pconfig in widgets, it has unintended side effects.
Wireless client config should allow blank SSID (resubmit, fixed blank lines)
Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158
Merge pull request #42 from Joecowboy/master
.
Update usr/local/www/widgets/javascript/cpu_graphs.js
Add backend 6RD support. We don't have the required patch yet for our stf driver.Needs hooks into our gateway code to handle the default gateway since the stf interface does use router solicitationsAdds to ticket #2117
Clarify the UI text with example IPv6 prefix.Ticket #2117
Disable debug statementTicket #2117
Add gui knobs for 6RD support ticket #2217
Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file
making small fixes on jQuery code
Converting javascript code to jQuery on installer webgui
Should be preg_split instead of explode
Correct the Called-Station-Id attribute setting to be the consistent on authentication packets
Correct the Called-Station-Id attribute setting to be the same on STOP/START packets
Unbreak a number of explode() replacements which required preg_split()
The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.Replacing it surpresses all the warnings
Fix the config patch to the dhcp6 relayx
Ensure timezone is set
replacing prototype with jQuery on load balancer pages
Converting headjs javascript code from prototype to jQuery
Remove 32 bit subnetmask limitation for IPv6
Show the interface Link Local addresses on the status_interfaces.php
Fix for ticket 2071, this allows link local addresses for gateways.Backend already added the interface scope for link local addresses, hurrah.
Allow using subnets and special nets in the CLI version of easyrule
Fix help text
Fix ssh key note to refer to DSA not just RSA since both work.
Add some protocol filtering capability to the packet capture page
Add a button to re-view the packet capture file if one exists in /root/
Fix tab name to be consistent.
Fix botched tag, add some line breaks
Remove a second, redundant temperature block (there is already one higher up that appears to be functional, this one is not.)
Change system info widget fields from <input> to <span> so they don't appear editable, and we aren't bound by their width constraints. (One long one was messing up table width).
Merge pull request #37 from Joecowboy/master
Dashboard widget fixes and mods
Merge pull request #38 from Joecowboy/patch-1
Increased the Uptime input field size from 30 to 50 because it was trunc...
Check userid better here, 0 is also valid
Fix permission and certificate display for the admin user
Cleanup html, make tables sortable, implements #2040
Increased the Uptime input field size from 30 to 50 because it was truncating the uptime tweak output text I made.
I did a block comment out the fist time because I wanted to leave that code in for later use when start adding more OID checks for different hardware drivers. So made comment change per request.
Fixed the get_time() out put fixed. Tweaked my changes made a tighter code.
Update usr/local/www/widgets/widgets/system_information.widget.php
Disabled the line jQuery('#' + graph['spans'][count - 1]).fadeIn(500); causing javascript error exception to be thrown while displaying span
Added Temperature back in
Tweaked the bar graph width.
Fixed Javascript error in function updateInterfaces(x)Removed the return that revented the updates to widgets in function stats(x)Tweaked Javascript code in function updateTemp(x) for temperature output
Changed the output of function get_uptime() to display: 00 Hours 00 Minutes 00 SecondsAdded code function get_temp() to get the OID values for temperature.
Merge pull request #24 from nunnione/master
Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal
Added support for failover radius server on wireless interface
Clarify the potential pitfalls when setting the Frequency Probe and Down parameters.
Add SelfHost (German Provider) to Dynamic DNS Service
fix text
"Destination server" is a required field
Local port must be specified, fix input validation
Add ability to kill all states matching an IP or subnet filter. Also display count of states matching filter.
Don't let the browser auto-fill username and password on voucher config, as it can interfere with the settings being properly saved if sync isn't fully configured, which this can make happen accidentally.
Do not redirect on saving services status widget, the headers have been sent by this point and it can't happen.
Add a checkbox that disabled automatically generates negate rules for directly connected networks and VPNsTicket #2057 in redmine
Clarify the DHCPv6 server text
Some sections should just be copied and not merged or we end up unable to sync the deletion of the last item in a section.
Adapted the AjaxQueue code to work with jQuery
Fix easyrule on 2.1
Fix for this: http://redmine.pfsense.org/issues/2037Just changed some padding/margin in the CSS in order to avoid wrapping the menu.Tested with Firefox 8, Chrome 15.0.874.121 and IE 9.
Require guiconfig.inc
Merge pull request #25 from AnthonyWrather/master
DHCP IPv4 / IPv6 next-server, filename, and root-path improvements.
Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-path.
variable is not yet available so rebrands get a blank page on the last step in the setup wizard
When making a server certificate in the wizard, make sure we specify it must be a server certificate.
Describe the serial field on imported CA more clearly. Resolves #2031
- Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal- Corrected bug in javascript funtion enable_change(enable_change)
Fix for redmine ticket #1993. Allow saving multiple dynamic entries.Make sure that return_gateways_status() also returns all gateways that have monitoring disabled as up.
Clear the PHP errors when 'no' is pressed also.
Show the PHP errors reported on the index page in the crash report so users are not confused by an empty report screen. Include them in the report and also clear them after sending.
Comment out TFTP and NTP UI fields and block the code in services.inc.ISC dhcpd does not support these yet. See redmine ticket #2016
Also show the config version in the backup history.