Re: [Openvpn-devel] Enhancements.

2010-09-24 Thread Jan Just Keijser
Hi David, David Sommerseth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/09/10 09:15, Jan Just Keijser wrote: Yo all, [...snip...] I was just browsing through the 2.1.3 source tree and found this in ssl.c: 3379 static bool 3380 push_peer_info(struct buffer *buf, stru

Re: [Openvpn-devel] proper "logout" support for the server?

2010-09-24 Thread Jason Haar
On 09/24/2010 07:05 PM, Jan Just Keijser wrote: > it's already available: > --explicit-exit-notify > this is needed only for UDP based connections, as the server will know > when a TCP connection has ended. > Ha! So it is. Given the amount of time I've read the manpage, I'm surprised I've missed

Re: [Openvpn-devel] Enhancements.

2010-09-24 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/09/10 09:15, Jan Just Keijser wrote: > Yo all, [...snip...] > I was just browsing through the 2.1.3 source tree and found this in ssl.c: > > 3379 static bool > 3380 push_peer_info(struct buffer *buf, struct tls_session *session) > 3381 { > 3382

Re: [Openvpn-devel] Enhancements.

2010-09-24 Thread Jan Just Keijser
Yo all, David Sommerseth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/10 13:37, Gert Doering wrote: Hi, On Tue, Sep 14, 2010 at 11:10:28AM +0200, Jan Just Keijser wrote: if (buf_string_match_head_str (&buf, "AUTH_FAILED")) receive_auth_failed (c,

Re: [Openvpn-devel] proper "logout" support for the server?

2010-09-24 Thread Jan Just Keijser
Jason Haar wrote: Hi there Minor feature request. When a user ends their openvpn client session, shouldn't it be possible to send one last command to the server - a "logout" command? That way the server can clean up the session much faster than waiting for a keepalive timeout cycle... (the pro

[Openvpn-devel] Summary of the IRC meeting (23rd Sep 2010)

2010-09-24 Thread Samuli Seppänen
Hi, Here's the summary of the previous community meeting. --- COMMUNITY MEETING Place: #openvpn-devel on irc.freenode.net List-Post: openvpn-devel@lists.sourceforge.net Date: Thursday, 23rd Sep 2010 Time: 18:00 UTC Planned meeting topics for this meeting were on this page:

[Openvpn-devel] proper "logout" support for the server?

2010-09-24 Thread Jason Haar
Hi there Minor feature request. When a user ends their openvpn client session, shouldn't it be possible to send one last command to the server - a "logout" command? That way the server can clean up the session much faster than waiting for a keepalive timeout cycle... (the problem I see is that w