| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
If it is set on an auth config IDr will not be sent, and later the configured
identity will not only be checked against the returned IDr, but also
against other identities contained in the responder's certificate.
|