[Openvpn-devel] OpenVPN GUI

2008-10-09 Thread Mirek Zajic
Hello, I want to make some modifications to OpenVPN GUI. Is the project still alive? Their forum is closed and they refer to OpenVPN mailing list. How can I get latest developement source version of the GUI? Where shall I submit patches? Thanks, Miroslav Zajic NextSoft

Re: [Openvpn-devel] NTLMv2 patch corrected

2008-05-09 Thread Mirek Zajic
Sending the patch as an attachment. Miroslav Zajic NextSoft s.r.o. James Yonan napsal(a): Mirek Zajic wrote: I'm sending NTLMv2 patch again. I hope that everything is correct now :-) Again thanks to Alon for his feedback. Miroslav Zajic NextSoft s.r.o. P.S. I moved int64 macros to n

Re: [Openvpn-devel] NTLMv2 patch corrected

2008-03-13 Thread Mirek Zajic
I'm sending NTLMv2 patch again. I hope that everything is correct now :-) Again thanks to Alon for his feedback. Miroslav Zajic NextSoft s.r.o. P.S. I moved int64 macros to ntlm.c. I left them unchanged, becouse they could be useful in future. diff -Naur openvpn-2.1/ntlm.c openvpn-NTLMv2-p

Re: [Openvpn-devel] NTLMv2 patch corrected

2008-03-12 Thread Mirek Zajic
Thans for your comments. There are some things that have to be explained before I'll make the changes, please read bellow. Alon Bar-Lev napsal(a): On 3/12/08, Mirek Zajic wrote: Hello, I have finally made some changes to the NTLMv2 patch according to Alon's comments. Now it s

Re: [Openvpn-devel] NTLMv2 patch corrected

2008-03-12 Thread Mirek Zajic
Hello, I have finally made some changes to the NTLMv2 patch according to Alon's comments. Now it should also be architecture independent. Miroslav Zajic NextSoft s.r.o. diff -Naur openvpn-2.1/ntlm.c openvpn-NTLMv2-predelane-2.1/ntlm.c --- openvpn-2.1/ntlm.c2008-01-13 21:25:52.915264000

Re: [Openvpn-devel] Openvpn windows binaries with NTLMv2 support

2008-02-12 Thread Mirek Zajic
would like to test the NTLMv2 support by Mirek Zajic. Is there anyone who has a binary package to test this patch ? I've looked around for any howto to build it by myself, but seems that is a quite difficult task and maybe somebody already has compiled this. Thanks in advance

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Mirek Zajic
Where can I find PKCS#11 Windows binaries? If you mean OpenVPN binaries, it is because I want to fix my NTLMv2 patch. Alon Bar-Lev napsal(a): On 1/27/08, Mirek Zajic wrote: I was trying to compile PKCS#11 for about three hours and I didn't succeed. I rather compiled OpenVPN without

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.1-rc5 released

2008-01-27 Thread Mirek Zajic
I was trying to compile PKCS#11 for about three hours and I didn't succeed. I rather compiled OpenVPN without PKCS#11 support. Maybe that some scripts (.bat) would help because foolish Windows users (like me) are used to compile programs just by clicking "Compile". Playing with commandline, edi

Re: [Openvpn-devel] NTLMv2 patch corrected

2008-01-15 Thread Mirek Zajic
the patch later. Miroslav Zajic Nextsoft s.r.o. Alon Bar-Lev napsal(a): On 1/15/08, Mirek Zajic wrote: Thank you for info. I wanted to use equal indentation rules in the whole file. I'm sending another patch without these indentation changes. Also, this code was originally

Re: [Openvpn-devel] NTLMv2 patch corrected

2008-01-15 Thread Mirek Zajic
Thank you for info. I wanted to use equal indentation rules in the whole file. I'm sending another patch without these indentation changes. Also, this code was originally written for x86 processors with 32-bit environment. Different wordsize or endian may cause trouble when porting to other pl

[Openvpn-devel] NTLMv2 patch corrected

2008-01-15 Thread Mirek Zajic
I'm sending the patch again. Now it should be correctly diffed against version 2.1. Configuration is done with standard http-proxy command in config file, with 'ntlm2' setting for auth method, for. ex.: http-proxy 192.168.0.1 8080 stdin ntlm2 Username to proxy can be passed among with auth. d

[Openvpn-devel] NTLMv2 patch

2008-01-13 Thread Mirek Zajic
I'm sending the patch for NTLMv2 proxy authorization support. Please note that I diffed against version 2.0.9 because it was the version that I modified. Hope that it's not too confusing. The features are: -NTLMv2 support -Allows user to specify authorization domain in username (both DOMAIN\us

Re: [Openvpn-devel] NTLMv2 support - how to submit it?

2008-01-09 Thread Mirek Zajic
Ok. The last question: Could it be included in version 2.1 (now rc4)? Miroslav Zajic Nextsoft s.r.o. Ross Cameron napsal(a): On Jan 9, 2008 3:00 PM, Mirek Zajic wrote: Thank you for information. I modified some source files which were copyrighted by another people (for ex. ntlm.c was

Re: [Openvpn-devel] NTLMv2 support - how to submit it?

2008-01-09 Thread Mirek Zajic
... Diff your version with the svn BETA21, optionally separate into several patchsets. Alon. On 1/9/08, Mirek Zajic wrote: I made NTLMv2 proxy authorization support for OpenVPN and I also fixed many issues with NTLM version 1. I would like to give it to the opensource community, but I am a newbie

[Openvpn-devel] NTLMv2 support - how to submit it?

2008-01-09 Thread Mirek Zajic
I made NTLMv2 proxy authorization support for OpenVPN and I also fixed many issues with NTLM version 1. I would like to give it to the opensource community, but I am a newbie to opensource. Can anybody give me some information on how to submit the source files so it would become a part of OpenV