aboutsummaryrefslogtreecommitdiff
path: root/lib/libradius/radlib.c
Commit message (Expand)AuthorAgeFilesLines
* libradius: fix no SSL buildCy Schubert2021-06-031-1/+3
* libradius: Fix attribute length validation in rad_get_attr(3)Mark Johnston2021-05-281-1/+6
* libradius: Fix input validation bugsMark Johnston2021-05-261-15/+39
* libradius: Rip out dubious use of srandomdev(3)+random(3)Conrad Meyer2019-12-131-5/+4
* Make libradius(3) buildable.Jung-uk Kim2018-09-191-30/+33
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Fix build: reflect the increased field number.Xin LI2012-12-071-1/+1
* - Rewrite radius servers traversal algorithm.Sergey Matveychuk2012-12-061-36/+166
* Add binding support to libradius(3).Alexander V. Chernikov2011-12-201-1/+8
* Fix bug, when RADIUS client gave up after single sendto() error, do notAlexander Motin2009-09-291-9/+4
* Add simple embedded RADIUS server support to libradius, by extending existingAlexander Motin2009-09-111-77/+269
* Use correct u_int and socklen_t types for parameters if function isAlexander Kabaev2007-04-041-2/+3
* Use %zu to print values with type size_t.Stefan Farfeleder2004-06-141-3/+3
* - Added rad_demangle() for demangling user-passwords (needed forRuslan Ermilov2004-04-271-20/+305
* Add the following functions:Brian Somers2002-06-121-0/+17
* Add rad_get_vendor_attr() for deciphering vendor attributes receivedBrian Somers2002-05-101-0/+13
* Add support for vendor specific RADIUS extensions.Brian Somers2002-05-071-0/+51
* Add __FBSDID()s to libradiusMatthew Dillon2001-09-301-2/+3
* Fix password clearing bug which prevented challenge/response from working.Eivind Eklund2000-11-081-1/+1
* strtok -> strsep (no strtok allowed in libraries)Andrey A. Chernov2000-08-291-3/+4
* Add support for RADIUS accounting. Note, this changes the formatJohn Polstra1999-10-311-22/+103
* Allow an alternate to rad_send_request() for programs thatBrian Somers1999-02-051-131/+162
* Install -C radlib.hBrian Somers1999-01-291-6/+21
* Initial import of RADIUS client library donated by Juniper Networks, Inc.John Polstra1998-11-131-0/+737