-------------------
0.22 Wed Nov 07 20:27:00 2012
- Fix the excessive "types mismatch" warnings on PoD packets
0.21 Mon Oct 29 09:00:00 2012
- Added support for attribute values for byte and short attribute types
0.20 Tue Nov 09 22:45:59 2010
- Fixed the bug with the incorrect encoding of Cisco AVPair attributes
0.19 Tue Nov 02 00:07:00 2010
- Improved support for CoA (thanks Oleg Gawriloff and Matej Vela)
- Ability to work with dictionaries in FreeRADIUS format
(thanks to Alexandr Kovalenko and Matej Vela)
- Support (partial) for WIMAX attributes
0.18 Sun Oct 05 01:00:00 2010 (this version was not released to CPAN,
only used for internal testing)
- Support for a list of multiple RADIUS servers (RADIUS cluster)
pkgsrc changes:
- Adjust license definition
- Adjust homepage
Upstream changes:
0.17 Thu Jan 14 09:20:00 2010
- Support for RFC3579 - Message-Authenticator
0.16 Mon Dec 14 13:34:00 2009
- Generate random authenticators
- Support for CoA request (thanks to Oleg Gawriloff for the patch)
- Ability to specify the source IP/port for outgoing packets
0.15 Mon Oct 05 12:00:00 2009
- Bugfixes in error handling
0.14 Mon Aug 17 15:00:00 2009
- Authen::Radius is now distributed under the Perl Artistic
License v2.0
- Support for RADIUS retransmits
- For the "check_pwd" method plance the local socket's "real"
IP address into the NAS-IP-Address attribute
instead of 127.0.0.1
which allows you to communicate with a Radius server from Perl. You can
just authenticate usernames/passwords via Radius, or comletely imitate
AAA requests and process server response.