[Pkg-kde-bugs-fwd] [Bug 92898] kwallet integration in krdc

Jaison Lee 92898@bugs.kde.org
4 Jul 2005 01:25:27 -0000


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=92898         
lee.jaison gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From lee.jaison gmail com  2005-07-04 03:25 -------
SVN commit 431349 by jlee:

FEATURE: 92898
KRDC now has KWallet support. Both VNC and RDP are supported, although
RDP is a little rudimentary since it's just a frontend. KWallet usage
can be toggled per host. Password files and URL passwords are still
supported, and serve as alternatives to KWallet. RDP now makes use of
the standard password dialog if using KWallet. 




 M  +1 -1      Makefile.am  
 M  +10 -0     events.h  
 M  +13 -1     main.cpp  
 M  +4 -0      preferencesdialog.cpp  
 M  +52 -1     rdp/krdpview.cpp  
 M  +16 -2     rdp/rdphostpref.cpp  
 M  +3 -0      rdp/rdphostpref.h  
 M  +16 -0     rdp/rdpprefs.ui  
 M  +9 -0      rdp/rdpprefs.ui.h  
 M  +1 -1      vnc/Makefile.am  
 M  +89 -8     vnc/kvncview.cpp  
 M  +16 -2     vnc/vnchostpref.cpp  
 M  +3 -0      vnc/vnchostpref.h  
 M  +16 -0     vnc/vncprefs.ui  
 M  +9 -0      vnc/vncprefs.ui.h