Re: [Openvpn-devel] Enhancements.

2010-11-02 Thread Jan Just Keijser
Gert Doering wrote: Hi, On Fri, Sep 24, 2010 at 12:01:08PM +0200, Jan Just Keijser wrote: 3385 #ifdef ENABLE_PUSH_PEER_INFO [..] just toyed with it for about an hour or so and I can't get it to work - I even ran openvpn --cipher none --auth none to see if I could see the IV_

Re: [Openvpn-devel] Enhancements.

2010-11-01 Thread Gert Doering
Hi, On Fri, Sep 24, 2010 at 12:01:08PM +0200, Jan Just Keijser wrote: > >> 3385 #ifdef ENABLE_PUSH_PEER_INFO [..] > just toyed with it for about an hour or so and I can't get it to work - > I even ran > openvpn --cipher none --auth none > to see if I could see the IV_ and UV_ variables fly over

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] 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] Enhancements.

2010-09-14 Thread David Sommerseth
-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, &buf); >>> else if (bu

Re: [Openvpn-devel] Enhancements.

2010-09-14 Thread Gert Doering
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, &buf); > > else if (buf_string_match_head_str (&buf, "PUSH_")) > >incoming_push_message (c, &buf); > >

Re: [Openvpn-devel] Enhancements.

2010-09-14 Thread Jan Just Keijser
Hi, Gert Doering wrote: Hi, On Tue, Sep 14, 2010 at 09:58:19AM +1200, Jason Haar wrote: On 09/14/2010 08:52 AM, Brad Dameron wrote: Also can there be reporting added for the server side to show what version the client is connecting with? I agree. I have previously asked for c

Re: [Openvpn-devel] Enhancements.

2010-09-14 Thread Gert Doering
Hi, On Tue, Sep 14, 2010 at 09:58:19AM +1200, Jason Haar wrote: > On 09/14/2010 08:52 AM, Brad Dameron wrote: > > Also can there be reporting added for the server side to show what > > version the client is connecting with? > > I agree. I have previously asked for client version and OS to be > "p

Re: [Openvpn-devel] Enhancements.

2010-09-13 Thread Jason Haar
On 09/14/2010 08:52 AM, Brad Dameron wrote: > > > Also can there be reporting added for the server side to show what > version the client is connecting with? > > > I agree. I have previously asked for client version and OS to be "pushed" during the initial phase so that the server can be decisio

[Openvpn-devel] Enhancements.

2010-09-13 Thread Brad Dameron
Currently when a server's IP pool has no free address it reports a auth failure to the client. Can this be changed to report no free addresses? And will remote-random allow the client to continue past this error? Also can there be reporting added for the server side to show what version the clie