freeradius-server

FreeRADIUS - A multi-protocol policy server.

GPL-2.0 License

Stars
2K
Committers
229

Bot releases are visible (Hide)

freeradius-server - 3.2.3 Latest Release

Published by mcnewton over 1 year ago

Configuration changes

  • The rlm_ldap and rlm_sql modules now have a max_retries configuration item in the pool section. This sets a limit on how many times an operation will be retried if it fails indicating a connection issue.
  • Added check_crl configuration to rlm_ldap. This only works with OpenSSL. Many Linux distributions use other TLS libraries, which won't work.
  • Note that rlm_ldap does not support -= operators. The documentation disagreed with the code, so we fixed the documentation.
  • If checkrad is called from SQL Simultaneous-Use checks it will now be passed NAS-Port-Id (as stored in the database), rather than NAS-Port.

Feature improvements

  • Add max_retries for connection pools. Fixes #4908. Patch from Nick Porter.
  • Update dictionary.ciena, dictionary.huawei, dictionary.wifialliance and dictionary.wispr; add dictionary.eleven.
  • You can now list eap in the pre-proxy section. If the packet contains a malformed EAP message, then the request will be rejected. The home server will either reject (or discard) this packet anyways, so this change can only help with large proxy scenarios.
  • Show warnings if libldap is not using OpenSSL.
  • Support RADIUS/1.1. See https://datatracker.ietf.org/doc/draft-dekok-radext-radiusv11/ Disabled by default, can be enabled by passing --with-radiusv11 to the configure script. For now, this is for testing interoperability.
  • Add extra sanity checks for malformed EAP attributes.
  • More TLS debugging output
  • Clear old module instance data before HUP reload. Avoids burst memory use when e.g. using large data files with rlm_files. Patch from Nick Porter.
  • rlm_cache_redis is now included in the freeradius-redis packages.
  • Separate out python2/python3 in Debian Packages. Previously python 2 or 3 was built depending on the system default which led to confusion. We now build both freeradius-python2 and freeradius-python3 packages where possible.

Bug fixes

  • Don't leak MD contexts with OpenSSL 3.0.
  • Increase internal buffer size for TLS connections, which can help with high-load proxies.
  • Send Status-Server checks for TLS connections
  • Give descriptive error if "update CoA" is used with "fake" packets, as it won't work. i.e. inner-tunnel and virtual home servers.
  • Many small ASAN / LSAN fixes from Jorge Pereira.
  • Close inbound RADIUS/TLS socket on TLS errors. When a home server sees a TLS error, it will now close the socket, so proxies do not have an open (but dead) TLS connection.
  • Fix mutex locking issues on inbound RADIUS/TLS connections. This change avoids random issues with "bad record mac".
  • Improve REST encoding loop. Patch from Herwin Weststrate. Closes #4950
  • Correctly report the LDAP group a user was found in. Fixes #3084. Patch from Nick Porter.
  • Force correct packet type when running Post-Auth-Type. Helps with #4980
  • Fix small leak in Client-Lost code. Patch from Terry Burton. PR #4996
  • Fix TCP socket statistics. Closes #4990
  • Use NAS-Port-Id instead of NAS-Port during SQL simultaneous-use checks. Helps with #5010
freeradius-server - 3.2.2

Published by mcnewton over 1 year ago

Configuration changes

  • The linelog module now has a header configuration item, which places a header in any new file it creates.
  • The ldap module now supports setting cipher_list. See mods-available/ldap.
  • Add connect_timeout for outgoing TLS sockets. Helps with #3501.
  • Add config section for xlats in rlm_rest and an option to control REST body data encoding. Patches by Nick Porter.
  • Allow Operator-Name and Called-Station-Id in attr_filter when proxying. Helps with less work in eduroam configurations.
  • Ensure that the AcctUpdateTime field in SQL is always updated. This is so that we can track when the last packet arrived.
  • Update the default configuration to reply to NAS when accounting proxying fails, but we still write to the detail file.

Feature improvements

  • The configure process now gives a much clearer report when it's finished. Patches by Matthew Newton.
  • Fallback to uname -n on missing hostname. Fixes #4771
  • Export thread details in radmin stats threads. Fixes #4770
  • Improve queries for processing radacct into periodic usage data. Fix from Nick Porter.
  • Update dictionary.juniper
  • Add dictionary.calix
  • Fix dictionary.rfc6519 DS-Lite-Tunnel-Name to be octets
  • Update documentation for robust-proxy-accounting, and be more aggressive about sending packets.
  • Add per-module README.md files in the source.
  • Add default Visual Studio configuration for developers.
  • Postgres can now automatically use alternate queries for errors other than duplicate keys.
  • %{listen:TLS-PSK-Identity} is now set when using PSK and psk_query. This helps the server track the identity of the client which is connecting.
  • Include thread stats in Status-Server attributes. Fixes #4870.
  • Mark rlm_unbound stable and add to packages. Patches by Nick Porter.
  • Remove broken/unsupported Dockerfiles for centos8 and debian9.
  • Ensure Docker containers have stable uid/gid. Patches from Terry Burton.

Bug fixes

  • Preliminary support for non-blocking TLS sockets. Helps with #3501.
  • Fix support for partial certificate chains after adding reload support. Fixes #4753
  • Fix handling of debug_condition.
  • Clean up home server states, and re-sync with the dictionaries.
  • Correct certificate order when creating TLS-* attributes. Fixes #4785
  • Update use of isalpha() etc. so broken configurations have less impact on the server.
  • Outgoing TLS sockets now set SNI correctly from the "hostname" configuration item.
  • Support Apple Homebrew on the M1. Fixes #4754
  • Better error messages when %{listen:TLS-...} is used.
  • Getting statistics via Status-Server can now be done within a virtual server. Fixes #4868
  • Make TTLS+MS-CHAP work with TLS 1.3. Fixes #4878.
  • Fix md5 xlat memory leak when using OpenSSL 3. Fix by Terry Burton.
freeradius-server - 3.2.1

Published by mcnewton about 2 years ago

Feature improvements

  • Add dictionary.ciena, dictionary.nile, and DHCPv4 dictionaries,
  • Add simultaneous-use queries for MS SQL.
  • Add radmin command for stats pool <module-name> which prints out statistics about the connection pools.
  • Client statistics now shows "conflicts", to count conflicting packets.
  • New optional "lightweight accounting-on/off" strategy. When refreshing queries.conf you should also add the new nasreload table and corresponding GRANTs to your DB schema.
  • Add TLS-Client-Cert-X509v3-Certificate-Policies, which helps with eduroam. Suggested by Stefan Winter.
  • Allow auth+acct for TCP sockets, too.
  • Add rlm_cache_redis. See raddb/mods-available/cache for details.
  • Allow radmin to look up home servers by name, too.
  • Ensure that dynamic clients don't create loops on duplicates. Reported by Sam Yee.
  • Removed rlm_sqlhpwippool. There was no documentation, no configuration, and the module was ~15 years old with no one using it.
  • Marked rlm_python3 as stable.
  • Add sigalgs_list. See raddb/mods-available/eap. Patch from Boris Lytochkin.
  • For rlm_linelog, when opening files in /dev, look at "permissions" to see whether to open them r/w.
  • More flexibility for dynamic home servers. See doc/configuration/dynamic_home_servers.md and raddb/home_servers/README.md.
  • Allow setting of application_name for PostgreSQL. See mods-available/sql.

Bug fixes

  • Correct test for open sessions in radacct for MS SQL.
  • The linelog module now opens /dev/stdout in "write-only" mode if the permissions are set to "u+w" (0002).
  • Various fixes to rlm_unbound from Nick Porter.
  • PEAP now correctly runs Post-Auth-Type Accept.
  • Create TLS-Cert-* for outbound RadSec, instead of TLS-Client-Cert-*. Fixes #4698. See sites-available/tls, and fix_cert_order.
  • Minor updates and fixes to CI, Dockerfiles and packaging.
  • Fix rlm_python3 build with Python >= 3.10. Fixes #4441
