1
- FreeRADIUS 3.2.2 Mon 03 Oct 2022 12:00:00 EDT urgency=low
1
+ FreeRADIUS 3.2.2 Thu 16 Feb 2023 12:00:00 EDT urgency=low
2
+ Configuration changes
3
+ * The linelog module now has a "header" configuration item,
4
+ which places a header in any new file it creates.
5
+ * The ldap module now supports setting "cipher_list". See
6
+ mods-available/ldap.
7
+ * Add "connect_timeout" for outgoing TLS sockets. Helps with #3501.
8
+ * Add config section for xlats in rlm_rest and an option to
9
+ control REST body data encoding. Patches by Nick Porter.
10
+ * Allow Operator-Name and Called-Station-Id in attr_filter when
11
+ proxying. Helps with less work in Eduroam configurations.
12
+ * Ensure that the AcctUpdateTime field in SQL is always updated.
13
+ This is so that we can track when the last packet arrived.
14
+ * Update the default configuration to reply to NAS when accounting
15
+ proxying fails, but we still write to the detail file.
16
+
2
17
Feature improvements
3
18
* The "configure" process now gives a much clearer report
4
19
when it's finished. Patches by Matthew Newton.
5
20
* Fallback to "uname -n" on missing "hostname". Fixes #4771
6
21
* Export thread details in radmin "stats threads". Fixes #4770
7
- * Allow Operator-Name and Called-Station-Id in attr_filter when
8
- proxying. Helps with less work in Eduroam configurations.
9
22
* Improve queries for processing radacct into periodic usage data.
10
23
Fix from Nick Porter.
11
- * update dictionary.juniper
12
- * add dictionary.calix
24
+ * Update dictionary.juniper
25
+ * Add dictionary.calix
13
26
* Fix dictionary.rfc6519 DS-Lite-Tunnel-Name to be "octets"
14
- * The linelog module now has a "header" configuration item,
15
- which places a header in any new file it creates.
16
- * Ensure that the AcctUpdateTime field in SQL is always updated.
17
- This is so that we can track when the last packet arrived.
18
27
* Update documentation for robust-proxy-accounting, and be more
19
28
aggressive about sending packets.
20
29
* Add per-module README.md files in the source.
21
30
* Add default Visual Studio configuration for developers.
22
- * Update the default configuration to reply to NAS when accounting
23
- proxying fails, but we still write to the detail file.
24
- * Add "connect_timeout" for outgoing TLS sockets. Helps with #3501.
25
31
* Postgres can now automatically use alternate queries for errors
26
32
other than duplicate keys.
27
33
* %{listen:TLS-PSK-Identity} is now set when using PSK and psk_query
28
34
This helps the server track the identity of the client which is
29
35
connecting.
30
- * The ldap module now supports setting "cipher_list". See
31
- mods-available/ldap.
32
36
* Include thread stats in Status-Server attributes. Fixes #4870.
37
+ * Mark rlm_unbound stable and add to packages. Patches by Nick Porter.
38
+ * Remove broken/unsupported Dockerfiles for centos8 and
39
+ debian9.
40
+ * Ensure Docker containers have stable uid/gid. Patches
41
+ from Terry Burton.
33
42
34
43
Bug fixes
35
- * Preliminary support for non-blocking TLS sockets.
36
- Helps with #3501.
37
- * Fix support for partial certificate chains
38
- after adding reload support. Fixes #4753
44
+ * Preliminary support for non-blocking TLS sockets. Helps with #3501.
45
+ * Fix support for partial certificate chains after adding reload
46
+ support. Fixes #4753
39
47
* Fix handling of debug_condition.
40
48
* Clean up home server states, and re-sync with the dictionaries.
41
49
* Correct certificate order when creating TLS-* attributes.
42
50
Fixes #4785
43
- * update use of isalpha() etc. so broken configurations have less
51
+ * Update use of isalpha() etc. so broken configurations have less
44
52
impact on the server.
45
53
* Outgoing TLS sockets now set SNI correctly from the "hostname"
46
54
configuration item.
@@ -49,6 +57,7 @@ FreeRADIUS 3.2.2 Mon 03 Oct 2022 12:00:00 EDT urgency=low
49
57
* Getting statistics via Status-Server can now be done within a
50
58
virtual server. Fixes #4868
51
59
* Make TTLS+MS-CHAP work with TLS 1.3. Fixes #4878.
60
+ * Fix md5 xlat memory leak when using OpenSSL 3. Fix by Terry Burton.
52
61
53
62
FreeRADIUS 3.2.1 Mon 03 Oct 2022 12:00:00 EDT urgency=low
54
63
Feature improvements
0 commit comments