Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ade64ca6 09/28/2022 02:01 PM Jim Pingle

Fix service status widget listing of non-disabled services

829083b9 09/26/2022 03:26 PM Brad Davis

Add quotes around variable usage to prevent word splitting

13691f23 09/26/2022 03:25 PM Brad Davis

Avoid using -o in test(1)

c4c2ecd8 09/26/2022 03:20 PM Brad Davis

-1 is not allowed, exit only uses 0-255

abedf73d 09/26/2022 02:31 PM Brad Davis

Add quotes around variable usage to prevent word splitting

bbd94c2c 09/23/2022 03:44 PM Jim Pingle

PHP8 updates for resolver host editing

25813332 09/22/2022 11:06 PM Jim Pingle

Fix PHP syntax in prefixes.php

7428c478 09/21/2022 03:48 PM Jim Pingle

PHP8 fixes for service status widget. Fixes #13506

420dacfe 09/21/2022 08:00 AM Kristof Provost

qinq: use if_vlan rather than netgraph

if_vlan now supports QinQ, so use that rather than netgraph. This is
expected to perform better, removes a subsystem dependency and
simplifies the php code as well.

Note that this is not possible on stable/12.

09eeac7b 09/20/2022 02:36 PM Brad Davis

Properly quote variables

No functional change intended

70654d6d 09/20/2022 05:52 AM Reid Linnemann

Fix missing ikeid in created ipsec p1. Issue #13446.

When a new or duped p1 is submitted, $p1ent['ikeid'] is an empty string. Prior
to php 8.0, comparing ($p1ent['ikeid'] == 0) for the empty string would yield
true, allowing the code to properly create and assign a new ikeid by calling...

a7e50981 09/16/2022 04:12 PM Jim Pingle

Allow user to select PKCS#12 encryption. Fixes #13257

9efec277 09/15/2022 04:10 PM Jim Pingle

Convert P12 export to OpenSSL. Fixes #13257

PHP native method of creating PKCS#12 archives does not support using specific algorithms for encryption, so use the openssl binary instead.

Use AES-256 and SHA256 when encrypting the PKCS#12 data and private key.

475feb89 09/14/2022 06:48 PM Christian McDonald

Fixes some PHP bugs. For #13446

067f3650 09/14/2022 02:59 PM Jim Pingle

Fix primary console handling for EFI. Fixes #13080

Tested and working for both BIOS and EFI systems.

8fa5038b 09/13/2022 05:14 PM Marcos M

Update external http links

44b93616 09/09/2022 06:14 PM Christian McDonald

Fix some config access bugs in pkg.php for PHP81. Fixes #13446

4df6bd9f 09/09/2022 03:51 PM Reid Linnemann

Replace direct $config accesses in interfaces_vlan_edit.php. Issue #13446

843ee1ac 09/08/2022 03:58 PM Jim Pingle

Cert-related PHP 8.x changes.

20fb5adf 09/08/2022 03:14 PM Christian McDonald

Update status_carp.php PHP81 for #13446

60fd3bd0 09/08/2022 01:40 AM Christian McDonald

Update interfaces_qinq_edit.php PHP81 for #13466

3fce3f6e 09/08/2022 01:39 AM Christian McDonald

Update interfaces_vlan_edit.php PHP81 for #13466

c59e9803 09/08/2022 01:36 AM Christian McDonald

Fix interfaces_groups_edit.php PHP81 for #13466

c0d3797c 09/07/2022 08:48 PM Christian McDonald

Fixes some PHP81 related config access issues related to interfaces and interface assignments for #13446

a1f82124 09/06/2022 12:25 PM Jim Pingle

Merge pull request #4612 from zeroflow/master

1be1ced9 09/03/2022 07:49 AM Thomas Arthofer

Rename DHCP status from online/offline to active / idle/offline

0d24e58a 09/02/2022 04:48 PM Reid Linnemann

Fix checking openvpn client or server config exists. Issue #13446

027f2536 09/02/2022 02:40 PM Jim Pingle

Captive portal PHP 8.1 fixes Issue #13446

02a3d242 08/31/2022 08:40 PM Jim Pingle

CP stats fclose fix.

Don't attempt to close unless the open succeeded.

6243a35d 08/31/2022 05:36 PM Christopher Cope

Update pfSense-dark.css

9cc78f9c 08/31/2022 05:36 PM Marcos M

Darken disabled input fields in dark theme. Fix #13390

3f8e09a5 08/31/2022 05:34 PM Christopher Cope

Add option to list ACB restores in reverse order. Feature #11266

55f0061a 08/31/2022 05:25 PM Marcos M

Avoid creating empty ciscoavpair rules files. Fix #13243

497ea0a6 08/31/2022 05:22 PM Viktor Gurov

Restart gateway monitor on interface re-assign. Issue #12920

