freebsd-dev/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 Add support for vendor specific RADIUS extensions. 2002-05-07 10:47:18 +00:00
radius.conf.5 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 13:41:46 +00:00
radlib_private.h Add support for vendor specific RADIUS extensions. 2002-05-07 10:47:18 +00:00
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