Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c7841232 06/20/2018 07:40 PM Marcello Silva Coutinho

check total swap size on dashboard

Refer to bug #8587

b310666c 06/20/2018 05:07 AM Carl Corliss

misspelled ldap bind username variable

  • $ldapbndun -> $ldapbindun
90b3235d 06/19/2018 03:57 PM Jim Pingle

Correct PHP syntax error that leads to a PHP 7 error.

480c21f4 06/19/2018 02:05 PM Jim Pingle

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 be
reached.

5ffeceb6 06/15/2018 08:41 PM Stephen Jones

Fixed #8515 fixed error in queue defintion where it would repeat

It should now create a new definition for each queue. Queues should
now show up under status > queues.

8991ac90 06/15/2018 05:27 PM Steve Beaver

Added future ACB settings page

feccd385 06/14/2018 06:04 PM Jim Pingle

Validate NPt IPv6 address input and do not use invalid stored settings in rules. Fixes #8575

7f943a22 06/13/2018 02:58 PM Jim Pingle

Rework loader.conf(.local) filtering. Fixes #8571

If this isn't aggressive enough, we could remove the "local" changes and only
keep the new matching method.

8cd59b03 06/11/2018 05:33 PM Jim Pingle

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.

0dfce56b 06/11/2018 03:12 PM Jim Pingle

Fix IPsec status widget conn matching to align with recent changes. Fixes #8562

2e6167e7 06/11/2018 01:58 PM Jim Pingle

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.

0aa52fb2 06/08/2018 07:57 PM Jim Pingle

Fixup ipsec interface static route processing. Issue #8544

41160d19 06/08/2018 07:22 PM Stephen Jones

Fixed #8515 Queues should now be added either through manually creating them or through the wizard

d4b43c48 06/08/2018 03:18 PM Jim Pingle

Make IPsec IKEv2 conn IDs consistent with IKEv1 or IKEv2 split. Also fix vti test for reqid.

17335654 06/08/2018 12:17 PM Jim Pingle

Correct PHP syntax error. Fixes #8557

cc52daa6 06/07/2018 07:20 PM Stephen Jones

Allow hostname/ip to be deleted if the captive portal is not enabled

a273f7bd 06/07/2018 07:01 PM Jim Pingle

Do not put "route-to" on rules for traffic outbound from the firewall itself on ipsecX interfaces. Fixes #8551

880363af 06/07/2018 02:06 PM Steve Beaver

Fixed #8539

3fa6d462 06/06/2018 08:23 PM Jim Pingle

Fix up user/group management save message descriptions, add logging for same. Fixes #8548

aea2a0c3 06/06/2018 02:19 PM Jim Pingle

Fix IPsec VTI gateway generation to match interface changes. Fixes #8544

235c051f 06/05/2018 09:00 PM Jim Pingle

Rework how IPsec VTI interfaces and reqid specifications for same are formed. Ticket #8544

65767828 06/04/2018 06:21 PM Jim Pingle

IPsec VTI interface refinements/fixes. Ticket #8544

be7c1319 05/31/2018 09:22 PM Stephen Jones

PHP7 fixed illegal string offset warning

78031530 05/31/2018 03:09 PM Luiz Souza

Add the missing new line.

ac976b7e 05/31/2018 02:40 PM Jim Pingle

Fix reference to non-existent variable in IPsec P1. Fixes #8543

e8f7e051 05/31/2018 01:53 PM Jim Pingle

A couple vpn.inc refinements for VTI. Ticket #8544

50c4282d 05/31/2018 01:15 PM Jim Pingle

Add vpn.inc changes for IPsec VTI that missed the previous commit. Ticket #8544

bd4c337c 05/30/2018 08:53 PM Jim Pingle

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.

5f04221b 05/30/2018 02:49 PM Jim Pingle

Do not disable rekeying by default on IPsec P1 entries. Fixes #8540

3db214dd 05/30/2018 01:53 PM Jim Pingle

Fix crash reporter download button display when there are only PHP errors, no textdumps.

ca06add8 05/25/2018 03:26 PM Jim Pingle

