~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
Gnome Keyring is made up of several distinct parts working on concert with 
15
15
each other. These parts generally live in different directories:
16
16
 
17
 
common
18
 
   Deprecated. This code will shortly live elsewhere. Daemon code will be moved 
19
 
   into daemon/ some code may move into egg/ etc...
20
 
   
21
17
daemon 
22
18
   The main daemon startup code and gnome-keyring password protocol operations. 
23
 
   
24
 
daemon/keyrings
25
 
   Code that manages the user's password keyrings 
26
 
 
27
 
daemon/pk
28
 
   Old code, disappearing presently, not in use. 
29
19
 
30
20
daemon/pkcs11
31
21
   The various hooks that connect the PKCS#11 modules and code into the daemon.
43
33
gp11
44
34
   A public library for accessing PKCS#11 modules. 
45
35
 
46
 
library
47
 
   The gnome-keyring library for accessing passwords and secrets. 
48
 
 
49
36
pam 
50
37
   The PAM module that unlocks the login keyring when the user logs in.
51
38