-
-
Notifications
You must be signed in to change notification settings - Fork 126
v2.5.0 Features & Fixes #704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This allow to properly set conditions for 'password'
Plural (Many) Endpoint added.
create/delete FreeRADIUS user (initial commit)
pfSense 2.8.0 adds a new backend GatewaysCache that is not automatically kept up-to-date. This means there can be a conflict between the current configuration and the cache when the routing subsystem is applied which can result in duplicate or unintentional routing changes. This change clears the cache before we apply routing changes to ensure its always up-to-date with the config
In pfSense 2.8.0, password hashes generated by local_user_set_password() are now nested under an 'item' key. This change ensures we look for the hash at that location.
…move_options In pfSense 2.8.0. remove_route is replaced with a more general remove_options with additional push-remove options
In pfSense 2.8.0, the OpenVPNClientSpecificOverride::push_reset field is represented as empty string when true, and null when false (default)
…sPool kea tests These fields are currently not available for Kea, but remain for ISC DHCP
…)Endpoint.inc - Endpoints comments fixed
This fixes an issue that would silently cause writes to fail if there were extra slashes in the config path
This updates the model to be compatible with changes to pfSense's cert_renew() function introduced in pfSense 2.8.0. This fixes an issue that would cause a fatal configuration overwrite on pfSense 2.8.0.
…ead of certctl In pfSense 2.8.0, it takes quite a lot of time for the system to rehash trusted CAs via certctl. But we can tell if a certificate is trusted by checking for the CA in /usr/local/etc/ssl/certs/ instead"
This updates the model to be compatible with changes to pfSense's cert_renew() function introduced in pfSense 2.8.0. This fixes an issue that would cause a fatal configuration overwrite on pfSense 2.8.0.
This updates the model to be compatible with changes to pfSense's crl_update() function introduced in pfSense 2.8.0.
FreeRADIUS users
…i into next_minor
This should help prevent a potential conflicts with other repo related tasks on the system.
Before, we were neglecting to cleanup some dynamic files like forms, endpoints, caches and schemas. This change includes de-install tasks to handle cleanup of these files. This also improves the order of de-installation tasks to avoid package de-install warnings about missing files due to improper removal order.
Now that CE is on FreeBSD-15.0-CURRENT this should be the default for all builds
This was
linked to
issues
May 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New
advancedfield to HAProxyBackendServer Missingadvancedfield from HAProxy backend servers #682descrfield to WireGuardTunnel WireGuard API endpoint does not return tunnel description #705Changes
remove_routefield has been replaced withremove_optionsremove_optionsis an array of strings and must match redefined choices. Refer to the API documentation for more info.Fixes
passwordfield could fail to create a hash on pfSense Plus/usr/local/pkg/RESTAPI/.resources/scripts/manage.php#700