Project

General

Profile

Activity

From 08/20/2022 to 09/18/2022

09/16/2022

11:02 PM Revision 1983008e: Fix services installation only installing the last service of a pkg. Issue #13446.
The original re-fetched the services list from the config at every iteration
over the package's services list when a...
Reid Linnemann
08:06 PM Revision dd7d7022: Introduce config_init_path for config_* family completeness. For #13446
Christian McDonald
04:12 PM Revision a7e50981: Allow user to select PKCS#12 encryption. Fixes #13257
Jim Pingle

09/15/2022

08:52 PM Revision 363ea6b0: Temporarily remove lsof and Telegraf from the build until fixed on main
Brad Davis
04:10 PM Revision 9efec277: Convert P12 export to OpenSSL. Fixes #13257
PHP native method of creating PKCS#12 archives does not support using specific algorithms for encryption, so use the ... Jim Pingle

09/14/2022

06:48 PM Revision 475feb89: Fixes some PHP bugs. For #13446
Christian McDonald
02:59 PM Revision 067f3650: Fix primary console handling for EFI. Fixes #13080
Tested and working for both BIOS and EFI systems. Jim Pingle

09/13/2022

07:06 PM Revision c3a65526: Skip empty ca/cert/crl tags.
Jim Pingle
05:14 PM Revision 8fa5038b: Update external http links
Marcos M
02:01 AM Revision abcdcfa0: Fix formatting in pkg-utils.inc output
Marcos M

09/12/2022

10:42 PM Revision 4b78c041: Fix array/config path functions to handle key 0 correctly. Issue #13446
Reid Linnemann
06:41 PM Revision c9f89f03: Fix various PHP issues in vpn.inc
Also rewrite the method used to get DNS servers. It's still not perfect
but the old code had several potential proble...
Jim Pingle
01:50 PM Revision 8645d4c2: Skip empty DHCP static map entries.
Jim Pingle

09/09/2022

06:14 PM Revision 44b93616: Fix some config access bugs in pkg.php for PHP81. Fixes #13446
Christian McDonald
04:25 PM Revision c93b3fcd: Replace all direct $config accesses in pkg-utils.inc. Issue #13446
Reid Linnemann
03:51 PM Revision 4df6bd9f: Replace direct $config accesses in interfaces_vlan_edit.php. Issue #13446
Reid Linnemann
03:18 PM Revision 70db168b: Correct Namecheap parsing failure. Fixes #12816
Better fix that converts the content encoding in case it really is in
the stated encoding, plus a more robust method ...
Jim Pingle
01:08 PM Revision b2459716: Skip empty services when installing packages.
Jim Pingle

09/08/2022

10:35 PM Revision 4fee94b6: Replace all direct $config accesses in interfaces.inc. #13446
Reid Linnemann
10:35 PM Revision 92539bd2: Make array/config path funcs handle empty path elements. #13446
Reid Linnemann
06:19 PM Revision 54457c75: Introduce array_init_path, refactor init_config_arr, and fix potential race. For #13446
Christian McDonald
03:58 PM Revision 843ee1ac: Cert-related PHP 8.x changes.
Jim Pingle
03:14 PM Revision 20fb5adf: Update status_carp.php PHP81 for #13446
Christian McDonald
01:40 AM Revision 60fd3bd0: Update interfaces_qinq_edit.php PHP81 for #13466
Christian McDonald
01:39 AM Revision 3fce3f6e: Update interfaces_vlan_edit.php PHP81 for #13466
Christian McDonald
01:36 AM Revision c59e9803: Fix interfaces_groups_edit.php PHP81 for #13466
Christian McDonald

09/07/2022

09:07 PM Revision 35bf4437: More PHP81 fixes for certs.inc
Christian McDonald
09:02 PM Revision 25ab4237: Update is_openvpn_*_ca family for PHP81 for #13446
Christian McDonald
08:48 PM Revision c0d3797c: Fixes some PHP81 related config access issues related to interfaces and interface assignments for #13446
Christian McDonald
12:08 PM Revision 723bc5b0: System Identification fixes
Steve Wheeler
08:37 AM Revision 19c90883: add missing '$'
Kristof Provost

09/06/2022

10:47 PM Revision 532a1a0e: Replace all direct $config accesses in services.inc. Issue #13446
Reid Linnemann
01:57 PM Revision f1f9d341: Hide stderr output when the mmcsd0 device does not exist
Brad Davis
01:57 PM Revision 53af9233: Test to make sure we have a ZFS partition before trying to run zpool commands
Brad Davis
12:25 PM Revision a1f82124: Merge pull request #4612 from zeroflow/master
Jim Pingle

