Skip to content

Commit 7e8f34e

Browse files
committed
release 3.2.4
1 parent 05a4bfc commit 7e8f34e

File tree

2 files changed

+30
-27
lines changed

2 files changed

+30
-27
lines changed

debian/changelog

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

33
* New upstream version.
44

5-
-- Alan DeKok <[email protected]> Fri, 26 May 2023 12:00:00 -0500
5+
-- Alan DeKok <[email protected]> Wed, 29 May 2024 12:00:00 -0500
66

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

doc/ChangeLog

+29-26
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,43 @@
1-
FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low
1+
FreeRADIUS 3.2.4 Wed 29 May 2024 12:00:00 EDT urgency=low
22
Configuration changes
3+
* Better handle backslashes in strings in the configuration files.
4+
If the configuration items contain backslashes, then behavior may change.
5+
However, the previous behavior didn't work as expected, and therefore is not
6+
likely to be used.
7+
* reject_delay no longer applies to proxied packets. All servers should now
8+
set "reject_delay = 1" for security and scalability.
9+
* %{randstr:...} now returns the requested amount of data, instead of
10+
one too many bytes.
311

412
Feature improvements
513
* Preliminary support for TEAP.
614
* Update EAP module pre_proxy checks to make them less restrictive.
715
This prevents the "middle box" effect from affecting future traffic.
8-
* Support "interface = ..." on OSX and other *BSD which have IP_BOUND_IF.
9-
* Many fixes and updates for docker images
10-
* add dpsk module. See mods-available/dpsk
16+
* Many fixes and updates for Docker images
17+
* Add dpsk module. See mods-available/dpsk
1118
* Print out what cause the TLS operations to be made, such as the EAP
1219
method name (peap, ttls, etc), or RADIUS/TLS listen / proxy socket.
1320
* Add auto_escape to sample SQL module config
1421
* Add 'if not exists' to mysql create table queries. ref #5032 (#5137)
15-
* Add lookback and more configuration to totp. See mods-available/totp
1622
* Update dictionary.aruba; add dictionary.tplink, dictionary.alphion
23+
* Allow for 'encrypt=1' attributes to be longer than 128 characters.
1724
* Added "radsecret" program which generates strong secrets. See the
1825
top of the "clients.conf" file for more information.
26+
* radclient now prints packets as hex when using -xxx.
27+
* Added "-t timeout" to radsniff. It will stop processing packets
28+
after <timeout> seconds.
29+
* Support "interface = ..." on OSX and other *BSD which have IP_BOUND_IF.
30+
* The detail module now has a "dates_as_integer" configuration item.
31+
See mods-available/detail for more information.
32+
* Add lookback/lookforward steps and more configuration to totp. See
33+
mods-available/totp.
1934
* Add "time_since" xlat to calculate elapsed time in seconds, milliseconds
2035
and microseconds.
21-
* radclient prints packets as hex when using -xxx
22-
* document KRB5_CLIENT_KTNAME in the "env" section of radiusd.conf.
23-
* Allow for 'encrypt=1' attributes to be longer than 128 characters.
36+
* Support "Post-Auth-Type Challenge" in the inner tunnel. Patch from
37+
Alexander Clouter. PR #5320.
38+
* Add "proxy_dedup_window". See radiusd.conf.
39+
* Document KRB5_CLIENT_KTNAME in the "env" section of radiusd.conf.
2440
* Add "dedup_key" for misbehaving supplicants. See mods-available/eap
25-
* Add proxy_dedup_window. See radiusd.conf.
26-
* Added "-t timeout" to radsniff. It will stop processing packets
27-
after <timeout> seconds.
28-
* Add "lookforward_steps" to rlm_totp.
2941

3042
Bug fixes
3143
* Fix corner case with empty defaults in rlm_files. Fixes #5035
@@ -36,36 +48,27 @@ FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low
3648
* Don't send the global server stats when asked for client stats. They
3749
use the same attributes, so the result is confusing.
3850
* Fix multiple typos in MongoDB query.conf (#5130)
39-
* add define for illumos. Fixes #5135
40-
* add client configuration for TLS PSK.
41-
* permit originate CoA after proxying to an internal virtual server
51+
* Add define for illumos. Fixes #5135
52+
* Add client configuration for TLS PSK.
53+
* Permit originate CoA after proxying to an internal virtual server
4254
* Use virtual server "default" when passed "-i" and "-p" on the command line.
4355
* Fix locking issues with rlm_python3.
44-
* Better handle backslashes in strings in the configuration files.
45-
If the configuration items contain backslashes, then behavior may change.
46-
However, the previous behavior didn't work as expected, and therefore is not
47-
likely to be used.
4856
* The detail file reader will catch bad times in the file, and will not
4957
update Acct-Delay-Time with extreme values.
50-
* The detail module now has a "dates_as_integer" configuration item.
51-
See mods-available/detail for more information.
5258
* Fix issue where Message-Authenticator was calculated incorrectly for
5359
CoA / Disconnect ACK and NAK packets.
54-
* reject_delay no longer applies to proxied packets. All servers should now
55-
set "reject_delay = 1" for security and scalability.
5660
* Update Python thread and error handling. Fixes #5208.
5761
* Fix handling of Session-State when proxying. Fixes #5288.
5862
* Run relevant post-proxy Fail-* section on CoA / Disconnect timeout.
5963
* Add "limit" section to AWS health check configurtion. Fixes 35300.
60-
* use MAX in sqlite queries instead of GREATEST.
64+
* Use MAX in sqlite queries instead of GREATEST.
6165
* Fix typo in Mongo queries. Fixes #5301.
6266
* Fix occasional crash with bad home servers. Fixes #5308.
6367
* Minor bug fixes to the SQL freetds modules.
6468
* Fix blocking issue with RADIUS/TLS connection checks.
6569
* Fix run-time crash on configuration typos of %{substr ...} instead
6670
of %{substr:...} Fixes #5321.
67-
* %{randstr:...} now returns the requested amount of data, instead of
68-
one too many bytes.
71+
* Fix crash with TLS Status-Server requests. Fixes #5326.
6972

7073
FreeRADIUS 3.2.3 Fri 26 May 2023 12:00:00 EDT urgency=low
7174
Configuration changes

0 commit comments

Comments
 (0)