freeradius-server - 3.0.26

Published by mcnewton about 2 years ago

Feature improvements

  • Add support for OpenSSL3
  • Add dictionary.mellanox, dictionary.netelastic, dictionary.ciena, dictionary.nile
  • Update dictionary.aruba, dictionary.roaringpenguin
  • Removed haproxy support. It's new and experimental, and belongs in the v3.2 release, where it will be fully supported.
  • Support PEAP and TTLS with TLS 1.3. This has been tested with wpa_supplicant and Windows 11.
  • Add %{concat:foo[*] ;}, which concatenates a set of attributes, separated by a character.
  • Added sample configuration for using Google LDAP. See sites-available/google-ldap-auth, and mods-available/google_ldap, and mods-available/cache_auth.
  • Add Dockerfiles for Rocky8.
  • Add raduat script to the freeradius-utils package.
  • Add Debian freeradius-freetds package.
  • Add client short name to "dropping packet" message,
  • Update MS-SQL queries to avoid using column which was deleted years ago.
  • Add configure-time FIPS workaround to use internal MD4/MD5 implementations when disabled in OpenSSL.

Bug fixes

  • Ensure PBKDF2 always uses at least one iteration
  • Actually use the certificate in "realm_dir" hinted at by SNI.
  • Removed the use of "locate" during the "configure" phase. Fixes #4318
  • Fix for showing incomplete home server list after deleting a home server via radmin.
  • Call closedir() when reading certificates from a directory. Found by Antonio Torres. Fixes #4378.
  • If we read more than 16K of data in RadSec, then read it all. Fixes #4388, patch from Aren Sandersen.
  • Fix information leak in compute_password_element() function of EAP-PWD. Found by Mohamed Sabt.
  • Fix crash in EAP-SIM when unknown attributes are sent.
  • Update linelog, etc. to allow the use of /dev/stdout
  • Fix crash in race condition when 500+ sockets are open.
  • Remove sample "cache_eap" module. It does not work, and offers no benefit.
  • Fix crash in RadSec with expired server certificate. #4447.
  • PEAP now correctly runs Post-Auth-Type Accept.
  • Build fixes for OS X
  • Minor updates and fixes to CI, Dockerfiles and packaging.
freeradius-server - 3.2.0

Published by mcnewton over 2 years ago

Configuration changes

  • correct_escapes has been removed, and is always set to "true" internally. Configuration changes may be required if you are using configurations from before 3.0.5. Other than this difference, 3.2.x is compatible with 3.0.x, and configurations from 3.0.x can be simply copied into a system running 3.2.x.

Feature improvements

  • All features from 3.0.x are included in the 3.2.x releases. In addition:
  • Add reset_day and %%r parameter for rlm_sqlcounter to specify which day of the month the counter should be reset.
  • Partial backport of rlm_json from v4, providing the json_encode xlat. See mods-available/json for documentation.
  • Support for haproxy "PROXY" protocol. See sites-available/tls, proxy_protocol and doc/antora/modules/howto/pages/protocols/proxy/
  • Support for sending CoA-Request and Disconnect-Request packets in "reverse" down RadSec tunnels. Experimental for now, and undocumented.
  • It is now possible to run a virtual server when saving / loading TLS cache attributes. See sites-available/tls-cache for more information.
  • Removed the cram module. It was undocumented, and used old and insecure authentication methods.
  • Remove the otp module. The otpd program it needs is no longer available, and the module has not been usable since at least 2015.
  • 3.2.0 requires OpenSSL 1.0.2 or greater.

Bug fixes

  • All bug fixes from 3.0.x are included in the 3.2.x releases.
freeradius-server - 3.0.25

Published by mcnewton about 3 years ago