09/03/2022

07:49 AM Revision 1be1ced9: Rename DHCP status from online/offline to active / idle/offline
Thomas Arthofer

09/02/2022

04:48 PM Revision 0d24e58a: Fix checking openvpn client or server config exists. Issue #13446
Reid Linnemann
04:03 PM Revision c6bea26c: Fix state limit
Jim Pingle
02:40 PM Revision 027f2536: Captive portal PHP 8.1 fixes Issue #13446
Jim Pingle

09/01/2022

07:27 PM Revision 1880e201: Correctly count pf eth rule counters. Fix #13418
Marcos M

08/31/2022

08:40 PM Revision 02a3d242: CP stats fclose fix.
Don't attempt to close unless the open succeeded. Jim Pingle
08:37 PM Revision d2e806c4: service-utils PHP8.1 fixes. Issue #13446
Jim Pingle
07:22 PM Revision 95d50585: Fix PHP error building if list. Issue #13446
Jim Pingle
05:50 PM Revision e2f5ef16: dhclient pid path fix. Issue #13217
Viktor Gurov
05:48 PM Revision 3fde29a4: Reconfigure bridges with OpenVPN QinQ interfaces on boot. Fixes #13225
Viktor Gurov
05:36 PM Revision 6243a35d: Update pfSense-dark.css
Christopher Cope
05:36 PM Revision 9cc78f9c: Darken disabled input fields in dark theme. Fix #13390
Marcos M
05:34 PM Revision 3f8e09a5: Add option to list ACB restores in reverse order. Feature #11266
Christopher Cope
05:29 PM Revision f03f7989: Use certificate trust store when verifying alias URLs. Fix #13367
Marcos M
05:28 PM Revision 6f9765f2: Remove unnecessary link tag. Fixes #7996
Marcos M
05:25 PM Revision 55f0061a: Avoid creating empty ciscoavpair rules files. Fix #13243
Marcos M
05:22 PM Revision 497ea0a6: Restart gateway monitor on interface re-assign. Issue #12920
Viktor Gurov
12:57 PM Revision e97e9478: Fix syslog remote enable check. Issue #13446
Jim Pingle

08/30/2022

07:20 PM Revision b767ea71: Skip empty gateways on interfaces.php Issue #13446
Jim Pingle
07:02 PM Revision d4bc706b: PHP 8.1 fixups in syslog.inc. Issue #13446
Jim Pingle
05:42 PM Revision fca0f301: Fix PHP errors. Issue #13446
* Fix error from empty syslog tag in config
* Fix error from empty menu tag in config
Jim Pingle

08/29/2022

08:01 PM Revision 48908d3c: Fix missing sprintf format type. Issue #13446
Jim Pingle
05:54 PM Revision af044b67: Correct anchors passed to pfSense_pf_cp functions. Fix #13418
Anchors for each client IP address include the CIDR size Marcos M
04:13 PM Revision fe7bd855: Fix PHP error on services_dnsmasq.php. Issue #13446
Jim Pingle
04:03 PM Revision e19ef9c9: Fix PHP error on services_unbound.php. Issue #13446
Jim Pingle
03:15 PM Revision 380e3c85: Fix gateway group error from PHP 8.1. Issue #13446
Jim Pingle
02:18 PM Revision c239afac: Clean up warnings and errors in pfsense-utils.inc. #13446
* Remove a number of unreferenced variables
* Fix type of output capture variables for exec() calls from string to a...
Reid Linnemann
02:18 PM Revision 0ba30e57: Replace all direct $config accesses in rc.start_packages. #13446
Reid Linnemann
02:18 PM Revision 33766cbc: Replace all direct $config accesses in util.inc. #13446
Reid Linnemann
02:18 PM Revision 364c9484: Replace direct $config accesses in pfsense-utils.inc. #13446
Some direct accesses remain due their tight coupling to the management of the
configuration as a whole or are deferre...
Reid Linnemann
02:18 PM Revision d16f73ce: Replace direct accesses to $config in rc.update_urltables. #13446
Reid Linnemann
02:18 PM Revision e2ece8c7: Correct warnings in authgui.inc. #13446
* Unused variables $user_settings, $g in display_error_form()
* Unused variable $nifty_background in display_login_fo...
Reid Linnemann
02:18 PM Revision ecbaa35f: Replace all direct accesses to $config in authgui.inc. #13446
Reid Linnemann
02:18 PM Revision a5906662: Correct typo on include of config.lib. #13446
Reid Linnemann
02:18 PM Revision aea387d3: Replace remaining direct accesses to $config in filter.inc. #13446
Reid Linnemann

