aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* File lists in Android.mk files updated to those in the Makefiles.Tobias Brunner2011-03-221-2/+9
|
* 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
* 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
|
* Migrated ike_rekey task to INIT/METHOD macrosMartin Willi2011-03-151-59/+40
|
* 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
|
* initiate or route all child configs if they have different names from their ↵Andreas Steffen2011-03-041-27/+68
| | | | parent peer config
* initiate or route child configs which don't have a peer config of the same nameAndreas Steffen2011-03-011-32/+86
|
* put DN in double quotesAndreas Steffen2011-03-011-1/+1
|
* Implemented permanent certificate coupling pluginMartin Willi2011-02-286-0/+445
|
* Update duplicheck entry during IKE rekeyingMartin Willi2011-02-281-2/+17
|
* Remove entry from active duplicate list only if it was not in checkingMartin Willi2011-02-281-5/+10
|
* Added an example application listening to duplicheck notificationsMartin Willi2011-02-283-0/+63
|
* Notify duplicate detections over a UNIX sockets to listening applicationsMartin Willi2011-02-286-5/+294
|
* Added an advanced duplicate checking plugin with liveness check of old SAMartin Willi2011-02-286-0/+416
|
* Invert check to delete unestablished IKE_SAs to not delete them once establishedMartin Willi2011-02-281-2/+2
|
* Added a whitelist command line utility to control whitelist pluginMartin Willi2011-02-283-0/+184
|
* Added a UNIX socket based control backend to whitelist pluginMartin Willi2011-02-285-2/+337
|
* Implemented a in-memory peer identity whitelist pluginMartin Willi2011-02-286-0/+409
|
* Fixed a possible segfault after termination of IKE and child SAs.Tobias Brunner2011-02-281-0/+4
| | | | | | | Because the thread that is actually terminating the SA and thus checking it in again is not be the same thread that previously checked it out and queued the termination job, the thread local SA on the bus has to be reset manually, similar to how it is set in the job which is executing the job.
* Slightly change IKE_SA destruction order to inherit properly during ↵Martin Willi2011-02-282-3/+3
| | | | ike_rekey task destruction
* Compiler warning fixed.Tobias Brunner2011-02-101-5/+7
|
* [hopefully] fixed pathlen problem on ARM platformsAndreas Steffen2011-02-101-2/+2
|
* Migrated update_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-15/+16
|
* Migrated send_keepalive_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-15/+14
|
* Migrated send_dpd_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-15/+14
|
* Migrated roam_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-14/+15
|
* Migrated retransmit_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-16/+15
|
* Migrated rekey_ike_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-16/+15
|
* Migrated rekey_child_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-17/+16
|
* Migrated process_message_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-15/+14
|
* Migrated migrate_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-20/+19
|
* _ prefix not requiredAndreas Steffen2011-02-104-4/+4
|
* Migrated delete_ike_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-17/+16
|