diff options
author | Chris Toshok <toshok@ximian.com> | 2001-10-12 04:13:23 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-10-12 04:13:23 +0800 |
commit | 7d7fcc9aeab955c44a4481f51ca485a4db4a699f (patch) | |
tree | 19f4825b5ec954d45560086810ee8e212bb711b1 /e-util/ChangeLog | |
parent | 79eb7606866d18276656fdc60521f0ef6589624d (diff) | |
download | gsoc2013-evolution-7d7fcc9aeab955c44a4481f51ca485a4db4a699f.tar.gz gsoc2013-evolution-7d7fcc9aeab955c44a4481f51ca485a4db4a699f.tar.zst gsoc2013-evolution-7d7fcc9aeab955c44a4481f51ca485a4db4a699f.zip |
open the bonobo config db for our passwords. (e_passwords_shutdown): sync
2001-10-11 Chris Toshok <toshok@ximian.com>
* e-passwords.c (e_passwords_init): open the bonobo config db for
our passwords.
(e_passwords_shutdown): sync and unref the bonobo db, and clear
out the per session hash.
(e_passwords_forget_passwords): remove the bonobo config db
/Passwords path, and free up the session hash (but don't destroy
it).
(e_passwords_remember_password): remove the key/value from the
session hash, after inserting it into the bonobo db.
(e_passwords_get_password): look up a session password for the
uri, and if it's not there, consult the bonobo db.
(e_passwords_ask_password): quiet gcc's warnings, and only consult
the toggle button state if we actaully created it.
svn path=/trunk/; revision=13598
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 51e721c76e..e8f6705dd1 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,19 @@ +2001-10-11 Chris Toshok <toshok@ximian.com> + + * e-passwords.c (e_passwords_init): open the bonobo config db for + our passwords. + (e_passwords_shutdown): sync and unref the bonobo db, and clear + out the per session hash. + (e_passwords_forget_passwords): remove the bonobo config db + /Passwords path, and free up the session hash (but don't destroy + it). + (e_passwords_remember_password): remove the key/value from the + session hash, after inserting it into the bonobo db. + (e_passwords_get_password): look up a session password for the + uri, and if it's not there, consult the bonobo db. + (e_passwords_ask_password): quiet gcc's warnings, and only consult + the toggle button state if we actaully created it. + 2001-10-09 Rodrigo Moya <rodrigo@ximian.com> * e-url.c (e_uri_to_string): don't add the host if it's null |