Skip to content

1.2.8

Compare
Choose a tag to compare
@nmav nmav released this 29 Jun 12:55
· 136 commits to master since this release
  • rc_random_vector will use gnutls_rnd() to obtain randomness if
    compiled with GnuTLS. This enables the library to not depend
    on specific kernel versions (there are versions of Linux kernel
    which do not provide calls for getentopy libc function).
  • Fixed issue when several servers in radiusclient.conf are present.
    The issue caused only the first server to be contacted. Report
    and fix by Martin Belanger.
  • No longer divide the timeout when across multiple servers.
    This restores the semantics of radiusclient-ng and freeradius-client
    in the 'radius_timeout' configuration contents. Report and
    fix by Martin Belanger.
  • On REJECT copy back the AV-pair list. Prior to 1.2.8 radcli
    would copy the AV-pair list only in case of ACCEPT and CHALLENGE
    scenarios, and that caused issues with EAP. Patch by Aravind Prasad S.