Re: [Openvpn-devel] Win32: Event signals

2004-11-04 Thread Mathias Sundman
On Thu, 4 Nov 2004, James Yonan wrote: On Wed, 3 Nov 2004, Mathias Sundman wrote: Okay, I've finished my event signals patch, which adds events for SIGUSR1, SIGUSR2 and SIGHUP. If --service is used, it still creates the exit_event just like before, but it also creates the new events with the

Re: [Openvpn-devel] Win32: Event signals

2004-11-04 Thread James Yonan
On Wed, 3 Nov 2004, Mathias Sundman wrote: > Okay, I've finished my event signals patch, which adds events for SIGUSR1, > SIGUSR2 and SIGHUP. > > If --service is used, it still creates the exit_event just like before, > but it also creates the new events with the same name as the exit_event >

Re: [Openvpn-devel] Win32: Event signals

2004-11-03 Thread Mathias Sundman
Okay, I've finished my event signals patch, which adds events for SIGUSR1, SIGUSR2 and SIGHUP. If --service is used, it still creates the exit_event just like before, but it also creates the new events with the same name as the exit_event but appends the signal name like, exit_event_SIGHUP.

Re: [Openvpn-devel] Win32: Event signals

2004-11-03 Thread James Yonan
On Sun, 31 Oct 2004, Mathias Sundman wrote: > Hi James and everyone else, > > I'm working on a patch to add events for the other unix signals. I want > this because I want the GUI to have the same possibility to send openvpn > signals like you have in unix or when running from the console. > >

Re: [Openvpn-devel] Win32: Event signals

2004-10-31 Thread Mathias Sundman
On Mon, 1 Nov 2004, Mathias Sundman wrote: I'm working on a patch to add events for the other unix signals. I want this because I want the GUI to have the same possibility to send openvpn signals like you have in unix or when running from the console. While working on this I think I either fo

Re: [Openvpn-devel] Win32: Event signals

2004-10-31 Thread Mathias Sundman
On Sun, 31 Oct 2004, Mathias Sundman wrote: Hi James and everyone else, I'm working on a patch to add events for the other unix signals. I want this because I want the GUI to have the same possibility to send openvpn signals like you have in unix or when running from the console. While work

[Openvpn-devel] Win32: Event signals

2004-10-31 Thread Mathias Sundman
Hi James and everyone else, I'm working on a patch to add events for the other unix signals. I want this because I want the GUI to have the same possibility to send openvpn signals like you have in unix or when running from the console. While working on this I think I either found a bug or I'