Date: Tue, 11 Jun 2002 17:21:07 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libradius libradius.3 radlib.c radlib.h Message-ID: <200206120021.g5C0L7r87545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2002/06/11 17:21:07 PDT
Modified files:
lib/libradius libradius.3 radlib.c radlib.h
Log:
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
Revision Changes Path
1.14 +25 -0 src/lib/libradius/libradius.3
1.10 +17 -0 src/lib/libradius/radlib.c
1.5 +3 -0 src/lib/libradius/radlib.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206120021.g5C0L7r87545>
