diff options
author | Chris Toshok <toshok@ximian.com> | 2001-10-13 06:19:34 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-10-13 06:19:34 +0800 |
commit | 16419940747f03ae8abca3fad025c95f382bc79b (patch) | |
tree | 7182f0ca6413f0e6ff797341fe88650f1da7cc46 /e-util/ChangeLog | |
parent | 74d8c78022be3b37edb80876e8a21aed3323a0af (diff) | |
download | gsoc2013-evolution-16419940747f03ae8abca3fad025c95f382bc79b.tar.gz gsoc2013-evolution-16419940747f03ae8abca3fad025c95f382bc79b.tar.zst gsoc2013-evolution-16419940747f03ae8abca3fad025c95f382bc79b.zip |
new parameter to e_passwords_init, and add prototype for
2001-10-12 Chris Toshok <toshok@ximian.com>
* e-passwords.h: new parameter to e_passwords_init, and add
prototype for e_passwords_clear_component_passwords.
* e-passwords.c (e_passwords_init): copy off the component name.
(e_passwords_shutdown): free/NULL the component name.
(e_passwords_clear_component_passwords): new function. remove the
subtree rooted at /Passwords/<ComponentName>.
(e_passwords_remember_password): use component_name when building
up the path.
(e_passwords_get_password): same.
(e_passwords_add_password): remove/free the currently stored
session password for this key if there is one, before adding the
new one.
svn path=/trunk/; revision=13637
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index b4920d4719..fed6610258 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,19 @@ +2001-10-12 Chris Toshok <toshok@ximian.com> + + * e-passwords.h: new parameter to e_passwords_init, and add + prototype for e_passwords_clear_component_passwords. + + * e-passwords.c (e_passwords_init): copy off the component name. + (e_passwords_shutdown): free/NULL the component name. + (e_passwords_clear_component_passwords): new function. remove the + subtree rooted at /Passwords/<ComponentName>. + (e_passwords_remember_password): use component_name when building + up the path. + (e_passwords_get_password): same. + (e_passwords_add_password): remove/free the currently stored + session password for this key if there is one, before adding the + new one. + 2001-10-11 Chris Toshok <toshok@ximian.com> * e-passwords.h: change prototype for e_passwords_get_password. |