Skip to content

Commit db3d192

Browse files
committed
release 3.2.3
1 parent a5cff6a commit db3d192

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ freeradius (3.2.3+git) unstable; urgency=medium
22

33
* New upstream version.
44

5-
-- Alan DeKok <[email protected]> Thu, 16 Feb 2023 12:00:00 -0500
5+
-- Alan DeKok <[email protected]> Fri, 26 May 2023 12:00:00 -0500
66

77
freeradius (3.2.2+git) unstable; urgency=medium
88

doc/ChangeLog

+16-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
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
22
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.
108
* Note that rlm_ldap does not support "-=" operators. The documentation
119
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.
1212

1313
Feature improvements
1414
* 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.
1617
* You can now list "eap" in the "pre-proxy" section. If the packet
1718
contains a malformed EAP message, then the request will be rejected.
1819
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
2526
* More TLS debugging output
2627
* Clear old module instance data before HUP reload. Avoids burst memory use
2728
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.
2833

2934
Bug fixes
3035
* 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
4550
* Force correct packet type when running Post-Auth-Type. Helps with #4980
4651
* Fix small leak in Client-Lost code. Patch from Terry Burton. PR #4996
4752
* Fix TCP socket statistics. Closes #4990
53+
* Use NAS-Port-Id instead of NAS-Port during SQL simultaneous-use
54+
checks. Helps with #5010
4855

4956
FreeRADIUS 3.2.2 Thu 16 Feb 2023 12:00:00 EDT urgency=low
5057
Configuration changes

0 commit comments

Comments
 (0)