Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
cea9d2d0 11/30/2023 07:33 PM Marcos M

Don't refresh the cache when visiting the update page. Fix #15055

83bca495 11/22/2023 10:45 PM Marcos M

Show the target for auto outbound NAT rules. Fix #15025

b7f2b1dc 11/22/2023 09:02 PM Marcos M

Append a new line to NAT rule errors. Fix #15024

e6f78714 11/22/2023 04:25 PM Marcos M

Update fontawesome references in form buttons

91c4768b 11/21/2023 07:37 PM Marcos M

More fontawesomev6 updates

fc0910fd 11/17/2023 09:58 PM Marcos M

Merge pull request #4615 from blkeller/apu2-expanded-serial-fix

9e8a0841 11/16/2023 07:07 PM Marcos M

Merge pull request #4652 from jaredhendrickson13/fix/bring-down-proxyarp-after-deletion

dcdb4617 11/15/2023 04:41 PM Jim Pingle

Fix IPsec log value handling. Fixes #14990

4bbbcc36 11/15/2023 12:57 AM Marcos M

Refactor use of return_gateways_array() with get_gateways(). Fix #14893

Most calls to return_gateways_array() do not need the gateway list to be
recreated. get_gateways() can filter the gateway list, and indexing is
moved from return_gateways_array() to get_gateways() to avoid using...

d365c2c7 11/14/2023 11:22 PM Marcos M

Don't split fontawesome icon names

This makes it easier to update fontawesome versions. While here, fix a
missing closing quote, and use the correct fontawesome prefix.

5002025e 11/14/2023 10:04 PM Marcos M

Remove duplicate class

c1d304b3 11/14/2023 09:47 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

47b725b9 11/14/2023 09:45 PM Marcos M

Revert "Update fontawesome icon names to v6. Implement #13537"

This reverts commit 32be4696a301144c650f4765b8a2b51e28d95a40.

32be4696 11/14/2023 09:00 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

5841d969 11/14/2023 08:43 PM Reid Linnemann

Utilize new -C flag to pfSense-upgrade

pfSense-upgrade's -c flag is intended to check only for upgrades against the
currently configured repository (better termed as updates). The new -C flag
expands the search for new versions of core packages into other non-devel repo...

88bb1c55 11/13/2023 11:16 PM Brett Keller

Expand detection of PC Engines APU2 platform to include all variants

Fixes #13498 in Redmine.

6df70417 11/13/2023 08:17 PM Marcos M

Update direct config access in services_dhcpv6.php. Fix #14978

1fbbea8f 11/13/2023 05:01 PM Reid Linnemann

Remove use of 0.0.0.0 alias in pfSense-dhclient-script. Fixes #14966

a6c6b835 11/13/2023 03:59 PM Marcos M

Remove invalid field from input validation. Fix #14965

0fc7765c 11/13/2023 03:48 PM Marcos M

Save the mobile IPsec group auth setting. Fix #14963

132fef02 11/10/2023 07:56 PM Marcos M

Merge pull request #4642 from marcelloc/patch-8

ced1d065 11/10/2023 06:55 PM Marcos M

Merge pull request #4634 from rlaager/fix-mss-clamping-for-v6-vpn

5506b679 11/10/2023 04:51 PM Marcos M

Merge pull request #4647 from Tsuser1/ecl-cdrom

6c01ae83 11/10/2023 02:41 PM Marcos M

Merge pull request #4653 from PhilZ-cwm6/patch_ovpn_nbdd

d2a91e8a 11/10/2023 02:06 PM Marcos M

Update nvd3. Implement #13537

e0cb987c 11/10/2023 02:03 PM Marcos M

Update fontawesome. Implement #13537

b18653a3 11/10/2023 02:03 PM Marcos M

Update jQuery and jQuery-ui. Implement #13537

02366840 11/09/2023 04:49 PM Jim Pingle

Fix PHP error when saving PPP interface w/o config. Issue #14949

8b4006f2 11/08/2023 09:54 PM Marcos M

Merge pull request #4603 from luckman212/reduce-log-spew-during-static-dhcp-deletions

f6bf8c92 11/08/2023 09:19 PM Marcos M

Merge pull request #4603 from luckman212/enhancement-to-dhcp-static-map-handling-of-duplicate-ips

50b5741b 11/08/2023 06:07 PM Marcos M

Update misleading function names. Fix #11566

a6cf534d 11/08/2023 04:44 PM Marcos M

Support URL IP aliases in alias_expand(). Fix #14947

1b612f6f 11/06/2023 08:29 AM Tux Dictumst

OpenVPN: expose NBDD servers in GUI

In GUI for both server and client specific overrides, add option to push DHCP NBDD option to client

056e50ee 11/01/2023 10:33 PM Marcos M

Merge pull request #4575 from PhilZ-cwm6/patch_vpn_netbios_settings

6b06bf59 11/01/2023 10:33 PM Marcos M

