1
- FreeRADIUS 3.2.3 Thu 16 Feb 2023 12:00:00 EDT urgency=low
1
+ FreeRADIUS 3.2.3 Fri 26 May 2023 12:00:00 EDT urgency=low
2
2
Configuration changes
3
- * The rlm_ldap and rlm_sql modules now have a "max_retries"
4
- configuration item in the pool section. This sets a
5
- limit on how many times an operation will be retried
6
- if it fails indicating a connection issue.
7
- * Added "check_crl" configuration to rlm_ldap. This only works with
8
- OpenSSL. Many Linux distributions use other TLS libraries, which
9
- won't work.
3
+ * The rlm_ldap and rlm_sql modules now have a "max_retries" configuration
4
+ item in the pool section. This sets a limit on how many times an operation
5
+ will be retried if it fails indicating a connection issue.
6
+ * Added "check_crl" configuration to rlm_ldap. This only works with OpenSSL.
7
+ Many Linux distributions use other TLS libraries, which won't work.
10
8
* Note that rlm_ldap does not support "-=" operators. The documentation
11
9
disagreed with the code, so we fixed the documentation.
10
+ * If checkrad is called from SQL Simultaneous-Use checks it will now be
11
+ passed NAS-Port-Id (as stored in the database), rather than NAS-Port.
12
12
13
13
Feature improvements
14
14
* Add "max_retries" for connection pools. Fixes #4908. Patch from Nick Porter.
15
- * Update dictionary.wifialliance and dictionary.ciena; add dictionary.eleven.
15
+ * Update dictionary.ciena, dictionary.huawei, dictionary.wifialliance and
16
+ dictionary.wispr; add dictionary.eleven.
16
17
* You can now list "eap" in the "pre-proxy" section. If the packet
17
18
contains a malformed EAP message, then the request will be rejected.
18
19
The home server will either reject (or discard) this packet anyways,
@@ -25,6 +26,10 @@ FreeRADIUS 3.2.3 Thu 16 Feb 2023 12:00:00 EDT urgency=low
25
26
* More TLS debugging output
26
27
* Clear old module instance data before HUP reload. Avoids burst memory use
27
28
when e.g. using large data files with rlm_files. Patch from Nick Porter.
29
+ * `rlm_cache_redis` is now included in the freeradius-redis packages.
30
+ * Separate out python2/python3 in Debian Packages. Previously python 2 or 3
31
+ was built depending on the system default which led to confusion. We now build
32
+ both freeradius-python2 and freeradius-python3 packages where possible.
28
33
29
34
Bug fixes
30
35
* Don't leak MD contexts with OpenSSL 3.0.
@@ -45,6 +50,8 @@ FreeRADIUS 3.2.3 Thu 16 Feb 2023 12:00:00 EDT urgency=low
45
50
* Force correct packet type when running Post-Auth-Type. Helps with #4980
46
51
* Fix small leak in Client-Lost code. Patch from Terry Burton. PR #4996
47
52
* Fix TCP socket statistics. Closes #4990
53
+ * Use NAS-Port-Id instead of NAS-Port during SQL simultaneous-use
54
+ checks. Helps with #5010
48
55
49
56
FreeRADIUS 3.2.2 Thu 16 Feb 2023 12:00:00 EDT urgency=low
50
57
Configuration changes
0 commit comments