[Openvpn-devel] [PATCH 6/6] cleanup: ~0 is too large for 32bit ipv4 address

2012-03-26 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- src/openvpn/route.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/openvpn/route.c b/src/openvpn/route.c index bf7af63..608403b 100644 --- a/src/openvpn/route.c +++ b/src/openvpn/route.c @@ -268,7 +268,7 @@ init_route (struct route *r

[Openvpn-devel] [PATCH 4/6] cleanup: warnings at src/openvpn/ntlm.c

2012-03-26 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- src/openvpn/ntlm.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/openvpn/ntlm.c b/src/openvpn/ntlm.c index 3390bdd..bd09d88 100644 --- a/src/openvpn/ntlm.c +++ b/src/openvpn/ntlm.c @@ -77,9 +77,9 @@ gen_md4_hash (const char

[Openvpn-devel] [PATCH 5/6] cleanup: warnings at src/openvpn/ssl_verify_openssl.c

2012-03-26 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- src/openvpn/ssl_verify_openssl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/openvpn/ssl_verify_openssl.c b/src/openvpn/ssl_verify_openssl.c index 1ccfc60..5a73f6a 100644 --- a/src/openvpn/ssl_verify_openssl.c +++ b/src/openvpn/ssl

[Openvpn-devel] [PATCH 3/6] cleanup: warnings at src/openvpn/httpdigest.c

2012-03-26 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- src/openvpn/httpdigest.c | 44 ++-- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/openvpn/httpdigest.c b/src/openvpn/httpdigest.c index 78b8344..a011e56 100644 --- a/src/openvpn/httpdigest.c +++ b/src

[Openvpn-devel] [PATCH 2/6] build: tap: search for tap header

2012-03-26 Thread Alon Bar-Lev
Windows and solaris has something in common, in both the tap header is external. So make the Windows tap-windows.h search common to all platform. Display an error if we cannot find tap header. Signed-off-by: Alon Bar-Lev --- configure.ac| 32 src/o

[Openvpn-devel] [PATCH 0/6] build patches

2012-03-26 Thread Alon Bar-Lev
More from my queue. https://github.com/alonbl/openvpn/commits/build2 Alon Bar-Lev (6): build: openbsd: detect netinet/ip.h correctly build: tap: search for tap header cleanup: warnings at src/openvpn/httpdigest.c cleanup: warnings at src/openvpn/ntlm.c cleanup: warnings at src/openvpn/s

[Openvpn-devel] [PATCH 1/6] build: openbsd: detect netinet/ip.h correctly

2012-03-26 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- configure.ac |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a30e873..b0dcdb7 100644 --- a/configure.ac +++ b/configure.ac @@ -395,6 +395,9 @@ SOCKET_INCLUDES=" #ifdef HAVE_WS2TCPIP_H #include #endif

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/03/12 20:52, Alon Bar-Lev wrote: > On Mon, Mar 26, 2012 at 8:50 PM, David Sommerseth > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 26/03/12 20:38, Alon Bar-Lev wrote: >>> On Mon, Mar 26, 2012 at 11:50 AM, Gert Doering >>>

[Openvpn-devel] build solaris

2012-03-26 Thread Alon Bar-Lev
Seems to compile using sun studio compiler and sun tool chain. --- $ src/openvpn/openvpn --version OpenVPN 2.3_alpha1 sparc-sun-solaris2.10 [SSL (OpenSSL)] [eurephia] [PF_INET6] [IPv6 payload 20110522-1 (2.2.0)] built on Mar 26 2012 Originally developed by James Yonan Copyright (C) 2002-2010 OpenVP

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/03/12 20:55, Gert Doering wrote: > Hi, > > On Mon, Mar 26, 2012 at 08:50:20PM +0200, David Sommerseth wrote: >> On 26/03/12 20:38, Alon Bar-Lev wrote: >>> On Mon, Mar 26, 2012 at 11:50 AM, Gert Doering >>> wrote: I have now installed libt

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/03/12 20:38, Alon Bar-Lev wrote: > On Mon, Mar 26, 2012 at 11:50 AM, Gert Doering > wrote: >> I have now installed libtool 2.2.10, and with that, "autoreconf >> -vi" does not return an error anymore. > > Gentoo stable libtool is sys-devel/libto

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 8:55 PM, Gert Doering wrote: > Hi, > > On Mon, Mar 26, 2012 at 08:50:20PM +0200, David Sommerseth wrote: >> On 26/03/12 20:38, Alon Bar-Lev wrote: >> > On Mon, Mar 26, 2012 at 11:50 AM, Gert Doering >> > wrote: >> >> I have now installed libtool 2.2.10, and with that, "aut

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 08:50:20PM +0200, David Sommerseth wrote: > On 26/03/12 20:38, Alon Bar-Lev wrote: > > On Mon, Mar 26, 2012 at 11:50 AM, Gert Doering > > wrote: > >> I have now installed libtool 2.2.10, and with that, "autoreconf > >> -vi" does not return an error anymore. > > > > Ge

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 08:38:38PM +0200, Alon Bar-Lev wrote: > On Mon, Mar 26, 2012 at 11:50 AM, Gert Doering wrote: > > I have now installed libtool 2.2.10, and with that, "autoreconf -vi" > > does not return an error anymore. > > Gentoo stable libtool is sys-devel/libtool-2.4, it contains

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 8:50 PM, David Sommerseth wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 26/03/12 20:38, Alon Bar-Lev wrote: >> On Mon, Mar 26, 2012 at 11:50 AM, Gert Doering >> wrote: >>> I have now installed libtool 2.2.10, and with that, "autoreconf >>> -vi" does not r

Re: [Openvpn-devel] [DISCUSS] much more complicated gcc invocations now

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 8:47 PM, Gert Doering wrote: > (Just as a side note - why is it including "-I/usr/kerberos/include" *twice* > for you?) As we use both libcrypto and libssl we get this twice... --- $ pkg-config --cflags libcrypto -I/usr/kerberos/include $ pkg-config --cflags libssl -I/usr/

Re: [Openvpn-devel] [DISCUSS] much more complicated gcc invocations now

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 08:32:40PM +0200, Alon Bar-Lev wrote: > Well, please hold... I don't see this if... at my machine: > > --- > gcc -DHAVE_CONFIG_H -I. -I../../../src/openvpn -I../.. > -I../../../include -I../../../src/compat-I/usr/kerberos/include > -I/usr/kerberos/include -g -O

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 11:50 AM, Gert Doering wrote: > I have now installed libtool 2.2.10, and with that, "autoreconf -vi" > does not return an error anymore. Gentoo stable libtool is sys-devel/libtool-2.4, it contains some fixes for mingw which I use. Why did you chose 2.2.10? Alon.

Re: [Openvpn-devel] [DISCUSS] much more complicated gcc invocations now

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 8:22 PM, Gert Doering wrote: > Hi, > > On Mon, Mar 26, 2012 at 08:14:50PM +0200, Alon Bar-Lev wrote: >> Are for dependency tracking, so that if you change a file dependencies >> will be recompiled... This was the same in previous build. >> >> So we had: >> --- >> gcc -DHAVE

Re: [Openvpn-devel] [DISCUSS] much more complicated gcc invocations now

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 08:14:50PM +0200, Alon Bar-Lev wrote: > Are for dependency tracking, so that if you change a file dependencies > will be recompiled... This was the same in previous build. > > So we had: > --- > gcc -DHAVE_CONFIG_H -I. -I. -I/usr/kerberos/include-g -O2 -MT > stat

Re: [Openvpn-devel] build failure on OpenBSD

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 8:11 PM, Gert Doering wrote: > Hi, > > On Mon, Mar 26, 2012 at 07:58:02PM +0200, Alon Bar-Lev wrote: >> The problem is the use of the TARGET_ not the use of HAVE. >> As I wrote before next stage is to get rid of the syshead.h and its >> complexity. >> There is no sense

Re: [Openvpn-devel] [DISCUSS] much more complicated gcc invocations now

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 8:02 PM, Alon Bar-Lev wrote: > On Mon, Mar 26, 2012 at 7:55 PM, Gert Doering wrote: >> Hi, >> >> On Mon, Mar 26, 2012 at 07:51:01PM +0200, Alon Bar-Lev wrote: >>> The benefit is to divide the code into libraries and core which is >>> easier to maintain and reuse. >> >> I'm

Re: [Openvpn-devel] build failure on OpenBSD

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 07:58:02PM +0200, Alon Bar-Lev wrote: > The problem is the use of the TARGET_ not the use of HAVE. > As I wrote before next stage is to get rid of the syshead.h and its > complexity. > There is no sense to check for platform, just if header exists. Check for heade

Re: [Openvpn-devel] [DISCUSS] much more complicated gcc invocations now

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 7:55 PM, Gert Doering wrote: > Hi, > > On Mon, Mar 26, 2012 at 07:51:01PM +0200, Alon Bar-Lev wrote: >> The benefit is to divide the code into libraries and core which is >> easier to maintain and reuse. > > I'm not sure I understand what's so hard about "compile stuff, use

Re: [Openvpn-devel] build failure on OpenBSD

2012-03-26 Thread Alon Bar-Lev
; configure:21681: checking for netinet/ip.h > configure:21681: gcc -c -g -O2  conftest.c >&5 > In file included from conftest.c:170: > /usr//include/netinet/ip.h:178: error: expected specifier-qualifier-list > before > 'n_time' > configure:21681: $? = 1 > configure: fai

Re: [Openvpn-devel] [DISCUSS] much more complicated gcc invocations now

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 07:51:01PM +0200, Alon Bar-Lev wrote: > The benefit is to divide the code into libraries and core which is > easier to maintain and reuse. I'm not sure I understand what's so hard about "compile stuff, use 'ar' to pack into libopenvpn.a" that stuff needs more convoluti

Re: [Openvpn-devel] [DISCUSS] much more complicated gcc invocations now

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 6:05 PM, Gert Doering wrote: > Hi, > > one of the things the new build system brought is us is *this*: > > if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include  -I../../src/compat     >  -I/usr/include -I/usr/include     -g -O2 -MT ssl_verify_polarssl.o -MD -MP > -MF ".

[Openvpn-devel] build failure on OpenBSD

2012-03-26 Thread Gert Doering
: $? = 1 configure: failed program was: snip - which is defined in - which syshead.h already includes. the full config log can be found on http://public.greenie.net/gert/openvpn/config-obsd49-20120326.log I'd promise instea

[Openvpn-devel] [DISCUSS] much more complicated gcc invocations now

2012-03-26 Thread Gert Doering
Hi, one of the things the new build system brought is us is *this*: if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src/compat -I/usr/include -I/usr/include -g -O2 -MT ssl_verify_polarssl.o -MD -MP -MF ".deps/ssl_verify_polarssl.Tpo" -c -o ssl_verify_polarssl.o ssl_ver

[Openvpn-devel] [DISCUSS] OpenVPN public repositories at github.com

2012-03-26 Thread Alon Bar-Lev
Hello All, github.com provides a great service for open source project. It allows to create organizations that may be maintained by several people, allowing to easily create/delete repositories, and manage per repository permissions. It allows access repository via git, ssh, HTTP protocols (sour

Re: [Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/03/12 12:34, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev --- configure.ac | > 1 - 1 files changed, 0 insertions(+), 1 deletions(-) > ACK! Applied to master branches on -testing and stable trees. commit 020cbe3f7a64279af2bd14e615422f058

Re: [Openvpn-devel] [PATCH 6/6] build: windows: set vendor to openvpn project + cleanups

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/03/12 08:58, Alon Bar-Lev wrote: > *NOTICE* This is Latin code page file, beware of conversion. > > Signed-off-by: Alon Bar-Lev --- > src/openvpn/openvpn_win32_resources.rc |6 +++--- > src/openvpnserv/openvpnserv_resources.rc |4 ++-

Re: [Openvpn-devel] [PATCH 2/6] build: autoconf: misc sockets fixups

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/03/12 08:58, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev --- configure.ac | > 53 - 1 files > changed, 28 insertions(+), 25 deletions(-) ACK! Applied to master branches on -testing and -

Re: [Openvpn-devel] [PATCH 1/6] build: ax_varargs.m4: fixups

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/03/12 08:58, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev --- > m4/ax_varargs.m4 | 10 ++ 1 files changed, 6 insertions(+), 4 > deletions(-) > ACK! Applied to master branches on -testing and -stable trees. commit 4df219c764bf1

Re: [Openvpn-devel] [PATCH 5/6] build: enable lzo by default

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/03/12 08:58, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev --- configure.ac | > 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) > Applied to master branches on -testing and -stable. commit 40a56e79d5d45c8e40c599f52349007155f7e475

Re: [Openvpn-devel] [PATCH 5/6] build: enable lzo by default

2012-03-26 Thread Gert Doering
Hi, ACK, as per the discussion and majority of voices. gert On Sat, Mar 24, 2012 at 09:58:37AM +0200, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev > --- > configure.ac |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 9a6

Re: [Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 01:02:13PM +0200, Alon Bar-Lev wrote: > > Tested on FreeBSD 7.4 -> configure works fine now, make builds, resulting > > binary exists... > > > > gert@fbsd74:/home/gert/alon/test$ ./src/openvpn/openvpn --version > > OpenVPN 2.3_alpha1 amd64-unknown-freebsd7.4 [SSL (OpenS

Re: [Openvpn-devel] [openvpn-devel] OpenVPN 2.1.4/Linux: route-gatewy not working

2012-03-26 Thread Samuel CUELLA
On 03/23/2012 03:34 PM, David Sommerseth wrote: > > Hi Samuel, > > Interesting finding you've found here. However, we're not developing the > 2.1 branch any more. So if you could try the latest git master branch > [1], that'd be great ... And if that still fails, try to apply your patch > to s

Re: [Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 1:00 PM, Gert Doering wrote: > Hi, > > On Mon, Mar 26, 2012 at 12:34:07PM +0200, Alon Bar-Lev wrote: >> Signed-off-by: Alon Bar-Lev >> --- >>  configure.ac |    1 - >>  1 files changed, 0 insertions(+), 1 deletions(-) > > Tested on FreeBSD 7.4 -> configure works fine now,

Re: [Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 12:34:07PM +0200, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev > --- > configure.ac |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Tested on FreeBSD 7.4 -> configure works fine now, make builds, resulting binary exists... gert@fbsd74:/home/gert/al

Re: [Openvpn-devel] [PATCH 3/6] tree: ChangeLog: add ident attribute

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 12:48 PM, Alon Bar-Lev wrote: > On Mon, Mar 26, 2012 at 12:46 PM, David Sommerseth > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 26/03/12 12:25, Alon Bar-Lev wrote: >>> On Mon, Mar 26, 2012 at 11:22 AM, David Sommerseth >>> wrote: -BE

Re: [Openvpn-devel] [PATCH 3/6] tree: ChangeLog: add ident attribute

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/03/12 12:25, Alon Bar-Lev wrote: > On Mon, Mar 26, 2012 at 11:22 AM, David Sommerseth > wrote: >> >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 24/03/12 08:58, Alon Bar-Lev wrote: >>> --- .gitattributes |1 + ChangeLog |

Re: [Openvpn-devel] [PATCH 0/6] build revolution

2012-03-26 Thread Alon Bar-Lev
Branch for buid fixups is here[1]. [1] https://github.com/alonbl/openvpn/tree/build2 On Sat, Mar 24, 2012 at 9:58 AM, Alon Bar-Lev wrote: > > The last commit was partial, and done even if I NAK some of the patches. > As it seems my opinion of a patch of fellows nor mine is not taken > into consi

[Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- configure.ac |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index bd84c0f..a30e873 100644 --- a/configure.ac +++ b/configure.ac @@ -840,7 +840,6 @@ if test "${enable_crypto}" = "yes"; then fi if test "${enabl

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 12:23 PM, Gert Doering wrote: >> Can you please send me the config.log? >> I will fix that. > > I'll send the config.log off-list. Thanks! I should not have tested the dependency of libdl and plugins. I guess you can work around this by adding DL_LIBS=" " to configure. Al

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 12:23 PM, Gert Doering wrote: > Yep.  Can we improve the error message here, so people running buildbot > or doing development can see that they are missing libtool? Unfortunately, I don't control the generation process... :( Alon.

Re: [Openvpn-devel] [PATCH 3/6] tree: ChangeLog: add ident attribute

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 11:22 AM, David Sommerseth wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 24/03/12 08:58, Alon Bar-Lev wrote: > > --- .gitattributes |    1 + ChangeLog      |    2 ++ 2 files changed, > > 3 insertions(+), 0 deletions(-) create mode 100644 .gitattributes >

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Gert Doering
Hi, (on-list) On Mon, Mar 26, 2012 at 12:15:06PM +0200, Alon Bar-Lev wrote: > >> configure.ac:328: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL > >>       If this token and others are legitimate, please use m4_pattern_allow. > >>       See the Autoconf documentation. > >> configure.ac:32

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 11:50 AM, Gert Doering wrote: > Hi, > > On Mon, Mar 26, 2012 at 11:36:30AM +0200, Gert Doering wrote: >> buildbot tried to build openvpn after David's merge yesterday, and failed >> miserably.  To see what happened I tried to reproduce on my FreeBSD 7.4 >> build slave, and

Re: [Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 11:36:30AM +0200, Gert Doering wrote: > buildbot tried to build openvpn after David's merge yesterday, and failed > miserably. To see what happened I tried to reproduce on my FreeBSD 7.4 > build slave, and found this, in a fresh git clone: > > gert@fbsd74:/home/gert$

[Openvpn-devel] build problems on FreeBSD of latest openvpn git

2012-03-26 Thread Gert Doering
Hi, buildbot tried to build openvpn after David's merge yesterday, and failed miserably. To see what happened I tried to reproduce on my FreeBSD 7.4 build slave, and found this, in a fresh git clone: gert@fbsd74:/home/gert$ git clone git://openvpn.git.sourceforge.net/gitroot/openvpn/openvpn.git

Re: [Openvpn-devel] [PATCH 3/6] tree: ChangeLog: add ident attribute

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/03/12 08:58, Alon Bar-Lev wrote: > --- .gitattributes |1 + ChangeLog |2 ++ 2 files changed, > 3 insertions(+), 0 deletions(-) create mode 100644 .gitattributes > > diff --git a/.gitattributes b/.gitattributes new file mode 100644 >