Hi,
On Mon, Jun 18, 2012 at 08:39:04PM +0200, Arne Schwabe wrote:
> This fixes starting openvpn compiled as client only version of systems that
> have no /tmp (Android). --tmp-dir could only be set if P2MP_SERVER has been
> enabled too.
ACK - as previously discussed on the list and IRC.
gert
-
Hi,
On Mon, Jun 18, 2012 at 08:39:05PM +0200, Arne Schwabe wrote:
> @@ -2462,12 +2462,6 @@ do_option_warnings (struct context *c)
> {
>const struct options *o = &c->options;
>
> -#if 1 /* JYFIXME -- port warning */
> - if (!o->ce.port_option_used && (o->ce.local_port == OPENVPN_PORT &&
>
Hi,
On Mon, Jun 18, 2012 at 08:39:06PM +0200, Arne Schwabe wrote:
> @@ -95,9 +95,7 @@ typedef unsigned long ptr_type;
> * A sort of pseudo-filename for data provided inline within
> * the configuration file.
> */
> -#if ENABLE_INLINE_FILES
> #define INLINE_FILE_TAG "[[INLINE]]"
> -#endif
I
Hi,
On Mon, Jun 18, 2012 at 08:39:07PM +0200, Arne Schwabe wrote:
> #endif
>
> -#if MANAGEMENT_QUERY_REMOTE
> -
> static bool
[..]
> init_connection_list (struct context *c)
> {
> -#ifdef ENABLE_CONNECTION
>struct connection_list *l = c->options.connection_list;
>if (l)
[..]
Same as
Hello everyone!
I would like to know if is there any "simple" way to do the key
exchange using our own method (which will use different physical
channel) in order to use the TLS control channel.
I have taken a look to the code of OpenVPN and the possible option i
found is to create key_method_3_wr