Re: [Openvpn-devel] [PATCH] Remove static global allocation of HTTP proxy user/passwords

2016-09-23 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/09/16 22:51, Selva Nair wrote: > Hi, > > On Thu, Sep 22, 2016 at 3:40 PM, David Sommerseth > mailto:dav...@openvpn.net>> wrote: > > This avoids allocating static memory which is not used unless the a > HTTP proxy with authentication is configur

Re: [Openvpn-devel] [PATCH] Remove static global allocation of HTTP proxy user/passwords

2016-09-22 Thread Selva Nair
Hi, On Thu, Sep 22, 2016 at 3:40 PM, David Sommerseth wrote: > This avoids allocating static memory which is not used unless the > a HTTP proxy with authentication is configured. . The only place the original code referred to the global static_proxy_user_pass appears to be in this functio

[Openvpn-devel] [PATCH] Remove static global allocation of HTTP proxy user/passwords

2016-09-22 Thread David Sommerseth
This avoids allocating static memory which is not used unless the a HTTP proxy with authentication is configured. Signed-off-by: David Sommerseth --- src/openvpn/ntlm.c | 16 src/openvpn/proxy.c | 41 + src/openvpn/proxy.h | 2 +- 3 file