diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-02 02:15:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-02 02:15:23 +0800 |
commit | e2fda906bce1694163eef6b8c42da0ae96bf4ac0 (patch) | |
tree | 311d945ddde6777e8fe6596f7f22bff17cedbfa1 /camel/ChangeLog | |
parent | 4523f15ef3c49020c629a31ce1f22b1c0faae1c9 (diff) | |
download | gsoc2013-evolution-e2fda906bce1694163eef6b8c42da0ae96bf4ac0.tar.gz 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/ChangeLog | 4 |
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> |