diff options
Diffstat (limited to 'common/ChangeLog')
-rw-r--r-- | common/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 3ce80cb1a..3b7506492 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,14 @@ +2011-01-20 Werner Koch <[email protected]> + + * util.h (struct b64state): Add field LASTERR. + * b64enc.c (enc_start, b64enc_write, b64enc_finish): Handle + LASTERR. This is to make sure that we don't leak strduped data. + * b64dec.c (b64dec_start, b64dec_proc, b64dec_finish): Ditto. + + * http.c (escape_data): New. + (insert_escapes): Implement using escape_data. + (http_escape_data): New. + 2011-01-18 Werner Koch <[email protected]> * iobuf.c (file_es_filter_ctx_t): New. |