Fix another DynDNS status PHP error. Fixes #8648
status_ipsec.php, correct conX refs. Fixes #8629
Fix PHP7 errors in the Dynamic DNS widget. Fixes #8648
Fix #8646
Fix shaper "non-numeric value" errors
Fixed #8640 PHP7 initialize variable as array instead of string
PHP7 initialize as array instead of string
PHP7 Fixed illegal string offset for alias
Fixed a bug that won't let you create a bridge on PHP7. This is just a workaround until the actual issue is found
Removed debug statement
Make sure /var/etc/openvpn-csc directory is created
i915kms doesn't need to be declared here
Add i915kms and drm2 to the list of modules to be built
Changed it to just use the variable name
Fixed #8630 , PHP7 illegal string offset.
Fixed #8633 PHP7 issue use of undefined constant, Should work as it did before.
Fixed #8598 Added IPsec ID to the table, Moved the disconnect button over to better fit the page, Also fixed the disconnect button and show child button for mobile clients
Make sure array exist before call count()
Improve style
Remove pecl-xdebug since it doesn't build with PHP 7.2
Start moving PHP to 7.2
Fixed a warning on status > dhcpv6 leases parameter 2 expected to be a string.
Fixed #8622 It will now revert to whatever was previously saved in the config if there is an input error for user groups
Fix 8553: When creating a new user, make sure it's added to desired groups
Add fields for DNS server hostnames for TLS verification. Implements #8602
wizard.php: Ensure CA and Certs are arrays before using in foreach.
Cosmetic changes to warning maeesage
Add position params to gettext password warning
Test the password, not the hash, or it won't detect if the user reset password from the console or otherwise changed it to the default manually. Issue #8596
Change warning wording to avoid using a "click here" link. Issue #8596
Fixed #8596
Fixed #8597 The edit page will no longer initialize with focus on any element
Merge pull request #3960 from PiBa-NL/20180704-ipsec-fix-phase1-edit-page
Merge pull request #3951 from whislock/dh-rfc
Merge pull request #3958 from PiBa-NL/20180702-gateway-none
Add missing global $g declaration
Create pkg_conf_setup() to setup pkg.conf
It will be necessary in near future for thoth setup
Remove autoconfigbackup2
Suppress display of AutoConfigBackup in package list
Fix #7024: Fix Radius include extension
ipsec, fix Phase1 and Phase2 edit pages 'section' class does not have a setHelp() function, and add help for insecure DH groups on mobile settings page
Add gettext() and other cosmetic changes
Fixed #8048 now properly removes dhcpv6 for lan if lan is not configured
Provide warning if legacy mode not configured
Add legacy encrytopn password support
Add tabs to settings page
Update $config references
Fix #7024: Deprecate /etc/inc/radius.inc in favor of pear-Auth_RADIUS port
Initial commit of ACB core functionality
routing, add option 'automatic' for gateway selection, and allow manual ordering of gateways
Use only the last part of arch variable
Fix reference variable in sh
Fill up poudriere make.conf with arch specific server/branch info
Merge pull request #3941 from mattund/master
Fixing @jim-p's change requests
Merge pull request #3956 from PiBa-NL/20180609-fix-default-route-for-dynamic-gateway-pppoe
Merge pull request #3955 from PiBa-NL/20180623-fix-edit-interface-set-default-gateway
Merge pull request #3953 from whislock/gw-mon-interval
Merge pull request #3952 from imcdona/master
Merge pull request #3939 from seanm/IPSec-Warnings2
Make GUI/config values for gateway groups match what the backend code expects. Fixes #8586
Fix style
Fixing GitHub reported issues
Correct a PHP error when saving on system_advanced_admin.php. Fixes #8606
Fix OpenVPN Wizard LDAP handling of ATTR fields. Fixes #8605
While here, also add missing LDAP fields and fix a PHP 7.2 error.
Fixed #7013Added warning requiring reboot if group scope is changed
Do not generate a NAT reflection rule with an interface source if that interface has no IP address. Fixes #8604
Build drm-stable-kmod
Fix PHP 7 error on services_unbound_host_edit.php
Deprecate the copy of simplepie, use the port instead
Remove unneeded commas
routing, fix setting the default-route when the configured default gateway is a dynamic pppoe gateway
routing, when adding a new gateway and setting it as the default actually allow that to happen by indicating the proper ipprotocol for the gateway to set it for as a default
Remove RFC 7919 from DH group titles
Nothing is preventing the user from overwriting them, which would mean they're no longer the RFC groups.
Added new DH groups to valid groups list
Reduce max interval to 60 minutes
Per discussion on Redmine, bringing the maximum probe interval down to 60 minutes. Anything higher than this would provide little real-world benefit to gateway monitoring.
Redmine #8592: Clarify DHCP hostname registration
Extend maximum monitoring interval.The existing monitoring interval was a maximum of 86400 ms, or approximately 86 seconds. This can cause excessive data usage over strictly metered connections. This patch extends the maximum interval to 86,400,000 ms, or exactly 24 hours.
Provide DH groups from RFC 7919.
Replaced 2048-bit and 4096-bit groups with RFC 7919 parameters. Added 3072, 6144, and 8192-bit groups from same. Relocated PEM generator script to tools directory.
Remove DH group name from output.
Accidentally left that line in from testing.
Create generate_ffdhe.py
This script converts the hexadecimal-format parameters from RFC 7919 to usable PEM format DH groups.
PHP7 fixed illegal string offset
Merge pull request #3950 from marcelloc/patch-5
Merge pull request #3949 from Hobby-Student/master
Merge pull request #3947 from PiBa-NL/20180609-fix-default-route-for-dynamic-gateway-pppoe
Merge pull request #3945 from laurentquillerou/http2
Merge pull request #3943 from miken32/patch-2
Flavorize pfBlockerNG-devel
Fix typo
Build all flavors of pfBlockerNG
Merge https://github.com/pfsense/pfsense into http2
requested changes
fix the fix
get total size on system dashboad
check total swap size on dashboard
Refer to bug #8587
fixed wrong if conditionsadded support of dns server
Merge pull request #3948 from rabbitt/ldap-fix
Adjust confs for new release-staging server
misspelled ldap bind username variable
Correct PHP syntax error that leads to a PHP 7 error.