Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed cleanup of traffic selector lists | Martin Willi | 2009-05-15 | 1 | -2/+2 |
| | |||||
* | properly delete IKE_SA if IKE_SA_INIT processing failed | Martin Willi | 2009-05-15 | 1 | -0/+5 |
| | |||||
* | cosmetics | Andreas Steffen | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | output peer ID in duplicate deletion log entry | Andreas Steffen | 2009-03-26 | 1 | -2/+2 |
| | |||||
* | set port for NATD hash calculation in the "include-all" case | Martin Willi | 2009-03-26 | 1 | -0/+4 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 32 | -35/+33 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | reintegrated eap-radius branch into trunk | Martin Willi | 2009-03-24 | 3 | -3/+7 |
| | |||||
* | fallback to family specific %any(6) if kernel lookup fails | Martin Willi | 2009-03-16 | 1 | -0/+6 |
| | |||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -2/+1 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | adding plugin for EAP-MS-CHAPv2 | Tobias Brunner | 2009-02-18 | 2 | -1/+4 |
| | |||||
* | configuration of NBNS server assignment via strongswan.conf | Andreas Steffen | 2009-02-13 | 1 | -3/+68 |
| | |||||
* | configuration of DNS server assignment via strongswan.conf | Andreas Steffen | 2009-02-12 | 1 | -6/+29 |
| | |||||
* | changed [4856] to dynamically choose traffic selector family | Martin Willi | 2009-02-11 | 1 | -14/+8 |
| | |||||
* | send proper AUTHENTICATION_FAILED if EAP method is successful, but AUTH ↵ | Martin Willi | 2009-02-10 | 1 | -0/+6 |
| | | | | mismatches | ||||
* | free unneeded retransmission packet when exchange completes | Martin Willi | 2009-02-09 | 1 | -1/+2 |
| | |||||
* | proper initialization and disposal of keying material | Andreas Steffen | 2009-01-15 | 1 | -1/+3 |
| | |||||
* | fixed ESP NULL encryption | Andreas Steffen | 2009-01-15 | 1 | -3/+3 |
| | |||||
* | fixed a potential memory leak when reusing mobike task | Martin Willi | 2008-12-19 | 1 | -0/+4 |
| | |||||
* | updated documentation | Martin Willi | 2008-12-17 | 2 | -137/+131 |
| | | | | | some minor cleanups calloc does not need an additional memset(0) | ||||
* | improved IKE_SA uniqueness check | Tobias Brunner | 2008-12-16 | 4 | -89/+83 |
| | |||||
* | purge certificates after IKE_AUTH response has been built | Martin Willi | 2008-12-16 | 1 | -6/+8 |
| | |||||
* | signal each entry condvar after enumeration, required if wait_for_entry is ↵ | Martin Willi | 2008-12-15 | 1 | -3/+19 |
| | | | | called | ||||
* | fixed possible deadlock in checkin_and_destroy | Martin Willi | 2008-12-12 | 1 | -2/+2 |
| | |||||
* | avoid DNS lookup if possible | Martin Willi | 2008-12-12 | 1 | -13/+10 |
| | |||||
* | wait until all IKE_SAs are in-house before destroying them | Martin Willi | 2008-12-12 | 1 | -1/+1 |
| | |||||
* | fixing checkout of IKE SAs with only the initiator SPI | Tobias Brunner | 2008-12-10 | 1 | -1/+2 |
| | |||||
* | increasing the performance of checkout_duplicate by using a hash table. | Tobias Brunner | 2008-12-10 | 1 | -66/+244 |
| | |||||
* | purge auth_info when IKE_SA is established, releases cert memory | Martin Willi | 2008-12-09 | 1 | -0/+6 |
| | |||||
* | limit number of ADDITIONAL_IPV*_ADDR notifies | Martin Willi | 2008-12-09 | 1 | -4/+9 |
| | |||||
* | pass identity to release_address(), allows providers to do a lookup by id | Martin Willi | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | reset pointer for a clean destruction | Martin Willi | 2008-12-04 | 1 | -0/+1 |
| | |||||
* | some task queueing improvements: | Martin Willi | 2008-12-01 | 8 | -63/+186 |
| | | | | | | | | - do not pass CHILD_SAs to task constructor, might not be valid anymore during execution (late lookup) - use sub-tasks to delete CHILD/IKE_SA after rekeying, as we want to execute the delete before additional queued tasks | ||||
* | schedule rekeying when activating passive IKE_SAs | Martin Willi | 2008-11-28 | 1 | -1/+2 |
| | |||||
* | added a PASSIVE IKE_SA state to manage it externally | Martin Willi | 2008-11-28 | 2 | -4/+25 |
| | |||||
* | pass SKd to derive_ike_keys() to have a more interoperable API | Martin Willi | 2008-11-28 | 3 | -38/+93 |
| | |||||
* | checkin of non-existing IKE_SAs | Martin Willi | 2008-11-26 | 2 | -58/+44 |
| | | | | removed unneeded checkin() return values | ||||
* | performance optimization for the DOS protection. | Tobias Brunner | 2008-11-25 | 2 | -24/+211 |
| | | | | | | * half-open SAs per peer are tracked in a hash table * charon.dos_protection setting replaced with charon.cookie_threshold and charon.block_threshold * chunk_hash function added | ||||
* | fixed crash due to missing function call parameter | Andreas Steffen | 2008-11-25 | 1 | -1/+13 |
| | |||||
* | fixed set_message_id() on IKE_SA | Martin Willi | 2008-11-24 | 2 | -129/+132 |
| | | | | | added missing bus->message() hook invocation whitespace cleanups | ||||
* | set message IDs on IKE_SAs | Martin Willi | 2008-11-24 | 4 | -9/+47 |
| | |||||
* | optimized ike_sa_manager for concurrent access (default behavior is still as ↵ | Tobias Brunner | 2008-11-20 | 1 | -217/+493 |
| | | | | before, needs configuration in strongswan.conf). | ||||
* | refactored and cleaned up child_sa interface | Martin Willi | 2008-11-19 | 5 | -443/+389 |
| | | | | | | | replaced add/update calls by a install() call allocating SPIs always externally support installation of non-allocated CHILD_SAs some other cleanups | ||||
* | setting default port of own address to have a proper fallback if src addr ↵ | Martin Willi | 2008-11-18 | 1 | -0/+1 |
| | | | | lookup fails | ||||
* | fixed virtual IP re-installation failure in MOBIKE scenarios introduced with ↵ | Andreas Steffen | 2008-11-17 | 1 | -13/+19 |
| | | | | changeset 4662 | ||||
* | completed migration of MIPv6 connections | Andreas Steffen | 2008-11-16 | 1 | -31/+40 |
| | |||||
* | fallback to reauthentication if peer does not support CHILD_SA rekeying | Martin Willi | 2008-11-14 | 2 | -2/+27 |
| | |||||
* | fall back to reauthentication if IKE rekeying fails with NO_ADDITIONAL_SAS | Martin Willi | 2008-11-14 | 1 | -1/+27 |
| | |||||
* | reset IKE_SA on bus during child_sa destruction | Martin Willi | 2008-11-14 | 1 | -0/+2 |
| | |||||
* | BEET mode might want forwarding policies | Martin Willi | 2008-11-12 | 1 | -11/+11 |
| | |||||
* | removed some obsolete includes | Martin Willi | 2008-11-12 | 1 | -11/+0 |
| |