Re: [Openvpn-devel] Byte counting bug

2005-11-04 Thread James Yonan
On Fri, 4 Nov 2005, M. van Cuijk wrote: > Hi, > > I just discovered a problem with the byte counting code in OpenVPN. > The counter_type is declared as 'unsigned long', allowing it to count up > to 4 GB. Could you please resend the patch as an attachment (sending patches inline is generally not

Re: [Openvpn-devel] [PATCH] self-test updates, fix unterminated loop in BSD jails

2005-11-04 Thread James Yonan
On Fri, 4 Nov 2005, Matthias Andree wrote: > Greetings, > > Dirk 'dinoex' Meyer reported issues when the self-test is run inside a > FreeBSD "jail" (see below), in that t_cltsrv.sh never completes and he > also provided logs: > > | ... > | Fri Nov 4 11:12:55 2005 UDPv4 link local (bound): 127.0

[Openvpn-devel] Re: [Openvpn-users] Re: Simultaneous Access to Console Management

2005-11-04 Thread James Yonan
On Fri, 4 Nov 2005, Samuel Tardieu wrote: > > "James" == James Yonan writes: > > James> The management interface doesn't close the listening socket > James> when it's connected to a client, because then it would need to > James> reopen it after the client disconnects, and for various reasons

[Openvpn-devel] PayPal - Check your account

2005-11-04 Thread support
Title: PayPal Information Regarding Your account: Dear PayPal Member!Attention! Your PayPal account has been violated!Someone with ip address 149.225.126.87 tried to access your personal account!Please click the l

[Openvpn-devel] [PATCH] self-test updates, fix unterminated loop in BSD jails

2005-11-04 Thread Matthias Andree
Greetings, Dirk 'dinoex' Meyer reported issues when the self-test is run inside a FreeBSD "jail" (see below), in that t_cltsrv.sh never completes and he also provided logs: | ... | Fri Nov 4 11:12:55 2005 UDPv4 link local (bound): 127.0.0.1:16001 | Fri Nov 4 11:12:55 2005 UDPv4 link remote: 127

[Openvpn-devel] Byte counting bug

2005-11-04 Thread M. van Cuijk
Hi, I just discovered a problem with the byte counting code in OpenVPN. The counter_type is declared as 'unsigned long', allowing it to count up to 4 GB. However, when calling the client_disconnect script, the value is converted to an int through setenv_int(), which may result in negative valu