summaryrefslogtreecommitdiffstats
path: root/lib/libradius/libradius.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: tidy up the formatting.ru2002-08-091-81/+115
|
* Add the following functions:brian2002-06-121-0/+25
| | | | | | | | | | | | | | | | | | | | rad_request_authenticator() Returns the Request-Authenticator relevant to the most recently received RADIUS response. rad_server_secret() Returns the Shared Secret relevant to the most recently received RADIUS response. Neither of these functions should be necessary, however, the MS-MPPE-Recv-Key and MS-MPPE-Send-Key Microsoft Vendor Specific attributes are supplied in a mangled (encrypted) format, requiring this information to demangle. It's not clear whether these functions should be replaced with a rad_demangle() function or whether these attributes are one-offs. Sponsored by: Monzoon
* mdoc(7) police: nits.ru2002-05-291-1/+2
|
* Add rad_get_vendor_attr() for deciphering vendor attributes receivedbrian2002-05-101-1/+21
| | | | from the RADIUS server.
* Add support for vendor specific RADIUS extensions.brian2002-05-071-0/+16
| | | | Only the extensions from rfc2548 are specified for now.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-1/+3
|
* Add support for RADIUS accounting. Note, this changes the formatjdp1999-10-311-17/+39
| | | | | | | | | | | 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>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-1/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Allow an alternate to rad_send_request() for programs thatbrian1999-02-051-5/+53
| | | | | don't wish to wait for the RADIUS server to respond. Reviewed by: jdp
* Typo police.brian1999-01-221-1/+1
|
* Initial import of RADIUS client library donated by Juniper Networks, Inc.jdp1998-11-131-0/+317
OpenPOWER on IntegriCloud