Re: [Openvpn-devel] [PATCH] build: add git revision to --version output if build from git repository

2012-05-04 Thread Alon Bar-Lev
On Thu, May 3, 2012 at 11:38 PM, David Sommerseth wrote: > On 03/05/12 20:49, Alon Bar-Lev wrote: >> If source is located at git repository, acquire branch and >> revision of head to be printed at --version output. >> >> Signed-off-by: Alon Bar-Lev --- Makefile.am >> |   25 ++

[Openvpn-devel] [PATCH] build: add git revision to --version output if build from git repository

2012-05-04 Thread Alon Bar-Lev
If source is located at git repository, acquire branch and revision of head to be printed at --version output. Signed-off-by: Alon Bar-Lev --- .gitignore|1 + Makefile.am | 21 + compat.m4 |5 + config-version.h.in |1 + c

Re: [Openvpn-devel] [PATCH] build: add git revision to --version output if build from git repository

2012-05-04 Thread Alon Bar-Lev
On Fri, May 4, 2012 at 9:14 AM, Alon Bar-Lev wrote: > If source is located at git repository, acquire branch and revision > of head to be printed at --version output. > > Signed-off-by: Alon Bar-Lev > --- >  .gitignore            |    1 + >  Makefile.am           |   21 + >  c

Re: [Openvpn-devel] Does OpenVPN Support Unicode Username and Password

2012-05-04 Thread Gauri Bhave
Hi, Thankyou for your reply. I was looking at the options available to support UTF8. I do not want to use the commercial version. So do you mean to say that the latest release of the community version of OpenVPN supports UTF8 Usernames and Passwords? Thanks & Regards Gauri Bhave On Thu, May 3, 2

Re: [Openvpn-devel] Does OpenVPN Support Unicode Username and Password

2012-05-04 Thread Gert Doering
Hi, On Fri, May 04, 2012 at 12:08:19PM +0530, Gauri Bhave wrote: > So do you mean to say that the latest release of the community version of > OpenVPN supports UTF8 Usernames and Passwords? Yes. Sortof. There is no stable release of 2.3 yet, just 2.3_alpha1 gert -- USENET is *not* the non-cli

Re: [Openvpn-devel] [PATCH] Signed-off-by: Jan Just Keijser

2012-05-04 Thread Adriaan de Jong
Hi Janjust, I've finally had the time to take a look at this patch with a colleague who is more familiar with the subject at hand :). Hope this helps. Please see my comments inline. Adriaan On 02/07/2012 04:13 PM, Jan Just Keijser wrote: > Added support for Elliptic curves (ECDSA) + SHA2 family

Re: [Openvpn-devel] Does OpenVPN Support Unicode Username and Password

2012-05-04 Thread Samuli Seppänen
>> And it will really help if you can >> point out the exact version's of OpenVPN access server and OpenVPN connect >> client which support UTF8 username's and Passwords. > I have no idea. This list is mainly driven by the community developers, > while OpenVPN Access Server is a commercial produc

Re: [Openvpn-devel] Does OpenVPN Support Unicode Username and Password

2012-05-04 Thread Samuli Seppänen
> > There should also be no issues using the Community Edition on the > client side against an Access Server installation, if that is an > alternative. I use latest development code against AS-based servers (incl. Private Tunnel servers) if not daily, at least weekly, and it works great. You can y

[Openvpn-devel] Openvpn-commits list now public

2012-05-04 Thread Samuli Seppänen
Hi, A while ago we agreed to create a openvpn-commits list for GitHub's commit notifications. We actually had the list already, but it was a private list used to notify buildbot of commits via SF.net Git post-receive hooks. Now the list is public and open for subscriptions:

Re: [Openvpn-devel] Openvpn-commits list now public

2012-05-04 Thread Alon Bar-Lev
On Fri, May 4, 2012 at 6:09 PM, Samuli Seppänen wrote: > Hi, > > A while ago we agreed to create a openvpn-commits list for GitHub's > commit notifications. We actually had the list already, but it was a > private list used to notify buildbot of commits via SF.net Git > post-receive hooks. Now the

Re: [Openvpn-devel] Openvpn-commits list now public

2012-05-04 Thread Alon Bar-Lev
On Fri, May 4, 2012 at 6:25 PM, Alon Bar-Lev wrote: > On Fri, May 4, 2012 at 6:09 PM, Samuli Seppänen wrote: >> Hi, >> >> A while ago we agreed to create a openvpn-commits list for GitHub's >> commit notifications. We actually had the list already, but it was a >> private list used to notify buil

Re: [Openvpn-devel] Openvpn-commits list now public

2012-05-04 Thread Samuli Seppänen
On Fri, May 4, 2012 at 6:25 PM, Alon Bar-Lev wrote: >> On Fri, May 4, 2012 at 6:09 PM, Samuli Seppänen wrote: >>> Hi, >>> >>> A while ago we agreed to create a openvpn-commits list for GitHub's >>> commit notifications. We actually had the list already, but it was a >>> private list used to notif

Re: [Openvpn-devel] Openvpn-commits list now public

2012-05-04 Thread Samuli Seppänen
> On Fri, May 4, 2012 at 6:25 PM, Alon Bar-Lev wrote: >>> On Fri, May 4, 2012 at 6:09 PM, Samuli Seppänen wrote: Hi, A while ago we agreed to create a openvpn-commits list for GitHub's commit notifications. We actually had the list already, but it was a private list used

Re: [Openvpn-devel] Openvpn-commits list now public

2012-05-04 Thread Alon Bar-Lev
On Fri, May 4, 2012 at 6:58 PM, Samuli Seppänen wrote: > Sending to the list seems to work now. Maybe we should add it to > gmane.org and marc.info? > > Samuli Thanks! I am not sure the commits are relevant for replication... Alon.

[Openvpn-devel] using --passtos in conjunction with --fragment in OpenVPN 2.2.1

2012-05-04 Thread Frank Renwick
Hello, I hope this question is appropriate for this list. I tried the openvpn-users list and did not get a response. We use openvpn for router-to-router tunneling in a hub-and-spoke VPN deployment. We utilize the --fragment option to avoid IP-layer fragmentation. Recently we encountered a use

Re: [Openvpn-devel] [PATCH] Signed-off-by: Jan Just Keijser

2012-05-04 Thread Jan Just Keijser
Hi Adriaan, Adriaan de Jong wrote: Hi Janjust, I've finally had the time to take a look at this patch with a colleague who is more familiar with the subject at hand :). Hope this helps. Please see my comments inline. Adriaan On 02/07/2012 04:13 PM, Jan Just Keijser wrote: Added support f