Add static route subnets if their gateway is within the source subnet for the nat rule. Ticket #2163
Use the specific IP for NAT IP in filter_generate_reflection_nat to prevent a condition with multiple subnets on the same interface where replies get sent to the wrong IP.
correct branches in gitsync
Rename function and use variable
Add builder binary
Support for configuring the configuring Unbound service
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.
PPTP upgrade needs to declare $config a global.
Merge pull request #45 from namezero111111/patch-11
Wireless client config should allow blank SSID (resubmit, fixed blank li...
Wireless client config should allow blank SSID (resubmit, fixed blank lines)
If the old bindlan option is there, assume the lan interface for binding.
Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158
Also write out the rules that caused the problem to ease troubleshooting.
Add code that expresses the default gateway calculated from the broker address.The stf adapter was correctly setup from the WAN IPv4 address apparentlyAdds to ticket #2117
Add more backend code to calculate the 6RD broker IPv6 address from the IPv4 broker address.Adds to ticket #2117
Only do foreach on the p2's if it's actually an array.
Fix exec bit
Add a small script to disable APM on ATA drives if they claim to support it. Leaving this on will kill drives long-term, especially laptop drives, by generating excessive Load Cycles.The APM bit set will persist until the drive is power cycled, so it's necessary to run on each boot to be sure.
Be smarter about how to split a Namecheap hostname into host/domain. Fixes #2144
Merge pull request #42 from Joecowboy/master
.
Update usr/local/www/widgets/javascript/cpu_graphs.js
Include admin user in bootup account sync
Fix LZO setting for Upgraded OpenVPN (was turning compression on even if old config had it disabled.)
Make sure we stop the configure if the device does not have a public addressTicket #2117
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
Fix upgrade code for 1.2.3 with assigned OpenVPN interface.
Don't ignore when multiple OpenVPN DNS, NTP, WINS, etc servers were specified in 1.2.3 when upgrading. 1.2.3 separated by ;, 2.x uses separate vars.
Safer for 1.2.3 upgrades to assume OpenVPN interface == any, since 1.2.3 didn't have a way to bind to an interface. Otherwise people accepting connections on opt interfaces on 1.2.3 will break on upgrade until the proper interface is selected in the GUI
Clarify the UI text with example IPv6 prefix.Ticket #2117
Disable debug statementTicket #2117
Add gui knobs for 6RD support ticket #2217
Remove rtsol debugging output
Comment out debug print for cert verification
Check to see if the pid file exists before trying to kill anyprocess
Be more careful when creating and removing a user, to only alter a user if it really matches the passwd entry. Fixes #2066pw usershow likes to ignore what you want even with -n and if the user is numeric and doesn't exist, it fetches by uid. Can cause major problems if you try to remove a numeric user.
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
Only add these lines if there is both an IP address and CIDR. Fixes #1882
Ticket #2114. Remove define_syslog_variables since its deprecated and probably not needed
Bump upload size to 128mb, the firmware updates (at least for now while testing) are a bit too large for the old value.
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()
Empty the file
Add dummy file that was removed in FBSD 9 that keeps the installer from borking. This is much easier than rengerating the patch that is against the installer.
mhash -> hash change from Ermal
Change from mhash to hash module, mhash is depreciated.
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
Mute error: Undefined variable: g in /etc/inc/shaper.inc on line 4062
Add class PEAR5 code rather than a new file
Update PEAR.inc code to latest version
Ensure timezone is set
Do not set EXTENSIONSDIR twice
Nuke extra C/R
Test for newer 20090626 PHP_EXT_DIR
Merge pull request #41 from lotheac/master
.profile and .shrc cleanup
Clean up .profile and .shrc
replacing prototype with jQuery on load balancer pages
Scriptaculous / prototype replaced by jQuery
Converting headjs javascript code from prototype to jQuery
Duplicate logic from gif tunnels for gre tunnels these are very similarFix for ticket #2077
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
Respect the value of the per-rule "disable reply-to" checkbox.
it's 2012
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
Fix multiple keys in a file for RFC2136 dyndns updates. Fixes #2068
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
add a shortcut to disable referer check
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
rm the right file when working with v6 bogons.Reported-by: http://forum.pfsense.org/index.php?topic=43334.new;topicseen#new