From owner-cvs-all Sat Oct 30 21:48: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3485514BD0; Sat, 30 Oct 1999 21:48:00 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA27933; Sat, 30 Oct 1999 21:48:00 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199910310448.VAA27933@freefall.freebsd.org> From: John Polstra Date: Sat, 30 Oct 1999 21:48:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libradius libradius.3 radius.conf.5 radlib.c radlib.h radlib_private.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/10/30 21:48:00 PDT Modified files: lib/libradius libradius.3 radius.conf.5 radlib.c radlib.h radlib_private.h Log: Add support for RADIUS accounting. Note, this changes the format of the /etc/radius.conf file. But the code contains hacks for backward compatibility, so old files will continue to work. I updated the man pages and made a couple of minor changes, but everything else was submitted by Oleg. PR: misc/14284 Submitted by: Oleg Semyonov Revision Changes Path 1.6 +40 -18 src/lib/libradius/libradius.3 1.4 +58 -14 src/lib/libradius/radius.conf.5 1.4 +104 -23 src/lib/libradius/radlib.c 1.3 +55 -2 src/lib/libradius/radlib.h 1.4 +7 -1 src/lib/libradius/radlib_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message