[Openvpn-devel] Topics for next Monday's (24th Nov 2014) community meeting

2014-11-21 Thread Samuli Seppänen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, We're having an IRC meeting on Monday, starting at 20:00 CET (19:00 UTC) on #openvpn-de...@irc.freenode.net. Current topic list along with basic information is here: If you have any

[Openvpn-devel] [PATCH] Peer-id patch v6

2014-11-21 Thread Lev Stipakov
Added new packet format P_DATA_V2, which includes peer-id. If server supports, client sends all data packets in the new format. When data packet arrives, server identifies peer by peer-id. If peer's ip/port has changed, server assumes that client has floated, verifies HMAC and updates ip/port in in

[Openvpn-devel] [PATCH] Fix to --shaper documentation on the man-page

2014-11-21 Thread samuli
From: Samuli Seppänen Trac: #413 Trac-URL: https://community.openvpn.net/openvpn/ticket/413 Signed-off-by: Samuli Seppänen --- doc/openvpn.8 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 8fca9aa..96ba555 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@

[Openvpn-devel] [PATCH] configure.ac: fix default behavior

2014-11-21 Thread Yegor Yefremov
Set enable_password_save to "yes", if the option is not given, as stated in the description. Signed-off-by: Yegor Yefremov --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 608ab6d..9dcd2ab 100644 --- a/configure.ac +++ b/confi

Re: [Openvpn-devel] [PATCH] configure.ac: fix default behavior

2014-11-21 Thread Yegor Yefremov
On Fri, Nov 21, 2014 at 8:40 PM, Yegor Yefremov wrote: > Set enable_password_save to "yes", if the option is not given, > as stated in the description. > > Signed-off-by: Yegor Yefremov > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/c