From owner-cvs-all Sun Jun 16 19:25: 2 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 0FFBC37B40C; Sun, 16 Jun 2002 19:24:58 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5H2Owu02360; Sun, 16 Jun 2002 19:24:58 -0700 (PDT) (envelope-from brian) Message-Id: <200206170224.g5H2Owu02360@freefall.freebsd.org> From: Brian Somers Date: Sun, 16 Jun 2002 19:24:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libradius Makefile libradius.3 radlib.c radlib.h radlib_private.h radlib_vs.h X-FreeBSD-CVS-Branch: RELENG_4 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/16 19:24:57 PDT Modified files: (Branch: RELENG_4) lib/libradius Makefile libradius.3 radlib.c radlib.h radlib_private.h Added files: (Branch: RELENG_4) lib/libradius radlib_vs.h Log: MFC: Add vendor specific attribute support Add rad_request_authenticator() and rad_server_secret() Revision Changes Path 1.3.2.2 +2 -2 src/lib/libradius/Makefile 1.6.2.5 +37 -1 src/lib/libradius/libradius.3 1.4.2.3 +82 -1 src/lib/libradius/radlib.c 1.3.2.1 +18 -1 src/lib/libradius/radlib.h 1.4.2.1 +9 -1 src/lib/libradius/radlib_private.h 1.2.2.1 +80 -0 src/lib/libradius/radlib_vs.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message