forked from FreeRADIUS/freeradius-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
37 lines (36 loc) · 1.57 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
FreeRADIUS 4.0.0 Sun 10 Jul 2016 15:48:14 EDT urgency=medium
Feature improvements
* For upgrade instructions, see raddb/README.rst
* "authorize", "authenticate", "preacct", etc.
are deprecated. We now use "recv Access-Request"
See raddb/README.rst.
* Dropped support for -i and -p flags in radiusd
* New "map" function in unlang. See "man unlang".
* The "load-balance" and "redundant-load-balance"
sections accept a key. See "man unlang".
* The EAP module tracks certificates in a different
attribute list. See the upgrade instructions.
* The EAP module produces much better messages
when using TLS.
* The MySQL and Postgresql modules now call the
database string escape functions, instead of
using "safe_characters".
* radmin / raddebug can now stream debug output
directly to radmin, instead of using an intermediary
file.
* radsniff stats (-W) now operates on PCAP files too.
* radsniff stats can be printed in CSV format.
* Improved internal state API, to simplify multiround
authentication.
* ipaddr = * 'just works' for most DHCP configurations.
* Redis cluster support for all Redis modules.
* TLV Attributes can now be nested to nearly any depth.
* radsnmp client which can listen on Net-SNMP "pass persist"
and translate that into queries to the server.
* rlm_perl: radiusd::xlat to evaluate xlat string within
perl script
Bug fixes
* Attribute names in unlang MUST be prefixed with &
This fixes a host of ambiguities when parsing.
* Added unit tests for dictionary parsing and
restrictions on which attributes can appear where.