Date: Fri, 5 Feb 1999 08:29:11 -0800 (PST) From: Brian Somers <brian@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 Message-ID: <199902051629.IAA06323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902051629.IAA06323>