aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_radius
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-199-1812/+0
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...Tobias Brunner2010-03-021-1/+0
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-4/+5
* Link all enabled libstrongswan plugins into the library, link all enabled cha...Tobias Brunner2010-03-021-2/+5
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-0/+1
* Support RADIUS messages up to 4096 bytes, RADIUS EAP-Message fragmentationMartin Willi2010-01-193-9/+22
* 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
* hyphenate eap-radius4.3.5rc1Andreas Steffen2009-10-171-3/+3
* Renamed plugin configuration sections to the actual plugin nameMartin Willi2009-10-152-7/+7
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-046-83/+83
* 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
* added a RADIUS id_prefix option to prefix the IMSIMartin Willi2009-07-091-5/+16
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
* added eap_start option to radius pluginMartin Willi2009-05-141-2/+17
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-308-16/+0
* require Message-Authenticator attribute only if we have a EAP-MessageMartin Willi2009-03-271-6/+18
* reserve a socket only during request(), avoids thread pool starvationMartin Willi2009-03-272-36/+36
* updated DoxyfileMartin Willi2009-03-244-5/+4
* reintegrated eap-radius branch into trunkMartin Willi2009-03-249-0/+1777