aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* implemented get|set_identifier() for eap_sim_tAndreas Steffen2011-04-052-34/+56
|
* Migrated eap_sim plugin to INIT/METHOD macrosAndreas Steffen2011-04-052-80/+56
|
* implemented get|set_identifier() for eap_radius_tAndreas Steffen2011-04-051-1/+20
|
* store EAP identifier on peer sideAndreas Steffen2011-04-051-1/+2
|
* implemented get|set_identifier() for eap_aka_tAndreas Steffen2011-04-052-19/+54
|
* Added support for DES_ECB to af-alg, required for eap-mschapv2Martin Willi2011-04-051-0/+1
|
* Migrated eap_aka plugin to INIT/METHOD macrosAndreas Steffen2011-04-052-80/+57
|
* 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
|
* implemented get|set_identifier() for eap_mschapv2_tAndreas Steffen2011-04-051-0/+14
|
* Migrated eap_mschapv2 plugin to INIT/METHOD macrosAndreas Steffen2011-04-051-57/+34
|
* implemented get|set_identifier() for eap_identity_t and eap_md5_tAndreas Steffen2011-04-052-3/+39
|
* log the EAP identifier also for vendor specific EAP methodsAndreas Steffen2011-04-051-2/+2
|
* log the initial value of the EAP identifierAndreas Steffen2011-04-051-5/+6
|
* added get_identifier() and set_identifier() methodsAndreas Steffen2011-04-051-3/+18
|
* Migrated eap_sim_pcsc plugin to INIT/METHOD macrosMartin Willi2011-04-042-32/+38
|
* Slightly reformatted SIM pcsc codeMartin Willi2011-04-042-30/+44
|
* Added SIM card backend based on pcsc-liteDuncan Salerno2011-04-046-0/+517
|
* Added support for FETCH_CALLBACK to soup fetcherMartin Willi2011-04-041-9/+45
|
* Support FETCH_CALLBACK in curl fetcherMartin Willi2011-04-041-11/+34
|
* Added a new FETCH_CALLBACK option to fetch data without allocationMartin Willi2011-04-047-22/+97
|
* Migrated fetcher_manager to INIT/METHOD macrosMartin Willi2011-04-041-32/+25
|
* log TNC PEP decision with level 0Andreas Steffen2011-03-254-19/+33
|
* Increase whitelist message identity buffer to 128 bytesMartin Willi2011-03-231-1/+1
|
* Fix order of PURGE_* flags to be compatible with STROKE_PURGE_* keywordsMartin Willi2011-03-232-5/+5
|
* Make availability of glob(3) optional in settings_t.Tobias Brunner2011-03-221-21/+34
| | | | | If glob(3) is not available just try to open the pattern as regular file. The reason for this change is that glob(3) is not available on Android.
* Make sure that files included in settings_t are regular files.Tobias Brunner2011-03-221-1/+20
|
* File lists in Android.mk files updated to those in the Makefiles.Tobias Brunner2011-03-222-4/+10
|
* Fall back to _LINUX_CAPABILITY_VERSION if no explicit version is defined.Tobias Brunner2011-03-221-1/+3
| | | | This is the case on Android.
* TNC server did not issue a TNC_CONNECTION_STATE_HANDSHAKE NotifyConnection ↵Andreas Steffen2011-03-192-0/+4
| | | | message
* include linux/if_alg.h in the strongSwan distributionAndreas Steffen2011-03-171-1/+1
|
* Added a strongswan.conf "enabled" option for duplicheck pluginMartin Willi2011-03-171-0/+6
|
* Added strongswan.conf and runtime option to enable/disable whitelist pluginMartin Willi2011-03-175-1/+43
|
* Move establish/inherit of rekeyed IKE_SAs to delete messagesMartin Willi2011-03-155-58/+54
| | | | | | | | Having the inherit() function delayed to the IKE_SA establish procedure was problematic. The task destroy function was never a good place and results in locking/cleanup problems. After establishing the SA, it should be really checked in ASAP to avoid any triggered DPD checks to get lost.
* Wrap IKE delete after rekey into rekey task for responder, tooMartin Willi2011-03-151-1/+18
|
* Do not invoke processor restart() if not requiredMartin Willi2011-03-151-1/+2
| | | | | Doing so might result in a deadlock during shutdown if a delayed restart is locked on the bus during the debug statement.
* Migrated ike_rekey task to INIT/METHOD macrosMartin Willi2011-03-151-59/+40
|
* fixed asn1_oid_from_string(), allowing it to handle up to 32 bit node numbersAndreas Steffen2011-03-121-11/+12
|
* fixed parsing of X.509 certificatePoliciesAndreas Steffen2011-03-111-4/+4
|
* added tcg-at-tpmIdLabel OIDAndreas Steffen2011-03-111-0/+1
|
* output unknown OIDs in dot string notationAndreas Steffen2011-03-111-4/+14
|
* fixed asn1_oid_to_string() conversionAndreas Steffen2011-03-091-15/+9
|
* Use a boolean expression for refcount check, fixes refcounting if bool is a ↵Martin Willi2011-03-091-1/+1
| | | | signed char
* Migrated sim_manager to INIT/METHOD macrosMartin Willi2011-03-081-150/+92
|
* Protect sim card/provider/hook (un-)registration with a rwlockMartin Willi2011-03-081-0/+58
|
* Splitted sim_manager.h header to sim_{card,provider,hooks}.hMartin Willi2011-03-085-226/+307
|
* defined some TCG attribute OIDsAndreas Steffen2011-03-081-1/+7
|
* support of RSAES-OAEP public keysAndreas Steffen2011-03-082-2/+2
|
* added id-RSAES-OAEP and id-pSpecified OIDsAndreas Steffen2011-03-071-0/+2
|
* initiate or route all child configs if they have different names from their ↵Andreas Steffen2011-03-041-27/+68
| | | | parent peer config