aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_radius/radius_client.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-495/+0
* Support RADIUS messages up to 4096 bytes, RADIUS EAP-Message fragmentationMartin Willi2010-01-191-1/+1
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-0/+1
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* Renamed plugin configuration sections to the actual plugin nameMartin Willi2009-10-151-5/+5
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-27/+27
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-2/+2
* raise an alert() if the RADIUS server is not respondingMartin Willi2009-07-161-0/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* reserve a socket only during request(), avoids thread pool starvationMartin Willi2009-03-271-32/+34
* reintegrated eap-radius branch into trunkMartin Willi2009-03-241-0/+493