Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-11 Thread Denis Vlasenko
On Sunday 11 July 2004 14:51, Jan Kiszka wrote: > Mathias Sundman wrote: > > ... > > One more thing to consider... Should we consider a system running this > > service manager an open system where all locally logged on users is > > allowed to fully manage openvpn connections, which includes: > > >

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-11 Thread Jan Kiszka
Denis Vlasenko wrote: 1. On Windows, if the the service wrapper has started some openvpn processes before our gui agent is started, how should find out about those processes? I can think of the following ways: 1a. Ask the service wrapper via the socket interface that I'm working on right now.

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-11 Thread Jan Kiszka
Mathias Sundman wrote: ... One more thing to consider... Should we consider a system running this service manager an open system where all locally logged on users is allowed to fully manage openvpn connections, which includes: * Start/Stop openvpn processes As a first step, I think we

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-09 Thread Mathias Sundman
On Fri, 9 Jul 2004, Denis Vlasenko wrote: On Friday 09 July 2004 00:35, Mathias Sundman wrote: What I am trying to say? I am very happy that you guys are actively working on openvpn. Really. Just please do not OVERdesign it. Maybe it's better to try to port daemontools to Windows and run

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-08 Thread Mathias Sundman
On Thu, 8 Jul 2004, Denis Vlasenko wrote: 1. On Windows, if the the service wrapper has started some openvpn processes before our gui agent is started, how should find out about those processes? I think it's an important point worth some discussion on whether to (a) put all the "intelligence"

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-08 Thread Denis Vlasenko
> > >> 1. On Windows, if the the service wrapper has started some openvpn > > >> processes before our gui agent is started, how should find out about > > >> those processes? > > >> > > >> I can think of the following ways: > > >> > > >> 1a. Ask the service wrapper via the socket interface that I'm

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-08 Thread Mathias Sundman
On Wed, 7 Jul 2004, James Yonan wrote: On Tuesday 06 July 2004 16:58, Mathias Sundman wrote: Some more things to consider... 1. On Windows, if the the service wrapper has started some openvpn processes before our gui agent is started, how should find out about those processes? I can think of

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-07 Thread James Yonan
On Tuesday 06 July 2004 16:58, Mathias Sundman wrote: > Some more things to consider... > > 1. On Windows, if the the service wrapper has started some openvpn > processes before our gui agent is started, how should find out about > those processes? > > I can think of the following ways: > > 1a.

[Openvpn-devel] Re: Interface with GUI agent

2004-07-07 Thread James Yonan
On Tuesday 06 July 2004 04:25, Mathias Sundman wrote: > On Tue, 6 Jul 2004, Jan Kiszka wrote: > > If it's not a windows specific problem, then I suppost it's best to > > add the functionallity in the openvpn binary so we get the > > portability. > > I don't think the openvpn

[Openvpn-devel] Re: Interface with GUI agent

2004-07-06 Thread Mathias Sundman
Some more things to consider... 1. On Windows, if the the service wrapper has started some openvpn processes before our gui agent is started, how should find out about those processes? I can think of the following ways: 1a. Ask the service wrapper via the socket interface that I'm working

[Openvpn-devel] Re: Interface with GUI agent

2004-07-06 Thread Mathias Sundman
On Tue, 6 Jul 2004, Jan Kiszka wrote: If it's not a windows specific problem, then I suppost it's best to add the functionallity in the openvpn binary so we get the portability. I don't think the openvpn binary needs to know about this. But the service wrapper probably needs a second mode

[Openvpn-devel] Re: Interface with GUI agent

2004-07-03 Thread Mathias Sundman
On Sat, 3 Jul 2004, Brandon Knitter wrote: Hey there. James and I had a prior discussion about the systray app offline, but I thought I'd just poke my head in here. I'm not a strong Windows application programmer, but I've been doing a lot of C# these days. With that in mind, I was gonna