Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do not store DH redundant in keymat | Martin Willi | 2008-10-29 | 3 | -52/+30 | |
| | ||||||
* | moved key derivation and management into keymat object | Martin Willi | 2008-10-28 | 13 | -585/+748 | |
| | | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now | |||||
* | store IKE proposal implicitly during derive_keys | Martin Willi | 2008-10-28 | 4 | -46/+18 | |
| | ||||||
* | fixed reauthentication time in statusall | Martin Willi | 2008-10-28 | 1 | -1/+1 | |
| | ||||||
* | use more generic stats getter, introducing new stats | Martin Willi | 2008-10-27 | 4 | -80/+62 | |
| | ||||||
* | including a "none" tundev to make NM happy | Martin Willi | 2008-10-27 | 1 | -44/+28 | |
| | ||||||
* | fixed some compiler warnings | Martin Willi | 2008-10-27 | 5 | -3/+9 | |
| | ||||||
* | additional getters for ipcomp and UDP encap | Martin Willi | 2008-10-24 | 3 | -7/+37 | |
| | ||||||
* | more CHILD_SA refactorings | Martin Willi | 2008-10-24 | 4 | -131/+135 | |
| | ||||||
* | initiate connections simultaneously in load tester | Martin Willi | 2008-10-22 | 1 | -2/+9 | |
| | ||||||
* | a load testing plugin, to: | Martin Willi | 2008-10-21 | 10 | -0/+836 | |
| | | | | | find multi-threading issues do performance profiling | |||||
* | fixed enumeration of CHILD_SA traffic selectors | Martin Willi | 2008-10-21 | 1 | -24/+25 | |
| | ||||||
* | reset threads IKE_SA after checking other IKE_SAs | Martin Willi | 2008-10-20 | 4 | -9/+26 | |
| | | | | invoke updown script only if we have valid IKE_SA | |||||
* | re-established all previous AUD level messages | Andreas Steffen | 2008-10-17 | 3 | -6/+7 | |
| | ||||||
* | moved updown script invocation to an optional plugin | Martin Willi | 2008-10-16 | 11 | -243/+351 | |
| | ||||||
* | bus uses finally recusive locking | Martin Willi | 2008-10-16 | 1 | -47/+58 | |
| | | | | other small fixes | |||||
* | cache keys for in and outbound ESP SAs | Martin Willi | 2008-10-15 | 4 | -202/+241 | |
| | | | | | removed redundant storing of traffic selectors in CHILD_SA (sa_policy_t) creating TS pairs dynamically using create_policy_enumerator() | |||||
* | store ESP keys in CHILD_SA | Martin Willi | 2008-10-15 | 4 | -57/+78 | |
| | ||||||
* | passing chunks, not prf+, to kernel interface | Martin Willi | 2008-10-14 | 7 | -210/+263 | |
| | | | | gives us better control of keymat in CHILD_SA | |||||
* | typos | Tobias Brunner | 2008-10-14 | 1 | -6/+6 | |
| | ||||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 30 | -911/+939 | |
| | ||||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 14 | -251/+2146 | |
| | ||||||
* | reintegrated two-sim branch providing SIM card plugin API | Martin Willi | 2008-10-10 | 19 | -423/+1154 | |
| | ||||||
* | fixed MOBIKE roaming if clients address changes | Martin Willi | 2008-10-09 | 2 | -5/+20 | |
| | ||||||
* | faster implementation of addr_in_subnet() | Andreas Steffen | 2008-10-09 | 1 | -13/+14 | |
| | ||||||
* | added proposal parsing of uncommon DH groups 3072/6144 | Martin Willi | 2008-10-08 | 1 | -0/+8 | |
| | ||||||
* | ignore routing events for our own routes | Martin Willi | 2008-10-08 | 1 | -0/+6 | |
| | ||||||
* | mobike: try to keep existing source address before switching to another | Martin Willi | 2008-10-08 | 7 | -29/+43 | |
| | ||||||
* | implemented ipsec listalgs as a stroke command | Andreas Steffen | 2008-10-08 | 1 | -0/+54 | |
| | ||||||
* | correct fix that replaces Changeset 4378 | Andreas Steffen | 2008-10-08 | 1 | -4/+6 | |
| | ||||||
* | removing fix applied by Changeset 4378 | Andreas Steffen | 2008-10-08 | 1 | -4/+2 | |
| | ||||||
* | fixed loop termination criterion in addr_in_subnet(). Thanks go to Wolfgang ↵ | Andreas Steffen | 2008-10-07 | 1 | -2/+4 | |
| | | | | Steudel, TU Ilmenau | |||||
* | userland support to process notifies for new NAT mappings detected in UDP ↵ | Martin Willi | 2008-10-07 | 5 | -7/+217 | |
| | | | | encapsulation | |||||
* | use MOBIKE enabled DPD if we are NATed | Martin Willi | 2008-10-06 | 6 | -4/+113 | |
| | | | | update SAs if we detect changes in NAT mappings | |||||
* | do not run CHILD_SA delete action if rekeying | Martin Willi | 2008-10-03 | 1 | -1/+13 | |
| | ||||||
* | added --disable-kernel-netlink configure option | Andreas Steffen | 2008-10-03 | 1 | -2/+2 | |
| | ||||||
* | use dpd_action also for remotely closed tunnels | Martin Willi | 2008-10-02 | 1 | -1/+1 | |
| | ||||||
* | also respect the mobike=no setting as responder | Martin Willi | 2008-09-30 | 1 | -2/+13 | |
| | ||||||
* | merging renaming of mode_t to ipsec_mode_t back to trunk | Tobias Brunner | 2008-09-25 | 15 | -67/+87 | |
| | ||||||
* | merging modularized kernel interface back to trunk | Tobias Brunner | 2008-09-25 | 20 | -2994/+4293 | |
| | ||||||
* | stroke parses and lists AC groups | Andreas Steffen | 2008-09-17 | 2 | -8/+63 | |
| | ||||||
* | ported NM plugin to upstream NetworkManager changes | Martin Willi | 2008-09-12 | 3 | -22/+55 | |
| | | | | | splitted secrets (4031) using uuid in auth-dialog (4053) | |||||
* | allow multiple DELETE payloads in an informational message | Martin Willi | 2008-09-11 | 1 | -2/+7 | |
| | ||||||
* | NM plugin supports (encrypted) private key files | Martin Willi | 2008-09-05 | 4 | -89/+210 | |
| | ||||||
* | time values in strongswan.conf can be optionally specified in days (d), ↵ | Andreas Steffen | 2008-09-04 | 3 | -7/+5 | |
| | | | | hours (h), minutes (m), or seconds (s) | |||||
* | fixed some translations/encoding | Martin Willi | 2008-09-04 | 1 | -51/+52 | |
| | ||||||
* | an initial German translation for NM plugin | Martin Willi | 2008-09-04 | 3 | -2/+117 | |
| | ||||||
* | reduced nm verbosity | Martin Willi | 2008-09-04 | 1 | -1/+1 | |
| | ||||||
* | implemented NetworkManager certificate/private key authentication using ↵ | Martin Willi | 2008-09-04 | 8 | -161/+447 | |
| | | | | ssh-agent | |||||
* | added a configure option to select charon binary | Martin Willi | 2008-09-04 | 3 | -2/+10 | |
| |