| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
when cross-compiling the plugins for Android 2.0.
With the coming monolithic build using Android.mk files this won't be
necessary anymore.
|
| |
|
|
|
|
| |
charon plugins into libcharon.
|
| |
|
| |
|
|
|
|
| |
initialization failed
|
|
|
|
| |
dynamically
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
primitives (and utils/mutex.h is now threading.h).
|
| |
|
| |
|
| |
|
|
|
|
| |
header
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
xfrm_user module
|
| |
|
|
|
|
|
|
|
| |
While not using a SA expiration for allocating SPIs works fine,
the situation is much more problematic for kernel-created temporary
SAs from acquires. If the negotiation of such a CHILD_SA fails,
the created temporary SA can not be deleted.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Initialization is now static.
|
| |
|
| |
|
|
|
|
| |
calculations
|
| |
|
|
|
|
|
|
|
| |
The default lifetime of 30 seconds is too short, as a tunnel
setup may need several minutes if we have high packet loss. Instead
of increasing the value, we disable lifetimes completely, as we handle
the removal of such SAs from userland just fine.
|
|
|
|
| |
enums mutex/condvar/rwlock_type_t.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
important change for developers: %Y replaces %D to print identities!
|