diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-12-06 16:43:37 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-12-06 16:43:37 +0800 |
commit | b7c92420df7adf6790ca426475fd45fa4e86782d (patch) | |
tree | c41cb7ee57f65760f1acf88ea52a63660470fa41 /addressbook/ChangeLog | |
parent | 3428da057a17b9e8f28f5e04a028dd5536aa5ec0 (diff) | |
download | gsoc2013-evolution-b7c92420df7adf6790ca426475fd45fa4e86782d.tar.gz gsoc2013-evolution-b7c92420df7adf6790ca426475fd45fa4e86782d.tar.zst gsoc2013-evolution-b7c92420df7adf6790ca426475fd45fa4e86782d.zip |
Authenticate by reading the store-password for calendars that has "auth"
* conduits/addressbook-conduit.c: (pre_sync):
Authenticate by reading the store-password for calendars that has
"auth" property set.
* conduits/addressbook-conduit.c: (addressbook_authenticate):
Implement authentication using e-passwords.
svn path=/trunk/; revision=30730
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 58f7a0b3b5..42c2ec1432 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2005-12-06 Veerapuram Varadhan <vvaradhan@novell.com> + + * conduits/addressbook-conduit.c: (pre_sync): + Authenticate by reading the store-password for calendars that has + "auth" property set. + * conduits/addressbook-conduit.c: (addressbook_authenticate): + Implement authentication using e-passwords. + 2005-11-26 Tor Lillqvist <tml@novell.com> * gui/contact-editor/e-contact-editor.c |