Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | reset pointer for a clean destruction | Martin Willi | 2008-12-04 | 1 | -0/+1 | |
| | ||||||
* | handling peer_match with higher priority tan ike_match to select correct ↵ | Martin Willi | 2008-12-04 | 1 | -1/+1 | |
| | | | | config if IPs are equal | |||||
* | fixed double free of host in sadb_address2ts | Andreas Steffen | 2008-12-04 | 1 | -1/+0 | |
| | ||||||
* | add support for smartcards in charon by using the ENGINE API provided by ↵ | Tobias Brunner | 2008-12-03 | 1 | -7/+83 | |
| | | | | OpenSSL, based on patches by Michael Roßberg. | |||||
* | enable quoted tokens in the token enumerator | Tobias Brunner | 2008-12-03 | 1 | -0/+2 | |
| | ||||||
* | fixed compiler warning | Tobias Brunner | 2008-12-03 | 1 | -1/+1 | |
| | ||||||
* | fixed double free of host in selector2ts | Martin Willi | 2008-12-03 | 1 | -27/+24 | |
| | ||||||
* | use DBG_ANY to set all loglevels | Martin Willi | 2008-12-02 | 1 | -5/+2 | |
| | ||||||
* | 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 | |||||
* | re-established lost default auth sys_logger | Andreas Steffen | 2008-12-01 | 1 | -3/+15 | |
| | ||||||
* | schedule rekeying when activating passive IKE_SAs | Martin Willi | 2008-11-28 | 1 | -1/+2 | |
| | ||||||
* | do not delete passive IKE_SAs | Martin Willi | 2008-11-28 | 1 | -0/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | fixed a double-unlock bug, showed up when using rwlocks in backend manager | Martin Willi | 2008-11-28 | 1 | -22/+4 | |
| | ||||||
* | use rwlocks in backend manager to allow simultaneous access | Martin Willi | 2008-11-27 | 1 | -19/+19 | |
| | ||||||
* | use a rwlock in attribute manager to allow simultaneous access | Martin Willi | 2008-11-27 | 1 | -12/+12 | |
| | ||||||
* | remove attribute provider in SQL plugin destruction | Martin Willi | 2008-11-27 | 1 | -0/+1 | |
| | ||||||
* | token enumerator missed the last token if it contains only a single char | Martin Willi | 2008-11-27 | 1 | -5/+45 | |
| | ||||||
* | checkin of non-existing IKE_SAs | Martin Willi | 2008-11-26 | 3 | -78/+71 | |
| | | | | removed unneeded checkin() return values | |||||
* | removed private parser function pointers, allows compiler to inline | Martin Willi | 2008-11-26 | 1 | -200/+48 | |
| | ||||||
* | removed private generator function pointers, allows compiler to inline | Martin Willi | 2008-11-26 | 2 | -276/+154 | |
| | ||||||
* | allow to globally disable DOS protection by setting charon.dos_protection to no. | Tobias Brunner | 2008-11-26 | 1 | -0/+5 | |
| | ||||||
* | optimized the scheduler for performance by replacing the linked list with a ↵ | Tobias Brunner | 2008-11-25 | 1 | -47/+109 | |
| | | | | heap. | |||||
* | replacing the pthread_mutex in scheduler_t with the wrapped implementation. | Tobias Brunner | 2008-11-25 | 1 | -22/+18 | |
| | | | | added a method to condvar_t which allows to wait for an absolute timeout. | |||||
* | performance optimization for the DOS protection. | Tobias Brunner | 2008-11-25 | 3 | -40/+234 | |
| | | | | | | * 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 | |
| | ||||||
* | moved the IPV6_IPSEC_POLICY definition to the ipsec plugins, fixes uClibc build | Martin Willi | 2008-11-24 | 3 | -5/+10 | |
| | ||||||
* | added a "load_tester.auth" option: "pubkey" (default) or "psk" | Martin Willi | 2008-11-23 | 2 | -4/+57 | |
| | ||||||
* | proper cancellation of load-testing initiators | Martin Willi | 2008-11-23 | 1 | -1/+39 | |
| | ||||||
* | added a MODP_NULL Diffie Hellman group to avoid calculation overhead in ↵ | Martin Willi | 2008-11-22 | 5 | -1/+134 | |
| | | | | load-testing | |||||
* | fixing Makefile of the nm plugin (avoids including a .svn directory in the ↵ | Tobias Brunner | 2008-11-20 | 1 | -1/+1 | |
| | | | | distribution) | |||||
* | 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 | 6 | -444/+390 | |
| | | | | | | | 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 | |||||
* | consider interfaces we do not monitor as up (e.g. lo) | Martin Willi | 2008-11-18 | 1 | -1/+2 | |
| | | | | fixes load-testing against 127.0.0.1 | |||||
* | separated updown listener to its own class4.2.9 | Martin Willi | 2008-11-17 | 4 | -201/+380 | |
| | | | | caching interface names to properly remove rules if interface has changed | |||||
* | 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 | 5 | -36/+75 | |
| | ||||||
* | show TRANSPORT_PROXY mode in ipsec status | Andreas Steffen | 2008-11-16 | 1 | -3/+5 | |
| | ||||||
* | using aligned buffers for netlink | Martin Willi | 2008-11-14 | 3 | -14/+23 | |
| | ||||||
* | 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 | |
| | ||||||
* | also use correct encap parameter in PF_KEY | Martin Willi | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | fixed encap enabling in xfrm (using new encap state, not the old one) | Martin Willi | 2008-11-14 | 1 | -3/+3 | |
| | ||||||
* | do not use a route if outgoing interface is down | Martin Willi | 2008-11-14 | 2 | -55/+82 | |
| | | | | other cleanups | |||||
* | rta->rta_len is NOT the payload data length, use RTA_PAYLOAD(rta) instead! | Martin Willi | 2008-11-14 | 1 | -2/+3 | |
| | ||||||
* | do not use public interface for functions which are local anyway | Martin Willi | 2008-11-14 | 1 | -57/+54 | |
| |