Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
6727d199 01/29/2024 05:28 PM Marcos M

Revert "Show negate option in popup for advanced rule options. Fix #15214"

This reverts commit e933a0230e366faa772686447b530a145af06acf.

e933a023 01/29/2024 05:24 PM Marcos M

Show negate option in popup for advanced rule options. Fix #15214

While there, reoder the tag text to read closr to
how rules are processed.

79025bde 01/28/2024 04:46 PM Marcos M

Add scroll when nagivating menus overlfow. Fix #7943

30d46b63 01/28/2024 03:18 PM Marcos M

Kill states on gateway failover recovery. Implement #855

17e64d8d 01/28/2024 03:18 PM Marcos M

Sync generated gateways to config. Fix #12920

7983c2dd 01/25/2024 06:54 PM Jim Pingle

Remove OpenVPN engine option. Implements #15188

It's been non-functional for years and is only confusing users now.

22de584b 01/25/2024 05:20 PM Jim Pingle

Per-rule State Policy option. Implements #15183

Adds a setting in the advanced section when editing a firewall rule
which allows a rule to use a state policy that differs from the
configured default.

7caf3483 01/19/2024 05:14 PM Jim Pingle

Fix RA IPsec EAP-RADIUS accounting. Fixes #15176

Set the flag which only activates accounting for connections with VIPs
which will restrict accounting to only mobile IPsec connections.

48aea6ee 01/18/2024 08:45 PM Jim Pingle

IPsec P1/P2 delete corrections. Fixes #15171

7fedaae5 01/18/2024 06:56 PM Jim Pingle

Add option to set State Policy. Implements #15173

Also changes default policy to if-bound.

b505dae3 01/16/2024 09:53 PM Christopher Cope

Use absolute links in GUI info messages. Fixes #13413

2adf7b8c 01/16/2024 09:42 PM Christopher Cope

Fix packet captures on tailscale. Fixes #15145

840b1370 01/15/2024 04:56 PM Marcos M

Merge pull request #4664 from opoplawski/no_system_dns

2b2b084c 01/08/2024 09:20 PM Marcos M

Handle VIPs in OpenVPN Wizard. Fix #15148

b580dbfb 01/08/2024 11:56 AM Christian McDonald

Font Awesome: Update to v6.5.1

fa953ac0 01/05/2024 12:45 AM Marcos M

Consolidate is_url_hostname_resolvable() into resolve_address()

is_url_hostname_resolvable() used gethostbyname() which only
supports getting IPv4 records. This change makes resolve_address()
more flexible by accepting URLs and consumes the timeout code
from is_url_hostname_resolvable().

0b3052b3 01/04/2024 09:52 PM Marcos M

Clarify function use and description

11b04370 01/04/2024 04:38 PM Marcos M

Refactor system DNS check. Fix #15127

12cbb18a 01/03/2024 07:25 PM Jim Pingle

Improve validation of DNS Resolver Python script. Fixes #15135

a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

3d95bdde 01/02/2024 08:43 PM Jim Pingle

Correct DHCPv6 lease shortcut section. Fixes #15117

7bb1c10a 12/28/2023 02:00 PM Christian McDonald

pfSenseHelpers.js: improve usepost interface. See comment.

8c2615a3 12/21/2023 05:56 PM Christopher Cope

Trim DHCP & DHCPv6 search strings. #14261

a13da2b0 12/21/2023 05:54 PM Christopher Cope

Fix typo in setup wizard. Fixes #14989

08434feb 12/20/2023 06:19 PM Marcos M

Show only the Message column for raw logs. Implement #15106

55251505 12/20/2023 03:56 PM Marcos M

Remove TOTH. Fix NG#12636

3e0facb2 12/08/2023 06:59 PM Marcos M

Fix off-by-one error when checking for system uid/gid. Fix #15067

b8c13d95 12/08/2023 03:46 PM Marcos M

Use the correct fontawesome icon prefix

0e5dec19 12/04/2023 03:38 PM Marcos M

Allow disabling RA with no IPv6 config on the interface. Fix #14967

cea9d2d0 11/30/2023 07:33 PM Marcos M

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

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

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

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

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

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

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

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

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

Hide WINS fields if NetBIOS is disabled. Fix #13087

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.

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.

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.

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

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

Fix state dump rule ID validation. Fixes #14880

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.

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

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

Introduce Kea DHCP

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.

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

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

Cleanup some unused variables

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

Fixup some separator config access issues. Fixes #14794

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.

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
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

d00473a3 09/14/2023 01:17 PM Kristof Provost

status_carp: use the new `pfctl -sc` command

ec5fca39 09/11/2023 05:50 PM Jim Pingle

Try alt. way of validating route GW fam. Fixes #8846

The when passed a gaetway name, the function won't see a gateway
for a disabled interface as valid. Thus, since we have already
cached the gateway info, try passing the GW address we have
cached instead. This bypasses making the function look up gateways...

7dd12384 09/06/2023 05:22 PM Marcos M

Only log radvd level err and higher by default. Fix #12938
Previous behavior can be restored under System > Advanced > Networking

5224e0b2 09/06/2023 04:41 PM Marcos M

Automatically configure the state hash tables size. Implement #14750

19f6d85f 09/06/2023 03:14 PM Marcos M

Add unbound option sock-queue-timeout to the GUI. Implement #14731

f2031838 09/05/2023 03:35 PM Jim Pingle

Correct Mobile IPsec P2 PFS. Fixes #14736

1b4cdce8 09/02/2023 02:37 AM Marcos M

Show outbound NAT pool options with subnet VIPs. Fix #14740

378c8692 09/01/2023 12:28 PM Jim Pingle

Show value of Speed Shift preference. Issue #14047

Adds the ability to display the underlying value of range (slider)
controls, and activates this for the Speed Shift epp setting.

93f8b287 08/31/2023 08:16 PM Jim Pingle

Intel Speed Shift support. Implements #14047

GUI controls only appear on hardware that supports Speed Shift.

52c5417c 08/28/2023 07:43 PM Jim Pingle

Show IPsec P1 auth in list. Implements #14726

While here, pluralize "Mobile Client" label on mobile P1 since it's
inconsistent with other usages in the IPsec GUI.

9602c76c 08/23/2023 09:23 PM Marcos M

Correctly shift separators when deleting a single rule above a separator. Fix #14691

26b97b65 08/23/2023 08:46 PM Marcos M

Remove the original rule when chaning the rule's interface. Fix #14691

abc8192b 08/23/2023 06:32 PM Marcos M

Refactor rule separators. Fix #14691

9d0cd39f 08/23/2023 03:47 PM Jim Pingle

Fixup PPPoE server input validation. Fixes #13909