From owner-cvs-all Wed Sep 25 16:18:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50FC37B401; Wed, 25 Sep 2002 16:18:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D2F43E3B; Wed, 25 Sep 2002 16:18:52 -0700 (PDT) (envelope-from pst@FreeBSD.org) Received: from freefall.freebsd.org (pst@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8PNIqCo065398; Wed, 25 Sep 2002 16:18:52 -0700 (PDT) (envelope-from pst@freefall.freebsd.org) Received: (from pst@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8PNIq0x065397; Wed, 25 Sep 2002 16:18:52 -0700 (PDT) Message-Id: <200209252318.g8PNIq0x065397@freefall.freebsd.org> From: Paul Traina Date: Wed, 25 Sep 2002 16:18:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libtacplus Makefile libtacplus.3 taclib.c taclib.h taclib_private.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 pst 2002/09/25 16:18:52 PDT Modified files: lib/libtacplus Makefile libtacplus.3 taclib.c taclib.h taclib_private.h Log: Enhance TACACS+ library to fully support authorization requests in addition to existing authentication. No change to the existing APIs to preseve both binary and API compatibility, so I am not inclined to bump the library version number unless someone thinks this is necessary. Submitted by: Paul Fraley MFC after: 2 weeks Revision Changes Path 1.4 +2 -2 src/lib/libtacplus/Makefile 1.10 +117 -12 src/lib/libtacplus/libtacplus.3 1.5 +314 -50 src/lib/libtacplus/taclib.c 1.2 +28 -1 src/lib/libtacplus/taclib.h 1.2 +26 -1 src/lib/libtacplus/taclib_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message