Bug 338521 - [RFE] please add SSTP VPN support
Summary: [RFE] please add SSTP VPN support
Status: RESOLVED FIXED
Alias: None
Product: plasma-nm
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Lamarque V. Souza
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-24 11:24 UTC by Andy Igoshin
Modified: 2015-06-10 13:08 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.4.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Igoshin 2014-08-24 11:24:57 UTC
please add SSTP VPN support
Comment 1 JKAbrams 2015-03-12 16:31:36 UTC
There is a GUI for the Gnome Networkmanager client, would it be a lot of work to translate it to KDE?
http://sstp-client.sourceforge.net/#Network_Manager_Plugin
Comment 2 Pete 2015-06-02 18:21:46 UTC
Its been so long since this was first requested. At least some kind of a response would be nice.

It must be a small body of work, unless the NetworkManager implementations between GNOME and KDE are drastically different. But in AUR we have all that is required, it just seems that plasma-nm requires new VPN services to be added which doesn't sound right architecturally speaking. But it seems it could be the truth, as upon first setting up a new KDE system I have loads of VPNs in the list yet none of them have their underlying stack installed and you need to install the ones you want to use individually. A bit backwards to say the least but please guys, SSTP is growing and works brilliantly for us currently residing behind the GFC (Great Firewall of China :-)

Cheers!
Comment 3 Jan Grulich 2015-06-10 13:08:45 UTC
Git commit f39cd2eac71ee630f542dc890c5a26ef287ac423 by Jan Grulich.
Committed on 10/06/2015 at 13:08.
Pushed by grulich into branch 'master'.

Add SSTP VPN plugin
REVIEW:124051
FIXED-IN:5.4.0

M  +2    -0    vpn/CMakeLists.txt
A  +32   -0    vpn/sstp/CMakeLists.txt
A  +4    -0    vpn/sstp/Messages.sh
A  +64   -0    vpn/sstp/nm-sstp-service.h     [License: GPL (v2+)]
A  +62   -0    vpn/sstp/plasmanetworkmanagement_sstpui.desktop
A  +81   -0    vpn/sstp/sstp.cpp     [License: GPL (v2/3)]
A  +41   -0    vpn/sstp/sstp.h     [License: GPL (v2/3)]
A  +382  -0    vpn/sstp/sstpadvanced.ui
A  +75   -0    vpn/sstp/sstpauth.cpp     [License: GPL (v2/3)]
A  +48   -0    vpn/sstp/sstpauth.h     [License: GPL (v2/3)]
A  +70   -0    vpn/sstp/sstpauth.ui
A  +401  -0    vpn/sstp/sstpwidget.cpp     [License: GPL (v2/3)]
A  +53   -0    vpn/sstp/sstpwidget.h     [License: GPL (v2/3)]
A  +171  -0    vpn/sstp/sstpwidget.ui

http://commits.kde.org/plasma-nm/f39cd2eac71ee630f542dc890c5a26ef287ac423