Project

General

Profile

Activity

From 04/06/2023 to 05/05/2023

05/05/2023

12:21 PM Revision 1c0fa041: Revert "Correct RAM disk swap calculation. Issue #13508"
This reverts commit b10998b1951b3e0d1cb74449a6b6dd333b9d292a. Jim Pingle

05/04/2023

05:40 PM Revision b08e5eb8: Update make.conf to use correct miniupnpd port options for v2.3.3
Christian McDonald

05/03/2023

03:39 PM Revision b10998b1: Correct RAM disk swap calculation. Issue #13508
It was not factored into the shell version as it should be (still a
problem here, see Redmine).
It was also returnin...
Jim Pingle
03:26 PM Revision a33abf9d: Start building frr8 for development and testing. For #13575
Christian McDonald

05/02/2023

07:54 PM Revision 9dd708be: Fix PHP 8.x issues in separator functions. Fixes #14338
Jim Pingle
07:40 PM Revision e79a872f: Remove unnecessary utf8_encode'ing to pfSense_kill_states arguments. Partial #9270
Christian McDonald
05:10 PM Revision 9f3f2b6f: Use first label, not last. Fixes #14336
Jim Pingle
04:36 PM Revision 16bf36e0: Have rtsold always call the script, even if 'M' or 'O' bits are not set
Kristof Provost
02:33 PM Revision 3eee2ed7: Repsect NAT nosync for assoc rules. Fixes #14335
Jim Pingle
12:44 PM Revision e472f96d: Update method of finding rule labels. Fixes #14336
The way rule labels are returned from pfSense_get_pf_rules() changed, so
this code needs to follow the new format.
Jim Pingle

05/01/2023

05:19 PM Revision 0b612e54: Correct array_path_enabled syntax for nosync check. Fixes #14316
Jim Pingle
02:41 PM Revision d357172c: FW rule GW status popup improvements. Fixes #14327
* Fix status check to account for current gw status/substatus strings
* Include Tier for gateway groups
* Sort groups...
Jim Pingle

04/27/2023

09:26 PM Revision 43efba01: Use new utility function for ethertype, use correct operator, and remove redundant code. Fix #13382
Marcos M
09:17 PM Revision e8a7e86c: Expose new utility function to validate ethertype. redmine #14308
Marcos M
07:12 PM Revision 41b33b17: refactor is_module_loaded to first check by module name, then by file name
Christian McDonald
02:30 PM Revision d9fb30c4: Corrections for shaper wizards. Fixes #13915
* Fix many inconsistencies in formatting between the wizards
* Fix a few potential bugs in both (changes made to one ...
Jim Pingle
01:56 PM Revision fd30ce6a: refactor format_number and eliminate trailing space on unitless numbers
Christian McDonald

04/26/2023

10:05 PM Revision 04491654: Load if_gif if needed when creating a gif interface. Fixes #14035
Reid Linnemann
07:44 PM Revision c966d0cc: PHP 8 fixes in Dedicated Links Shaper Wizard. Fixes #13915
While here, clean up some formatting. Jim Pingle
05:16 PM Revision 1c6665b0: PHP 8 fixes in Multi-All Shaper Wizard. Issue #13915
While here, clean up some formatting. Jim Pingle
07:02 AM Revision ddf9d1e1: Fix MSS clamping for IPsec IPv6 VPNs
The definition of vpn_networks did not include the IPsec IPv6 pool.
Signed-off-by: Richard Laager <rlaager@wiktel.com>
Richard Laager

04/21/2023

01:53 PM Revision 481e2b0d: Add pfSense-pkg-udpbroadcastrelay to poudriere_bulk
Christian McDonald

04/19/2023

12:39 PM Revision d49f0945: Fix invalid pcap filters in some cases. Fixes #13382
Marcos M

04/18/2023

04:53 AM Revision 4c8844e3: rc.carpmaster: remove openlog() call which changes php-fpm log facility
In commit 0eae38cd2511e304c4660f8aeead751564f9dfc9, this call was added
alongside other changes to the rc.carpmaster ...
Reid Linnemann

04/17/2023

06:19 PM Revision 11d14d62: Remove invalid syslog test. Fixes #14283
Having an empty syslog config section is valid, as is not having a
section at all. We should always generate the conf...
Jim Pingle
03:32 AM Revision 0d9f5d52: Additional changes to new Packet Capture GUI. Implements #13382
Marcos M

04/14/2023

03:22 PM Revision e5e1e8f9: Fix DHCP HTTPBoot w/static maps. Fixes #13573
Jim Pingle
02:32 PM Revision 0ba1a7ec: Fix handling of OpenVPN client TN. Fixes #13350
* ifconfig format was incorrect for certain mode combinations, leading
to OpenVPN failing to start.
* Changed wordi...
Jim Pingle

04/13/2023

04:02 PM Revision 3019cad0: Add plugin hook for nginx conf. Implements #13054
* Plugin hook is called once for entries to be placed below locations in
the main GUI server, and a second time for...
Jim Pingle

04/12/2023

08:06 PM Revision b63b534c: remove dhcpleases6 from base install
Christian McDonald
07:38 PM Revision 53dbfb25: Fix default DHCP server if selection. Fixes #14115
Jim Pingle
07:15 PM Revision 3dfbc1fa: Safety belt check for CP used mac db content. Fixes #14172
Jim Pingle
07:09 PM Revision 7fb2954d: Don't sync if settings are empty. Fixes #14182
Jim Pingle
06:59 PM Revision 40eb0d51: Add user limits pchtherm data. Implements #14255
Steve Wheeler
03:19 PM Revision f48271e0: dnsmasq strict order/all servers are mutually exclusive. Fixes #13655
Jim Pingle
03:07 PM Revision e90ba648: Automatic CARP/VIP rule refinements. Fixes #13908
* Perform a filter reload after deleting a VIP. This is important not
only for CARP but other VIPs, since they may ...
Jim Pingle

04/11/2023

07:24 PM Revision b959ca07: Trim whitespace from static addrs on save. Fixes #13959
Jim Pingle
07:19 PM Revision 9d6220c6: Remove sleep from Do Not Wait for RA code path. Fixes #13492
The purpose of the sleep was never documented as far back as I could
tell, and it appears to cause more harm than goo...
Jim Pingle
03:29 PM Revision fbf8f9e8: Multiple issues with ICMP NAT/Rules. Fixes #14267
* When making an associated firewall rule for a port forward, do not
craft what would be an invalid port range.
* W...
Jim Pingle
02:34 PM Revision 854a454c: Additional changes to new Packet Capture GUI. Implements #13382
Marcos M

04/10/2023

03:56 PM Revision 02af3d3e: Normalize IPv6 prefix prior to use in ip_in_subnet(). Fixes #14256
Jim Pingle
02:04 PM Revision aa3bbcb4: Add PCH thermal data to the thermal sensors widget and RRD graphs. Implements #14255
Steve Wheeler
01:40 PM Revision 4dc0624a: Fix punctuation. Fixes #14188
Jim Pingle
01:11 PM Revision 4b34ebd2: Update fw host/domain description text and add to wizard. Fixes #14250
* Update firewall host/domain description text
* Use same description on system.php and setup wizard
Jim Pingle

04/07/2023

04:18 PM Revision 2eb25975: Cast to float in format_number(). Fixes #14236
Jim Pingle
 

Also available in: Atom