Projects/Utils/kwallet: Difference between revisions

    From KDE TechBase
    No edit summary
    (Replaced content with "{{ Moved To Community | KDE Utils }}")
     
    (11 intermediate revisions by 5 users not shown)
    Line 1: Line 1:
    == Structure ==
    {{ Moved To Community | KDE Utils }}
     
    kwallet is actually not a single program but consists of several parts scattered across all of the kde modules.
     
    {| class="wikitable"
    |-
    ! part
    ! svn
    ! purpose
    ! important classes
    |-
    | Backend
    | [http://websvn.kde.org/trunk/KDE/kdelibs/kwallet kdelibs/kwallet]
    | reading/writing kwl files and encryption
    | KWallet::Backend, KWallet::Entry
    |-
    | UI components
    | [http://websvn.kde.org/trunk/KDE/kdelibs/kdeui/util kdelibs/kdeui/util]
    | provides the client API for kwallet, mostly dbus client stubs
    | KWallet::Wallet
    |-
    | kwalletd
    | [http://websvn.kde.org/trunk/KDE/kdelibs/kio/misc/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
    | [http://websvn.kde.org/trunk/KDE/kdeutils/kwallet kdeutils/kwallet]
    | The application the user uses for managing the wallets and the password entries.
    | none
    |}
     
    == Work ==
     
    * [[/Projects/Utils/kwallet/FeaturePlan42|KDE 4.2 feature plan]]
     
    == External references ==
     
    * http://www.staikos.net/~staikos/papers/2003

    Latest revision as of 10:33, 15 April 2016

    This page is now on the community wiki.