0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.
Go to file
James Yonan ff5ec86852 [test/misc] Android 1.1.1 build 9
* Fix attempt for java.lang.NullPointerException in
  net.openvpn.openvpn.OpenVPNService.onStartCommand(OpenVPNService.java:838)

* Allow non-unified profiles (i.e. profiles containing directives that
  reference other files) to be imported from SD card, as long
  as all referenced files are present in the same directory on the
  SD card as the profile.

* Relaxed parsing of "remote" directive to allow the port and/or
  protocol parameters to be omitted.  The port defaults to 1194
  and the protocol to UDP.  Either defaults can be changed with
  the "port" or "proto" directive.

* Fixed issue where profile parser was choking on files containing
  Windows-style line-endings.
2022-07-01 15:57:30 +02:00
openvpn Initial checkin for OpenVPN 3 rewrite. 2010-09-13 08:52:18 +00:00
test/misc [test/misc] Android 1.1.1 build 9 2022-07-01 15:57:30 +02:00
build Initial checkin for OpenVPN 3 rewrite. 2010-09-13 08:52:18 +00:00
exports Initial checkin for OpenVPN 3 rewrite. 2010-09-13 08:52:18 +00:00
test.cpp Initial checkin for OpenVPN 3 rewrite. 2010-09-13 08:52:18 +00:00