From cd53523ae6adc035e3d03a425a3daed81d32d401 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Fri, 18 May 2007 19:47:51 +0000 Subject: Pass make distcheck Add myself as an author Update info files about * tests/Makefile.am: * Makefile.am: Pass make distcheck * AUTHORS: Add myself as an author * HACKING: Update info files about gnome-keyring svn path=/trunk/; revision=611 --- HACKING | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 HACKING (limited to 'HACKING') diff --git a/HACKING b/HACKING new file mode 100644 index 00000000..6cfc18c6 --- /dev/null +++ b/HACKING @@ -0,0 +1,27 @@ + +HACKING GNOME KEYRING + +Patches should be submitted to bugzilla: +http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring + +Gnome Keyring is made up of several distinct parts working on concert with +each other. These parts generally live in different directories: + +cryptoki + The PKCS#11 provider code + +daemon + The main daemon startup code and gnome-keyring password protocol operations. + +keyrings + Code that manages the user's password keyrings + +library + The gnome-keyring library for accessing passwords and secrets. + +tests + Test tools and unit tests. + +ui + Prompting the user, asking for passwords. + -- cgit v1.2.1