Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a46b65d8 03/04/2024 06:21 PM Jim Pingle

status.php: Omit IPsec if inactive. Fixes #15310

b73a6caa 03/04/2024 06:16 PM Jim Pingle

Add Kea info to status.php. Implements #14953

While here, change ISC DHCP info header to include "ISC" and only
include those sections if the config files exist.

e0034642 03/02/2024 12:17 AM Marcos M

Use getter/setters for config access in gwlb.inc

600f240e 03/01/2024 10:59 PM Kristof Provost

qinq: remove incorrect config access

32a632b1 03/01/2024 07:45 PM Jim Pingle

Improve Setup Wizard error handling. Fixes #15302

While here, clean up some misc PHP syntax I spotted along the way.

Also made sure all error messages are wrapped in gettext()

7129aba0 03/01/2024 07:37 PM Jim Pingle

Fixup wizard pw to reduce diff against issue #15266

53dfecd0 03/01/2024 07:26 PM Jim Pingle

Fix setup wizard WAN form field name. Fixes #15301

01ea8e05 03/01/2024 06:45 PM Jim Pingle

Update setup wizard WAN JavaScript. Fixes #15301

c4704b9d 02/29/2024 08:37 PM Marcos M

Update old fontawesome class reference

607a638b 02/29/2024 05:13 PM Jim Pingle

Add loader.conf.lua to status.php. Implements #15298

36ab2068 02/29/2024 05:08 PM Jim Pingle

Add EFI boot info to status.php. Implements #15297

4e8f6ced 02/16/2024 05:07 PM Jim Pingle

Remove unnecessary treegrid files. Implements #15265

bde72e2d 02/16/2024 04:46 PM Jim Pingle

Encode PHP error log content before display. Fixes #15264

9d78a172 02/16/2024 04:41 PM Jim Pingle

Correct PHP error display issues. Fixes #15263

2aea75df 02/10/2024 11:23 PM Marcos M

Change "IP family" to "address family"

c489213a 02/10/2024 10:02 PM Marcos M

Kill matching opposite states when schedules expire. Fix #15252

b21a0e18 02/09/2024 03:30 PM Marcos M

Prevent the default gateway group from being deleted. Fix #15248

6030dd45 02/07/2024 08:32 PM Marcos M

Show interface subnet details for IPsec Phase 2. Implement #15245

While there, prevent interface subnet selections from
showing for the NAT/BINAT field.

a61d68dd 02/05/2024 11:54 PM Marcos M

Show system alias popups for rules. Implement #15234

8faff190 02/01/2024 05:34 PM Marcos M

Check static intefaces with a pending gateway. Fix #15225

Interfaces with a static configuration may have a pending gateway
status when killing states for downed interfaces.

6f59a7f9 02/01/2024 04:12 PM Jim Pingle

ACB: Validate+encode frequency value. Fixes #15224

ba90ace4 02/01/2024 01:22 AM Marcos M

Process downed gateways when killing states. Fix #15223

By the time filter_delete_states_for_down_gateways() is called,
filter_generate_gateways() has already removed downed gateways from the
$GatewaysList array. Hence, states are not killed for downed gateways....

42267161 01/31/2024 04:46 PM Marcos M

Don't check empty arrays

min() requires at least one element in the array

bedd340c 01/31/2024 08:51 AM Marcos M

Remove failover states using only the gateway label

Interfaces were previously specified since the inbound state needs to
be killed (due to route-to) for the connection to restart on the
preferred gateway. This interrupts connections already established on...

43b129c7 01/30/2024 09:03 PM Marcos M

Update gateway recovery text

4e569a40 01/29/2024 05:30 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.

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

e022d8cd 01/28/2024 03:40 PM Marcos M

Use the correct function parameters. Fix #15206

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

b4df50f4 01/28/2024 03:18 PM Marcos M

Remove old state killing colde. Fix #12942

For rc.newwanip, it's redundant to kill specific states before killing
all states. For ppp-linkup, state killing is already handled by calling
filter_configure_sync() in rc.newwanip which is called by
check_reload_status.

4f90b67b 01/27/2024 07:39 PM Marcos M

Check for empty hosts when generating outbound NAT rules. Fix #15197

Make sure that there's a valid host when calling
filter_nat_rules_generate_if() and add missing new lines.

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

fb04e80e 01/18/2024 07:19 PM Marcos M

Explicitly set ddns-updates. Fix #13894

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

Add option to set State Policy. Implements #15173

Also changes default policy to if-bound.

cb77811a 01/17/2024 03:20 PM Marcos M

Add brackets to returned IPv6 nameservers. Fix #15170

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

Use absolute links in GUI info messages. Fixes #13413

e6a751da 01/16/2024 09:48 PM Steve Wheeler

Detect OCI platform

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

89cc24a6 01/04/2024 04:38 PM Marcos M

Add IPv6 localhost nameserver to /etc/resolv.conf. Fix #15139

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

c48e3d87 12/30/2023 10:44 PM Christopher Cope

Bail earlier if the LDAP connection fails. Fix #15122

4bd55d9a 12/29/2023 06:35 PM Marcos M

Remove broken input validation

This input validation was originally done in a function that effectively
ignored any input errors. When it was taken out of the function, the
input errors were no longer ignored which resulted in false positives.
This commit removes the respective input validation which effectively...

8e83f722 12/28/2023 10:27 PM Marcos M

Strip the prefix size from the VTI remote address. Fix #15124

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

pfSenseHelpers.js: improve usepost interface. See comment.

563d3c76 12/27/2023 09:14 PM Marcos M

Remove unnecessary sleep when configuring unbound

88674cdb 12/27/2023 09:10 PM Marcos M

Reconfigure VLANs after recreating LAGG interfaces. Fix #9453

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

65b5c400 12/21/2023 04:47 PM Reid Linnemann

get_sysctl(): check return status and log failures, add retries. #14648

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

c32312a3 12/20/2023 12:31 AM Marcos M

Handle IPv6 GUA and ULA in get_interface_track6ip(). Fix #15057

1c4ca20d 12/15/2023 04:12 PM Marcos M

Include IPv6 VIPs in system subnet aliases. Fix #15096

192dba69 12/08/2023 09:55 PM Marcos M

Handle backuppath entries with multiple paths. Fix #15076

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

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

fbc8d7d0 12/08/2023 06:19 PM Marcos M

Check "all" when restarting unbound based on interface. Fix #15071

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

Use the correct fontawesome icon prefix

ea161f3b 12/06/2023 02:04 PM Jim Pingle

Remove bonus space. Fixes #15069

f15e8e4f 12/04/2023 03:52 PM Marcos M

Dynamically adjust login banner interface max width. Fix #13268

b68e0c0c 12/04/2023 03:46 PM Marcos M

Consolidate shaper input validation

Remove the duplicate function and integrate it with the rest of the
validate_input() methods.
do_input_validation() in guiconfig.inc cannot be included in shaper.inc;
this change avoids moving it somewhere that may not be ideal.

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

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

16e4d50a 12/03/2023 12:12 AM Christopher Cope

etc/rc.ecl: Update CD/DVD logic. Fixes #14728

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