Merge pull request #4576 from PhilZ-cwm6/patch_vpn_netbios_deprecated_settings

b57ee783 11/01/2023 10:05 PM Marcos M

Hide WINS fields if NetBIOS is disabled. Fix #13087

ce83f38a 11/01/2023 07:27 PM Marcos M

Run rc.local on system boot instead of on user logon. Fix #10980

2b0c1dd5 11/01/2023 05:21 PM Marcos M

Merge pull request #4603 from luckman212/scrubing-to-scrubbing

0730c1a6 10/31/2023 09:46 PM Marcos M

Use a function to get OpenVPN device names

ac0a027f 10/31/2023 09:00 PM Christian McDonald

Rector some direct config array accesses with pure scalar paths.

e729ecf8 10/31/2023 12:08 AM Marcos M

Specify specialnet flags when calling get_specialnet(). Fix #14935

Allow passing specialnet flags to pconfig_to_address() to correctly
handle address/network config elements. Also correctly handle VIP
selection in nat/binat rules.

56142ff4 10/27/2023 08:58 PM Jared Hendrickson

fix: delete vips before calling interface_proxyarp_configure()

d1b4e731 10/26/2023 03:40 PM Christian McDonald

kea: validate v4 client identifiers as being valid hex strings, otherwise wrap in single quotes

4dc98294 10/24/2023 10:27 PM Marcos M

Don't use aliases in binat rules. Fix #14918
While there, handle negated binat addresses.
Also use the correct specialnet description.

dc96586b 10/19/2023 04:07 PM Jim Pingle

Selectively kill DHCP server by family. Fixes #14897

e67b20f4 10/19/2023 03:42 PM Jim Pingle

Fix some syntax/logic errors in interface config.

3d5bdf79 10/19/2023 07:12 AM Marcos M

Save rules changes before the ruleset is sorted.

221fc6d2 10/18/2023 03:31 PM Marcos M

MVC updates for SSH and gateways code.

af627f37 10/18/2023 02:53 PM Steve Wheeler

Traffic Graph filtering corrections. Fix #14892

1579b10b 10/17/2023 06:13 PM Marcos M

Recognize the 200xx Series QAT device. Implement #14844

392133c7 10/17/2023 04:46 PM Jim Pingle

Amend P12 error for bad ciphers. Fixes #14877

43179546 10/17/2023 04:35 PM Jim Pingle

Revert "Enable OpenSSL legacy provider by default. Issue #14877"

This reverts commit 275ae19ad70336f06ed53d655ceb96c8b2ab56f0.

87510765 10/16/2023 06:46 PM Marcos M

Generate a system alias for PPPoE clients. Fix #14885

9a632676 10/16/2023 05:39 PM Brad Davis

Remove trigger_initial_wizard since it is not used in the pkg

5fc3b1fb 10/16/2023 05:37 PM Jim Pingle

Remove outddated DHCPv6 test. Fixes #14884

f8606ffa 10/16/2023 02:51 PM Jim Pingle

Fix state dump rule ID validation. Fixes #14880

275ae19a 10/16/2023 02:29 PM Jim Pingle

Enable OpenSSL legacy provider by default. Issue #14877

72c441e9 10/16/2023 01:48 PM Jim Pingle

Refresh OS CA list after updating trust store. Fixes #14876

b552fd27 10/13/2023 08:21 PM Jim Pingle

Correct typo. Fixes #14873

95672f71 10/12/2023 04:47 PM Marcos M

Exclude address/network type from specialnet checks. Fix #14867
These are placeholders for the real value, not specialnets.

01d6aeb6 10/12/2023 02:54 AM Marcos M

Use the interface name for the reserved system alias suffix. Fix #14866

77ba3449 10/10/2023 05:56 PM Marcos M

Specify specialnet flags for GUI fields. Fix #14845
Store the flags in variables to allow easier future updates.

38e308db 10/10/2023 05:47 PM Christian McDonald

kea: enable RFC6842 compatibility mode

f3ec053b 10/10/2023 01:55 PM Christian McDonald

kea: fix netboot regression

35492119 10/09/2023 10:16 PM Marcos M

Save a duplicated floating rule after the original rule. Fix #14856

1db73de1 10/06/2023 01:14 PM Jim Pingle

Fix PHP error on 1:1 NAT w/if macros. Fixes #14845

3b2e7ed2 10/05/2023 05:05 AM Christian McDonald

kea: prevent configuring static reservations with both mac and cid matching

547ecbf3 10/03/2023 06:53 PM Jim Pingle

Refine IPsec P1 cert wildcard check. Fixes #14831

5cd87ac5 10/03/2023 06:23 PM Jim Pingle

Don't down static v4+t6 on link loss. Fixes #14756

In this scenario, IPv4 is static and IPv6 is tracking another interface.
Neither of those conditions requires taking the interface down or
removing addresses.

49d0874f 10/03/2023 06:17 PM Jim Pingle