b767ea71 08/30/2022 07:20 PM Jim Pingle

Skip empty gateways on interfaces.php Issue #13446

fe7bd855 08/29/2022 04:13 PM Jim Pingle

Fix PHP error on services_dnsmasq.php. Issue #13446

e19ef9c9 08/29/2022 04:03 PM Jim Pingle

Fix PHP error on services_unbound.php. Issue #13446

a5906662 08/29/2022 02:18 PM Reid Linnemann

Correct typo on include of config.lib. #13446

5f9666a1 08/27/2022 08:39 PM R. Christian McDonald

Remove IPv6 validation for RADIUS auth. Fixes #4154

451134f3 08/26/2022 05:09 PM Thomas Arthofer

Rework formatting

Add icons
remove red text for offline
remove bold/italic for both

4aa6a102 08/26/2022 11:22 AM Thomas Arthofer

Add formatting to online status in status_dhcp[v6]_leases.php for better readability. Implements #10345

Adds color & formatting to host online status
online = bold + green
offline = italic + red

e0012fc3 08/23/2022 11:24 PM Reid Linnemann

Fix missing format specifier in input field help

d0ca7530 08/23/2022 11:24 PM Reid Linnemann

Replace direct config accesses in status_graph.php, status_ntpd.php

466d0e96 08/23/2022 11:24 PM Reid Linnemann

Correct format specifier in input help

910a1f74 08/23/2022 11:24 PM Reid Linnemann

Fix warnings in firewall_virtual_ip.inc

  • unused variable $natdescr removed
  • double quoted gettext string swallows and expands $s, single quote instead
  • type of filter_configure() is void, don't assign to $retval
66ab66c3 08/23/2022 11:24 PM Reid Linnemann

Replace direct config array access in diag_packet_capture.php

746f30e3 08/23/2022 11:24 PM Reid Linnemann

Add config and config lib requires to guionfig.inc

1073f4c6 08/23/2022 11:24 PM Reid Linnemann

Remove direct config array accesses from firewall_virtual_ip.inc

123efede 08/23/2022 11:24 PM Reid Linnemann

Fix some missing '/'es in config paths

345d9f0e 08/23/2022 11:24 PM Reid Linnemann

Replace some direct config array accesses in wizard.php

a949b7ae 08/23/2022 11:24 PM Reid Linnemann

Correct deprecated implode() syntax

2f971e22 08/23/2022 11:24 PM Reid Linnemann

Fix warnings in guiconfig.inc, unexpanded string in get_config_path call

a329c99b 08/23/2022 11:24 PM Reid Linnemann

Replace config array accesses in guiconfig.inc

2d5c75fa 08/23/2022 11:24 PM Reid Linnemann

Change some config array accesses in interfaces.php

49647709 08/23/2022 11:24 PM Reid Linnemann

Replace some config array access in services_dnsmasq.inc

988a687c 08/23/2022 11:24 PM Reid Linnemann

Fix several unsafe multilevel config array accesses in setup wizard

c6188970 08/23/2022 11:24 PM Reid Linnemann

Silence unused/undef'd variable warnings in filter.inc

de3f6463 08/23/2022 11:24 PM Reid Linnemann

Correct required param after optional param syntax errors

47fb5604 08/23/2022 11:24 PM Reid Linnemann

Inhibit startup error printing to stdout in read_global_var

9484a1cb 08/22/2022 03:12 PM Jim Pingle

Consider EC digest prefix when renewing CA/Cert. Fixes #13437

b8890aad 08/21/2022 04:51 PM Jared Hendrickson

fix: corrects validations for various fields in system_advanced_firewall.inc

a3c15890 08/17/2022 07:49 PM Jim Pingle

CRL lifetime fixes to avoid rollover. Fixes #13424

db0cdbc8 08/17/2022 07:38 PM Jim Pingle

Skip URL tables with invalid names. Fixes #13425

4d9dd165 08/17/2022 07:26 PM Jim Pingle

Clean up+encode pkg rule filenames. Fixes #13426

67f0518a 08/15/2022 03:41 PM Jim Pingle

Update UPnP status regex. Fixes #4500

Submitted-By: rtadams89 @ GitHub PR #4610

2fe0e0fa 08/01/2022 05:19 PM Jim Pingle

CA/Cert descr validation fixes. Fixes #13387

Validate description on save when editing and in other situations that
were not yet covered.

While here, ensure that errors when editing a cert leave the user on the
cert edit screen properly, but successful cases return to the cert list....

73b5f1f7 07/15/2022 12:56 PM Christopher Cope

Check for empty config.xml restore. Fixes #13289

70dacbf3 07/11/2022 12:42 PM Jim Pingle

Trim leading space from CSV vouchers. Fixes #13272

