summaryrefslogtreecommitdiffstats
path: root/lib/libradius/libradius.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix the bindto parameter declaration.ae2013-01-091-1/+1
| | | | Submitted by: sem
* - Rewrite radius servers traversal algorithm.sem2012-12-061-2/+18
| | | | | | - Add functions for working with IPv6 attributes. Approved by: ae
* General mdoc(7) and typo fixes.gjb2012-05-111-5/+3
| | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-4/+4
| | | | | | | | | | | The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types. I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected. MFC after: 1 month
* Add binding support to libradius(3).melifaro2011-12-201-0/+6
| | | | | | Submitted by: Sergey Matveychuk <sem33@yandex-team.ru> Approved by: ae (mentor) MFC after: 2 weeks
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
| | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
* Add simple embedded RADIUS server support to libradius, by extending existingmav2009-09-111-6/+45
| | | | | | | | | API, keeping backward compatibility. First consumer for this functionality is going to become forthcoming MPD-5.4, supporting CoA and DR of RFC 3576: Dynamic Authorization Extensions to RADIUS. MFC after: 1 month
* - Added rad_demangle() for demangling user-passwords (needed forru2004-04-271-4/+74
| | | | | | | | | | | | | | | | | | | | MS-CHAPv1 MPPE-keys). - Added rad_demangle_mppe_key() for demangling mppe-keys (needed for MPPE-keys). - Added some typecasts for avoiding compiler warnings. - Fix: better handle wrong usage of the lib (if the programmer has not called rad_create_request() but rad_put_*(), then a weird error message was returned). - Added a new function for putting the Message-Authenticator. - Verify the Message-Authenticator, if it was found inside a response packet and silently drop the packet, if the validation failed. - Implicitly put the Message-Authenticator, if the EAP-Message attribute was added. - Added some missing defines. Submitted by: Michael Bretterklieber PR: 46555
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* 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