Force gateway alarm for dynamic WAN link down

  • Fixes Dynamic DNS updates when losing link. Issue #14829
  • Fixes IPsec not failing over when losing link. Issue #14626
8de76843 10/02/2023 07:46 PM Jim Pingle

Include hostname in DDNS notify. Implements #9504

57e29990 09/29/2023 05:14 PM Marcos M

Handle saving empty values in system_advanced_admin.php. Fix #14820

bf4e2a03 09/29/2023 02:08 PM Brad Davis

Add notice when starting the zpool trim

9bd56e9d 09/28/2023 09:27 PM Christian McDonald

Introduce Kea DHCP

50f22815 09/26/2023 07:05 PM Brad Davis

Enable zpool autotrim and start a manual trim

502398be 09/25/2023 07:16 PM Jim Pingle

Use intval of portal voucher data. Fixes #14325

It was already tested to be numeric but this normalizes the result so it
doesn't have things like leading zeroes or trailing decimal points.

202e3c1b 09/25/2023 06:21 PM Jim Pingle

Avoid PHP err with missing P2 data. Fixes #14525

Use access functions to ensure we always have an array when expected in
this block of code.

ddb57f79 09/25/2023 04:09 PM Jim Pingle

Update DDNS split host+domain list. Fixes #14783

dcb44613 09/25/2023 03:54 PM Jim Pingle

Fix str concat for one.com DDNS. Fixes #14649

aad64829 09/25/2023 03:46 PM Jim Pingle

Correct CE logo w/Compact-Red Theme. Fixes #14807

Doesn't affect Plus logo, only CE.

Fix submitted by James White via Redmine

9365f3ed 09/25/2023 03:38 PM Jim Pingle

Fix build time on sysinfo widget. Fixes #14791

While here, add a fallback method and error handling in case the file is
missing or invalid.

f72618c4 09/25/2023 02:59 PM Jim Pingle

Pcap: Validate+Encode count & length. Fixes #14809

c81ecafe 09/21/2023 05:50 PM Jim Pingle

Fix error output test in status.php. Fixes #14777

54f5251a 09/21/2023 04:49 PM Marcos M

Cleanup some unused variables

720a95a3 09/21/2023 04:43 PM Marcos M

Minor cleanup in shift_separators()

b5b4ab91 09/21/2023 01:06 PM Jim Pingle

PHP memory limit calc correction. Fixes #13377

Do not limit the maximum to less than the default for the architecture.

022cb5c4 09/21/2023 12:53 PM Jim Pingle

Fixup some separator config access issues. Fixes #14794

e9c88ff2 09/20/2023 03:28 PM Jim Pingle

Check disabled gw/ifs when validating gw addr fam. Fixes #8846

3c431c2d 09/20/2023 01:32 PM Jim Pingle

Fix variable name typo. Fixes #14790

b44dbd7c 09/19/2023 06:04 PM Jim Pingle

status.php: Fix error count. Fixes #14513

Make header before adding note at the bottom, otherwise error count is
off by one.

e3fc86e1 09/19/2023 05:31 PM Marcos M

Add input validation for sock_queue_timeout. Fix #14731

ffcb4247 09/19/2023 05:23 PM Jim Pingle

Correct HTTPS cert list. Fixes #14672

Make sure to exclude weak CA chains from list of HTTPS certificates.

f016f149 09/19/2023 03:41 PM Marcos M

Check for routing protocol flags when removing the default route. Fix #14717

261ffcca 09/19/2023 03:25 PM Jim Pingle

Skip empty separators. Fixes #14794

Other nearby similar loops already had this check, this was the only one
missing.

b85c6620 09/19/2023 02:27 PM Jim Pingle

Correct PPP provider pre-fill. Fixes #14544

  • Make pre-fill behavior function correctly on interfaces_ppps_edit.php
  • Fix some inconsistencies in similar code on interfaces.php and
    interfaces_ppps_edit.php
ca99238d 09/19/2023 12:51 PM Jim Pingle

Prevent nginx from serving backup copies of files.

Files with .orig can be left in place from patching and .pkgsave files
are left in place if files are replaced with different copies from pkg.

edba13d5 09/18/2023 08:06 PM Jim Pingle

Add status output package plugin hook. Implements #14777

  • Move status output functions to a separate include file
  • Change function names to be specific to this include, the old generic
    names may conflict in certain cases (e.g. FRR status uses the same...
1e7eb790 09/18/2023 06:51 PM Jim Pingle

Improve error handling in status.php. Implements #14513

1857f9fb 09/18/2023 03:48 PM Jim Pingle

PHP updates in interfaces.inc. Implements #14790

  • Converted to new array/config access functions. Implements #14790
  • Eliminated direct config and $g access. Issue #14790
  • Fixes #14579
  • Fixes the part of issue #14544 relevant to interfaces.php
e17a8991 09/18/2023 01:53 PM Jim Pingle

Use full path to tail, sort output. Issue #14758