aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_gtc/eap_gtc.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-9/+9
|
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-3/+3
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-1/+1
|
* xauth: add a configuration string option to be passed to XAuth instancesMartin Willi2013-09-031-1/+0
| | | | | | The configuration string is appended to the XAuth backend name, separated by a colon. The configuration string is passed untouched to the backend, where it can change the behavior of the XAuth module.
* EAP-GTC can use any XAuth backend, including xauth-pamMartin Willi2012-08-101-87/+44
| | | | | | | This makes EAP-GTC a generic plain password authentication method, as it is used with XAuth. Instead of verifying credentials with PAM, any backend can be configured. The default is xauth-pam, providing the same functionality as EAP-GTC in strongSwan 4.x.
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+2
| | | | Also fixes several whitespace errors.
* Revert alloc_str changesMartin Willi2011-04-211-3/+1
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-1/+3
|
* store EAP identifier on peer sideAndreas Steffen2011-04-051-1/+2
|
* implemented get|set_identifier() for eap_gtc_tAndreas Steffen2011-04-051-0/+14
|
* Migrated eap_gtc plugin to INIT/METHOD macrosAndreas Steffen2011-04-051-51/+34
|
* Moved credential manager to libstrongswanMartin Willi2010-07-131-2/+2
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+327