aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-05 04:36:10 +0800
committerChris Toshok <toshok@src.gnome.org>2000-10-05 04:36:10 +0800
commitaedfd03572bcbb2183b6bac4b429cc245aea45f1 (patch)
treeba0573dd720e5992a8486fe30893083ebf8a08c1 /camel/ChangeLog
parent032dceebc5eb1bb8ca07141a54d83c765f28d3b6 (diff)
downloadgsoc2013-evolution-aedfd03572bcbb2183b6bac4b429cc245aea45f1.tar
gsoc2013-evolution-aedfd03572bcbb2183b6bac4b429cc245aea45f1.tar.gz
gsoc2013-evolution-aedfd03572bcbb2183b6bac4b429cc245aea45f1.tar.bz2
gsoc2013-evolution-aedfd03572bcbb2183b6bac4b429cc245aea45f1.tar.lz
gsoc2013-evolution-aedfd03572bcbb2183b6bac4b429cc245aea45f1.tar.xz
gsoc2013-evolution-aedfd03572bcbb2183b6bac4b429cc245aea45f1.tar.zst
gsoc2013-evolution-aedfd03572bcbb2183b6bac4b429cc245aea45f1.zip
borrow some code from the imap provider to query the user for their
2000-10-04 Chris Toshok <toshok@helixcode.com> * providers/nntp/camel-nntp-auth.c (camel_nntp_auth_authenticate): borrow some code from the imap provider to query the user for their password, and pass the user/passwd to nntp. be extra paranoid and zero out the password before freeing it. * providers/nntp/camel-nntp-store.c (camel_nntp_store_init): add ALLOW_USER/ALLOW_PASSWORD/ALLOW_AUTH to the url flags. (nntp_store_query_auth_types_generic): return our list of auth_types. (nntp_store_query_auth_types_connected): broken, return same as in query_auth_types_generic. svn path=/trunk/; revision=5716
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e04372d09e..3a2b1113ea 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,17 @@
+2000-10-04 Chris Toshok <toshok@helixcode.com>
+
+ * providers/nntp/camel-nntp-auth.c (camel_nntp_auth_authenticate):
+ borrow some code from the imap provider to query the user for
+ their password, and pass the user/passwd to nntp. be extra
+ paranoid and zero out the password before freeing it.
+
+ * providers/nntp/camel-nntp-store.c (camel_nntp_store_init): add
+ ALLOW_USER/ALLOW_PASSWORD/ALLOW_AUTH to the url flags.
+ (nntp_store_query_auth_types_generic): return our list of
+ auth_types.
+ (nntp_store_query_auth_types_connected): broken, return same as in
+ query_auth_types_generic.
+
2000-10-04 Dan Winship <danw@helixcode.com>
* providers/imap/camel-imap-store.c (imap_connect): IMAP4