From 16419940747f03ae8abca3fad025c95f382bc79b Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 12 Oct 2001 22:19:34 +0000 Subject: new parameter to e_passwords_init, and add prototype for 2001-10-12 Chris Toshok * 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/. (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 --- e-util/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'e-util/ChangeLog') 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 + + * 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/. + (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 * e-passwords.h: change prototype for e_passwords_get_password. -- cgit v1.2.3