aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_radius/radius_client.c
Commit message (Collapse)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 ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* 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 ↵Tobias Brunner2009-08-141-2/+2
| | | | enums mutex/condvar/rwlock_type_t.
* 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
| | | | reduced thread pool default to 1
* reintegrated eap-radius branch into trunkMartin Willi2009-03-241-0/+493