check total swap size on dashboard
Refer to bug #8587
misspelled ldap bind username variable
Correct PHP syntax error that leads to a PHP 7 error.
Correct the gateway check when deleting a VIP. Fixes #4438
Now it checks to see if there are other VIPs in the same subnet left,and only prevents deleting the last VIP by which a gateway could bereached.
Fixed #8515 fixed error in queue defintion where it would repeat
It should now create a new definition for each queue. Queues shouldnow show up under status > queues.
Added future ACB settings page
Validate NPt IPv6 address input and do not use invalid stored settings in rules. Fixes #8575
Rework loader.conf(.local) filtering. Fixes #8571
If this isn't aggressive enough, we could remove the "local" changes and onlykeep the new matching method.
Fix PHP error in dhcpd_gather_stats.php
Some variables were pre-populated with a string, then math was attempted based on a string value that couldn't be converted to an int.
Fix IPsec status widget conn matching to align with recent changes. Fixes #8562
Be specific with port fwd priv checks. Fixes #8563
This way, users with only privs to view but not edit port forwards can still see the entries, but not act upon them.
Fixup ipsec interface static route processing. Issue #8544
Fixed #8515 Queues should now be added either through manually creating them or through the wizard
Make IPsec IKEv2 conn IDs consistent with IKEv1 or IKEv2 split. Also fix vti test for reqid.
Correct PHP syntax error. Fixes #8557
Allow hostname/ip to be deleted if the captive portal is not enabled
Do not put "route-to" on rules for traffic outbound from the firewall itself on ipsecX interfaces. Fixes #8551
Fixed #8539
Fix up user/group management save message descriptions, add logging for same. Fixes #8548
Fix IPsec VTI gateway generation to match interface changes. Fixes #8544
Rework how IPsec VTI interfaces and reqid specifications for same are formed. Ticket #8544
IPsec VTI interface refinements/fixes. Ticket #8544
PHP7 fixed illegal string offset warning
Add the missing new line.
Fix reference to non-existent variable in IPsec P1. Fixes #8543
A couple vpn.inc refinements for VTI. Ticket #8544
Add vpn.inc changes for IPsec VTI that missed the previous commit. Ticket #8544
Please welcome routed IPsec using if_ipsec VTI interfaces. Implements #8544
To use, create a P1/P2 and set P2 to VTI using local/remote network as tunnel endpoint addresses, then assign the interface (enable, but IP type = none), and use like any other interface for routing.
Do not disable rekeying by default on IPsec P1 entries. Fixes #8540
Fix crash reporter download button display when there are only PHP errors, no textdumps.
Fix crash reporter "submit" wording (can't submit anymore!)
Rework crash reporter page so users can download the data files directly rather than submitting to a server.
PHP 7.2 fixed string offset and undefined constant
Update translation files
Regenerate pot
PHP 7.2 Migration. Replace is_numeric() with ctype_xdigit() to check for valid hex string
Add switch config to status output. Implements #8525
PHP migration 7.2 enforce type array
Supercede the DHCP server MTU to avoid setting it improperly and/or causing a link state loop. Ticket #8507 Ticket #8506
This requires a patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721#c12 which garga has imported into the tree.
PHP 7 migration Added () for isset. Not sure how this worked in php 5
PHP 7.2 Migration fixed count() issue
Array checking for PHP 7.2 migration
Store the old LAN IP address and temporarily add it to the alt hostnames to work around a referer check issue in the setup wizard. Fixes #8524
PHP7 - Resolve count() error
Merge pull request #3942 from teicee/master
Do not allow an empty address/mask combination to be used in a VIP rule for outbound host traffic. Ticket #8518
Allow multiple Queues to be displayed for Limiters part of PHP 7.2 Migration
Fixed #8519Added simple test to ensure the instance of pfSense-upgrade is the instance started by hte upgrade GUI page, not some other process
Fixed #8515 (Syntax error)
PHP7 - Fix missing ')'
PHP7 - Resolve warnings in pfShs.php playbacks
PHP7 - Resolve count() warning
PHP7 - Resolve illegal string offset warning
PHP7 - Resolve illegal string offset array
Fix bug for rules 'permit ip any any' from LDAP/AD
Make SG-2220 to use RCC-DFFresetbtn binary
Improve default gateway upgrade code. Ticket #8504
Suppress route command errors and related debug output. Fixes #8497
PHP7 - Resolve foreach() warning
PHP7 - Resolved count() warning
PHP7 - Corrected illegal string offset warning
Use array tests and operations that are more friedly to PHP 7.2 in gwlb.
PHP7 - Rewrite uploader to use curlFile class
Change CRL generation to a pure PHP implementation which works with PHP 7.2 (and 5.6)
The old OpenSSL CRL patch we had been using does not work with 7.2, and this way alsoopens up some new possibilities for enhancing the CRL settings we can offer in the...
PHP7 - Resolve illegal null in escapeshellarg() error
PHP7 - Resolve Illegal string offset warning
Fixed different warnings and errors for PHP 7.2 Migration Illegal String Offsets and undefined constants
PHP7 - Resolve invalid arguemtn and illegal string offset warnings
PHP7 - Resolved "Cannot create references to/from string offsets"
PHP7 - Resolve error "ese of undefined constant sn"
Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense
Remove references for new classes instances adding a temporary variable. We will revisit it later
PHP7 - Resolve illegal offset error
PHP7 - Resolve illegal offset warnings
Check for valid array before call foreach()
Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group
Merge pull request #3918 from RepositPower/default-route-preference-in-radvd.conf
Delete loader.conf.local
Delete IF_URNDIS.KO
rename
Create loader.conf.locat
ndis driver
Add array check
Even though I now set `$ns` equal to `array_unique(get_nameservers()`, just to be safe we check with `is_array($ns)` and set it to a blank array if not. Shouldn't ever happen, but an extra error avoidance test is better than a hard to track down bug later.
scope error?
Error on reboot.
```[04-Apr-2018 02:21:54 EST5EDT] PHP Warning: in_array() expects parameter 2 to be array, null given in /etc/inc/system.inc on line 1380```
I believe this is because $ns is defined inside the above for loop. pulling it out of the loop
Fixing debug errors.
hideCheckbox. The 'o' is important. And use js instead of php like we're supposed to.