SVN commit 1067536 by kossebau: Moved kdessh to tags/unmaintained/4
Reasons: * did not work since 4.0 (stub program on remote was not in $PATH) * has no maintainer * no real use (with ssh doing X11-forwarding) * does not integrate with KWallet or ssh-agent * keeps password in unsecured memory CCMAIL: [email protected],[email protected] M +3 -0 tags/unmaintained/4/README A tags/unmaintained/4/kdessh (directory) trunk/KDE/kdeutils/kdessh#1067529 M +2 -2 tags/unmaintained/4/kdessh/kdessh.cpp M +0 -1 trunk/KDE/kdeutils/CMakeLists.txt M +0 -2 trunk/KDE/kdeutils/Mainpage.dox M +0 -3 trunk/KDE/kdeutils/README D trunk/KDE/kdeutils/kdessh (directory) --- tags/unmaintained/4/README #1067535:1067536 @@ -16,6 +16,9 @@ * kbabel for translating po files +* kdessh + a frontend to ssh + * kenolaba * kfouleggs --- tags/unmaintained/4/kdessh/kdessh.cpp #1067529:1067536 @@ -71,7 +71,7 @@ options.add("+host", ki18n("Specifies the remote host")); options.add("+command", ki18n("The command to run")); options.add("u <user>", ki18n("Specifies the target uid")); - options.add("s <path>", ki18n("Specify remote stub location"), "kdesu_stub"); + options.add("s <path>", ki18n("Specify remote stub location"), "kdesu_stub4"); options.add("n", ki18n("Do not keep password")); options.add("q", ki18n("Stop the daemon (forgets all passwords)")); options.add("t", ki18n("Enable terminal output (no password keeping)")); @@ -184,7 +184,7 @@ } QByteArray password; - if (needpw != 0) + if (needpw == SshProcess::SshNeedsPassword) { KDEsshDialog *dlg = new KDEsshDialog(host, user, stub, proc.prompt(), keep && !terminal); --- trunk/KDE/kdeutils/CMakeLists.txt #1067535:1067536 @@ -38,7 +38,6 @@ if(KDE4Workspace_FOUND) macro_optional_add_subdirectory( kdelirc ) endif(KDE4Workspace_FOUND) - macro_optional_add_subdirectory( kdessh ) macro_optional_add_subdirectory( kdf ) # K3Process macro_optional_add_subdirectory( kfloppy ) --- trunk/KDE/kdeutils/Mainpage.dox #1067535:1067536 @@ -12,8 +12,6 @@ (<a href="http://utils.kde.org/projects/kcharselect">Homepage</a>) - Select special characters from any fonts and put them into the clipboard - <a href="./kdelirc/html/index.html">KDELirc</a> (<a href="http://utils.kde.org/projects/kdelirc">Homepage</a>) - Front end to lirc, the Linux Infrared Remote Control system -- <a href="./kdessh/html/index.html">kdessh</a> - (<a href="http://utils.kde.org/projects/kdessh">Homepage</a>) - Front end to ssh - <a href="./kdf/html/index.html">KDiskFree</a> (<a href="http://utils.kde.org/projects/kdf">Homepage</a>) - like 'df', a graphical free disk space viewer - <a href="./kfloppy/html/index.html">KFloppy</a> --- trunk/KDE/kdeutils/README #1067535:1067536 @@ -24,9 +24,6 @@ * kcharselect select special characters from any fonts and put them into the clipboard -* kdessh - front end to ssh - * kdf like 'df', a graphical free disk space viewer _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
