Add date/time picker to Custom RRD graphs.
from: http://trentrichardson.com/examples/timepicker/
you are right, Ermal, system_hasync.php is obviously not part of m0n0wall. :-)
Move CARP settings from pkg XML to a real PHP page
https://redmine.pfsense.org/issues/647
correctly read/write the priority/path cost settings to the main XML configuration file.
code from mike bold.
https://redmine.pfsense.org/issues/2261
Add date picker to the Custom RRD graph page to translate to unix time.
implements #1997.
http://redmine.pfsense.org/issues/1997
Improve the memory use while processing the leases file.
fix for: Captive Portal Login dies on empty input
Not actually tested because CP doesn't work right now.
http://redmine.pfsense.org/issues/1874
fix: Input validation problem with VIPs and "none" type interfaces
http://redmine.pfsense.org/issues/2291
Add per-rule delete ("X") button to Outbound NAT rules
http://redmine.pfsense.org/issues/1062
fix for: The javascript to enable and disable the various config boxes fail since adding the 6rd IPv6 config type
http://redmine.pfsense.org/issues/2304
Merge branch 'master' of github.com:bsdperimeter/pfsense
fix for: Output from CSRF magic mangles files in Diagnostics > Edit File
http://redmine.pfsense.org/issues/2294
fix text
Fix pattern upload, button text check was incorrect.
Do not show tabs for interfaces with 'link local' address (fe80::...)
Fix a logical bug on gettext
The parameter showapply determines when the apply button should be displayedTicket #1686
Correct population of the temp version of this variable. Fixes #2158 (drop-down preselection issue)
Update help text for Host alaises to indicate FQDNs are allowed.
Merge pull request #53 from jeandebogue/patch-1
Move the echo "UP|DOWN" earlier
Fix the link local check when trying to add a link local gatewayTicket #2071
Enable the NTP server fields for our DHCP6 server.
Fix some checks in dhcpv6 screen. Still need to validate static mappings against delegated networks
Add the ability to disable static routes without deleting them
Fix formatting and move setting back to system.
Moved beep option to notifications page
Merge pull request #59 from Joecowboy/Time-format-change
Time format change
Show lagg protocol and member interfaces on Status > Interfaces. Implements #2242
Adding multi-language support to WebGUI
Redirect stderr to stdout on exec.php so errors are visible.
Ticket #2205 - Add prefork setting
Add small patch from #466 to make interface names clickable on Interfaces > (assign). Implements #466
Fix gen_subnetv6_max(), used to display the end of available range in dhcp server ipv6
Fix code that was accidentally replaced with an older version of the code.
Commenting those lines out because the form fields are not generated because they are commented out in the code. This fixes javascript error and now will disable all form fields when interface is disabled.
need to break out of foreach loop once it finds there is a local time has been selected by any interface of DHCP.
I now parses the xml tags in the dhcpdv6 to check if an interface for DHCPv6 lease is using local time if not defaults to UTC time.
I now parses the xml tags in the dhcpd to check if an interface for DHCP lease is using local time if not defaults to UTC time.
Changed the variable name from timeformtchangev6 to dhcpv6leaseinlocaltime per jim-p request and it will now write the xml dhcpv6leaseinlocaltime in the dhcpv6 sub catagory in the config.xml file.
Changed the variable name to dhcpleaseinlocaltime from timeformatchange per jim-p request and moved xml tag into dhcpd.
Added the the choice for DHCPv6 leases of local time over default UTC time.
Added choice of UTC time or local time for DHCP leases.
Added check box for DHCPv6 lease time to select local time instead of the default UTC time.
Added check box for changing from UTC time to local time display on DHCP leases.
Ticket #1917: fix typos, fix domain-search for dhcpv6
Update the interfaces.php for 6rd support, reflects variable changesAdds to ticket #2117
Ticket #1917 - DHCP server support for multiple domains in search list
Carry over the key length on input errors when creating a certificate signing request. Fixes #2233
While we're at it, allow hostnames for syslog servers, since that is also valid.
Change case of "NOTE" for consistency with other pages and fix a misspelling.
Reformat syslog settings, cleanup whitespace, reword some awkward English, add more detail.
Allow users to enter a port number when adding a remote syslog server.
If no rules are defined on the floating rules tab, show a more relevant message.
Make the reboot time estimate a little more realisitic.
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.
Update usr/local/bin/ping_hosts.sh
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