Fix crash reporter "submit" wording (can't submit anymore!)

da6af9ce 05/25/2018 03:23 PM Jim Pingle

Rework crash reporter page so users can download the data files directly rather than submitting to a server.

7c41a378 05/23/2018 04:12 PM Stephen Jones

PHP 7.2 fixed string offset and undefined constant

3f1791a2 05/23/2018 12:23 PM Renato Botelho

Update translation files

57d932e8 05/23/2018 12:23 PM Renato Botelho

Regenerate pot

1b5fbae4 05/22/2018 02:24 PM Stephen Jones

PHP 7.2 Migration. Replace is_numeric() with ctype_xdigit() to check for valid hex string

03ce1107 05/22/2018 01:25 PM Jim Pingle

Add switch config to status output. Implements #8525

059d8a71 05/21/2018 09:06 PM Stephen Jones

PHP migration 7.2 enforce type array

5fed4bf2 05/18/2018 06:04 PM Jim Pingle

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.

28ad96a5 05/18/2018 03:14 PM Stephen Jones

PHP 7 migration Added () for isset. Not sure how this worked in php 5

2f79135c 05/18/2018 01:52 PM Stephen Jones

PHP 7.2 Migration fixed count() issue

4a588de1 05/17/2018 09:46 PM Stephen Jones

Array checking for PHP 7.2 migration

21f630de 05/17/2018 08:25 PM Jim Pingle

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

b2383d46 05/17/2018 04:51 PM Steve Beaver

PHP7 - Resolve count() error

659a1bc1 05/17/2018 04:14 PM Steve Beaver

Merge pull request #3942 from teicee/master

ff52976d 05/16/2018 05:24 PM Jim Pingle

Do not allow an empty address/mask combination to be used in a VIP rule for outbound host traffic. Ticket #8518

8f2cc9bd 05/15/2018 09:17 PM Stephen Jones

Allow multiple Queues to be displayed for Limiters part of PHP 7.2 Migration

dea792c2 05/15/2018 04:45 PM Steve Beaver

Fixed #8519
Added simple test to ensure the instance of pfSense-upgrade is the instance started by hte upgrade GUI page, not some other process

826b11a3 05/14/2018 04:07 PM Renato Botelho

Fixed #8515 (Syntax error)

962c8cce 05/14/2018 03:25 PM Steve Beaver

Fixed #8515 (Syntax error)

3735700f 05/14/2018 11:53 AM Steve Beaver

PHP7 - Fix missing ')'

47ed13e7 05/14/2018 11:09 AM Steve Beaver

PHP7 - Resolve warnings in pfShs.php playbacks

946105f9 05/12/2018 07:34 PM Steve Beaver

PHP7 - Resolve count() warning

2b3b5975 05/12/2018 06:53 PM Steve Beaver

PHP7 - Resolve illegal string offset warning

1202bd2c 05/12/2018 06:53 PM Steve Beaver

PHP7 - Resolve illegal string offset array

e13172fe 05/12/2018 06:53 PM Steve Beaver

PHP7 - Resolve illegal string offset warning

1a6857d0 05/11/2018 12:44 PM Aurélien BONANNI

Fix bug for rules 'permit ip any any' from LDAP/AD

d940d2b2 05/10/2018 07:41 PM Renato Botelho

Make SG-2220 to use RCC-DFFresetbtn binary

5b42a63c 05/10/2018 05:09 PM Jim Pingle

Improve default gateway upgrade code. Ticket #8504

fecb8603 05/10/2018 02:14 PM Jim Pingle

Suppress route command errors and related debug output. Fixes #8497

066df2d5 05/10/2018 11:06 AM Steve Beaver

PHP7 - Resolve illegal string offset warning

bd83535d 05/10/2018 11:04 AM Steve Beaver

PHP7 - Resolve illegal string offset warning

a9912980 05/10/2018 11:02 AM Steve Beaver

PHP7 - Resolve illegal string offset warning

a0944bfe 05/09/2018 01:01 PM Steve Beaver

PHP7 - Resolve illegal string offset warning

a737700a 05/09/2018 01:00 PM Steve Beaver

PHP7 - Resolve illegal string offset warning

35298a2f 05/09/2018 11:52 AM Steve Beaver

PHP7 - Resolve foreach() warning

46631db4 05/09/2018 11:48 AM Steve Beaver

PHP7 - Resolved count() warning

29aca990 05/09/2018 11:44 AM Steve Beaver

PHP7 - Corrected illegal string offset warning

27e329ce 05/08/2018 07:35 PM Jim Pingle

Use array tests and operations that are more friedly to PHP 7.2 in gwlb.

ab197c42 05/08/2018 04:44 PM Steve Beaver

PHP7 - Rewrite uploader to use curlFile class

981d6364 05/08/2018 03:26 PM Jim Pingle

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 also
opens up some new possibilities for enhancing the CRL settings we can offer in the...

592b9dfa 05/08/2018 01:25 PM Steve Beaver

PHP7 - Resolve illegal null in escapeshellarg() error

1c306dae 05/08/2018 12:22 PM Steve Beaver

PHP7 - Resolve Illegal string offset warning

c83123b0 05/07/2018 03:12 PM Stephen Jones

Fixed different warnings and errors for PHP 7.2 Migration Illegal String Offsets and undefined constants

926cdf81 05/07/2018 02:08 PM Steve Beaver

PHP7 - Resolve illegal string offset warning

58630347 05/07/2018 01:40 PM Steve Beaver

PHP7 - Resolve count() warning

d43354d2 05/07/2018 01:20 PM Steve Beaver

PHP7 - Resolve invalid arguemtn and illegal string offset warnings

965eee64 05/07/2018 01:15 PM Steve Beaver

PHP7 - Resolve illegal string offset warning

5b943d25 05/07/2018 01:13 PM Steve Beaver

PHP7 - Resolve count() warning

1cf76cb0 05/07/2018 12:58 PM Steve Beaver

PHP7 - Resolved "Cannot create references to/from string offsets"

07ada3f1 05/07/2018 12:55 PM Steve Beaver

PHP7 - Resolve error "ese of undefined constant sn"

aba7f367 05/07/2018 12:51 PM Steve Beaver

Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense

5c4fcabc 05/04/2018 06:52 PM Renato Botelho

Remove references for new classes instances adding a temporary variable. We will revisit it later

769ae881 05/04/2018 05:57 PM Steve Beaver

PHP7 - Resolve illegal offset error

3987186c 05/04/2018 05:52 PM Steve Beaver

PHP7 - Resolve illegal offset error

ee6649b0 05/04/2018 05:51 PM Steve Beaver

PHP7 - Resolve illegal offset error

1a5e85f6 05/04/2018 05:50 PM Steve Beaver

PHP7 - Resolve illegal offset error

7272b169 05/04/2018 05:49 PM Steve Beaver

PHP7 - Resolve illegal offset warnings

6ae5d9cb 05/04/2018 01:46 PM Renato Botelho

Check for valid array before call foreach()

caf4d712 05/03/2018 09:10 PM Steve Beaver

Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group

65cde57f 05/03/2018 09:05 PM Steve Beaver

Merge pull request #3918 from RepositPower/default-route-preference-in-radvd.conf

53a72784 05/03/2018 09:02 PM Peter Berbec

Delete loader.conf.local

f8227fe2 05/03/2018 09:02 PM Peter Berbec

Delete IF_URNDIS.KO

267cf2d6 05/03/2018 09:02 PM Peter Berbec

rename

7cb4c2ae 05/03/2018 09:02 PM Peter Berbec

Create loader.conf.locat

7a3cdc11 05/03/2018 09:02 PM Peter Berbec

ndis driver

feae1ba4 05/03/2018 09:02 PM Peter Berbec

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.

0637a69b 05/03/2018 09:02 PM Peter Berbec

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

2d0f86ba 05/03/2018 09:02 PM Peter Berbec

Fixing debug errors.

43a1b4bd 05/03/2018 09:02 PM Peter Berbec

hideCheckbox. The 'o' is important. And use js instead of php like we're supposed to.