* Bump the maximal length of the password to 128, as required by
RFC 2865.
* Bump the maximal length of the shared secret to 256. It should
match or exceed the maximal length supported by most RADIUS
servers.
* New helper macros to set vendor and attribute
* RADCLI_VENDOR_ATTR_SET
* RADCLI_VENDOR_MASK
OBS-URL: https://build.opensuse.org/package/show/network/radcli?expand=0&rev=10
52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jun 15 12:11:58 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.4.0
|
|
* Bump the maximal length of the password to 128, as required by
|
|
RFC 2865.
|
|
* Bump the maximal length of the shared secret to 256. It should
|
|
match or exceed the maximal length supported by most RADIUS
|
|
servers.
|
|
* New helper macros to set vendor and attribute
|
|
* RADCLI_VENDOR_ATTR_SET
|
|
* RADCLI_VENDOR_MASK
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 29 19:55:35 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.3.1
|
|
* Modified the variable names so that they do not conflict with
|
|
generic and well known libraries.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 11 21:27:13 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.3.0
|
|
* Removed duplicate function definition from util.h (#53)
|
|
* Increased size of dictionary vendor and values to 32-bits
|
|
from 16; this breaks the ABI from the previous release.
|
|
* Corrected a string termination issue in rc_avpair_tostr()
|
|
* Added functions to create dictionary without a file:
|
|
+ rc_dict_addattr
|
|
+ rc_dict_addval
|
|
+ rc_dict_addvend
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 12 07:27:35 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.2.12
|
|
* rc_avpair_tostr: return error instead of crashing when time is
|
|
invalid.
|
|
* Handle errno=ENETUNREACH and return NETUNREACH_RC.
|
|
* Do not use LOG_PERROR if not defined in syslog.h
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 12 23:14:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Ensure neutrality of descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 8 15:29:30 UTC 2019 - mardnh@gmx.de
|
|
|
|
- Initial package, version 1.2.11
|