| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Before this change, modified configs that have been updated with ipsec reload,
could properly be started manually, but the old config would get used if
triggered via trap policies.
|
|
|
|
|
|
| |
Besides changing the configuration this allows to easily rotate log files.
Also moved logger initialization back to daemon_t.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
getaddrinfo(3) may block a long time so proper termination of the daemon may
block if DNS servers are not reachable.
getaddrinfo(3) is an optional cancellation point in posix threads so it
might still block a shutdown but at least on Android (with the signal based
pthread_cancel implementation) it works, on Linux starter will kill charon
anyway after a while.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Should not be a problem, but makes static analyzers happy.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #229.
|
|
|
|
|
| |
We don't have a proper kernel-net interface on Android yet, so the check
for a usable interface does not work there.
|
|
|
|
| |
Also added an option to enumerate addresses on ignored interfaces.
|
| |
|
|
|
|
| |
get_interface() method
|
| |
|
|
|
|
| |
7ee37114 removed this behavior.
|
|
|
|
| |
that
|
| |
|
| |
|
| |
|