Re: [Openvpn-devel] CVS repository on sourceforge out of sync ?

2006-02-07 Thread Alon Bar-Lev

Götz Babin-Ebell wrote:

Hello folks,

stumbling about a bug in crypto.c I find a mismatch between
the last 2.1 version of crypto.c
(according to cvsweb: 1.23.2.3.2.2, Aug 26 2005)
and the tar openvpn-2.1_beta8.tar.gz.


Hello,

OpenVPN is on SVN now, at:
http://svn.openvpn.net/projects/openvpn/branches/BETA21

Best Regards,
Alon Bar-Lev.



[Openvpn-devel] CVS repository on sourceforge out of sync ?

2006-02-07 Thread Götz Babin-Ebell
Hello folks,

stumbling about a bug in crypto.c I find a mismatch between
the last 2.1 version of crypto.c
(according to cvsweb: 1.23.2.3.2.2, Aug 26 2005)
and the tar openvpn-2.1_beta8.tar.gz.

The bug I mentioned is in line 1065 of crypto.c:
[...]
}

  const char *cp = (char *)in.data;
  while(size)
{
[...]

This will not compile on gcc 2.95.4,
cp can not declared here...

bye

Goetz

Re: [Openvpn-devel] CVS repository for version 2 - but where?

2004-09-11 Thread Matthias Andree
On Fri, 10 Sep 2004, Thomas Glanzmann wrote:

> I am unable to find the CVS repository to the upcomming 2.0 version.

Thomas,

the CVS respository is the same as for version 1, but you'll need to
check out the BETA20 branch, i. e. run: "cvs update -rBETA20" (or pass
-rBETA20 to cvs checkout).

HTH,

-- 
Matthias Andree

Encrypted mail welcome: my GnuPG key ID is 0x052E7D95 (PGP/MIME preferred)



[Openvpn-devel] CVS repository for version 2 - but where?

2004-09-10 Thread Thomas Glanzmann
Hello James,
I am unable to find the CVS repository to the upcomming 2.0 version.

Honestly,
Thomas [ Who want's to implement a compression functionality to
compress static things like ipv(6) addresses, prots and maybe
parts of tcp header function within one byte using a simple
algorithm using a state]



Re: [Openvpn-devel] CVS out-of-date

2004-05-19 Thread Mike Auty

Hi,
	You're using the right server, just the wrong branch.  Branches allow 
you to take a copy of the work off the trunk (main branch) and work on 
it for a while without disturbing everything else.  Then once all the 
work's been done and is mostly stable, you can merge the branch back 
into the trunk.
	The particular branch I think you're after is BETA20 and you can view 
it under sourceforge's ViewCVS module (at the bottom of a page that has 
files under different branches you can select which branch you want to 
look at).  I don't personally know the CVS commands for checking out 
branches, but the man pages are the place to find out.

Hope this helps,
Mike  5:)



Re: [Openvpn-devel] CVS out-of-date

2004-05-19 Thread Matthias Andree
On Wed, 19 May 2004, Gisle Vanem wrote:

> What's the situation with the Sourgeforge CVS server?
> Seems the OpenVPN-2.0 beta 2 isn't in CVS (in tar-ball
> only). 
> 
> I used these commands to checkout
>   cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn login
>   cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn co openvpn

You need to tell CVS to check out the branch, i. e.
use cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn checkout 
-rBETA20 openvpn


-- 
Matthias Andree

Encrypted mail welcome: my GnuPG key ID is 0x052E7D95



[Openvpn-devel] CVS out-of-date

2004-05-19 Thread Gisle Vanem
What's the situation with the Sourgeforge CVS server?
Seems the OpenVPN-2.0 beta 2 isn't in CVS (in tar-ball
only). 

I used these commands to checkout
  cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn login
  cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn co openvpn

But that gave me files from January or older. Is there
another CVS-server?

--gv





Re: [Openvpn-devel] CVS

2003-10-14 Thread Matthias Andree
On Tue, 14 Oct 2003, James Yonan wrote:

> cvs -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn login
> 
> cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn co -r EXP15
> openvpn

Ah, that beta stuff is on a side branch, with "-r EXP15" being the
magic. I was wondering why the trunk hadn't changed :-)

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95



Re: [Openvpn-devel] CVS

2003-10-13 Thread James Yonan
Peter Sandström  said:

> Hey,
> 
> What's the current status of the CVS tree? I can't login using anonymous
> access.
> 
> I was planning on implementing multiple-connections-to-one-openvpn-instance
> since I need it for a usecase.
> Not beeing able to checkout the source complicates this though :)

I just checked, and it looks like the OpenVPN anonymous CVS is back online,
and the 24 hour delay seems to have vanished.

So these commands should set you up for working on the 1.5 beta series
(branch=EXP15):

cvs -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn login

cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn co -r EXP15
openvpn

James




Re: [Openvpn-devel] CVS

2003-10-10 Thread James Yonan
Peter Sandström  said:

> Hey,
> 
> What's the current status of the CVS tree? I can't login using anonymous
> access.
> 
> I was planning on implementing multiple-connections-to-one-openvpn-instance
> since I need it for a usecase.
> Not beeing able to checkout the source complicates this though :)

I just tried an anon CVS login and I got this:

bash-2.05b$ cvs -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn login
Logging in to :pserver:anonym...@cvs.sourceforge.net:2401/cvsroot/openvpn
CVS password: 
cvs [login aborted]: unrecognized auth response from cvs.sourceforge.net: M
PserverBackend::PserverBackend() Connect (Connection refused)

I think this is an overloading issue with SF's cvs servers.  They've been
having growing pains with CVS for some time now and I know there are plans to
upgrade the hardware.

In the meantime, the best approach would probably be to start with the beta11
tarball.

James




[Openvpn-devel] CVS

2003-10-10 Thread Peter Sandström
Hey,

What's the current status of the CVS tree? I can't login using anonymous
access.

I was planning on implementing multiple-connections-to-one-openvpn-instance
since I need it for a usecase.
Not beeing able to checkout the source complicates this though :)

/peter





[Openvpn-devel] CVS commit to 1.1.1.9

2002-05-06 Thread James Yonan
The CVS is now updated to 1.1.1.9.

Changes since 1.1.1.6 include the Solaris port and backport to OpenSSL
0.9.5.

James