Skip to content

Releases: nmav/radcli

1.2.4

26 Sep 10:57
Compare
Choose a tag to compare
  • Use a portable name for radius accounting service (issue #4)

1.2.3

02 Sep 08:41
Compare
Choose a tag to compare
  • Re-added server fallback ability (Michael Richardson)
  • Added 'clientdebug' option in the configuration file to allow
    easier debugging of the client (Michael Richardson)

1.2.2

21 Aug 16:18
Compare
Choose a tag to compare
  • Added versioned symbols

1.2.1

15 Jun 09:05
Compare
Choose a tag to compare
  • Removal of unused port-id-map file.
  • Corrections in the link creation during install.
  • Corrections in the types of the distributed dictionary.
  • Added compatibility headers for radiusclient-ng.
  • Added new API to access the context of a request.
  • Eliminitated the radius_deadtime option, and simplified the
    server setting option. Only a single auth or acct server
    can be specified.
  • API and ABI modifications:
    • rc_aaa_ctx_free: New function
    • rc_aaa_ctx_get_secret: New function
    • rc_aaa_ctx_get_vector: New function
    • rc_aaa_ctx: New function

1.2.0

07 Jun 13:49
Compare
Choose a tag to compare
  • Initial version of the fork. That changes the name of the library to
    libradcli.so, and the header to radcli.h. A compatibility header with
    freeradius-client library is also installed.
  • Adds support for TLS (RFC6614) and DTLS (RFC7360) without
    requiring any code changes for existing applications. It adds
    new configuration options: serv-auth-type, tls-ca-file,
    tls-key-file, tls-cert-file, tls-verify-hostname.
  • Removed the requirement for legacy options to be present in the configuration
    file. That includes: auth_order, login_tries, login_timeout, nologin, issue,
    login_radius, seqfile
  • Added higher level API to read values from VALUE_PAIR.