[Openvpn-devel] OpenVPN 2.3.0 released

2013-01-08 Thread Samuli Seppänen
The OpenVPN community project team is proud to release OpenVPN
2.3.0. It can be downloaded from here:



This release includes two bug fixes. A full list of changes is available
here:



The changelog is also attached to this email.

For generic help use these support channels:

- Official documentation:

- Wiki: 
- Forums: 
- User mailing list: 
- User IRC channel: #openvpn at irc.freenode.net

Please report bugs and ask development questions here:

- Bug tracker and Wiki: 
- Developer mailing list: 
- Developer IRC channel: #openvpn-devel at irc.freenode.net (requires
  Freenode registration)

-- 
Samuli Seppänen
Community Manager
OpenVPN Technologies, Inc

irc freenode net: mattock



David Sommerseth (1):
  Preparing for v2.3.0

Gert Doering (2):
  Fix parameter type for IP_TOS setsockopt on non-Linux systems.
  Fix client crash on double PUSH_REPLY.



Re: [Openvpn-devel] Correct Man Page: client-to-client

2013-01-08 Thread Davide Brini
On Tue, 8 Jan 2013 07:41:59 -0600, Eric Crist 
wrote:

> I'm certain this is the behavior for TAP, but I'll do some due-dilligence
> and generate a few different scenarios and verify.  It's entirely
> possible this behavior is only present with the TAP adapter.  I'll post
> my findings later this week. - Eric F Crist

It's the same for tun and tap in my experience.

-- 
D.



Re: [Openvpn-devel] Correct Man Page: client-to-client

2013-01-08 Thread Eric Crist
I'm certain this is the behavior for TAP, but I'll do some due-dilligence and 
generate a few different scenarios and verify.  It's entirely possible this 
behavior is only present with the TAP adapter.  I'll post my findings later 
this week.
 
-
Eric F Crist



On Jan 8, 2013, at 02:52:01, Gert Doering  wrote:

> Hi,
> 
> On Mon, Jan 07, 2013 at 09:38:02PM +0100, Davide Brini wrote:
>> The current documentation looks correct to me. When using client-to-client,
>> traffic is not exposed on the tun interface; when not using
>> client-to-client, traffic shows up on the tun interface and can be
>> firewalled (eg with iptales).
> 
> +1
> 
> gert
> -- 
> USENET is *not* the non-clickable part of WWW!
>   //www.muc.de/~gert/
> Gert Doering - Munich, Germany g...@greenie.muc.de
> fax: +49-89-35655025g...@net.informatik.tu-muenchen.de
> --
> Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
> and more. Get SQL Server skills now (including 2012) with LearnDevNow -
> 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only - learn more at:
> http://p.sf.net/sfu/learnmore_122512___
> Openvpn-devel mailing list
> Openvpn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openvpn-devel




[Openvpn-devel] fix build with automake 1.13(.1)

2013-01-08 Thread Christian Hesse
Hello everybody,

AM_CONFIG_HEADER has been deprecated for some time, finally it is removed on
automake 1.13. The attached patch replaces it with AC_CONFIG_HEADERS and
fixes build process with latest automake. Please apply.
-- 
main(a){char*c=/*Schoene Gruesse */"B?IJj;MEH"
"CX:;",b;for(a/*Chris   get my mail address:*/=0;b=c[a++];)
putchar(b-1/(/*   gcc -o sig sig.c && ./sig*/b/42*2-3)*42);}
diff --git a/configure.ac b/configure.ac
index 2f780b7..ddd322c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ m4_include(compat.m4)
 AC_DEFINE([OPENVPN_VERSION_RESOURCE], [PRODUCT_VERSION_RESOURCE], [Version in windows resource format])

 AC_CONFIG_AUX_DIR([.])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([src/openvpn/syshead.h])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE


Re: [Openvpn-devel] Correct Man Page: client-to-client

2013-01-08 Thread Gert Doering
Hi,

On Mon, Jan 07, 2013 at 09:38:02PM +0100, Davide Brini wrote:
> The current documentation looks correct to me. When using client-to-client,
> traffic is not exposed on the tun interface; when not using
> client-to-client, traffic shows up on the tun interface and can be
> firewalled (eg with iptales).

+1

gert
-- 
USENET is *not* the non-clickable part of WWW!
   //www.muc.de/~gert/
Gert Doering - Munich, Germany g...@greenie.muc.de
fax: +49-89-35655025g...@net.informatik.tu-muenchen.de


pgpxYQjdlPAqv.pgp
Description: PGP signature