network-manager-sstp?

2011-04-17 Thread Eivind Naess
Hi guys, I have been porting the network-manager-pptp to work with the sstp-client project at sourceforge over the past month. I had to modify it in various places: * Create the appropriate command line for sstpc * Added CA-Certificate file chooser in the properties dialog * The

Re: Vpn plugin isn't invoking my save_secrets()

2011-04-07 Thread Eivind Naess
Thank you Dan! That's a most outstanding response :) - Eivind - Original Message From: Dan Williams d...@redhat.com To: Eivind Naess eivn...@yahoo.com Cc: networkmanager-list@gnome.org Sent: Wed, April 6, 2011 3:02:00 PM Subject: Re: Vpn plugin isn't invoking my save_secrets() On Wed

Re: Vpn plugin isn't invoking my save_secrets()

2011-04-06 Thread Eivind Naess
To: Eivind Naess eivn...@yahoo.com Cc: networkmanager-list@gnome.org Sent: Mon, April 4, 2011 8:00:49 PM Subject: Re: Vpn plugin isn't invoking my save_secrets() On Tue, 2011-03-29 at 13:44 -0700, Eivind Naess wrote: Hi All, I am compiling the following packages from sources on my Ubuntu system

Crash in nm-pptp-service.c

2011-04-02 Thread Eivind Naess
All, Looks like I ran into a crash with nm-pptp-service.c in latest git-head. The call to strlen() did in my case cause a crash when priv-domain is set to NULL. Simple patch as below checks for value of priv-domain before passing it to strlen().. - Eivind diff --git a/src/nm-pptp-service.c

Anyone having problems with pptp in latest git-head?

2011-04-02 Thread Eivind Naess
Hi, I have been trying for some time to get the pptp plugin to work from latest tip of the git repository. Apparently, I can enter an password in the configuration dialog, but it is not saved so next time I open the dialog, the password is set to the value: (null). Trying to chase this down, is

Vpn plugin isn't invoking my save_secrets()

2011-03-29 Thread Eivind Naess
Hi All, I am compiling the following packages from sources on my Ubuntu system: * NetworkManager * network-manager-applet * network-manager-pptp Then I am trying to port the network-manager-pptp to network-manager-sstp (a new project). That aside, the pptp or my sstp projects seems to have

Secure Socket Tunneling Protocol (SSTP) Support?

2011-03-13 Thread Eivind Naess
Hi Folks! I know the NM supports PPTP and I am currently developing a SSTP client application. Right now, I am curious to see if there is any interest in creating another sub-project that integrates SSTP support into Network Manager (e.g. mirroring the functionality of the