Activity
From 11/22/2022 to 12/21/2022
12/21/2022
-
07:44 PM Revision b7b482b1: xmlparse.inc: tweak the handling of XML listtags that are parsed as leaf strings
-
05:59 PM Revision 1670f4c0: Correct check IP service config path.
-
04:38 PM Revision 5daac457: Revert "Pass reloadall flag to dhcp6c config. Fixes #13253"
- This reverts commit 8e88bd48a22b55d213ac7613be74c651706cfa0d.
-
06:26 AM Revision 435948ff: Always declare $config global in case a script is included in a non-global scope
- $config is expected to always be a global containing the parsed configuration,
however in the sources that it is assi...
12/20/2022
-
06:37 PM Revision 9ac53f56: Fix more config access regressions in filter.inc. Fix #13754
-
06:25 PM Revision 7e5dbbfc: Fix regression allowing blocked MAC addresses to login. Fix #13747
-
03:51 PM Revision 0fb806ad: PHP 8.1 fixes for DNS Forwarder Hosts/Overrides. Fixes #13781
-
01:50 PM Revision 6ba16cde: Correct DHCP lease reg enabled test. Fixes #13782
-
01:14 PM Revision 243afd23: Revert "Fix more config access regressions in filter.inc. Fix #13754"
- This reverts commit c0d7519df5dc1632ba9f2791ab377bdc19f45105.
12/19/2022
-
07:00 PM Revision c0d7519d: Fix more config access regressions in filter.inc. Fix #13754
-
03:01 PM Revision ce2fe058: Redo Unbound ACL action handling. Fixes #13767
12/16/2022
-
05:05 PM Revision db6dd2d2: Don't load CSRF timeout from config. Fixes #13757
- This allows us to reorder includes so that authgui.inc can load auth.inc first, which fixes several auth mechanisms t...
12/15/2022
-
11:27 PM Revision 1e706214: Protect mem_usage() from doing arithmetic with empty sysctl values.
- get_single_sysctl() may return an empty string in some conditions, there is no
guarantee that it returns an expected ... - 04:20 PM Revision 616579c0: Remove trailing whitespace
- 04:20 PM Revision 4049406a: Remove cxl from altq capable interfaces list
-
02:27 PM Revision 8a9e2bfb: Some cleanups in system_routes.php
-
01:45 PM Revision e44e4bb8: Clean up some global access in system_routes_edit.php
-
01:33 PM Revision de0e9927: Fix gateway list for static routes. Fixes #13761
12/14/2022
-
06:38 PM Revision 7cae10a3: Revert "Correct includes/load order in guiconfig.inc. Fixes #13757"
- This reverts commit 2a24c162e0a8e69d176c54b5a7be09b23cb233f8.
-
06:23 PM Revision 2a24c162: Correct includes/load order in guiconfig.inc. Fixes #13757
- The recent change here ended up loading some things out of order.
-
04:49 PM Revision e3d247ec: Another DDNS empty entry fix. Fixes #13581
-
04:45 PM Revision 00d3003d: Improve handling of empty DDNS entries. Fixes #13581
-
04:35 PM Revision 2067a034: Revert "Add shells/zsh to poudriere_bulk"
- This reverts commit a360b261b33663b062b20ec15f3f7b5082e6e2bd.
This requires man(1) which we do not have so revert th... -
02:48 PM Revision a360b261: Add shells/zsh to poudriere_bulk
-
02:05 PM Revision 374dd9fe: UPnP rule/service cleanup. Fixes #13755
- * Fix several incorrect config paths/tests
* Fix UPnP local interface automatic rule to pass traffic into UPnP
itse... -
03:42 AM Revision 46c9508e: Fix config access regressions in filter.inc. Fix #13754
12/13/2022
-
09:39 PM Revision 30196510: Fix direct config accesses in unbound for php81
-
06:48 PM Revision 503e7e8c: Fix DHCP server ping check option. Fixes #13748
12/12/2022
-
02:09 PM Revision 8fec79ad: Restore default interface media selection. Fix #13635
-
02:08 PM Revision 5c7cda13: Restore default description behavior. Fix #13739
12/09/2022
-
06:53 PM Revision 483512b3: Prevent get_pf_rules() from indexing a string error. Fixes #13660
- pfSense_get_pf_rules(), which populates the $rulescnt variable sent to
get_pf_rules(), will terminate its loop fetchi... -
05:24 PM Revision c7f74fcc: Add phpunit/phpunit to composer as dev dependency
-
01:18 PM Revision 2c8f5e09: Remove leftover debug prints.
-
12:14 AM Revision 63a0efce: Work around for empty config tags. Fixes #13564.
- Related to issue #13642, the serialization of route maps was broken for a time
in such a way that the frrglobalroutem...
12/08/2022
-
10:03 PM Revision 663a93e4: globals.inc needs to be sourced in auth_func.inc
-
09:11 PM Revision 4fb9658d: Improve visibility of select fields in dark theme. Fix #11730
-
09:03 PM Revision 2568e151: Rector direct global g accesses
-
08:28 PM Revision 7e8a2c76: Merge branch 'rcm-rector'
-
08:24 PM Revision 255a18ee: Introduce GlobalGGetExprRector.php
-
07:15 PM Revision b573f119: Use correct UPnP enabled test. Fixes #13735
-
03:09 PM Revision 01d714a1: Add nikic/php-parser as a composer dev dependency
-
02:51 AM Revision 089c14df: Update Rector to v0.15
12/07/2022
-
08:42 PM Revision 0c6c7237: Update composer.lock
-
04:40 PM Revision 9a5eb723: Add ifmcstat to status.php. Implements #13731
-
03:51 PM Revision dce1eece: Use rtrim for trimming whitespace and EOLs from version files
12/06/2022
-
10:06 PM Revision 8e26b84f: Cleanup globals.inc. Use single quotes on scalar strings.
-
07:11 PM Revision 97ac6eb4: Eliminate some direct config access in util.inc, add some documentation
-
03:17 PM Revision def2ce00: Add append hook to globals.inc.
-
01:18 AM Revision dd8a019e: Fix a regression caused by Rector: Fixes #13712
12/05/2022
-
09:13 PM Revision c5c09acd: Replace direct config access in services_dhcp.php. Fix #13719
-
04:54 PM Revision dbff99ef: Eliminate backticks shell execution operator in diag_system_activity.php.
-
01:28 PM Revision 4dc4ac50: Fix unnecessarily duplicated work. Issue #13250
12/02/2022
-
02:38 PM Revision 2af41fcd: Introduce public accessors for $g: g_has, g_get, and g_set.
-
02:25 PM Revision 51c72717: Improve LDAP debug logs. Implements #13718
-
12:38 PM Revision 3a603398: Fix typo s/_echo/echo/
12/01/2022
-
09:30 PM Revision 7c841634: Revert "Remove unused global $config_extra"
- This reverts commit e36bc382ae1e0533c328b9dcd99959b17171de2e
-
09:30 PM Revision e36bc382: Remove unused global $config_extra
-
08:48 PM Revision a4105aad: Remove unused xmlreader implementation and conditional sourcing
11/30/2022
-
08:37 PM Revision 04d726ac: Disable MTU input for a bridged interface
- Bridge member interfaces cannot have their MTU configured independently from a
bridge, this change disables the MTU i... -
08:37 PM Revision 51b682d9: Add ovpn qinqs to bridges instead of rebuilding them. Fixes #13666
- qinq interfaces defined with parent openvpn interfaces are configured late in
rc.bootup, after qinqs for other physic...
11/29/2022
-
05:54 PM Revision f67c3ec2: rc.ipsec: Strip bonus quotes. Fixes #13076
- The string was coming from check_reload_status wrapped in quotes that
were not necessary, and were causing the string... -
04:55 PM Revision 8de9ebba: $usedmacs should never be a string, default should be an array. For #13705
-
03:51 PM Revision 829322b3: Rector some direct config gets with complex paths.
11/28/2022
-
09:04 PM Revision 8e88bd48: Pass reloadall flag to dhcp6c config. Fixes #13253
- This ensures that if the interface is being configured in a way that requires a reload, that the DHCP6 client is also...
-
08:09 PM Revision 7e3ea4a8: Rector some config unsets with complex paths.
-
05:29 PM Revision 02d6ca03: DDNS Save+Force timeout improvements. Fixes #12870
- * In PHP8, curl_close is a no-op, so remove it.
* Now that curl_close does nothing, we have to set CURLOPT_FORBID_REU... -
05:21 PM Revision f4970dcd: Update Rector config with pfSense-specific tweaks and notes
-
05:03 PM Revision 75c2fbf0: Update namespace for custom Rectors to better align with on-disk hierarchy.
-
03:04 PM Revision 721fafba: Rector some direct config sets with pure scalar paths.
11/23/2022
-
04:34 PM Revision 522e3f91: DHCP6 Adv field validation errors. Fixes #13493
- A few fields were being validated but not informing the user when the
values were bad. This commit lets the user know... -
02:06 PM Revision 1e45d13f: Rector some direct config gets with pure scalar paths.
11/22/2022
-
08:38 PM Revision 88774881: Rector some more direct config unsets with pure scalar paths
-
06:45 PM Revision 6e081414: Rector some direct config unsets with pure scalar string paths.
-
05:04 PM Revision fa323663: IPsec cert SAN improvements. Fixes #13373
- * Improve descriptions of IPsec P1 cert fields.
* Allow using a cert with a wildcard SAN so long as there is at least... -
03:43 PM Revision f16d3f4d: Add CA/Cert invalid descr char list to help. Fixes #13387
-
03:10 PM Revision af613468: Fix regression in URL alias parsing. Fixes #13685
Also available in: Atom