2dc23896 07/08/2022 02:21 PM Christopher Cope

Fixed handling of single rule selected with multi-delete Issue #9887

2a9f6b40 06/28/2022 12:44 PM Jim Pingle

Clarify delegated IPv6 prefix source. Fixes #13310

Indicates the tracked interface and prefix ID, which is more important
now that delegation works from multiple upstream sources.

230b2303 06/15/2022 03:16 PM Jim Pingle

Fix OpenVPN override TN handling. Fixes #13274

1b5919c7 06/10/2022 12:56 PM Jim Pingle

Encode filename browser.php. Fixes #13262

9c822e62 06/01/2022 06:11 PM Luke Hamburg

Merge branch 'pfsense:master' into fix-omission-of-pr4551

44132b27 06/01/2022 05:54 PM → luckman212

oops. forgot to actually process the dpinger_dont_add_static_routes flag

e5d97d7c 05/27/2022 01:15 PM Jim Pingle

Update CARP status state sync note. Fixes #12701

16a6bf51 05/25/2022 02:02 PM Viktor Gurov

Always display Global Root CA List. Fixes #13185

937b2a59 05/25/2022 02:01 PM Viktor Gurov

Reload Captive Portal rules on nomacfilter or per-user bandwidth change. Fixes #13216

514441c6 05/24/2022 08:28 PM Jim Pingle

Fix CP pipe function call. Fixes #13204

32661caf 05/23/2022 06:36 PM Viktor Gurov

Captive Portal pipes reserve fix. Fixes #13204

6b73b812 05/23/2022 03:02 PM Marcos M

Do not force setting a gateway with floating match limiter rules. Fix #13027

533b6c5a 05/23/2022 01:55 PM Jim Pingle

Incompatible OpenVPN P2P option note. Issue #13189

bfb06f9a 05/20/2022 05:49 PM Jim Pingle

Revert "Destroy deleted/disabled IPsec SA. Fixes #13102"

This appears to be causing a pileup of swanctl processes on systems with
a significant number of disabled tunnels.

This reverts commit d90552c59e51fb13c712b6a96a51ca2462424156.

142ffe35 05/18/2022 03:48 PM Viktor Gurov

Delete temporary route file on OpenVPN client disconnect. Fixes #13145

a375d2ac 05/17/2022 07:12 PM Jim Pingle

Merge pull request #4586 from luckman212/outbound-nat-remove-colon

af2fcf5f 05/17/2022 04:01 PM Viktor Gurov

Merge pull request #4585 from luckman212/fix-status-dhcpleases-wrong-ifname

1dbcb405 05/17/2022 04:01 PM Viktor Gurov

Merge pull request #4583 from luckman212/add-restore-dashboard-layout

68ff4b87 05/17/2022 04:01 PM Viktor Gurov

Merge pull request #4588 from luckman212/fix-infoblock-placement-firewall_nat_out.php

ed321966 05/17/2022 12:30 PM Viktor Gurov

captiveportal_ether_delete_entry() anchors/pipes delete fix. Issue #13169

b7ddc1b8 05/16/2022 05:12 PM Viktor Gurov

captiveportal_passthru_delete_entry() -> captiveportal_passthrumac_delete_entry(). Fixes #13175

edf6dbfa 05/16/2022 04:31 PM Jim Pingle

User Mgr scope icon corrections. Fixes #13174

6f0d088a 05/16/2022 02:13 PM Viktor Gurov

Port Forward Redirect target IP save fix. Fixes #13171

b6669022 05/14/2022 04:08 AM → luckman212

fix infoblock placement on firewall_nat_out.php - redmine #13164

17c43ebc 05/13/2022 06:21 PM Marcos M

Ensure same type comparison. Additional fix #13059

f653dfe6 05/13/2022 01:40 PM Kristof Provost

ovpn-dnslinkup: do not set interface routes for DNS servers

If the OpenVPN server provides DNS server information (and 'Pull DNS' is
set) we add these DNS servers to our DNS configuration.
That's fine, but we should not add interface routes for these DNS...

6578d950 05/11/2022 05:47 PM Jim Pingle

Fix JS for mobile IPsec disconnect. Fixes #13131

dfd4d0e9 05/11/2022 12:27 PM → luckman212

remove colon to stay consistent with the rest of the GUI

7610a397 05/11/2022 12:09 PM Viktor Gurov

Cleanup PPPoE VIPs on interface down to fix IP address order. Issue #11629

aa11df80 05/10/2022 03:50 PM Jim Pingle

Adapt OpenVPN widget to new output. Fixes #13129

6292f557 05/08/2022 03:42 PM Viktor Gurov

Add default value to $ipv6type argument of restart_interface_services(). Fixes #13134

ef16abd8 05/08/2022 05:20 AM → luckman212

add option to restore dashboard widget layout