# # ChangeLog for lib/base64.c # # Generated by Trac 1.2.3 # 2024-04-27T11:36:00Z Mon, 24 Nov 2014 05:16:09 GMT dequis [b38d399] * lib/base64.c (modified) * lib/base64.h (modified) * lib/oauth.c (modified) * protocols/yahoo/libyahoo2.c (modified) Use glib functions for base64 decoding/encoding This fixes several ... Sun, 16 Mar 2008 15:28:37 GMT Wilmer van der Gaast [50d26f3] * lib/base64.c (modified) Fixed base64_decode() to not barf on corrupted Base64 strings. Sat, 07 Jul 2007 17:19:28 GMT Jelmer Vernooij [3b6eadc] * lib/base64.c (modified) * lib/base64.h (modified) * lib/rc4.c (modified) * lib/rc4.h (modified) * protocols/jabber/sasl.c (modified) * storage_xml.c (modified) Fix some warnings in storage.c. Sun, 25 Jun 2006 14:07:01 GMT Wilmer van der Gaast [7ed3199] * lib/Makefile (modified) * lib/base64.c (added) * lib/base64.h (added) * lib/misc.c (modified) * lib/misc.h (modified) * lib/proxy.c (modified) * lib/rc4.c (modified) * lib/rc4.h (modified) * protocols/yahoo/libyahoo2.c (modified) Moved Base64-related functions to a separate file and added decode ...