From owner-cvs-all Tue Jun 11 17:21:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C2EC37B40A; Tue, 11 Jun 2002 17:21:07 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5C0L7r87545; Tue, 11 Jun 2002 17:21:07 -0700 (PDT) (envelope-from brian) Message-Id: <200206120021.g5C0L7r87545@freefall.freebsd.org> From: Brian Somers Date: Tue, 11 Jun 2002 17:21:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libradius libradius.3 radlib.c radlib.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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