Summary: | [KDE4] Add support for "ssh -D ..."-type of "poor man's Socks proxy" to Konqueror | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Kurt Pfeifle <pfeifle> |
Component: | knetwork | Assignee: | Dawit Alemayehu <adawit> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | adawit, cs96and, ernestopheles, michael.schramm, miso, RBredereck |
Priority: | HI | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8 | |
Sentry Crash Report: |
Description
Kurt Pfeifle
2007-06-29 03:08:26 UTC
Here is a list of similar bugs (that is, they are related b0rken "SOCKS proxy" settings): #142183, #112144, #23217, added "[KDE4]"to $summary *** Bug 142183 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of 142183 *** Uhh... that was stupid. Is there any estimate when this will be implemented / fixed? There are no estimates for anything in KDE. But I'm not working on it nor am I likely to work on it any time soon. This bug should be assigned to someone else. Huh ... is there any progress in terms of bringing this necessary feature into KDE or just re-assigning this bug to someone else? I do seriously need this feature ... I don't plan on working on this. Anyone who wants to give it a try can just assign this bug to himself. Probably, one should donate some holidays in China to some KDE developers. I think they would implement this very soon. Anyone who wants to support my idea? Support for SOCKS is already present in KDE 4.7. There are some regressions, but those are not SOCKS proxy specific and all of them will be worked out once 4.7.3 is released. See https://bugs.kde.org/show_bug.cgi?id=189019#c31 for how to add socks support in KDE 4.7. For KDE 4.8 the GUI will be updated with input for SOCKS proxy as soon as https://git.reviewboard.kde.org/r/102802/ gets merged in. As far as the poor man's SOCKS proxy support using ssh. I am afraid that is beyond the scope of KDE's proxy configuration dialog. However, once you set it up, you can use it as you would any othe SOCKS proxy server in KDE. Git commit f90f318f2162df18a08b889d24ae8bbeab3b834c by Dawit Alemayehu. Committed on 01/08/2011 at 07:44. Pushed by adawit into branch 'master'. Rewrote the proxy configuration dialog to include missing SOCKS proxy entry and make it much simpler to use. BUG:82352 BUG:115704 BUG:139789 BUG:147340 BUG:164460 BUG:189019 BUG:190149 BUG:190901 BUG:205594 BUG:258196 BUG:283226 FIXED-IN:4.8 REVIEW: 102802 GUI: Proxy configuration dialog rewrite. M +0 -5 konqueror/settings/kio/CMakeLists.txt D +0 -251 konqueror/settings/kio/envvarproxy.ui D +0 -310 konqueror/settings/kio/kenvvarproxydlg.cpp D +0 -71 konqueror/settings/kio/kenvvarproxydlg.h D +0 -496 konqueror/settings/kio/kmanualproxydlg.cpp D +0 -86 konqueror/settings/kio/kmanualproxydlg.h M +410 -215 konqueror/settings/kio/kproxydlg.cpp M +30 -18 konqueror/settings/kio/kproxydlg.h M +833 -248 konqueror/settings/kio/kproxydlg.ui D +0 -79 konqueror/settings/kio/kproxydlgbase.cpp D +0 -69 konqueror/settings/kio/kproxydlgbase.h M +77 -88 konqueror/settings/kio/ksaveioconfig.cpp M +28 -32 konqueror/settings/kio/ksaveioconfig.h D +0 -291 konqueror/settings/kio/manualproxy.ui http://commits.kde.org/kde-baseapps/f90f318f2162df18a08b889d24ae8bbeab3b834c |