Feature improvements

  • Better debug output when proxying is disabled
  • Updates to support PostgreSQL 14 (#4251)

Bug fixes

  • Add correct_escapes back into default configuration
  • Fix undeclared variable with some compile options (#4246)
  • Quiet erroneous debug output
  • Fix segfault when proxying to zombie home server
  • Fix resolving values to enum strings in rlm_rest (#4167)
  • Fix printing raw values rather than enum strings in rlm_couchbase (#4167)
freeradius-server - 3.0.24

Published by mcnewton about 3 years ago

Feature improvements

  • Add sanitizer options to configure script.
  • Log information needed by Wireshark to decode TLS sessions.
  • Allow more liberal SQL commands in rlm_sql_map.
  • Update dictionary.apc, dictionary.h3c
  • Add new Acct-Status-Type Subsystem-On and Subsystem-Off. See dictionary.iana and https://freeradius.org/rfc/acct_status_type_subsystem.html
  • Add reject_unknown_intermediate_ca. See mods-available/eap
  • Add dynamic loading of certificates via TLS-Session-Cert-File. See raddb/certs/realms/README.md
  • Add Server Name Indication (SNI) for outbound RadSec connections. See raddb/sites-available/tls, and the home server tls configuration.
  • Support SNI for inbound RadSec connections. Certificates will be loaded from "realm_dir" in the "tls" section. SNI will be cached in the TLS-Server-Name-Indication attribute.
  • Preliminary support for haproxy "PROXY" protocol. See sites-available/tls, "proxy_protocol" and doc/antora/modules/howto/pages/protocols/proxy/
  • Generate parse errors in more circumstances when we know that the configuration is wrong.
  • Add "weeklycounter" to sample sqlcounter configuration
  • Add certificate attributes to the request list, even if the certificates have expired.
  • The Simultaneous-Use code is now IPv6 aware, and can deal with NAS-IPv6-Address.
  • Add dictionary.cambium

Bug fixes

  • Fix crash in trustrouter module (#4115). Patch from Alejandro Perez
  • Fix crash in state handling.
  • Don't alter global options in redhat logrotate scripts.
  • EAP-FAST will print errors and continue, rather than exiting when OpenSSL fails various internal sanity checks.
  • Allow admin to manually change core limits, even when core limits are disabled. Patch from Antonio Torres.
  • Fix chunked rlm_rest HTTP body. Closes #4131. Patch from Nathan Ward.
  • Many fixes around the SQL ippool queries.conf and schema. Patches from Jorge Periera.
  • Fix MySQL stored procedures. PR #4170 from Terry Burton.
  • Rework connection pool management for corner cases. Fixes #4161, #4162, #4163.
  • Final fix for double free in #3188.
  • Fix sqlcounter wrong memory free. PR #4192 from Jorge Pereira
  • Accept slow writes from proxies over TCP, which allows the server to make more progress when it receives partial packets.
  • Add 'weeklycounter' for rlm_sqlcounter.
  • Outbound proxying over TCP / TLS is better able to deal with partial TCP reads, and has fewer issues with slow networks.
  • Fix wrong data-type of Acct-Delay-Time in rlm_unix.
  • Fix EAP-FAST PAC lifetime calculation.
  • Print correct encoded packet length when debugging
freeradius-server - 3.0.23

Published by mcnewton over 3 years ago

Feature improvements

  • Update dictionary.aruba
  • Add set home_server state ... down in order to mark the home server as administratively down. Use alive to bring it back to life.
  • Add Post-Auth-Type Client-Lost which should make it easier to log when clients stop responding.
  • Add sites-available/totp as an example of how to use TOTP.
  • Add %{mschap:Domain-Name}, fixes #3944.
  • Cache TLS messages in &session-state, for more debugging.
  • Notes in eap configuration about TLS 1.0 / TLS 1.1, and setting cipher_list = "DEFAULT@SECLEVEL=1"
  • Added many warning messages about using TLS 1.3 with EAP. In short, don't use it. Microsoft will support it in fall 2021.

Bug fixes

  • Fix crash in some cases when home server is down, in debug mode.
  • Fix (again) "read clients from SQL" functionality.
  • Fix sql_map to return values in more situations.
  • Silently ignore LEAP configuration instead of erroring out.
freeradius-server - 3.0.22

Published by mcnewton over 3 years ago

Feature improvements

  • Many new "unlang" documentation files. See make docsite and then see build/docsite/freeradius-server/*/index.html
  • Limited support for dynamic home servers. See proxy.conf and doc/configuration/dynamic_home_servers.md
  • Add support for prepend operator ^=. See "man unlang" for for details.
  • Added rlm_totp, for use with the Google Authenticator app. See mods-available/totp.
  • The default minimum TLS version is now TLS 1.2, as per RFC 8996. Older versions can be allowed by setting tls_min_version, and updating cipher_list.
  • Significantly improve the readability and contents of TLS debug messages.
  • Allow CoA and Disconnect messages over TLS sockets. Fixes #3356.
  • Automatically set fragment size / MTU, so that PEAP/EAP-TLS works, and no longer requires manual changes to the configuration.
  • Allow configurable_client_cert=yes for EAP-TLS. This should only be used for a "walled garden". See mods-available/eap
  • Add TLS 1.2 support for EAP-Fast. Patches from Alex Clouter.
  • Add ca_path_reload_interval option for TLS. See mods-available/eap. Fixes #1831. Patch from Boris Lytochkin.
  • Abfab-tls updates from Alejandro Perez.
  • Add tls_min_version to ldap module configuration.
  • We now support running policies when receiving a RadSec connection. See sites-available/default, "New-TLS-Connection".
  • Update TLS "ecdh_curve" code to allow for multiple curves.
  • Allow delta CRLs. Fixes #3393.
  • add rlm_sql_map, which can handle multiple columns from an SQL query. See raddb/mods-available/sql_map.
  • New xlat for setting status of rlm_always instances and new resource-check example virtual server for manipulating control flow in unlang policies based on status of some external resource. Patches from Terry Burton.
  • Update radmin to show more information about the home servers using show home_server list all.
  • The default configuration now replies with EAP-Key-Name, if it is available, and was requested.
  • Include extensions in generated certificates.
  • Ignore user-provided dhparams in FIPS mode. Patch from Alexander Scheel.
  • Remove native support for Cisco LEAP. It is insecure, and should not be used. Proxying LEAP is still supported.
  • Allow use of password preparation methods with rlm_eap_pwd. Patch from Michael Braun.
  • Many, many, improvements for DHCP from Nick Porter and Terry Burton.
  • More RFC compliance for various corner cases of DHCP,
  • Use DHCP-specific schemas.
  • Add stored procedures for DHCP lease allocation
  • Add support for DHCP-Decline.
  • Added mods-available/dhcp_sql which is a DHCP-specific instance of the SQL module.
  • Treat DHCP Discover and Request differently for lease allocation times.
  • Add support for PBKDF2 keys. Fixes #2649
  • Update dictionary.mikrotik, dictionary.aruba, dictionary.paloalto, dictionary.juniper, dictionary.bskyb (#3339), dictionary.alcatel.sr (#3495).
  • Update default PostgreSQL schema to use "text" instead of a fixed-size "varchar".
  • Add radmin command show client list verbose, which gives a lot more information about each client.
  • Add support for EAPS-AKA authentication to rlm_wimax. Fixes #3801. Patches from Benjamin Thompson.
  • Add rlm_rest support for HTTP/2.
  • Add REST-HTTP-Status-Code attribute holding HTTP status code.
  • Add option to set http_negotiation in rlm_rest. Fixes #2821.
  • Encode / decode NAS-Filter-Rule according to RFC 4849. Inside of FreeRADIUS, each NAS-Filter-Rule just looks like a string. But "on the wire", it follows RFC 4849. See src/tests/unit/rfc4849.txt
  • Allow attributes using old names in configuration files, SQL, or modules to match attributes in the packet which use new names.
  • Allow querying IPv6 stats via FreeRADIUS-Stats-Client-IPv6-Address and FreeRADIUS-Stats-Server-IPv6-Address
  • Add warnings if there is no "real" User-Name to identify users.
  • Add sample configuration to update Stripped-User-Name and/or Class for user sessions. See sites-available/default
  • Add configuration to suppress printing values for User-Name, etc. See radiusd.conf, "suppress_secrets"
  • Support dictionary.telrad, which is also in WiMAX format.
  • PEAP proxy_tunneled_request_as_eap is now configurable at runtime with Proxy-Tunneled-Request-As-EAP.
  • Debug output now lists client/server proposed TLS ciphers.
  • Add support for TLS1.3, patches from Alexander Clouter

Bug fixes

  • Fix long-term double free due to PCRE calling our "free" function twice. Fixes #1967, #3188, #3868.
  • Respect the log_reject configuration item in more places. Fixes #3352. This lowers the number of "Login incorrect" messages when "log_reject = no".
  • Fix rpmbuild for CentOS > 6. Patch from Matthew Newton.
  • Run Post-Proxy-Type Fail... when all home servers are down.
  • Note that rlm_replicate can only use UDP, and not TCP or TLS.
  • DHCP pool lookup is now keyed by Client Identifier (Option 61) when supplied by client, otherwise the hardware address is used. Compliant with RFC 2132. This change will not affect existing systems on upgrade, but new installations will use the new behavior. Patch from Terry Burton.
  • Fix minor spelling mistakes in man pages. Patch from Alexander Scheel.
  • Don't print invalid tags in rlm_cache, among other places. Fixes #3491
  • Do home_server failover immediately when an initial TCP / Radsec connection fails.
  • Port EAP-PWD constant time fixes from "master" branch. The issue was verified by Mohamed Sabt, and a patch supplied by Daniel De Almeida Braga.
  • Clear error on SQLITE_BUSY to prevent memory leak in corner cases. Patch from Nick Porter.
  • Properly add SQL clients to virtual servers.
  • Update documentation for cert generation. Patch from Alexander Scheel.
  • Use better API when decoding DHCP packets, to avoid unnecessary work. This improves performance noticeably.
  • Parse locale-dependent dates. Fixes #3602.
  • Strip out -frecord-gcc-switches from rlm_python3 configure build. Fixes #3693
  • Fix radiusd.conf ENV LD_PRELOAD function.
  • Update the "sql" module so that it uses fewer handles for group selection, which means that it is less likely to complain that the connection pool is exhausted.
  • Update the "sql" module to return "ok" when no rows have been updated for accounting on/off.
  • Make the "date" module handle UTC more consistently.
  • Check for, and complain about, inconsistent use of tls_min_version versus disable_tlsv1
  • Fix "read client from SQL" code so that it properly ties clients to a virtual server. Also document the behavior.
  • Update / correct data types in dictionary.wimax
  • Fix edge case in rlm_rest post decoder which could lead to the value of a post attribute being lost in the case where the output buffer was completely full after writing an attribute value, and more attributes needed to be encoded. Reported by Adrian Smith.
  • Fix leak with unknown attributes in detail reader. Fixes #3937.
  • Fix parenting issues in rlm_yubikey. Fixes #4012.
  • Update Mongo examples to be correct.

Notices

  • CentOS 6, Debian 8 (Jessie) and Ubuntu 14 (Trusty) are EOL and no longer supported. Docker files have been removed.
freeradius-server -

Published by arr2036 over 3 years ago

Feature improvements

  • Allow syslog_severity to be set in rlm_linelog.
  • Allow defaults to be set for bulk clients in LDAP and couchbase.
  • Updates to dhcpclient. Patches from Nicolas C.
  • rlm_mschap now supports direct connections to winbind, which is faster than ntlm_auth. See raddb/mods-available/mschap. Patch from Matthew Newton.
  • Recommend /dev/urandom for TLS randomness, instead of ${certdir}/random
  • Allow TLSv1 to be disabled via "disable_tlsv1" in tls{}.
  • Allow Expanded EAP types where vendor is 0 (IETF) and type is normal EAP type. Supplicants sending Expanded EAP types like this are broken.
  • Add support for server side sort controls when searching for user objects in rlm_ldap.

Bug fixes

  • Don't complain about "authorize" in "server {}" blocks, but only if there's no "server" block.
  • Fix cosmetic issue where debug from the first packet read by a detail reader thread would be emited during config parsing.
  • Fix ASSERT on truncated detail packets.
  • Don't use main server log functions from within panic_action, as in the case of syslog this would cause deadlocks if the fault was triggered from within a malloc.
  • Fix issue in "switch" when "correct_escapes = false". Fixes #911.
  • Fix sqlcounter configuration to use "%%b" instead of "%b", otherwise the new syntax validation will fail.
  • Allow forward references in configuration items. Modules aren't always loaded in a sane order.
  • Fix more escaping issues. Closes #912.
  • Decode MAC addresses correctly for VMPS.
  • Fix memory leak with TLS connections.
  • Fix state machine threading issues for conflicting packets.
  • Fix copy_request_to_tunnel issues for tagged attributes.
  • Allow "ok" to over-ride "updated" inside of Auth-Type sections.
  • Update state machine so that post-proxy is run though child threads for performance, instead of blocking the main thread.
  • Allow "netmask" to work again in client definitions.
  • Relax restrictions on SQL group queries.
  • track outgoing proxy sockets and clean them up more aggressively.
  • track proxy statistics, including CoA and Disconnect.
  • If radmin has a connection failure when running a command, it re-connects and runs the command again.
  • mark home servers "unknown" less aggressively.
  • Fix potential SEGV in PostgreSQL driver on error.
  • Fix issue where fields like nas_type would not be accessible via the %{client:} xlat, for dynamic clients.
  • Set default busy_timeout (of 200ms) in the sqlite driver, so writes don't cause selects to fail in multithreaded mode. This is user configurable, and may be increased if required.
  • Convert Password-With-Header attributes to binary (from hex or base64), in the authorize method of rlm_pap.
  • Fix invalid assert in state.c, that could cause abort in post-auth.
  • Fix double free when -m flag is used, and connection pools are referenced by multiple modules.
  • RADIUS over TLS accounting uses the same port as authentication.
  • Regularized return codes from radmin commands.
  • Fix RHEL spec file so it works correctly for Centos7 which uses systemd, and didn't like the SystemV init script.
  • radwho and radlast now have a -D option to load dictionaries
  • DHCP packets are no longer checked for duplicates.
  • Don't crash in sql module group comparisons in corner case.
  • Calculate MPPE keys correctly when using TLS 1.2.
  • Fix load-balance sections. Closes #945
  • TLS certificates are available again in the post-auth section. They are not available for session resumption.
  • radclient encodes CHAP-Password properly when using -c. Closes #955.
  • Fix issue in rlm_cache_memcached driver that caused variable length values to be truncated.
  • Fix track functionality in detail reader, so it no longer fails with a "Failed marking detail request as done: Bad file descriptor" error.
  • Actually add the peer identity (as User-Name) to the inner tunnel in EAP-PWD requests, so it's available for lookups.
  • Fixes to PostgreSQL queries. Patches from Santiago Gimeno.
freeradius-server - 3.0.21

Published by mcnewton over 4 years ago

Feature improvements

  • New stored procedure for allocating IPs with PostgreSQL. Rates of 1500 IPs per second are now possible. See raddb/mods-config/sql/ippool/postgresql/procedure.sql Patch from Terry Burton.
  • Add SQL IP pool support for Microsoft SQL Server See raddb/mods-config/sql/ippool/mssql/ Patch from Terry Burton.
  • Added RCNTEC dictionary. Closes #3168.
  • Added Pica8 dictionary. Closes #3179.
  • Add TLS-Client-Cert-Valid-Since attribute holding notBefore date. Patch from Boris Lytochkin. Fixes #3157.
  • Generate attributes containing unknown OIDs. See raddb/sites-available/tls. Patch from Boris Lytochkin.
  • Update the WiMAX dictionary.
  • Added ability to rlm_python (Python2) show a stacktrace from errors. #2979
  • Add WiFi Alliance Policy OIDs. See raddb/certs/xpextensions Patch from Stefan Winter.
  • radmin now shows coa stats, too.
  • Sample schema extensions for summarizing data in SQL. See mods-config/sql/main/*/process-radacct.sql Many patches from Terry Burton.
  • Update dictionary.aerohive, dictionary.fortinet, dictionary.arista and dictionary.erx
  • Added VAS Experts dictionary.
  • Many updates to RPM and jenkins builds from Matthew Newton
  • Added %C (time now in seconds) and %c (microsecond component of now) back-ported from the "master" branch.
  • Add reload capability to systemd unit file in Debian and RedHat.
  • Increase timestamp precision in postauth to maximum supported by each database and simplify (and make more consistent between drivers) the timestamps in SQL queries by using expansions. Patches from Terry Burton.
  • Option to set dictionary path in raduat script. Patch from Terry Burton.

Bug fixes

  • Various fixes found by PVS-Studio.
  • Set permissions of certificates in bootstrap shell script. Fixes #3132.
  • Increase the nasportid SQL field for varchar(32). #3141
  • Skip processing proxy reply if there are no home servers available.
  • Update SQLite IPPool queries. Fixes #3177. Patch from Terry Burton.
  • rlm_sql_unixodbc fixes. Patches from Terry Burton. Fixes #2822
  • Fixes when building with LibreSSL. Patch from Nathan Owens.
  • Fix the rlm_python3 build. Note that this module is experimental. #3183
  • The rlm_python should append the python_path paths in sys.path, It fixes the expected behaviour to use the existing Python modules. Fixes #3180
  • Fix rlm_python to print the script errors properly.
  • Bound total query time for PostgreSQL. Fixes #3253
  • Many fixes to Oracle sqlippool. It now does 500 IPs per second without any tuning. Fixes #3270.
  • Reference sqlippool by it's correct name. Fixes #3272
  • Revert 3.0.20 patch which caused crashes on duplicate clients.
  • Update WiMAX-MSK attribute. Fixes #3280.
  • Fix crash when trying to access non-existant regex capture group.
  • Use timestamps (request or server) rather than SQL NOW() in accounting queries so that these are stable when replayed from a file buffer. Patches from Terry Burton.
freeradius-server - 3.0.20

Published by mcnewton almost 5 years ago

Feature improvements

  • Add Jenkins continuous integration. Fixes #2620. Used to build http://packages.networkradius.com/
  • Added Force10 dictionary.
  • Update dictionary.hp with new attributes. #2690
  • Update dictionary.aruba with new attributes. #2696
  • Update logrotate settings to rotate as non-root user. #2666
  • Fix side-channel leak in EAP-PWD. Patch from Mathy Vanhoef.
  • Relax OpenSSL version checks, now that their API is both public, and stable.
  • Note that tls_min_version/tls_max_version also support "1.3". Since there is no standard yet for EAP with TLS 1.3, it will not work.
  • Added tripplite dictionary from #2760.
  • Switch to the async interface for rlm_sql_postgresql so that we can enforce query_timeout.
  • Added new LDAP option 'allow_dangling_group_ref'.
  • Updated documentation and functionality for EAP session caching. See "cache" section of mods-available/eap.
  • Tighten systemd unit file security. Fixes #2637.
  • Disable TLS 1.0 and TLS 1.1 support in the default configuration. We STRONGLY recommend doing this for all installations.
  • Add expansions for outgoing Radsec connections. "%{proxy_listen:TLS-...}" for TLS-Client-Cert-* and TLS-Cert-* attributes. Fixes #2839.
  • Add %{listen:tls} which returns "yes" or "no" for TLS or non-TLS connections.
  • Update dictionary.lancom with new attributes. #2847
  • Added rlm_sql_mongo. See raddb/mods-available/sql. Note that this module is experimental.
  • Added more documentation in sites-available/robust-proxy-accounting
  • sqlippool now re-allocates unexpired leases, to prevent IP pool exhaustion when clients perform multiple reauthentication attempts. Patch from Terry Burton.
  • Add support to radmin keep the history in ~/.radmin_history
  • Add support for ENV and LD_PRELOAD in radiusd.conf. See the new ENV sub-section of radiusd.conf.
  • Update dictionary.aptilo. #3002
  • Update dictionary.airespace. #3039
  • Add sites-available/coa-relay, which makes CoA easier. Patch from Terry Burton. #3045.
  • Add example stored procedure for IP Pools in MySQL. See mods-config/sql/ippool/mysql/procedure.sql Patch from Terry Burton. #3048.
  • Update dictionary.dhcp dictionary with the recent hardware types.
  • Add experimental rlm_python3. This should largely work the same as rlm_python, which was Python2 only.
  • Add Dockerfiles for Debian10 and CentOS8.
  • Add RPM spec file compatibility for RHEL/CentOS 8.
  • Notes on iOS 13 certificate issues. See https://support.apple.com/en-us/HT210176.
  • Notes on certificate constraints. See raddb/certs/server.cnf.
  • Add NAIRealm example to raddb/certs/server.cnf, for RFC 7585.

Bug fixes

  • Allow listen.ipaddr to reference an IPv6-only host. Fixes #2627.
  • ERX-Acct-Request-Reason is "integer". Closes #2635.
  • Fix a slow memory leak in the file management code.
  • Try to fix file permissions if they get modified while the server is running.
  • Fix slow memory leak with clients.
  • Fix request and connection timeouts in rlm_rest.
  • Fix systemd issues. Patches from Daniele Rondina.
  • Fixes from clang analyzer.
  • Fix missing include for the dictionaries: alcatel.esam, altiga,alvarion.wimax.v2_2,aptis,asn,audiocodes,avaya,bristol, columbia_university,freedhcp,garderos,infoblox,motorola.illegal, starent.vsa1, telkom, wimax.wichorus.
  • Fix internal sanity check when running with "-Xx"
  • Allow "inner-tunnel" virtual servers to work better with "accept" and "reject" policies.
  • Fix dictionary.huawei data types for Huawei-DNS-Server-IPv6-address and Huawei-Framed-IPv6-Address. Fixes #2803
  • Framed-Interface-ID in postgresql/queries.conf is string, not inet Fixes #2817.
  • Fix rlm_cache to complain on unknown attributes in the "update" section of its configuration.
  • Add configure checks for -latomic. This helps on armel, mips and mipsel. Fixes #2828.
  • Add support to Oracle 19 and 18. Via #2857
  • Add support for decoding tags in rlm_rest. Fixes #2848.
  • Use correct passwords when updating CRLs in raddb/certs/
  • Properly separate "originate-coa" packets when accounting packets are read from the detail file reader.
  • Use the correct virtual server for pre/post-proxy.
  • radsqlrelay fixes backported from "master" branch. Patches from Terry Burton.
  • Fix DoS issues due to multithreaded BN_CTX access. Patch from Mathy Vanhoef. CVE-2019-17185
freeradius-server - 3.0.17

Published by alandekok over 6 years ago

Feature improvements

  • Add CURLOPT_CAINFO. Patch from Nicolas C.
    #2167
  • "stats home server" now supports "src IPADDR",
    to specify home server also by source IP. Fixes #2169.
  • Add Dockerfiles for a selection of common systems.
  • Increase number of permitted file descriptors, for
    systems with many home servers.
  • Add TLS-Client-Cert-X509v3-Extended-Key-Usage-OIDs.
    Patch from Isaac Boukris. Fixes #2205.
  • Update main READMEs. Patches from Matthew Newton.
  • Added dictionary.mimosa

Bug fixes

  • Don't call post-proxy twice when proxying to
    a virtual server. Matthew Newton, #2161.
  • Use "raw" string value for shared secrets and dynamic clients.
    It now parses strings with backslashes and "special characters"
    correctly. Fixes #2168.
  • Fix RuntimeDirectory for RedHat, from Alan Buxey.
  • Relax checks in 'if' parser from Isaac Bourkis
  • Minor cleanups for %{debug_attr:&request} from Isaac Boukris.
  • Be more aggressive about cleaning up cached certificate attributes,
    due to deficiencies in OpenSSL. Reported by Nicolas Reich.
  • Be more accepting when parsing IPv6 addresses. Bug noted
    by Klara Mall.
  • Fix double free in rlm_sql. Fixes #2180.
  • rlm_detail now writes empty Access-Accept packets.
  • rlm_python can now create tagged attributes.
  • Don't crash on duplicate realm + authhost / accthost.
    Bug found by Richard Palmer.
  • Allow partial certificate chain to trusted CA. Fixes #2162
  • Treat SSL_read() returning zero as error. Fixes #2164.
  • detail writer now checks if the file was renamed or deleted.
  • Add User-Name to Access-Accept if EAP-Message exists,
    not Stripped-User-Name.
  • RedHat Systemd updates. Fixes #2184
  • Use correct API for State variable in rlm_securid.
  • Remove broken radclient option "-i".
  • Fix "users" file (and hints, etc). So that it does not
    get confused about entry ordering with multiple $INCLUDEs.
  • Fix rlm_sql to expand the un-escaped string, not the raw string.
  • Link default and inner-tunnel only if they exist. Fixes #2206.
  • Don't use both IP_PKTINFO and IP_SENDSRCADDR.
  • Always install signal handler for SIGINT (needed by Docker).
  • Fix intermediate CA flow for OCSP. Fixes #2160.
    Intermediate certs which are not self-signed will now be
    checked.
  • sqlippool now returns "fail" if it fails IP allocation.
  • Fix rlm_yubikey to look for correct attribute in replay
    attack check.
freeradius-server -

Published by arr2036 over 7 years ago

Feature improvements

  • Provide HOSTNAME in default systemd files.
  • Incorporate RedHat specific files
  • Update dictionary.starent, dictionary.ruckus
  • Allow builds without TCP or DHCP

Bug fixes

  • Fix multiple issues. See this web page for details:
    http://freeradius.org/security/fuzzer-2017.html
  • Pass correct statement length into sqlite3_prepare[_v2]
  • Bind the lifetime of program name and python path to the module
  • Check input / output length in make_secret().
    FR-GV-201
  • Fix read overflow when decoding DHCP option 63
    FR-GV-206
  • Fix write overflow in data2vp_wimax()
    FR-GV-301
  • Fix infinite loop and memory exhaustion with 'concat' attributes
    FR-GV-302
  • Fix infinite read in dhcp_attr2vp()
    FR-GV-303
  • Fix buffer over-read in fr_dhcp_decode_suboptions()
    FR-GV-304
  • Decode 'signed' attributes correctly.
    FR-GV-305
  • use strncmp() instead of memcmp() for bounded data
    FR-AD-001
  • Bind the lifetime of program name and python path to the module
    FR-AD-002
  • Pass correct statement length into sqlite3_prepare[_v2]
    FR-AD-003
  • print messages when we see deprecated configuration
    items
  • show reasons why we couldn't parse a certificate
    expiry time
  • be more accepting about truncated ASN1 times.
  • Fix OpenSSL API issue which could leak small amounts
    of memory. Issue reported by Guido Vranken.
  • For Access-Reject, call rad_authlog() after running
    the post-auth section, just like for Access-Accept.
  • don't crash when reading corrupted data from session
    resumption cache. Fixes #1999.
  • Parse port in dhcpclient. Fixes #2000.
  • Don't leak memory for OpenSSL.
    Patch from Guido Vranken.
  • Portability fixes taken from OpenBSD port collection.
  • run rad_authlog after post-auth for Access-Reject.
  • Don't process VMPS packets twice.
  • Fix attribute truncation in rlm_perl
  • Fix bug when processing huntgroups.
freeradius-server -

Published by arr2036 over 7 years ago

Feature improvements

  • Enforce TLS client certificate expiration on
    session resumption, and Session-Timeout.
    See CVE-2017-9148.
  • Updated dictionary.cisco.vpn3000, dictionary.patton
  • Added dictionary.dellemc
  • Lowered the log output for failed PEAP sessions.
  • ALlow utc in rlm_date. Patch from
    Peter Lambrechtsen.
  • The internal OpenSSL session cache has been
    disabled. Please see mods-available/eap
  • Update detail reader documentation.
    Patch from Matthew Newton. Fixes #1973.
  • Make outgoing RadSec connections non-blocking.
  • Add SQL backing to Moonshot-*-TargetedId
    generation. Patch from Stefan Paetow.

Bug fixes

  • radtest uses Cleartext-Password for EAP, not
    User-Password.
  • Update documentation for mods-enabled/ linking.
  • Enhanced checks for moonshot salt. Fixes #1933.
  • Allow session resumption for RadSec connections.
    Fixes #1936.
  • Update "huntgroups" file to note that port ranges
    are not supported.
  • Fix OpenSSL permissions issues on default key files.
    Fixes #1941.
  • Certificates are not required when PSK is used.
  • Allow SubjectAltName as first extension in cert.
    Fixes #1946.
  • Fixed talloc issue with TLS session resumption.
    Fixes #1980.
  • "&Attr-26 := 0x01" now produces useful error messages.
  • Handle connection error in rlm_ldap_cacheable_groupobj.
    Fixes #1951.
  • Fix endian issues in DHCP.
  • Multiple minor fixes for Coverity complaints.
  • Handle unexpected regex. Fixes #1959.
  • Fix minor issues in dictionaries.
  • Fix typos and grammar. Patches from Alan Buxey.
  • Fix erroneous VP creation in rlm_preproces.
  • Fix MIB. Patch from Jeff Gehlbach.
  • Trust router updates from Alejandro Perez.
  • Allow build with LibreSSL. Fixes #1989
  • Use correct packet for channel bindings. Fixes #1990.
  • Many fixes found by PVS-Studio. Thanks to PVS-Studio
    for giving us a test license. Please see the git commit
    history for more information.
  • Fix incorrect length check in EAP-PWD. This may
    be exploitable.
freeradius-server -

Published by arr2036 over 7 years ago

Feature improvements

  • Add dictionary.rfc7930. Note that we do not implement
    the RFC.
  • Added 'cipher_server_preference' to mods-available/eap
    Patch from #1797.
  • OpenSSL 1.1.0 compatibility fixes.
  • rlm_perl: radiusd::xlat to evaluate xlat string
    within perl script
  • Allow authentication retry in winbind. Patch from
    Herwin Weststrate. See raddb/mods-available/mschap.
  • Added "recv-coa" method to rlm_rest. It behaves the
    same as "authorize".
  • Document Trust Router tr_port option. Patch from
    Stefan Paetow.
  • Update elasticsearch/logstash examples so that they work
    with elastic stack v5. Patch from Matthew Newton.
  • Print information about packets, replies, and contents
    in the detail file reader.
  • Update abfab-tr policy. Pull request #1893
    from Stefan Paetow.
  • Reject packets which contain User-Password and
    EAP-Message.
  • Add example for filtering Access-Challenge.
    See sites-enabled/default.
  • Pull symlink fixes from v4.0.x. Fixes #1859.
  • Add systemd reload. Not everything is reloaded, but
    some is. Fixes #1662.
  • Better documentation for listen "ipaddr". Fixes #1921
  • Add dictionary.cnergee, updated dictionary.nomadix.
  • radclient no longer needs -x to print statistics with -s.

Bug fixes

  • Minor typos. Fixes #1763
  • Fix typo in RPM build. Closes #1767.
  • rlm_mschap check for password expiry only
    if password was correct. Fixes #1762.
  • Update debian build.
  • update rlm_counter "man" page. Fixes #1775.
  • Remove erroneous assert. Fixes #1778.
  • fix mschap password change test. Fixes #1792.
  • Cleanup config file on data remove. Fixes #1795.
  • passwd module returns "notfound" if not found.
  • Check for old OpenSSL, and don't build rlm_eap_fast
    if it necessary. Fixes #1803
  • Cleanup memory better after ldap version query.
    Patch from Aleksey Katargin.
  • Rename lt_* functions to avoid linker issues with
    libtool. Fixes #1277
  • Many miscellaneous fixes and typos.
  • Allow long strings in %{%{foo} bar:-%{baz} blah".
    Fixes #1866
  • Fix filtering operators, along with more documentation and
    more tests for them.
  • Fix OpenSSL fixes. Fixes #1876.
  • Finish SQL select queries even when SELECT returns no rows.
    Fixes #1879.
  • Set Module-Failure-Message for more EAP errors.
  • Correct typo in dictionary.rfc5580. Fixes #1882
  • Remove obselete systemd syslog.target.
  • Client-Port-Balance load-balancing now uses client port.
  • Radrelay examples fixed from Alex Clouter.
  • Update systemd target. Pull request #1896.
  • Trim starting whitespace in xlat strings.
  • Get MySQL result lengths using normal API.
  • suid down after fchown(). Fixes #1914.
  • Fix cases of comparing pointer to NUL character. Fixes #1915.
  • OpenSSL v1.1 fixes. Pull request #1921.
  • Better Handle v4/v6 host names. Pull request #1919.
  • Remove "Auth-Type = System" from docs and examples.
  • Don't crash on malformed %{home_server}. Fixes #1922
  • fix erroneous use of talloc destructor in rlm_eap
  • Issue trigger modules.sql.fail. Fixes #1923
  • Document python_path gotcha's. Fixes #1845
  • dlopen() the specific version of Python. Fixes #1592
freeradius-server -

Published by arr2036 over 7 years ago

Feature improvements

  • Add support for =~ and !~ in update sections.
    See "man unlang"
  • Add dictionary.checkpoint.
  • Simultaneous-Use prints out more information.
  • Print WARNING in debug mode when packets may be
    truncated.
  • Added expansions %{home_server:state} and
    %{home_server_pool:state}, which show the
    state of the server / pool.
  • Mark rlm_sql_freetds as stable.
  • Make rlm_perl less fragile. Patch from
    Herwin Weststrate.
  • Allow extended attributes to have "encrypt=2"
  • Update dictionary.aruba.
  • Add support for EAP-FAST. This is an isolated
    feature which does not affect anything else.
  • Update OpenSSL vulnerability list. Use a version
    of OpenSSL released after September 20, 2016.
  • EAP certificate verification is now done when
    "verify" is enabled and "ocsp" is disabled.
  • New dhcpclient and rlm_rad_counter man pages.
  • Minor abfab and moonshot additions.
  • Pass CFLAGS through from environment in RPM builds.
    Allows more custom builds.
  • Build with Heimdal in addtion to libkrb5.

Bug fixes

  • Use correct typedef for older versions of sqlite.
  • Update mssql schema to add priority
  • don't complain on /dev/urandom in ldap
  • fix == operator in update sections
  • Don't create DHCP strings with many trailing zeros.
    Patch from Nicolas C. Fixes #1526.
  • Allow MS-CHAP change passwords instead of complaining
    on large buffer.
  • Allow assignment or equality operator on SQL.
  • Update aclocal tests for FreeBSD 10. Patches from
    Mathieu Simon.
  • Remove occasional hang in rlm_linelog.
  • Copy VSAs to inner tunnel for TTLS and PEAP.
    Fixes #1544
  • A few minor bugfixes caught in v3.1.x cleanup, and
    back-ported to v3.0.x.
  • do_not_respond again works in post-proxy
  • Allow realm "~^.*$" {} and User-Name with no realm.
  • Fix leak when creating unknown attributes
  • Fix Debian / logrotate.
  • Make OpenSSL error functions thread-safe.
  • Fix crash with rlm_sql and updating SQL-User-Name.
  • Debian build updates.
  • Allow regular expression comparisons in radclient
    fixes #1574.
  • Fix memory leak on unknown attributes in detail file
    reader.
  • Update example paths in "man" pages when installing
    them
  • Build fixes for rlm_mschap. Fixes #1489.
  • BSD build fixes. Patch from issue #1583.
  • Be more careful about /lib/ when building.
    Fixes #1585.
  • Correct ifdef placement error. Fixes #1572.
  • Allow for more files in internal "exfile" API
    So it will be possible to open more than 64
    "detail" files at the same time.
  • Remove support for statically built EAP modules.
    Fixes #1591.
  • Many fixes to rlm_python from Guillaume Pannatier.
  • Use correct week adjustment in SQLcounter.
    Fixes #1608
  • Minor fixes to allow compilation without DHCP,
    VMPS, or TCP.
  • Fix checks for module / config file change on HUP.
  • Compile regex comparisons when sent via
    "debug condition". Fixes #1632.
  • Update filenames in documentation and examples.
    Patch from Alan Buxey, #1655.
  • Don't crash if SQL connection becomes unavailable.
    Fixes #1640.
  • Disallow originate_coa when proxy_requests = no
    Fixes #1684.
  • Free rad_perlconf_hv in correct perl context.
    Fixes #1675.
  • Multiple fixes for Debian builds. #1510, among
    others.
  • Set OpenSSL FIPS compatibility flag when necessary.
  • Pulled fixes for the build system over from other
    branches.
  • Fix OCSP for RADIUS over TLS.
  • Fix skip_if_ocsp_ok behavior.
  • Better fixes for systems without closefrom() but
    which have /proc. Fixes #1757.
  • Minor build fixes back-ported from v4.0.x.
  • build --whout-ascend-binary. Fixes #1761.
  • Be more aggressive about not opening new connections
    in debug mode after CTRL-C. Address #1604.
freeradius-server -

Published by alandekok over 8 years ago

Feature improvements

  • "unlang" comparisons of IP addresses to IP prefixes are now detected, and types automatically cast.
  • Allow shorthand form of ipv4prefix values e.g. 127/8.
  • Add "auto_chain" to raddb/mods-available/eap, tls subsection. This allows the disabling of OpenSSL auto-chaining of certificates. Which might be wrong.
  • Added printing of coa and disconnect stats (radmin).
  • radclient defaults to expecting Access-Accept responses to Status-Server.
  • Updated dictionary.lancom, dictionary.starent.
  • Portability fixes for Solaris.
  • More errors from ntlm_auth gets passed to MS-CHAP.
  • Update abfab-tr-idp virtual server.
  • Added "filter_password" in policy.d/filter. This removes embedded zero bytes in User-Password, for compatibility with broken clients.
  • The server now issues a WARNING message if duplicate configuration items are found.
  • TLS can skip the "verify" section if OCSP returns OK. See raddb/mods-available/eap, "skip_if_ocsp_ok".
  • Set TLS-OCSP-Cert-Valid = yes / no / skipped, which is the result from the OCSP check.
  • Interoperate with AD and "LmCompatibiltyLevel = 5", by always setting WBC_MSV1_0_ALLOW_MSVCHAPV2 for native winbind in rlm_mschap.
  • TTLS and PEAP now require "virtual_server" to be a real server.
  • Print WARNING when TTLS or PEAP identities are spoofed or not properly anonymized. See RFC 7542 for requirements.
  • Various rlm_python fixes from Herwin Weststrate.
  • Allow setting Response-Packet-Type in "Post-Proxy-Type Fail", which is useful when the home server does not respond.
  • elasticsearch updates from Matthew Newton

Bug fixes

  • Fix issue where field nas_type would not be accessible via the %{client:} xlat, for clients loaded from SQL.
  • Fix compatiblity issues with OpenSSL 1.0.2. Ignore calls to msg_callback with 'pseudo' content types.
  • Data type "ipv4prefix" is parsed correctly.
  • Use correct talloc context in rlm_exec. Fixes #1338.
  • Complain in unlang if "else" is used with no previous "if" or "elsif".
  • Send accounting status packets to the accounting port. Fixes #1364.
  • Print out CFLAGS when doing "radiusd -Xxv"
  • Fixed bug with coa/acct stats value #1339. Based on patch from Jorge Pereira.
  • Fixes for LEAP proxying. Don't use LEAP!
  • Fix issue with "directory already exists" seen when doing make install.
  • Fixed bug with radmin related to the option "stats detail "
  • Complain if the detail file reader does not have permission to read the detail.work file. Fixes #1398
  • Fixed SoH. Attributes were not being copied to the virtual server.
  • Used a wrong list to global statistics in "stats".
  • Create EAP-PWD identity correctly. Prevents segfaults.
  • Dynamically validate authentication types for PEAP and EAP-MSCHAPv2.
  • Fix includes in installed headers.
  • OpenSSL 1.0.1f and 1.0.1g do NOT calculate TLS 1.2 keys correctly.
    See raddb/mods-available/eap, "disable_tlsv1_2"
  • Allow password change to work for MS-CHAP. This requires 'r=0', because password changes are not retries.
  • Fix home server fail-over for home servers using TCP and/or RadSec.
  • Special characters in expanded regexes are now escaped e.g. User-Name containing '.', and comparing /%{User-Name}/, the '.' will now be escaped. See src/tests/keywords/regex-escape.
  • Use correct authentication vector when sending Access-Reject replies for RadSec.
  • Set FreeRADIUS-Proxied-To in TTLS again. You should use the "inner-tunnel" virtual server, instead of relying on this attribute.
  • Fix debugging constants in rlm_perl. Patch from Herwin Weststrate.
  • Add samba-dev / samba4-dev to debian builds so that rlm_mschap can automatically use the new winbind API.
  • Automatically skip zero-length attributes when sending packets, instead of erroring out.
freeradius-server -

Published by arr2036 over 8 years ago

Feature improvements

  • Do more optimization of unlang policies. This makes
    run-time a bit faster.
  • Re-name most of the functions in src/lib. Third-party
    module authors will have to do the same.
  • More documentation on contributing and how to write
    modules.
  • Update radiusd.service for systemd.
  • Open IPv6 proxy socket if the server is listening on IPV6
    auth / acct / coa packets.
  • Create debian packages for DHCP. Fixes #1125.
  • Add more tests for "update" section parsing.
  • Update "man" pages.
  • Update attributes for Alcatel 7750
  • Add dictionary for Boingo Wi-Fi
  • Add support for DHCP lease queries.
    See raddb/sites-available/dhcp
  • On HUP, check all modules for config files which have
    changed. And only re-load those modules.
  • Allow FreeRADIUS-Response-Delay(-USec) to be set for
    RADIUS packets. Patch from Herwin Weststrate.
  • Documentation fixes from Alan Buxey and Matthew Newton.
  • Update "logrotate" script.
  • Added more RFCs to doc/rfc for new standards implemented
    by FreeRADIUS.
  • Don't crash when doing "radmin -e "help hup".
    Patch from Matthew Newton.
  • The dictionary parser now does more sanity checks, which
    prevents run-time problems with invalid attributes.
  • Update debian packages. Patches from Christopher Hoskin.
  • Many other debian packaging fixes from Matthew Netwon
    and Herwin Weststrate.
  • Add "session-state" to Perl. Patch from Herwin Weststrate.

Bug fixes

  • Fix rlm_files so that there are no collisions when loading
    10's of 1000's of users.
  • Fix radclient to use our internal v4/v6 parsing functions.
    v6 addresses with ports now work correctly.
  • Fix sending/receiving packet messages to wrap v6 addresses
    in square brackets '[]'.
  • Check for sasl/sasl.h when building rlm_ldap, and disable
    SASL functionality if unavailable.
  • Fix issue which caused a non \0 terminated buffer to be
    assigned to attributes if the value being assigned contained
    an invalid escape sequence.
  • Fix deadlock when reconnecting connections in the connection
    pool.
  • Fix potential overrun in functions that used fr_utf8_char
    with a non nul terminated buffer.
  • Fix decoding issue for Tunnel-Password type attributes
    which were very long. Found by Denis Andzakovic.
  • Fix radclient issue with TCP sockets on FreeBSD.
  • The server now creates ${run_dir} and ${logdir} directories
    in daemon mode, when running as "root".
  • Handle tags when using maps. Fixes #1191.
  • Fix crash when CoA packets time out.
  • Fix parse error in rediswho
  • Fix regex support in SQL radcheck the "users" file and radsniff.
  • Register listen xlat earlier, so that it's available when the
    virtual servers are being parsed.
  • Parse Ascend-Data-Filter when given as "0x..."
  • Print Ascend-Data-Filter correctly. Add test cases for both.
  • Allow old-style clients again. They will be disallowed for
    3.1.0 and following.
  • Complain instead of crash when "else" and "elsif" are in
    the wrong place.
  • Clean up memory more aggressively. This lowers the
    maximum memory used, most typically for TLS based EAP methods.
  • Prevent the server from unlinking the control socket of an
    already running instance.
  • Fallback to using the configured OCSP URL if one exists, and
    no URL is provided in the certificate.
  • Return CoA-NAK if proxying CoA fails. Based on patch from
    Jorge Pereira.
  • Lower peak memory usage by decreasing size of internal
    memory pools.
  • The control socket is now left in place if a second copy
    of the server is accidentally started.
  • Allow virtual attributes in "switch", "case", etc.
    Fixes #1240 and #1265.
  • Many spell check / typo fixes in comments and example
    configuration files.
  • Better handle multiple DHCP listeners.
  • Don't print secrets for old-style realms. Fixes #1267.
  • Don't fall through in empty "case" statements.
    Fixes #1274.
  • Update EAP-TTLS so that MPPE keys are correctly calculated with TLSv1.2.
  • Always delete MS-MPPE-* from the TTLS inner tunnel. This allows
    TTLS / EAP-MSCHAPv2 to work. Fixes #1206.
  • Fix off by one error that caused some MSCHAP-Error messages to
    be sent without the password change version (V=3) and the textual
    message component (M=).
  • Always include C= V= and M= in MSCHAPv2 errors. RFC 2759 does not say
    that any of these fields are optional, and not including V= caused
    errors with wpa_supplicant.
  • Do not include M= in MSCHAPv1 errors. It's not supported.
freeradius-server -

Published by arr2036 over 9 years ago

Feature improvements

  • Make "pool" configurations more consistent, and
    update documentation for them.
  • Move connection pool logic to "most recently started",
    instead of MRU. This should help with pool stability.
  • More VSAs for 3GPP2
  • Added examples of multi-value attributes to rlm_perl.
  • LDAP-Group and SQL-Group attributes are now dynamically
    allocated.
  • Only the "sql" module registers SQL-Group. Other instances
    register "instance-name-SQL-Group", similarly to "ldap".
  • Unknown attributes are now complained about more often
    when used in unlang statements. e.g. if (Foo-Bar == 3)
    used to be a string to string comparison. It is now a
    parse error.
  • Rename RLM_COMPONENT_* to MOD_* in the code.
    This makes many things easier.
  • Move to C99 initializers for modules.
  • Load modules in raddb/mods-enabled. This allows attributes
    like "LDAP-Group" to be used in the "files" module,
    without explicit ordering or listing in "instantiate".
  • Added 'bootstrap' section to modules. Third-party modules
    will need to be updated.
  • When adding clients from a DB, add them to a virtual server
    if that virtual server has a "listen" section. Otherwise,
    add the clients to the global list.
  • When reading dynamic clients from a file, don't expire them
    if the underlying file is unchanged.
  • Allow the server to originate CoA requests from the post-auth
    stage.
  • The server creates ${run_dir} and ${logdir} in daemon mode,
    if they do not already exist.
  • Add dictionary for Wi-Fi Alliance Hotspot 2.0. The server
    now supports all mandatory and optional attributes for this
    specification.
  • HUP now re-loads the configuration only if the files have
    changed. If all files are unchanged, HUP re-opens the
    log file, and does nothing else.
  • Much better debug messages for EAP-TLS, including which
    attributes are cached, and when they are retrieved.
  • Increase default max_requests to 16384. Memory is cheap now.
  • Added "stats memory" commands to radmin. Debug build only.
  • Aptilo controller dictionary updates.
  • SQL modules now use Acct-Unique-Session-Id everywhere.
  • The redis modules are now stable.
  • The LDAP module now supports SASL "interactive bind" method.
    This allows Kerberos based administrator and user binds.
  • DHCP code is now in libfreeradius-dhcp.
  • More DHCP encoding / decoding unit tests.
  • rlm_replicate can now be listed in the "accounting" section.
  • Better sqlite debugging output.
  • Remove "required" option from many sql_ippool directives.
  • Set default CA "basic constraints" to "critical". Fixes #1073
  • Updates to help / man pages from Jorge Pereira.
  • Added more tests.

Bug fixes

  • Be more careful about unused config item warnings
    when using -Xx.
  • Move more defines to be auto-generated.
  • Allow virtual servers in proxy fallback.
  • Allow %{module:} to work.
  • Don't crash in RadSec. Closes #980.
  • Return better errors when a unix group / user
    is not found.
  • Re-enable detail module "locking" parameter.
  • Don't crash when logging replies from Status-Server packets.
  • The couchbase module now uses "update" instead of "map",
    for consistent with the rest of the server. See
    raddb/mods-available/couchbase
  • Don't require NT-Password for MS-CHAP password changes.
  • Be a bit more careful about decrypting MS-CHAP-MPPE-Key
    attributes. Closes #1013. There is no perfect fix, tho.
  • Fix security issues with EAP-PWD.
    See http://freeradius.org/security.html#eap-pwd-2015
  • Fix dynamic clients read from SQL in non-debug mode
  • MS-CHAP now allows retries (i.e. password change) when
    passwords are expired.
  • Allow "user=radiusd" when the server is already user
    "radiusd"
  • suid up/down works on non-Linux systems. This means
    that the control socket should have the correct
    ownership.
  • Fix issue which caused the server to sometimes have problems
    when a home server was marked zombie.
  • Fix format.pl because Perl is now more picky.
  • Fix proxy to Packet-Dst-IP-Address, so that it uses the
    correct destination port.
  • Fix corner case with cursor functions and removal.
  • OpenDirectory fixes and documentation.
  • Fix leaks in rlm_redis.
  • RFC 6929 "evs" attributes are now encoded / decoded
    properly.
  • Fix talloc pool leaks when receiving malformed or
    retransmitted Accounting/CoA requests.
  • Printed attributes again use double quotes instead of
    single quotes.
  • Set X509_V_FLAG_CRL_CHECK_ALL, and add "check_all_crl"
    to eap.conf. Fixes oCert CVE-2015-4680.
  • rlm_expr now errors out correctly on malformed attribute
    references instead of triggering an assert.
  • Make "break" work in "foreach" loops
  • Allow dynamic expansions to work again in the "hints" file.
  • Correct minor typos in comments and examples from Alan Buxy.
  • Re-urlencode the path portion of ldapi:// urls before
    passing it to ldap_initialise.