| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This moves hydra->kernel_interface to charon->kernel.
|
|
|
|
|
| |
If starter is not used we don't do that either. And this allows us to
move the stuff in libhydra back to libcharon.
|
|
|
|
|
|
|
|
|
|
|
| |
We can't control which policies we flush, so if policies are installed
and used outside of strongSwan for other protocols we'd flush them too.
And if installpolicies=no is used we probably shouldn't flush policies
either. Luckily already existing policies are not treated as fatal
errors anymore, so not flushing policies should not be that much of an
issue (in case of a crash in dynamic setups, e.g. with virtual IPs,
policies could be left behind even after restarting the connections and
properly terminating the daemon).
|
|
|
|
|
| |
Multiple additional search paths can be added with the add_path()
method.
|
| |
|
|
|
|
|
|
|
|
| |
This avoids keeping the kernel sockets open when they are not actually
needed, which could lead to resource problems (in particular with PF_KEY
where all open sockets receive all messages).
Fixes #217.
|
| |
|
|
|
|
|
| |
This now supports platforms where neither 'ip xfrm' nor 'setkey' are
available (like Android).
|
| |
|
| |
|
|
|
|
|
|
| |
gcc 4.3
curl.h gcc type-checking
glibc with enabled FORTIFY_SOURCE checking
|
| |
|
|
|