Age | Commit message (Collapse) | Author |
|
|
|
|
|
This seems to be the only type we are left with to use. See also
https://issuetracker.google.com/issues/278572216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This changes the OpenVPN version number to 2.7 since we branched off
2.6 from master.
|
|
|
|
This method is not part of the official API but most devices still
have it but some don't (closes #1558)
|
|
|
|
|
|
|
|
|
|
|
|
translated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should help finding out why the process suddenly dies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenVPN for Android uses config stdin to avoid writing the config
file containing private keys to 'disk'. However using stdin means
that config cannot be reread using SIGHUP. While there might be other
corner cases that trigger SIGHUP, this is an obvious one, so we
error out if we detect this misconfiguration.
|
|
|