summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-12-08 09:08:44 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-12-08 09:08:44 +0000
commit1dfe455b41fc35e8f5702cb1a8b2e6af5e65270d (patch)
tree5cb13e12e9ea46770017faea866fb476662bb325
parentfbfea1ed0406ff248c092cd220ed3d971119c259 (diff)
downloadgnome-keyring-1dfe455b41fc35e8f5702cb1a8b2e6af5e65270d.tar.gz
Some text for the 0.1 releaseGNOME_KEYRING_0_1
2003-12-08 Alexander Larsson <alexl@redhat.com> * AUTHORS: * TODO: * README: * NEWS: Some text for the 0.1 release
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog8
-rw-r--r--NEWS2
-rw-r--r--README15
-rw-r--r--TODO2
5 files changed, 27 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index e69de29b..05b6acf8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Main author:
+Alexander Larsson <alexl@redhat.com>
diff --git a/ChangeLog b/ChangeLog
index d2daf14c..56a869a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-12-08 Alexander Larsson <alexl@redhat.com>
+
+ * AUTHORS:
+ * TODO:
+ * README:
+ * NEWS:
+ Some text for the 0.1 release
+
2003-12-06 Alexander Larsson <alexl@redhat.com>
* gnome-keyring-daemon.c: (close_stdinout), (main):
diff --git a/NEWS b/NEWS
index e69de29b..75489e30 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,2 @@
+This is the initial release of gnome-keyring.
+It hasn't had much public testing yet, please try it out.
diff --git a/README b/README
index e69de29b..759b4444 100644
--- a/README
+++ b/README
@@ -0,0 +1,15 @@
+gnome-keyring is a program that keep password and other secrets for
+users. It is run as a damon in the session, similar to ssh-agent, and
+other applications can locate it by an environment variable.
+
+The program can manage several keyrings, each with its own master
+password, and there is also a session keyring which is never stored to
+disk, but forgotten when the session ends.
+
+The library libgnome-keyring is used by applications to integrate with
+the gnome keyring system. However, at this point the library hasn't been
+tested and used enought to consider the API to be publically
+exposed. Therefore use of libgnome-keyring is at the moment limited to
+internal use in the gnome desktop. However, we hope that the
+gnome-keyring API will turn out useful and good, so that later it
+can be made public for any application to use.
diff --git a/TODO b/TODO
index dccfa4d7..b132aab9 100644
--- a/TODO
+++ b/TODO
@@ -6,8 +6,6 @@ set daemon chmod a-r or similar (pctrl)
keyring acls?
-double fork in main
-
keep track of denied_keyrings in ask to avoid asking multiple times
make ask UI nicer