aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Migrated delete_child_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-19/+18
|
* Migrated acquire_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-16/+17
|
* replaced ipsec up %startall command by start_action jobAndreas Steffen2011-02-095-59/+155
|
* maemo: Create DBUS service file with correct path to charon.Tobias Brunner2011-02-083-5/+9
|
* Fixed tnc-imc/imv library names when building monolithicMartin Willi2011-02-081-2/+2
|
* Check for libxml when building tnccs_11, use autoconf libxml CFLAGS/LIBSMartin Willi2011-02-081-2/+3
|
* tnccs_11 does not link against libtls, just uses its headersMartin Willi2011-02-081-1/+0
|
* Whitespace cleanups in tnc codeMartin Willi2011-02-0814-125/+124
|
* Add a prefix to the global visible tnc names to avoid name clashes, move to ↵Martin Willi2011-02-088-46/+25
| | | | tncifimv
* Fixed compiler warningMartin Willi2011-02-081-1/+1
|
* tnccs_11 does not link to libtnc anymoreMartin Willi2011-02-081-3/+1
|
* Implement correct signature for pb_tnc_msg->process()Martin Willi2011-02-082-2/+2
|
* Fixed doxygen groups in libcharon tnc subtreeMartin Willi2011-02-088-119/+105
|