Ticket #2786 there is an issue with convert_real_interface_to_friendly_interface which might return not expected data as in the situation checked for vlan case her ein the validation. Avoid for this case here the issue to allow properly setting mtu on vlans with not assigned parent.
fix up text
Make this note more accurate.
Fixes #4039 remove the toggle from IPSec settings since its not anymore useful.
Fixes #4037Revert "Do not let the user mess with SAs from this page. The daemon and primary status page handles tat"
This reverts commit bb55330aca91eb556df4ab7a21fe42d1d7899f8e.
Fixes #4015. Hide Negotiation mode when in IKEv2 since it is not required.
Removing extra closing bracket
Don't unset these items for PPP configurations as they're not configured here and doing so loses settings configured in interfaces_ppps_edit.php. Ticket #3727
Fix ovpn-linkup for tun + topology subnet case setting router as ifconfig_local envvaar when route_vpn_gateway and ifconfig_remote are both not defined. Keep using 5th parameter as a seatbelt in last case. While I'm here, improve sh syntax. It should fix #3968
phone number is a required field
Fix input validation of custom-type dynamic DNS hostnames.
Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/index.php?topic=84392.0
Change wording at the end of the wizard to remove "donate" since that is no longer an option
Add a note to the wizard about the DNS Resolver ignoring manual name servers by default.
Add .inc file for gmirror status widget to give it a better title and link to the management page.
Fixes #3727 Do not unset configuration values from ppp config if not needed.
Balh typos
When reinstalling a package try to start it after to avoid non-expectations from people
Remove debugging code that can lead us to XSS injection, also pass variables through htmlspecialchars() to sanitize
Force pkg reinstall when asked for.
Display Resolver host override aliases
On the main unbound resolver GUI page, like they display on the dnsmasq forwarder GIU page.As per forum: https://forum.pfsense.org/index.php?topic=78356.msg462345#msg462345
Remove var_dump from production code
Ticket #3987. Strongswan support autodetection of IKE version exchange. Support this by allowing an auto version in the GUI.
Pass path parameter through htmlpecialchars()
Define a local boolean var for showact to avoid security issues, also pass order parameter trough htmlspecialchars()
Fix whitespace and indent
Merge pull request #1341 from phil-davis/patch-6
Merge pull request #1332 from phil-davis/patch-3
Merge pull request #1331 from phil-davis/patch-2
Make OpenVPN desccriptions appear in interfaces assign dropdown
As reported in forum https://forum.pfsense.org/index.php?topic=84251.0The fix turned out to be easy.
Clean up unbound advanced page HTML
Merge pull request #1338 from SilvioGiunge/change_system_usermanager_settings_test_page
Clear dirty subsystem for hosts and staticmaps when unbound is enabled
Don't show a big red "alarm"-looking message on every visit to the DHCP/DHCPv6 Server pages. Confuses people in that context, and it's not something that justifies highlighting in such a fashion. Move the message to show when you have no eligible interfaces.
Use appropriate size for the interface selects. Ticket #3989. clean up some text while here
fix Unbound Advanced options
Changes in the test page of user manager
6RD Rapid Deployment is akin to ATM Machine, PIN Number, ... read: it's redundant. let's just call it 6RD Configuration.
Make sure dhcpleases use correct pid file for dnsmasq or unbound. Fixes #4008
outbound NAT can apply to any type of interface, make WAN-type specific reference generic
geom part list no longer lists empty disks, compensate where needed.Also, while I'm here, fixup copyright.
Merge pull request #1335 from brunostein/remove_multiple_groups
Merge pull request #1334 from brunostein/remove_multiple_users
Make sure $cpzoneid is defined and use it to call pfSense_ipfw_Tableaction() and pfSense_ipfw_getTablestats(). Also fix fieldnames for captiveportal_hostnames. It should fix #4001
Do not show the user/pass for pre shared key on Openvpn since its not-supported.
Change this line slightly, for some reason it is making my editor crash with the old line.
remove checkall checkbox
add checkbox on the left side of the table and remove checkall checkbox
add tr id
add check system user
add onclick
Do not display the disabled tunnels since they are not needed in the widget. Ticket #3955
Commit the other part of the fix for Ticket #3955
Fixup some redirected URLs.
Fixup some URLs that changed.
Standardize quotes in help.php
Don't allow interface descriptions that are strictly numbers as thatgenerates an invalid ruleset. Ticket #4005
fix variable typo
fix text
Make sure empty group or user are not created when editing
Oops do the right thing here by passing proper argument rather than breaking the ipsec status page. Ticket #3955
add input checkbox to remove multiple groups
add input checkbox to remove multiple users
Change copyright statement to reflect reality
modify copyright statement to reflect reality
Fix syntax error in CARP status page. Ticket #3967
Restore the CARP parent display in firewall_virtual_ip.php. Ticket #3967
Do not require the default sysctl items to be set on the config.xml but rather extract the definitions from the sysctl tree. Also to reduce config.xml size
Retire flowtable_configure as a useless code since its not in kernel
Stop FQDN in hostname field
using new is_unqualified_hostname function
Ticket #3967. Allow to have carp as parent of ipaliases - continued
Ticket #3967. Allow to have carp as parent of ipaliases
Reintroduce graphcounter var to traffic_graphs.widget.php
This counter got lost in commit https://github.com/pfsense/pfsense/commit/ee965a5c7bf37b852795e1201688e3b20bf3d8d1But the code at line 174 was still using it to offset the start time of each shown graph by 2 seconds, which I guess helps the graph data collection requests back to the pfSense to be staggered, not all having to be serviced at almost exactly the same time....
show interface name, not identifier
fix text, PPPoE Server, not VPN
remove unnecessary is_array check, thanks Renato
Don't allow P2 local+remote network combinations that overlap withinterface+remote-gateway of the P1. Fixes #3812
fix captive portal status page display
Merge pull request #1323 from derelict-pf/master
Merge pull request #1320 from phil-davis/patch-2
use a bit stronger of defaults in OpenVPN wizard
Fix WINS description. It's not 1999, and it wasn't a good description for back then either. If you're running WINS at this point on your AD DCs...get rid of the Win 9x boxes, or realize you don't actually need or want WINS on anything Windows 2000 and newer.
skip disabled phase 1 entries in status output
fix NAT-T status. The 'nat' in the status array just tells how the connection is configured, not what it's actually using. Port seems to be the best way to determine what it's using. Fix up some other text while here
strongswan only has two options for NAT-T, force or auto.
remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days and hasn't been relevant in years.