From owner-cvs-all Fri Feb 5 08:29:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08502 for cvs-all-outgoing; Fri, 5 Feb 1999 08:29:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08497; Fri, 5 Feb 1999 08:29:11 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA06323; Fri, 5 Feb 1999 08:29:11 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Fri, 5 Feb 1999 08:29:11 -0800 (PST) Message-Id: <199902051629.IAA06323@freefall.freebsd.org> 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/02/05 08:29:11 PST Modified files: (Branch: RELENG_3) lib/libradius Makefile libradius.3 radlib.c radlib.h radlib_private.h Log: MFC: Allow an alternate to rad_send_request() for programs that don't wish to wait for the RADIUS server to respond. Don't insist that RAD_USER_PASSWORD is supplied before calling rad_send_request(). Instead, insist on only one of RAD_USER_PASSWORD and RAD_CHAP_PASSWORD. Install radlib.h with -C Merge ok'd by: jkh Revision Changes Path 1.1.1.1.2.1 +2 -2 src/lib/libradius/Makefile 1.1.1.1.2.2 +54 -6 src/lib/libradius/libradius.3 1.1.1.1.2.1 +175 -129 src/lib/libradius/radlib.c 1.1.1.1.2.1 +6 -1 src/lib/libradius/radlib.h 1.1.1.1.2.1 +5 -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