Ross Cameron | 9 Jan 2008 12:27
Picon

zlib compression

Sorry for cross posting but I think this email is relevant to the
users and devel lists.

Does anyone know what happened to Ming-Ching Tiew's patches to enable
zlib compression in OpenVPN?
The patches are circa 2004 if I remember correctly.

Failing that does anyone know what Mr. Ming-Ching's email address is?

Many thanks
Ross Cameron

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Mirek Zajic | 9 Jan 2008 13:37
Picon
Favicon

NTLMv2 support - how to submit it?

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 OpenVPN distribution?

Thanks

Miroslav Zajic
Nextsoft s.r.o.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Alon Bar-Lev | 9 Jan 2008 13:47
Picon
Gravatar

Re: NTLMv2 support - how to submit it?

You can post it here... Diff your version with the svn BETA21,
optionally separate into several patchsets.

Alon.

On 1/9/08, Mirek Zajic <zajic <at> nextsoft.cz> 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 to opensource. Can anybody give
> me some information on how to submit the source files so it would become
> a part of OpenVPN distribution?
>
> Thanks
>
> Miroslav Zajic
> Nextsoft s.r.o.
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Openvpn-devel mailing list
> Openvpn-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openvpn-devel
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
(Continue reading)

Mirek Zajic | 9 Jan 2008 14:00
Picon
Favicon

Re: NTLMv2 support - how to submit it?

Thank you for information.
I modified some source files which were copyrighted by another people 
(for ex. ntlm.c was almost completely rewritten). How could I solve it? 
Can I simply replace or add my copyright?

Miroslav Zajic
Nextsoft s.r.o.

Alon Bar-Lev napsal(a):
> You can post it here... Diff your version with the svn BETA21,
> optionally separate into several patchsets.
>
> Alon.
>
> On 1/9/08, Mirek Zajic <zajic <at> nextsoft.cz> 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 to opensource. Can anybody give
>> me some information on how to submit the source files so it would become
>> a part of OpenVPN distribution?
>>
>> Thanks
>>
>> Miroslav Zajic
>> Nextsoft s.r.o.
>>
>> -------------------------------------------------------------------------
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
(Continue reading)

Ross Cameron | 9 Jan 2008 14:06
Picon

Re: NTLMv2 support - how to submit it?

On Jan 9, 2008 3:00 PM, Mirek Zajic <zajic <at> nextsoft.cz> wrote:
> Thank you for information.
> I modified some source files which were copyrighted by another people
> (for ex. ntlm.c was almost completely rewritten). How could I solve it?
> Can I simply replace or add my copyright?

Unless you completely re-wrote that file from scratch you need to
append you're copyright below the original author's.
If even so much as a line of the previous code remains,... you need to
still give acknowledgment to the original author.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Alon Bar-Lev | 9 Jan 2008 14:06
Picon
Gravatar

Re: NTLMv2 support - how to submit it?

If you indeed rewritten the ntlm.c, you may add your copyright.

On 1/9/08, Mirek Zajic <zajic <at> nextsoft.cz> wrote:
> Thank you for information.
> I modified some source files which were copyrighted by another people
> (for ex. ntlm.c was almost completely rewritten). How could I solve it?
> Can I simply replace or add my copyright?
>
> Miroslav Zajic
> Nextsoft s.r.o.
>
> Alon Bar-Lev napsal(a):
> > You can post it here... Diff your version with the svn BETA21,
> > optionally separate into several patchsets.
> >
> > Alon.
> >
> > On 1/9/08, Mirek Zajic <zajic <at> nextsoft.cz> 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 to opensource. Can anybody give
> >> me some information on how to submit the source files so it would become
> >> a part of OpenVPN distribution?
> >>
> >> Thanks
> >>
> >> Miroslav Zajic
> >> Nextsoft s.r.o.
> >>
(Continue reading)

Mirek Zajic | 9 Jan 2008 14:13
Picon
Favicon

Re: NTLMv2 support - how to submit it?

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 <zajic <at> nextsoft.cz> wrote:
>   
>> Thank you for information.
>> I modified some source files which were copyrighted by another people
>> (for ex. ntlm.c was almost completely rewritten). How could I solve it?
>> Can I simply replace or add my copyright?
>>     
>
> Unless you completely re-wrote that file from scratch you need to
> append you're copyright below the original author's.
> If even so much as a line of the previous code remains,... you need to
> still give acknowledgment to the original author.
>
>   

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Alon Bar-Lev | 9 Jan 2008 14:16
Picon
Gravatar

Re: NTLMv2 support - how to submit it?

I don't believe it can... But it depends on James.
People need to test this first, I guess it will go into beta22.

On 1/9/08, Mirek Zajic <zajic <at> nextsoft.cz> wrote:
> 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 <zajic <at> nextsoft.cz> wrote:
> >
> >> Thank you for information.
> >> I modified some source files which were copyrighted by another people
> >> (for ex. ntlm.c was almost completely rewritten). How could I solve it?
> >> Can I simply replace or add my copyright?
> >>
> >
> > Unless you completely re-wrote that file from scratch you need to
> > append you're copyright below the original author's.
> > If even so much as a line of the previous code remains,... you need to
> > still give acknowledgment to the original author.
> >
> >
>
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
(Continue reading)

James motivation

Hi

James, are you there? I have a project related to OpenVPN and Smartcards so I want a stable and better version
of OpenVPN 2.1.x. So we could talk to get a comercial agreement (or what you want) to improve OpenVPN for our
project and for all open source comunity

Please email me at this address

Bests Regards

Fernando A.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Mirek Zajic | 13 Jan 2008 18:42
Picon
Favicon

NTLMv2 patch

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\username and username <at> DOMAIN forms are supported). Applies both 
to NTLM and NTLMv2.
-Uses keep-alive connection to proxy for NTLM and NTLMv2 to fix problems 
with for ex. Squid proxy.

Tested with:
-ISA server
-Squid proxy
host OS both Windows XP and Linux

Miroslav Zajic
Nextsoft s.r.o.

diff -Naur openvpn-2.0.9/ntlm.c openvpn-NTLMv2-2.0.9/ntlm.c
--- openvpn-2.0.9/ntlm.c    2005-12-12 09:23:58.000000000 +0100
+++ openvpn-NTLMv2-2.0.9/ntlm.c    2008-01-13 18:18:45.761992000 +0100
 <at>  <at>  -3,6 +3,8  <at>  <at> 
  *
  *  Copyright (C) 2004 William Preston
  *
+ *  *NTLMv2 support and domain name parsing by Miroslav Zajic, Nextsoft 
s.r.o.*
+ *
(Continue reading)


Gmane