KDE Utils/kwallet: Difference between revisions
(→Work) |
No edit summary |
||
Line 35: | Line 35: | ||
* [[KDE_Utils/kwallet/FeaturePlan42|KDE 4.2 feature plan]] | * [[KDE_Utils/kwallet/FeaturePlan42|KDE 4.2 feature plan]] | ||
* [[KDE_Utils/kwallet/Benchmark|KWallet encryption benchmark]] | * [[KDE_Utils/kwallet/Benchmark|KWallet encryption benchmark]] | ||
== Bugs == | |||
* [[http://bugs.kde.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&product=kwalletmanager&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&bug_id=&votes=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&order=Reuse+same+sort+as+last+time&cmdtype=doit&newqueryname=&namedcmd=kwalletmanager Open bugs in kwalletmanager]] | |||
* [[http://bugs.kde.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&product=kdelibs&component=kwallet&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&bug_id=&votes=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&order=Reuse+same+sort+as+last+time&cmdtype=doit&newqueryname=&namedcmd=kwalletmanager Open bugs in kdelibs/kwallet]] | |||
== External references == | == External references == | ||
* http://www.staikos.net/~staikos/papers/2003 | * http://www.staikos.net/~staikos/papers/2003 |
Revision as of 15:12, 14 June 2008
Structure
kwallet is actually not a single program but consists of several parts scattered across all of the kde modules.
part | svn | purpose | important classes |
---|---|---|---|
Backend | kdelibs/kwallet | reading/writing kwl files and encryption | KWallet::Backend, KWallet::Entry |
UI components | kdelibs/kdeui/util | provides the client API for kwallet, mostly dbus client stubs | KWallet::Wallet |
kwalletd | kdelibs/kio/misc/kwalletd | the actual kwalletd, currently a module to kded accepting client requests using dbus. This part also has some GUI eg. for authenticating a user. | KWalletD, KWalletWizard, KTimeout |
kwalletmanager | kdeutils/kwallet | The application the user uses for managing the wallets and the password entries. | none |