History log of /freebsd/lib/libradius/radlib.c (Results 26 – 29 of 29)
Revision Date Author Comments
# 0981dfef 31-Oct-1999 John Polstra <jdp@FreeBSD.org>

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 update

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 <os@altavista.net>

show more ...


# 48caee2a 05-Feb-1999 Brian Somers <brian@FreeBSD.org>

Allow an alternate to rad_send_request() for programs that
don't wish to wait for the RADIUS server to respond.
Reviewed by: jdp


# d30ad2ab 29-Jan-1999 Brian Somers <brian@FreeBSD.org>

Install -C radlib.h

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.

Sponsored by: Interne

Install -C radlib.h

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.

Sponsored by: Internet Business Solutions Ltd., Switzerland

show more ...


# 082bfe67 13-Nov-1998 John Polstra <jdp@FreeBSD.org>

Initial import of RADIUS client library donated by Juniper Networks, Inc.


12