1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/lib/libradius
Brian Somers 628e6cd45f Add the following functions:
rad_request_authenticator()
    Returns the Request-Authenticator relevant to the most recently received
    RADIUS response.

  rad_server_secret()
    Returns the Shared Secret relevant to the most recently received
    RADIUS response.

Neither of these functions should be necessary, however, the
MS-MPPE-Recv-Key and MS-MPPE-Send-Key Microsoft Vendor Specific
attributes are supplied in a mangled (encrypted) format, requiring
this information to demangle.

It's not clear whether these functions should be replaced with a
rad_demangle() function or whether these attributes are one-offs.

Sponsored by: Monzoon
2002-06-12 00:21:07 +00:00
..
libradius.3 Add the following functions: 2002-06-12 00:21:07 +00:00
Makefile
radius.conf.5
radlib_private.h
radlib_vs.h Add a prototype for rad_get_vendor_attr(). 2002-05-12 10:53:00 +00:00
radlib.c Add the following functions: 2002-06-12 00:21:07 +00:00
radlib.h Add the following functions: 2002-06-12 00:21:07 +00:00