Re: nm-openswan - update

2007-11-07 Thread Turbo Fredriksson
Quoting steve hillier [EMAIL PROTECTED]: So, first you need to get nm aware of the nm-openswan vpn service (see above). Being a Debian GNU/Linux developer, the first thing I did (after trying it 'your way' :) was to create a .deb package. All this works perfect. Got network manager to see

Re: nm-openswan - update

2007-11-07 Thread steve hillier
of the nm-openswan vpn service (see above). Being a Debian GNU/Linux developer, the first thing I did (after trying it 'your way' :) was to create a .deb package. All this works perfect. Got network manager to see the new service etc... You'll know it's working, when you can add

Re: nm-openswan - update

2007-11-06 Thread steve hillier
learning). Now I just recently discovered that Eclipse has a plugin to support C/C++ development. I'm working on getting nm-openswan building under eclipse, and my reason is simple: it's got a killer debugger and awesome ide tools. the symbols browser alone chews anjuta. If I succeed, then I'll

Re: nm-openswan is alive again!

2007-06-12 Thread steve
Technically speaking, you should be able to run as many concurrent IPsec connections as you want. In reality, I've used openswan to run up to 4 seperate and independant concurrent IPsec tunnels, some with and without Virtual interfaces (for DHCP over IPsec). My goal is to make NM-Openswan

Re: nm-openswan is alive again!

2007-06-11 Thread Igor Neves
Dan Williams wrote: On Sat, 2007-06-09 at 18:03 -0400, steve wrote: Hi, Just a quick post to inform anyone who cares, that I've finished my employment transition, re-created my development environment and I've re-started work on the openswan vpn plugin. I've made two design changes to

Re: nm-openswan is alive again!

2007-06-11 Thread Tomáš Hnyk
On Sun, 10 Jun 2007 01:46:15 +0200, Dan Williams [EMAIL PROTECTED] wrote: On Sat, 2007-06-09 at 18:03 -0400, steve wrote: Hi, Just a quick post to inform anyone who cares, that I've finished my employment transition, re-created my development environment and I've re-started work on the

Re: nm-openswan is alive again!

2007-06-11 Thread Darren Albers
Tomas, that is an Ubuntu specific issue. On 6/11/07, Tomáš Hnyk [EMAIL PROTECTED] wrote: On Sun, 10 Jun 2007 01:46:15 +0200, Dan Williams [EMAIL PROTECTED] wrote: On Sat, 2007-06-09 at 18:03 -0400, steve wrote: Hi, Just a quick post to inform anyone who cares, that I've finished my

Re: nm-openswan is alive again!

2007-06-11 Thread Dan Williams
On Mon, 2007-06-11 at 23:34 +0200, Tomáš Hnyk wrote: On Sun, 10 Jun 2007 01:46:15 +0200, Dan Williams [EMAIL PROTECTED] wrote: On Sat, 2007-06-09 at 18:03 -0400, steve wrote: Hi, Just a quick post to inform anyone who cares, that I've finished my employment transition, re-created my

nm-openswan is alive again!

2007-06-09 Thread steve
Hi, Just a quick post to inform anyone who cares, that I've finished my employment transition, re-created my development environment and I've re-started work on the openswan vpn plugin. I've made two design changes to allow for multiple concurrent vpn connections (in future releases) as it

Re: nm-openswan is alive again!

2007-06-09 Thread Dan Williams
On Sat, 2007-06-09 at 18:03 -0400, steve wrote: Hi, Just a quick post to inform anyone who cares, that I've finished my employment transition, re-created my development environment and I've re-started work on the openswan vpn plugin. I've made two design changes to allow for multiple

nm-openswan dev update - debugging properties library help needed

2007-04-15 Thread steve
on startup and the nm-openswan-service handler appears to be stable (finally). My first and biggest problem has to do with debugging shared libraries with Anjuta/gdb: How do you do it? I wrote my library to implement the UI to configure a connection, but even though it builds no problem

Re: nm-openswan development update

2007-03-28 Thread Dan Williams
of the default vpc source (Just for kicks) and saw warnings about the same thing. Anyway, just wanted to save people time if anyone else is writing a vpn plugin, and started with the source an existing one for reference like I did. Development continues on nm-openswan and I hope to have a complete

Re: nm-openswan development update

2007-03-28 Thread steve
continues on nm-openswan and I hope to have a complete set of working alpha code for all targets of the plugin in about 2 weeks. At that point I'm going to setup some kind of CVS repository for the dist. There is still one big design question to be answered through testing. If anyone knows

Re: nm-openswan development update

2007-03-27 Thread Darren Albers
for kicks) and saw warnings about the same thing. Anyway, just wanted to save people time if anyone else is writing a vpn plugin, and started with the source an existing one for reference like I did. Development continues on nm-openswan and I hope to have a complete set of working alpha code

nm-openswan development update

2007-03-25 Thread steve
, just wanted to save people time if anyone else is writing a vpn plugin, and started with the source an existing one for reference like I did. Development continues on nm-openswan and I hope to have a complete set of working alpha code for all targets of the plugin in about 2 weeks

Re: [RFC] nm-openswan

2007-03-15 Thread jherm
using OpenVPN. OpenSwan only. If you could hack this into network-manager, I think it could be a huge time saver for a good amount of people. -- View this message in context: http://www.nabble.com/nm-openswan-tf3366858.html#a9483353 Sent from the Gnome - NetworkManager mailing list archive

re: More on nm-OpenSwan

2007-03-13 Thread Dan Williams
On Sat, 2007-03-10 at 16:22 -0500, steve wrote: I'm trying to implement the ipsec connection startup command I'm using the function g_spawn_async_with_pipes to call the ipsec binary with the appropriate args. The process will terminate when successful. I want to pipe the output of the

More on nm-OpenSwan

2007-03-10 Thread steve
Hi, I'm working on this in my spare time so I apologize if this update seems delayed. First, because nm-openswan depends on it for now, I'll explain and post my changes to the openswan init script. In FC6, by convention, custom IPsec definitions are stored on a per-connection basis in files

re: More on nm-OpenSwan

2007-03-10 Thread steve
I'm trying to implement the ipsec connection startup command I'm using the function g_spawn_async_with_pipes to call the ipsec binary with the appropriate args. The process will terminate when successful. I want to pipe the output of the process (stdout) to a Status window (pop-up widget??)

Re: nm-openswan

2007-03-08 Thread Dan Williams
On Thu, 2007-03-08 at 08:32 +0100, Soren Hansen wrote: On Wed, Mar 07, 2007 at 09:08:47PM -0500, steve wrote: Does anyone have need for this type of plugin, or is this software only useful for me? It could definitely be useful, please share it! +1 Dan