[Openvpn-devel] proxy ntlm support

2004-09-15 Thread William Preston
RE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +/* $KTH: base64.h,v 1.2 1999/12/02 16:58:45 joda Exp $ */ + +#ifndef _BASE64_H_ +#define _BASE64_H_ + +int base64_encode(const void *data, int size, char **str); +int base64_decode(const char *str, void *data); + +#endif --- o

Re: [Openvpn-devel] proxy ntlm support

2004-10-22 Thread William Preston
st it. > Hi, yes it works without problems. thanks, William > On Wed, 15 Sep 2004, William Preston wrote: > > here's a patch to add basic ntlm support to openvpn 1.6.0 > > i've tested it with i386 linux & win32 against MS ISA proxy.

Re: [Openvpn-devel] NTLM proxy problem.

2006-04-01 Thread William Preston
On Tuesday 28 March 2006 16:49, inode wrote: > I'm doing some test with openvpn, and I saw some problem using NTLM auth > proxy. > > I tested the software on a ISA server and all work fine, the problem is > using a squid proxy with NTLM. > I only tested NTLM against Microsoft ISA Server. > - NTLM

[Openvpn-devel] UTF-8 support for passwords

2006-04-27 Thread William Preston
Hi list, I've had a couple of users who weren't able to authenticate against a proxy because they had a non-ascii password (ΓΌ u-umlaut in both cases). I suggested they change it - but I could envision circumstances where this isn't possible :-) -so I'd like to do the following; # document the