Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Show on dashboard widget when a gateway is unmonitored. Ticket #2226
Remove rc.restore_full_backup, remainder of full backup components were removed already.
Enable gzip compression in nginx.
Allow gateway weights up to 30, and add a check in filter.inc to prevent creating too long of a route-to line. Related to pull request 1614
Fix multi-session time counting for the FreeRADIUS start/stop case. Ticket #2164
Merge pull request #2584 from schinken/radvd-lifetime-defaults
Add defaults to radvd valid and preferred lifetime
Merge pull request #2435 from stilez/patch-7
Simplify is_linklocal()
Merge pull request #2320 from stilez/patch-3
Merge pull request #2574 from tiagobar/master
Fix #5830
Add a new advanced option on gateways to allow user define datapayload. Default is 0
Implement Multi-WAN for RFC2136.A failover gateway group may be selected similar to the other DynDNS styles.
Improvements to the priviledge filter functionality
Merge pull request #2581 from PiBa-NL/23_silence_syncerror
Gbps isn't interpreted correctly by ipfw for limiters, remove the option. Ticket #4325
xmlrpc_client.inc, silence the php 'crash' error, sync errors are reported through file-notices already.
Fix easy rule problem when using a non-English language, take 2.
Use the NAS IP configured for PPPoE server instances. Ticket #185
Remove old pppoerestart cron job if it exists. Ticket #1905
Set fastcgi_read_timeout to 180 seconds rather than the default 60 for the occasional long-running page.
Change Namecheap dyndns to use split hostname and domain name fields. Upgrade existing entries automatically. Implements #4366Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.
Typo
Fixed #5834
Remove all additional packages from the system before reset to factory default. Fixes #5829
Dynamic DNS URL for NO-IP needs to be updated.
OpenVPN server config upgrade already handled in 129_to_130. Ticket #5764
Fix easy rule problem when using a non-English language.
Minor cleanup
1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.
Make sure filter rules have a tracker ID, associated rules were missing it previously.
retain OpenVPN's net30 default topology for upgraded configs so they still work. Ticket #5764
Omit topology for tap OpenVPN, as it has no meaning in that context
Remove stray }
Import David W's patch fixing issues with dhcp6c being launched multiple times in some circumstances. Ticket #5621
Add option for FreeRADIUS-friendly stop/start RADIUS accounting updates.It needs a sleep between the stop and start, and it needs slightly different figures for start/stop time in the request.
services.inc code style
from recently-added code
Remove static routes to DNS servers when gateway is disabled. It should fix #4921
Simplify logic
Cosmetic changes - part deuxCalculate colspans in casenumber of columns change again"bytes" => "B" to reduce column width
Fix comments to reflect reality. Spotted by @phil-davis
Merge pull request #2393 from schinken/radvd-lifetime
Add possibility to configure radvd valid lifetime
Show rule state details in firewall rules.
Inspired by pull request #1901 from marcelloc/hitcount_23_02.
State visualization and kill will be committed in a subsequent commit.
Merge pull request #2120 from NOYB/Services-DNS_Resolver-System_Domain_Local_Zone_Type
Merge pull request #2497 from PiBa-NL/23_rules.inc-tagging
Merge pull request #2499 from PiBa-NL/23_servicelinks
Add a seatbelt to make sure ipaddrv6 is set to track before start radvd. Ticket #5812
Fix #4605
After base64 encoding username/password, properly escape characters =,+,/before submitting auth details
Fixup old diag_logs references
Note: The shortcuts for upnp were not showing. This was becauseshortcuts.inc only includes *.inc files from /usr/local/www/shortcutsSo I have renamed pkg_upnp.php to pkg_upnp.incI notice that some time in the past it used to be pkg_upnp.inc because...
Use 'no state' on CARP pass rules. Ticket #5800
Skip 'pass out' rules for mobile IPsec. Ticket #5819
Since we moved to stream related function on xmlrpc_client, we should use tcp:// as protocol for http. Fix issue reported at https://forum.pfsense.org/index.php?topic=105890.0
Fix #5816 (re)start of IPsec
handle bridge interface IPs so they don't get added in the wrong order. Matches behavior to what "apply changes" on interfaces.php does. Ticket #3997
Remove unnecessary checks. Code prevents var from being empty.
Wrap var in string with braces.
Move unbound local zone types array to function in unbound.inc.
Protect against breaking the system; check for valid unbound local zone type rather than just the setting existence.
Add uniqid tag to CARP VIPs that don't have one upon upgrade. Ticket #4858
Fix up config setting for killing states on gateway failure. Enable this option where gw_down_kill_states is set. Flip setting accordingly during config upgrade to not use confusing 'kill_states' tag to not kill states. Ticket #5815
Fixes the other uses of SERVER_NAME in tree.
The SERVER_NAME variable is not available anymore, use HTTP_HOST instead.
Merge pull request #2025 from apilloud/dhcp-ignoreunknown
interface_bridge_add_member is inadequate for adding a bridge member that may have not existed at the time of bridge interface's creation. interface_bridge_configure on the interface's bridge ensures all settings (private, etc.) are applied. Ticket #4312
Switch to disabling strongswan unity plugin by default. Ticket #4178
Replace default passwd hash for root/admin using blowfish
Fix #5794 remove print_info_box_np chackes for gettext("apply")
1) Get rid of the stristr() checks to "guess" if an apply button shouldbe used.2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show....
Somehow missed this in the committed version.
Relocate subnet mask drop-down to a more sensible place on the PPPoE server, add a user login count option.
Make sure LANG = C for pkg calls
Move set_language() call back to guiconfig.inc since it's causing trouble on console
Remove attributions of return code not being used at all
Follow FreeBSD steps (r294560) and stop creating rsa1 and dsa keys by default
allow packages in a www/subfolder/ (like haproxy) to use the service start/stop/restart links
Fix #5690:
- Remove parameters from set_language()- Add a global variable for default language- add env var for LANG, otherwise it won't work
Fixed #5789
filter.inc, allow tagging and tag checking for pf.conf rules with numbers,text,space-characters without generating a invalid ruleset
Use tab instead of spaces
Use a single call to dpinger for a coherent view of latency/stddev/loss.
The topology line also must be skipped if an SSL/TLS mode is used with a CIDR less than 30.
Initialize $stop_time inside foreach to make sure it resets to proper value each iteration since it's changed inside loop. Reported on https://github.com/pfsense/pfsense/pull/2487
Obsolete libstrongswan-unity.MOVED
Fix #4178:
- Stop moving unity .so file around to make it not being loaded- Include all modules default .conf file from strongswan.d/charon- After default files are included, define custom settings- When unity is disabled, add a rule to make strongswan to not load it
Fix strongswan.conf indent level
Merge pull request #2472 from dennypage/master
Remove ORIGINAL_PORTAL_IP, it was never used.
Revert chmod change from 9219378b588ce968702be2a7e153aa984504b6aa
Merge pull request #2450 from hexaclock/master
Update smtp.inc to 2016-01-18
Update auth.inc
add XXX prefix.
autocapitalize off is deprecated, use none instead. Ticket #5776
Add standard deviation to gateway status and widget
add note about r284483
Bring text to current reality
more style fixes. unset old fields
style fixes
Merge pull request #2421 from stilez/patch-8
should be min($bits1, $bits2) for 'largest subnet'
Respect smtp debug setting
Revert "add all of /usr/local/lib/lighttpd to obsoletedfiles"
pfBlockerNG is going to use lighttpd
This reverts commit c74719cde73c8ce19465e1887f8c519c4818147c.
Revert "Add more lighttpd pieces to obsoletedfiles list"
This reverts commit 4bebb56a23658eac8791df7c1a44927e66c6d51c.
fix Bug #5776