| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
If the TUN device gets recreated while another thread in handle_plain()
has not yet called select(2) but already stored the file descriptor of the
old TUN device in its FD set, select() will fail with EBADF.
Fixes #301.
|
| |
|
| |
|
|
|
|
|
|
| |
This is now required to properly accept/install a virtual IP address.
Fixes #275.
|
| |
|
|
|
|
| |
on Android
|
|\
| |
| |
| |
| |
| |
| | |
This adds support for the proprietary IKEv1 fragmentation extension.
Conflicts:
NEWS
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
required
|
| |
|
|
|
|
| |
Also fixed some Android 4.2 specific issues.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
connected
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Besides changing the configuration this allows to easily rotate log files.
Also moved logger initialization back to daemon_t.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
We also ignore the CHILD_SA_DOWN event.
This should allow us to keep the connection up as long as the user does
not manually disconnect.
|
| |
|
|
|
|
|
| |
This is helpful if the responder also wants to tunnel e.g. multicast
packages.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|