aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa
Commit message (Expand)AuthorAgeFilesLines
...
* | Store the peer's current address as additional known address on the IKE_SA.Tobias Brunner2012-03-091-0/+8
* | Re-resolve hosts on additional keyingtriesMartin Willi2012-03-061-0/+1
* | Invoke ike_updown hook on authentication failure not before response sentMartin Willi2012-03-051-3/+2
* | Be a little more verbose before starting IKE_SA reauthenticationMartin Willi2012-03-051-2/+9
* | Send an AUTH_LIFETIME update after updating the lifetime, but can not reauth ...Martin Willi2012-03-053-9/+43
* | Set hard timeouts when setting a lifetimeMartin Willi2012-03-051-7/+14
* | Fix IKE_SA timeout debug output on 64bit platformsMartin Willi2012-03-051-3/+4
* | Added support for untruncated MD5 and SHA1 HMACs in ESP as used in RFC 4595.Tobias Brunner2012-02-271-0/+2
* | Trigger DPD not before IKE_SA state gets updatedMartin Willi2012-02-021-6/+8
* | Don't retransmit, rekey, reauth or DPD check SAs when in PASSIVE stateMartin Willi2012-02-021-0/+26
* | Destroy active task list before queued tasksThomas Egerer2012-01-181-3/+3
* | Fixed additional typos in comments and log messages.Tobias Brunner2012-01-121-1/+1
* | Fix deadlock in trap_manager_t during acquire.Tobias Brunner2011-12-231-28/+43
* | Fixed flush() method of trap_manager_t.Tobias Brunner2011-12-231-3/+9
|/
* Change order of destroy/get_ref function callsThomas Egerer2011-11-041-1/+1
* Log if charon failed to establish a CHILD_SA but keeps the IKE_SA up.Tobias Brunner2011-10-211-0/+4
* Don't use union members directly in plugin_feature_t.Tobias Brunner2011-10-141-1/+1
* Added a generic callback to register EAP methods using plugin featuresMartin Willi2011-10-142-0/+35
* Fixed unintentional fall-through in task_manager.Tobias Brunner2011-10-061-0/+1
* Fixed compilation of ike_me_t.Tobias Brunner2011-10-041-2/+2
* Migrated child_delete to INIT/METHOD macrosAndreas Steffen2011-10-041-49/+36
* Migrated child_rekey to INIT/METHOD macrosAndreas Steffen2011-10-041-50/+36
* Migrated ike_auth_lifetime to INIT/METHOD macrosAndreas Steffen2011-10-041-39/+30
* Migrated ike_cert_post to INIT/METHOD macrosAndreas Steffen2011-10-041-40/+31
* Migrated ike_cert_pre to INIT/METHOD macrosAndreas Steffen2011-10-041-42/+31
* Migrated ike_config to INIT/METHOD macrosAndreas Steffen2011-10-031-42/+32
* Migrated ike_delete to INIT/METHOD macrosAndreas Steffen2011-10-031-42/+31
* Migrated ike_dpd to INIT/METHOD macrosAndreas Steffen2011-10-031-31/+26
* Migrated ike_init to INIT/METHOD macrosAndreas Steffen2011-10-031-66/+49
* Migrated ike_me to INIT/METHOD macrosAndreas Steffen2011-10-031-88/+61
* Migrated ike_natd to INIT/METHOD macrosAndreas Steffen2011-10-031-55/+38
* Migrated ike_reauth to INIT/METHOD macrosAndreas Steffen2011-10-031-30/+25
* Migrated mediation_manager_t to INIT/METHOD macros.Tobias Brunner2011-10-031-41/+32
* Migrated connect_manager_t to INIT/METHOD macros.Tobias Brunner2011-10-031-109/+93
* Migrated ike_sa_id_t to INIT/METHOD macros.Tobias Brunner2011-10-031-60/+43
* Clear traps during shutdown before unloading kernel pluginsMartin Willi2011-09-122-0/+12
* log entry for outbound hash-and-urlAndreas Steffen2011-08-241-0/+1
* Try to detect Windows Clients by looking for INTERNAL_IP4/6_SERVER attributeMartin Willi2011-08-192-0/+10
* fix double delete of old IKE_SA during reauthenticationAndreas Steffen2011-08-161-2/+2
* some more typosAndreas Steffen2011-08-157-7/+7
* typos: initator->initiator, authenticaion->authentication.Tobias Brunner2011-08-158-8/+8
* If we close a duplicate SA, it is also no authentication failure.Tobias Brunner2011-08-121-2/+4
* If local authentication fails, it is not really a peer auth failure.Tobias Brunner2011-08-121-1/+1
* Throw an alert if authentication of the peer fails (not only for initiator).Tobias Brunner2011-08-121-34/+27
* Throw an alert when the peer address cannot be resolved during initiation.Tobias Brunner2011-08-121-0/+1
* Throw an alert via bus_t when remote authentication fails.Tobias Brunner2011-08-121-9/+14
* Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers regi...Martin Willi2011-08-085-1127/+0
* Properly initialize ike_sa_t.Tobias Brunner2011-08-011-1/+1
* Update fallback drop policies if required.Tobias Brunner2011-07-291-2/+20
* Install fallback drop policies for all three directions.Tobias Brunner2011-07-281-65/+66