08/27/2022

08:39 PM Revision 5f9666a1: Remove IPv6 validation for RADIUS auth. Fixes #4154
R. Christian McDonald

08/26/2022

06:02 PM Revision 0c93b91a: Upgrade to php81
Brad Davis
05:09 PM Revision 451134f3: Rework formatting
Add icons
remove red text for offline
remove bold/italic for both
Thomas Arthofer
11:22 AM Revision 4aa6a102: Add formatting to online status in status_dhcp[v6]_leases.php for better readability. Implements #10345
Adds color & formatting to host online status
online = bold + green
offline = italic + red
Thomas Arthofer

08/25/2022

07:02 AM Revision c064bf32: Replace another config access in authgui.inc
I ran into this one on a fresh install (amd64/bhyve), CE, on main. Kristof Provost

08/24/2022

08:20 PM Revision c4117e83: Make array/config_set_path() create intermediary paths
Reid Linnemann

08/23/2022

11:24 PM Revision 84ba2e6e: Restore scope to address sent to Net_IPv6::compress now that it is fixed
Reid Linnemann
11:24 PM Revision 2cd097e5: Replace direct config accessin openvpn.inc
Reid Linnemann
11:24 PM Revision e0012fc3: Fix missing format specifier in input field help
Reid Linnemann
11:24 PM Revision d0ca7530: Replace direct config accesses in status_graph.php, status_ntpd.php
Reid Linnemann
11:24 PM Revision 466d0e96: Correct format specifier in input help
Reid Linnemann
11:24 PM Revision 910a1f74: Fix warnings in firewall_virtual_ip.inc
* unused variable $natdescr removed
* double quoted gettext string swallows and expands $s, single quote instead
* ...
Reid Linnemann
11:24 PM Revision 66ab66c3: Replace direct config array access in diag_packet_capture.php
Reid Linnemann
11:24 PM Revision 746f30e3: Add config and config lib requires to guionfig.inc
Reid Linnemann
11:24 PM Revision 1073f4c6: Remove direct config array accesses from firewall_virtual_ip.inc
Reid Linnemann
11:24 PM Revision eec3ca7f: Add config/array_del_path helper function and associated test
Reid Linnemann
11:24 PM Revision 3bea27fd: Rename run_dhcp6client_process param to debugOption
Reid Linnemann
11:24 PM Revision 18ad7933: Correct a stray single quote in a config path
Reid Linnemann
11:24 PM Revision 27cb0c5a: In get_ll_scope(), remove intermediate $scope variable
Reid Linnemann
11:24 PM Revision 63de060f: Remove '/enable' from a path given to config_path_enabled()
Reid Linnemann
11:24 PM Revision 1ae906ba: Clean up declared and unused variables in config.console.inc
Reid Linnemann
11:24 PM Revision 123efede: Fix some missing '/'es in config paths
Reid Linnemann
11:24 PM Revision 2ca58ffd: Replace several direct config accesses in filter.inc
Major overhauls done in:
* filter_generate_gateways(0
* filter_get_vpns_list()
* filter_generate_optcfg_arry()
* ...
Reid Linnemann
11:24 PM Revision dc337505: Fix unused and undefined variable warnings in util.inc
Reid Linnemann
11:24 PM Revision 24b3f37e: Fix unexpected type string for exec output
Reid Linnemann
11:24 PM Revision 5daccf2d: Fix undefined and unused variable warnings in interfaces.inc
Notes:
* interfaces_tunnel_configure()
* loop continue on address type "track6" never hit, defined variable is
...
Reid Linnemann
11:24 PM Revision 207482a5: Replace direct config array accesses in interfaces.inc
Reid Linnemann
11:24 PM Revision 345d9f0e: Replace some direct config array accesses in wizard.php
Reid Linnemann
11:24 PM Revision a949b7ae: Correct deprecated implode() syntax
Reid Linnemann
11:24 PM Revision 2f971e22: Fix warnings in guiconfig.inc, unexpanded string in get_config_path call
Reid Linnemann
11:24 PM Revision a329c99b: Replace config array accesses in guiconfig.inc
Reid Linnemann
11:24 PM Revision 2d5c75fa: Change some config array accesses in interfaces.php
Reid Linnemann
11:24 PM Revision 49647709: Replace some config array access in services_dnsmasq.inc
Reid Linnemann
11:24 PM Revision 5922dddf: Replace config array accesses in create_interface_list()
Reid Linnemann
11:24 PM Revision fab98cb6: Fix multilevel array access outside config in util.inc
* Add generic array get/set path and path_exists functions to util.inc
* Wrap these more generic versions with the c...
Reid Linnemann
11:24 PM Revision 077588c3: Make list assign from explode output safer
* Make the explode limit to the number of expected items
* Assign values by array_shift() to prevent undefined key ...
Reid Linnemann
11:24 PM Revision 5833da65: Fix some undefined variable warnings
Reid Linnemann
11:24 PM Revision 988a687c: Fix several unsafe multilevel config array accesses in setup wizard
Reid Linnemann
11:24 PM Revision b4d8cf58: Correct single quoted string with parameter expansion
Reid Linnemann
11:24 PM Revision c6188970: Silence unused/undef'd variable warnings in filter.inc
Reid Linnemann
11:24 PM Revision 4c16247e: Replace multilevel config array access around the web gui port
Reid Linnemann
11:24 PM Revision f5b91462: Replace multilevel config array accesses regarding openvpn
Reid Linnemann
11:24 PM Revision a25e9691: Replace multilevel array accesses regarding v4 and v6 gateways
Reid Linnemann
11:24 PM Revision 9fb6cc18: Replace more problematic multilevel config array access
Reid Linnemann
11:24 PM Revision 51e30f11: Fix text_to_compressed_ipv6() to omit %ifname from v6 addresses
Prior to this, v6 addresses would be considered by Net_IPv6::compress() to have
an ipv4 part consisting of all text f...
Reid Linnemann
11:24 PM Revision 41025e0a: Use config_path_enabled() and config_get_path() for troublesome paths
Reid Linnemann
11:24 PM Revision 03215791: Add config_path_enabled() function and associated tests
Reid Linnemann
11:24 PM Revision 10ad2540: Replace more direct config array access with config_get_path()
Reid Linnemann
11:24 PM Revision 1376d109: Change numerous direct references into config to config_get_path()
Reid Linnemann
11:24 PM Revision 05952582: Correct dhcpv6 enable check to use config_get_path()
Reid Linnemann
11:24 PM Revision fb2be38a: Use config_get_path for openvpn interfaces and ifgroups
Reid Linnemann
11:24 PM Revision 09d0ff02: Use config_get_path for looking up static ARP entries
Reid Linnemann
11:24 PM Revision 29bed760: Use config_get_path() for friendly ifnames and vlan configs
These elements may not exist in the config depending on the user config and
available ifaces, causing errors in php 8...
Reid Linnemann
11:24 PM Revision 926479e8: Make php stdout and stderr less verbose for nonfatal messages
Reid Linnemann
11:24 PM Revision 6d0aa23d: Add missing require of interfaces.inc to util.inc
Reid Linnemann
11:24 PM Revision de3f6463: Correct required param after optional param syntax errors
Reid Linnemann
11:24 PM Revision ddf7b2db: Silence warnings about missing global key 'booting'
Reid Linnemann
11:24 PM Revision 92abdaf0: Add config_get_path and config_set_path for config element access
config_get_path and config_set_path allow the user to specify a configuration
element by path rather than by direct a...
Reid Linnemann
11:24 PM Revision 47fb5604: Inhibit startup error printing to stdout in read_global_var
Reid Linnemann
11:24 PM Revision dfd11d44: Add php81 extensions dir path
Reid Linnemann
11:24 PM Revision 22c89db3: Use array_values() to expand $cert_curve_compatible
In php8, call_user_func_array expands the $cert_curve_compatible array into
named parameters for nominated func array...
Reid Linnemann
11:24 PM Revision b880c1a3: Select default php version 8.1
Reid Linnemann

08/22/2022

03:12 PM Revision 9484a1cb: Consider EC digest prefix when renewing CA/Cert. Fixes #13437
Jim Pingle
01:27 PM Revision f82edca2: Merge pull request #4611 from jaredhendrickson13/fix_system_advanced_firewall_validation
Jim Pingle

08/21/2022

04:51 PM Revision b8890aad: fix: corrects validations for various fields in system_advanced_firewall.inc
Jared Hendrickson
 

Also available in: Atom