aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-02 02:15:23 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-02 02:15:23 +0800
commite2fda906bce1694163eef6b8c42da0ae96bf4ac0 (patch)
tree311d945ddde6777e8fe6596f7f22bff17cedbfa1 /camel/ChangeLog
parent4523f15ef3c49020c629a31ce1f22b1c0faae1c9 (diff)
downloadgsoc2013-evolution-e2fda906bce1694163eef6b8c42da0ae96bf4ac0.tar
gsoc2013-evolution-e2fda906bce1694163eef6b8c42da0ae96bf4ac0.tar.gz
gsoc2013-evolution-e2fda906bce1694163eef6b8c42da0ae96bf4ac0.tar.bz2
gsoc2013-evolution-e2fda906bce1694163eef6b8c42da0ae96bf4ac0.tar.lz
gsoc2013-evolution-e2fda906bce1694163eef6b8c42da0ae96bf4ac0.tar.xz
gsoc2013-evolution-e2fda906bce1694163eef6b8c42da0ae96bf4ac0.tar.zst
gsoc2013-evolution-e2fda906bce1694163eef6b8c42da0ae96bf4ac0.zip
Don't base64 encode the data, leave that up to the provider to do if it
2001-03-01 Jeffrey Stedfast <fejj@ximian.com> * camel-sasl-anonymous.c (anon_challenge): Don't base64 encode the data, leave that up to the provider to do if it needs to. Also save on some memory allocations and stuff. * camel-sasl-cram-md5.c (cram_md5_challenge): Same here. Also get rid of the need for the temp buf as we can just write it to the GByteArray. svn path=/trunk/; revision=8456
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index a4ee3f173b..c92aa7d66b 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -4,7 +4,9 @@
data, leave that up to the provider to do if it needs to. Also
save on some memory allocations and stuff.
- * camel-sasl-cram-md5.c (cram_md5_challenge): Same here.
+ * camel-sasl-cram-md5.c (cram_md5_challenge): Same here. Also get
+ rid of the need for the temp buf as we can just write it to the
+ GByteArray.
2001-03-02 Not Zed <NotZed@Ximian.com>