From d042f921a732a36cdc9fa29db02e3ac9f4c2a764 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 27 Jan 2003 04:34:09 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 232 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) diff --git a/ChangeLog b/ChangeLog index ff504cd..ac352d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,235 @@ +2003-01-27 05:31 Simon Josefsson + + * doc/Makefile.am: + + Don't try to build gsasl.txt. + +2003-01-27 05:15 Simon Josefsson + + * NEWS, configure.ac: + + Release 0.0.5. + +2003-01-27 05:00 Simon Josefsson + + * doc/gsasl.texi: + + Add Invoking gsasl. + +2003-01-27 04:35 Simon Josefsson + + * src/gsasl.c: + + Incomplete but working --imap and --connect support. + +2003-01-27 04:34 Simon Josefsson + + * src/internal.h: + + Include more (for select and friends). + +2003-01-27 04:34 Simon Josefsson + + * configure.ac: + + Remove gnet. Don't check for libntlm, libgcrypt if disabled. Check + errno. + +2003-01-27 03:47 Simon Josefsson + + * lib/gssapi.c: + + Fix return value of last step in client. + +2003-01-27 03:28 Simon Josefsson + + * lib/digest-md5.c: + + Fix encode/decode. + +2003-01-26 01:46 Simon Josefsson + + * configure.ac: + + Look for libgnet. + +2003-01-25 17:40 Simon Josefsson + + * doc/gsasl.texi: + + Add libgcrypt secure memory. + +2003-01-25 17:26 Simon Josefsson + + * lib/: cram-md5.c, digest-md5.c: + + Fix libgcrypt initialization. + +2003-01-23 15:08 Simon Josefsson + + * lib/digest-md5.c: + + (_gsasl_digest_md5_server_encode): Don't check output buffer size + when output buffer is NULL. Reported by Sergey Poznyakoff + . + +2003-01-21 00:15 Simon Josefsson + + * po/: libgsasl.pot, sv.po: + + Update. + +2003-01-20 23:42 Simon Josefsson + + * NEWS: + + Fix. + +2003-01-20 23:32 Simon Josefsson + + * doc/gsasl.texi: + + Fix acks. + +2003-01-20 23:30 Simon Josefsson + + * doc/Makefile.am: + + Use automake's ps and pdf targets. Remove gsasl.txt target. + +2003-01-20 23:18 Simon Josefsson + + * doc/reference/tmpl/gsasl.sgml, README-alpha: + + Fix. + +2003-01-20 23:12 Simon Josefsson + + * doc/reference/tmpl/gsasl.sgml: + + Add. + +2003-01-20 23:09 Simon Josefsson + + * doc/reference/gsasl-docs.sgml: + + Add. + +2003-01-15 18:15 Simon Josefsson + + * NEWS: + + Add. + +2003-01-15 18:14 Simon Josefsson + + * doc/reference/Makefile.am: + + Add uninstall target. Make distcheck fail gracefully. + +2003-01-15 18:14 Simon Josefsson + + * configure.ac: + + Typos. + +2003-01-15 18:14 Simon Josefsson + + * Makefile.am: + + Distcheck doesn't work with GTK-DOC. + +2003-01-15 16:19 Simon Josefsson + + * Makefile.am: + + Fix distcheck for ChangeLog. + +2003-01-15 16:18 Simon Josefsson + + * Makefile.am, configure.ac, lib/Makefile.am, src/Makefile.am: + + Use libidn instead of libstringprep. + +2003-01-15 16:17 Simon Josefsson + + * README: + + Fix URL. + +2003-01-15 16:17 Simon Josefsson + + * doc/gsasl.texi: + + Fix typos. + +2003-01-15 16:17 Simon Josefsson + + * doc/gdoc: + + Fix -texinfo. + +2003-01-15 14:51 Simon Josefsson + + * AUTHORS: + + Fix. + +2003-01-15 14:40 Simon Josefsson + + * lib/: version.c, error.c: + + Doc fix. + +2002-12-15 19:31 Simon Josefsson + + * ANNOUNCE: + + Fix. + +2002-12-14 19:39 Simon Josefsson + + * configure.ac, lib/anonymous.c, lib/anonymous.h, lib/callback.c, + lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, + lib/external.c, lib/external.h, lib/gsasl.h.in, lib/gssapi.c, + lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h, + lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, + lib/version.c, lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, + lib/xfinish.c, lib/xstart.c, lib/xstep.c: + + GTK-DOC fixes. + +2002-12-14 19:21 Simon Josefsson + + * doc/: Makefile.am, reference/Makefile.am, + reference/gsasl-docs.sgml, reference/gsasl.types: + + Add GTK-DOC generated manual. + +2002-12-14 07:48 Simon Josefsson + + * Makefile.am: + + Make sure ChangeLog is regenerated. + +2002-12-13 13:52 Simon Josefsson + + * src/gsasl.c: + + Fix. + +2002-12-13 13:46 Simon Josefsson + + * ANNOUNCE, Makefile.am, README: + + GNU fixes. + +2002-12-13 13:38 Simon Josefsson + + * NEWS, configure.ac, doc/gsasl.texi: + + More GNU changes. + 2002-12-13 10:38 Simon Josefsson * NEWS, configure.ac: -- 2.11.4.GIT