summaryrefslogtreecommitdiffstats
path: root/lib/libradius/radlib_private.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for vendor specific RADIUS extensions.brian2002-05-071-0/+8
| | | | Only the extensions from rfc2548 are specified for now.
* Add support for RADIUS accounting. Note, this changes the formatjdp1999-10-311-0/+6
| | | | | | | | | | | 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>
* Allow an alternate to rad_send_request() for programs thatbrian1999-02-051-1/+4
| | | | | don't wish to wait for the RADIUS server to respond. Reviewed by: jdp
* Install -C radlib.hbrian1999-01-291-0/+1
| | | | | | | | 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
* Initial import of RADIUS client library donated by Juniper Networks, Inc.jdp1998-11-131-0/+82
OpenPOWER on IntegriCloud