gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, master, updated. gsasl-1-6-0-54-g57eb9dc


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-6-0-54-g57eb9dc
Date: Thu, 09 Feb 2012 13:55:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=57eb9dcaeddfc2885674761a025e10869a30088a

The branch, master has been updated
       via  57eb9dcaeddfc2885674761a025e10869a30088a (commit)
       via  88dead1cc902176b86160ddb286b293da0c4d813 (commit)
       via  f1c3bffa7b5721e3f3696f8660466e49a9dc3567 (commit)
       via  4602c5f1962620cf9320eea2beac6b5426469413 (commit)
       via  1fd7433d85455fe01d098ae456809ca2b13d8531 (commit)
       via  4cf76bae338ee597e45e51df3316366218d03995 (commit)
       via  6dc8c9290869bb4ee3887f6332114b80424fa8df (commit)
       via  1bba4c1bdc5a9d4fa84e5e6365627ad14fd97c88 (commit)
       via  28b628fc88ccba9d6f93f9d6daabb25e365421f7 (commit)
       via  0c741728ddc300a9d0307d1356a25a12082b4f98 (commit)
      from  eb580aae981e116b9ddba4dffb330ada3d3633e3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 57eb9dcaeddfc2885674761a025e10869a30088a
Author: Simon Josefsson <address@hidden>
Date:   Thu Feb 9 14:55:22 2012 +0100

    Update gnulib files.

commit 88dead1cc902176b86160ddb286b293da0c4d813
Author: Simon Josefsson <address@hidden>
Date:   Thu Feb 9 14:52:51 2012 +0100

    Disable memory leak checking for now.

commit f1c3bffa7b5721e3f3696f8660466e49a9dc3567
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 8 13:00:07 2012 +0100

    Remove obsolete files.

commit 4602c5f1962620cf9320eea2beac6b5426469413
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 8 12:50:35 2012 +0100

    Disable GSS-API for self-testing (memory leaks).

commit 1fd7433d85455fe01d098ae456809ca2b13d8531
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 8 12:50:02 2012 +0100

    Doc fix.

commit 4cf76bae338ee597e45e51df3316366218d03995
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 8 10:11:38 2012 +0100

    Improve release targets.

commit 6dc8c9290869bb4ee3887f6332114b80424fa8df
Author: Simon Josefsson <address@hidden>
Date:   Tue Feb 7 20:08:52 2012 +0100

    Add gtk-doc rules.

commit 1bba4c1bdc5a9d4fa84e5e6365627ad14fd97c88
Author: Simon Josefsson <address@hidden>
Date:   Tue Feb 7 16:23:33 2012 +0100

    Add clang rules.

commit 28b628fc88ccba9d6f93f9d6daabb25e365421f7
Author: Simon Josefsson <address@hidden>
Date:   Tue Feb 7 16:22:39 2012 +0100

    Fix coverage rules.

commit 0c741728ddc300a9d0307d1356a25a12082b4f98
Author: Simon Josefsson <address@hidden>
Date:   Tue Feb 7 15:01:51 2012 +0100

    Use getpass-gnu instead of getpass to get a working getpass everywhere.
    
    Solves problem on Mac OS X reported by Wim Lewis <address@hidden>.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                              |   23 +
 ChangeLog                               |16977 -------------------------------
 Makefile.am                             |    3 +-
 NEWS                                    |    3 +
 THANKS                                  |    1 +
 cfg.mk                                  |  157 +-
 gl/Makefile.am                          |   24 +-
 gl/m4/gnulib-cache.m4                   |    4 +-
 gl/m4/gnulib-comp.m4                    |   27 +-
 gl/m4/strdup.m4                         |   36 -
 gl/m4/valgrind-tests.m4                 |    2 +-
 gl/override/m4/valgrind-tests.m4.diff   |   11 +
 gl/strdup.c                             |   55 -
 gltests/Makefile.am                     |    9 +
 {gl => gltests}/malloc.c                |    0
 lib/ChangeLog                           |16973 ------------------------------
 lib/cfg.mk                              |   26 +-
 lib/configure.ac                        |    2 +-
 lib/gl/build-aux/config.rpath           |  672 --
 lib/gl/build-aux/link-warning.h         |   28 -
 lib/gl/build-aux/useless-if-before-free |  206 -
 lib/gl/build-aux/vc-list-files          |  116 -
 lib/maint.mk                            |    4 +-
 maint.mk                                |    4 +-
 windows/gsasl4win.mk                    |    4 -
 25 files changed, 198 insertions(+), 35169 deletions(-)
 delete mode 100644 ChangeLog
 delete mode 100644 gl/m4/strdup.m4
 create mode 100644 gl/override/m4/valgrind-tests.m4.diff
 delete mode 100644 gl/strdup.c
 rename {gl => gltests}/malloc.c (100%)
 delete mode 100644 lib/ChangeLog
 delete mode 100755 lib/gl/build-aux/config.rpath
 delete mode 100644 lib/gl/build-aux/link-warning.h
 delete mode 100755 lib/gl/build-aux/useless-if-before-free
 delete mode 100755 lib/gl/build-aux/vc-list-files

diff --git a/.gitignore b/.gitignore
index 9fcb755..830b7ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 *~
 ABOUT-NLS
+ChangeLog
 INSTALL
 Makefile
 Makefile.in
@@ -68,11 +69,13 @@ doc/reference/html/
 doc/reference/pdf-build.stamp
 doc/reference/pdf.stamp
 doc/reference/scan-build.stamp
+doc/reference/setup-build.stamp
 doc/reference/sgml-build.stamp
 doc/reference/sgml.stamp
 doc/reference/tmpl-build.stamp
 doc/reference/tmpl.stamp
 doc/reference/tmpl/
+doc/reference/version.xml
 doc/reference/xml/
 doc/stamp-vti
 doc/texi/
@@ -129,6 +132,13 @@ gl/fseek.lo
 gl/fseek.o
 gl/fseeko.lo
 gl/fseeko.o
+gl/getopt.h
+gl/getopt.lo
+gl/getopt.o
+gl/getopt1.lo
+gl/getopt1.o
+gl/getpass.lo
+gl/getpass.o
 gl/iconv.h
 gl/iconv_open-aix.h
 gl/iconv_open-hpux.h
@@ -154,8 +164,10 @@ gl/readline.lo
 gl/readline.o
 gl/ref-add.sed
 gl/ref-del.sed
+gl/signal.h
 gl/sockets.lo
 gl/sockets.o
+gl/stdalign.h
 gl/stdio.h
 gl/stdlib.h
 gl/strerror.lo
@@ -164,6 +176,7 @@ gl/striconv.lo
 gl/striconv.o
 gl/string.h
 gl/sys/
+gl/time.h
 gl/unistd.h
 gl/unistr.h
 gl/unistr/.deps/
@@ -411,6 +424,7 @@ gltests/version-etc-fsf.o
 gltests/warn-on-use.h
 gsasl-*.tar.gz
 lib/ABOUT-NLS
+lib/ChangeLog
 lib/INSTALL
 lib/Makefile
 lib/Makefile.in
@@ -517,7 +531,13 @@ lib/gl/gc-pbkdf2-sha1.lo
 lib/gl/gc-pbkdf2-sha1.o
 lib/gl/gss-extra.lo
 lib/gl/gss-extra.o
+lib/gl/hmac-md5.lo
+lib/gl/hmac-md5.o
+lib/gl/hmac-sha1.lo
+lib/gl/hmac-sha1.o
 lib/gl/libgl.la
+lib/gl/md5.lo
+lib/gl/md5.o
 lib/gl/memmem.lo
 lib/gl/memmem.o
 lib/gl/memxor.lo
@@ -526,6 +546,9 @@ lib/gl/printf-args.lo
 lib/gl/printf-args.o
 lib/gl/printf-parse.lo
 lib/gl/printf-parse.o
+lib/gl/sha1.lo
+lib/gl/sha1.o
+lib/gl/stdalign.h
 lib/gl/stdio.h
 lib/gl/stdlib.h
 lib/gl/string.h
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 727d2d2..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,16977 +0,0 @@
-2010-12-14  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-12-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.6.0.
-
-2010-12-14  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.5.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Silence.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Fix indentation.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Don't indent examples, formatting needed for texinfo
-       manual.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * .x-sc_bindtextdomain: Add.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/gsasl.texi, src/callbacks.c, src/gsasl.ggo: gsasl: Add
-       --no-cb command line parameter.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/gettext.h, gl/iconv.in.h,
-       gl/intprops.h, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
-       gl/m4/dup2.m4, gl/m4/fcntl-o.m4, gl/m4/getdelim.m4,
-       gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4,
-       gl/m4/glibc21.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4,
-       gl/m4/open.m4, gl/m4/poll.m4, gl/m4/printf.m4, gl/m4/putenv.m4,
-       gl/m4/readline.m4, gl/m4/setenv.m4, gl/m4/stat.m4, gl/m4/stdint.m4,
-       gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4,
-       gl/m4/wchar_h.m4, gl/mbrtowc.c, gl/printf-parse.c,
-       gl/printf-parse.h, gl/stdint.in.h, gl/striconv.c, gl/string.in.h,
-       gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h,
-       gl/xmalloc.c, gltests/fcntl.in.h, gltests/test-getopt.h,
-       gltests/test-iconv-h.c, lib/build-aux/gendocs.sh,
-       lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/alloca.m4,
-       lib/gl/m4/fcntl-o.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/intdiv0.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4,
-       lib/gl/m4/mmap-anon.m4, lib/gl/m4/printf.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/wchar_h.m4, lib/gl/printf-parse.c, lib/gl/printf-parse.h,
-       lib/gl/stdint.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/intprops.h,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix crash for non-TLS.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix bashism.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Copy GTK-DOC PDF too.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.4.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/scram/server.c: SCRAM: Fix memory leaks.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * tests/scramplus.c: Remove debug code.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/arpa_inet.in.h, gl/errno.in.h,
-       gl/float+.h, gl/float.in.h, gl/getopt.in.h, gl/iconv.in.h,
-       gl/inet_ntop.c, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/include_next.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4,
-       gl/m4/locale-zh.m4, gl/m4/poll.m4, gl/m4/poll_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_wait_h.m4,
-       gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h,
-       gl/printf-parse.c, gl/printf-parse.h, gl/stdarg.in.h,
-       gl/stddef.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h,
-       gl/strerror.c, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/sys_wait.in.h,
-       gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h,
-       gl/xalloc.h, gltests/Makefile.am, gltests/fcntl.in.h,
-       gltests/ignore-value.h, gltests/init.sh, gltests/malloca.c,
-       gltests/sys_ioctl.in.h, gltests/sys_stat.in.h,
-       gltests/test-getopt.h, gltests/test-getopt_long.h,
-       gltests/test-poll-h.c, gltests/test-poll.c,
-       gltests/test-quotearg-simple.c, gltests/test-select-stdin.c,
-       gltests/test-select.c, gltests/test-stdlib.c,
-       gltests/test-sys_wait.c, gltests/time.in.h, lib/GNUmakefile,
-       lib/build-aux/pmccabe.css, lib/build-aux/pmccabe2html,
-       lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float+.h,
-       lib/gl/float.in.h, lib/gl/m4/errno_h.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/include_next.m4, lib/gl/m4/memmem.m4,
-       lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/sys_wait_h.m4, lib/gl/m4/threadlib.m4,
-       lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stddef.in.h,
-       lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h,
-       lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/sys_wait.in.h,
-       lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/verify.h,
-       lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh,
-       lib/gltests/test-memmem.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-sys_wait.c, lib/gltests/verify.h, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Fix parsing bug.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.3.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * .gitignore, NEWS, README, configure.ac, doc/gsasl.texi,
-       doc/reference/gsasl-docs.sgml, lib/NEWS, lib/README,
-       lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/parser.c,
-       lib/scram/printer.c, lib/scram/scram.h, lib/scram/server.c,
-       lib/scram/validate.c, lib/src/error.c, lib/src/gsasl.h,
-       lib/src/init.c, lib/src/internal.h, lib/src/property.c,
-       lib/src/xfinish.c, src/callbacks.c, src/gsasl.c, src/internal.h,
-       tests/Makefile.am, tests/scram.c, tests/scramplus.c: Support
-       SCRAM-SHA-1-PLUS.  Add GSASL_CB_TLS_UNIQUE.  Use GnuTLS for
-       tls-unique CB.
-
-2010-11-13  Simon Josefsson <address@hidden>
-
-       * .gitignore: Ignore more.
-
-2010-11-13  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, tests/cram-md5.c, tests/digest-md5.c,
-       tests/errors.c, tests/external.c, tests/old-cram-md5.c,
-       tests/old-digest-md5.c, tests/old-md5file.c, tests/old-simple.c,
-       tests/scram.c, tests/simple.c, tests/utils.c: Fix compiler warnings.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typo.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.2.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Drop libgpg-error/libgcrypt stuff from KfW.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Manually initialize sockets for Windows (should be
-       fixed in gnulib..).
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve KfW instructions.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * gl/override/tests/test-environ.c.diff,
-       gl/override/tests/test-unsetenv.c.diff, gltests/test-environ.c,
-       gltests/test-unsetenv.c: Work around Wine bugs in gnulib self-tests.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/sys_wait.in.h, gltests/Makefile.am,
-       gltests/test-stdlib.c, gltests/test-sys_wait.c,
-       gltests/test-sys_wait.h, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/sys_wait.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-stdlib.c, lib/gltests/test-sys_wait.c,
-       lib/gltests/test-sys_wait.h: Update gnulib files.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix download URL.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * lib/po/nl.po.in, po/nl.po.in: Sync with TP.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/cfg.mk: Improve cfg.mk targets.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Revert "Fixup visibility.m4 after gettext import." This 
reverts commit 322be869c210175857e202e5078fafbf49ea5b61.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve KfW section.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fixup visibility.m4 after gettext import.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Print errors from poll (mostly for Windows).
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/imap.c, src/smtp.c: Avoid fixed size buffers
-       (caused problems on Windows where BUFSIZ is 512 smaller the some
-       line lengths with GS2-KRB5).
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/asprintf.c, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/vasprintf.m4, gl/vasprintf.c,
-       gltests/Makefile.am, gltests/test-vasprintf.c: Add asprintf gnulib
-       module.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.c, gltests/test-getaddrinfo.c: Update gnulib files.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/gss-extra.c,
-       lib/gl/gss-extra.h, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gss-extra.m4,
-       lib/gl/override/lib/gss-extra.c, lib/gl/override/lib/gss-extra.h,
-       lib/gl/override/m4/gss-extra.m4, lib/gl/override/modules/gss-extra,
-       lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/server.c: Move
-       GSS-API helper stuff to gss-extra module.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add 'Kerberos on Windows' section.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * .x-sc_space_tab: Fix syntax-check tests.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, NEWS, cfg.mk, doc/fdl-1.3.texi, gl/Makefile.am,
-       gl/m4/codeset.m4, gl/m4/environ.m4, gl/m4/error.m4,
-       gl/m4/fcntl-o.m4, gl/m4/float_h.m4, gl/m4/getopt.m4,
-       gl/m4/getpagesize.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/hostent.m4,
-       gl/m4/iconv.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4,
-       gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4,
-       gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
-       gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lock.m4, gl/m4/lseek.m4,
-       gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4,
-       gl/m4/nls.m4, gl/m4/open.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
-       gl/m4/printf.m4, gl/m4/progtest.m4, gl/m4/realloc.m4,
-       gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/size_max.m4,
-       gl/m4/socketlib.m4, gl/m4/sockets.m4, gl/m4/socklen.m4,
-       gl/m4/sockpfaf.m4, gl/m4/stat.m4, gl/m4/stdarg.m4,
-       gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4,
-       gl/m4/sys_wait_h.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4,
-       gl/m4/uintmax_t.m4, gl/m4/visibility.m4, gl/m4/wchar_t.m4,
-       gl/m4/wctob.m4, gl/m4/wctype_h.m4, gl/m4/wint_t.m4, gl/malloc.c,
-       gl/poll.c, gl/realloc.c, gl/select.c, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/strerror.c, gl/string.in.h, gl/sys_time.in.h,
-       gl/sys_wait.in.h, gl/unistd.in.h, gl/wctype.in.h, gl/xmalloc.c,
-       gltests/Makefile.am, gltests/fcntl.in.h, gltests/getpagesize.c,
-       gltests/init.sh, gltests/locale/fr/LC_MESSAGES/test-quotearg.po,
-       gltests/malloca.c, gltests/open.c, gltests/setenv.c,
-       gltests/test-malloca.c, gltests/test-memchr.c,
-       gltests/test-netdb.c, gltests/test-quotearg-simple.c,
-       gltests/test-quotearg.c, gltests/test-quotearg.h,
-       gltests/test-quotearg.sh, gltests/test-stdbool.c,
-       gltests/test-stddef.c, gltests/test-stdlib.c,
-       gltests/test-sys_socket.c, gltests/test-sys_wait.c,
-       gltests/test-vc-list-files-cvs.sh,
-       gltests/test-vc-list-files-git.sh, gltests/test-verify.c,
-       gltests/time.in.h, lib/GNUmakefile, lib/NEWS,
-       lib/build-aux/gendocs.sh, lib/build-aux/pmccabe2html,
-       lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/fcntl-o.m4,
-       lib/gl/m4/float_h.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intlmacosx.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-version-script.m4,
-       lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4,
-       lib/gl/m4/malloc.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4,
-       lib/gl/m4/minmax.m4, lib/gl/m4/printf-posix.m4,
-       lib/gl/m4/printf.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/stdint_h.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/sys_wait_h.m4, lib/gl/m4/threadlib.m4,
-       lib/gl/m4/visibility.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4,
-       lib/gl/realloc.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h,
-       lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/sys_wait.in.h,
-       lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh,
-       lib/gltests/test-memchr.c, lib/gltests/test-memmem.c,
-       lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c,
-       lib/gltests/test-stdlib.c, lib/gltests/test-strnlen.c,
-       lib/gltests/test-sys_wait.c, lib/gltests/test-verify.c,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2010-09-02  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gs2/Makefile.am, lib/gssapi/Makefile.am: 
-       Support MIT KfW as GSS-API library.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * NEWS, cfg.mk, doc/announce.txt, doc/gendocs_template,
-       doc/reference/Makefile.am, gl/override/doc/gendocs_template.diff,
-       gtk-doc.make, m4/gtk-doc.m4: Update GTK-DOC files to enable PDF
-       manual.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c, tests/digest-md5.c, tests/gs2-krb5.c,
-       tests/gssapi.c, tests/old-cram-md5.c, tests/old-digest-md5.c,
-       tests/old-gssapi.c, tests/scram.c: Fix error strings in self-tests.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * README, lib/README: Improve READMEs.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * configure.ac, doc/gendocs_template, gl/Makefile.am,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/valgrind-tests.m4, m4/valgrind.m4: Update gnulib files, use
-       new valgrind-tests module.
-
-2010-05-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/config.charset, gl/error.c, gl/localcharset.c,
-       gl/m4/asm-underscore.m4, gl/m4/gettext.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/intl.m4, gl/m4/po.m4, gl/m4/stdio_h.m4,
-       gl/m4/unistd_h.m4, gl/m4/wctob.m4, gl/stdio-write.c, gl/stdio.in.h,
-       gl/unistd.in.h, gl/vasnprintf.c, gl/verify.h, gl/wchar.in.h,
-       gltests/Makefile.am, gltests/init.sh, gltests/test-lseek.sh,
-       gltests/test-verify.c, gltests/test-verify.sh,
-       gltests/test-xalloc-die.sh, gltests/wctob.c,
-       lib/build-aux/c++defs.h, lib/build-aux/gendocs.sh,
-       lib/gl/Makefile.am, lib/gl/m4/asm-underscore.m4,
-       lib/gl/m4/fcntl-o.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intl.m4,
-       lib/gl/m4/po.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4,
-       lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/unistd.in.h,
-       lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/Makefile.am,
-       lib/gltests/init.sh, lib/gltests/test-verify.c,
-       lib/gltests/test-verify.sh, lib/gltests/verify.h, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: More extension checking.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
-       gl/m4/netdb_h.m4, gl/m4/unistd_h.m4, gl/netdb.in.h, gl/unistd.in.h,
-       gltests/init.sh, lib/gl/Makefile.am, lib/gl/c-ctype.c,
-       lib/gl/c-ctype.h, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-c-ctype.c, lib/maint.mk, maint.mk: Update gnulib
-       files.  Add c-ctype module, for SCRAM.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: SCRAM server: ignore extensions in
-       client-final.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Test extension parameters.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Don't ignore unexpected successes for i=16,17.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Test two failure modes with mismatching c= fields.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM server: Compare c= field in client-final
-       to match client-first.  Reported by Marc Santamaria <address@hidden>.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Check that server supports n=y.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: SCRAM server: Interop against clients that
-       supports channel bindings.  Reported by Marc Santamaria 
<address@hidden>.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM server: Interop against clients that
-       supports channel bindings.  Reported by Marc Santamaria 
<address@hidden>.
-
-2010-04-25  Simon Josefsson <address@hidden>
-
-       * gl/vasnprintf.c, gltests/Makefile.am,
-       gltests/test-vc-list-files-cvs.sh,
-       gltests/test-vc-list-files-git.sh, lib/build-aux/vc-list-files,
-       lib/gl/m4/strnlen.m4, lib/gl/vasnprintf.c,
-       lib/gltests/test-vasprintf.c, lib/maint.mk, maint.mk: Update gnulib
-       files.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.1.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/ioctl.m4, gl/m4/visibility.m4,
-       gl/override/m4/visibility.m4.diff, gltests/test-lseek.sh,
-       gltests/test-select-in.sh, lib/gl/m4/visibility.m4,
-       lib/gl/override/m4/visibility.m4.diff: Update gnulib files.
-
-2010-04-19  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.c, gl/getopt_int.h, gl/m4/netdb_h.m4,
-       gl/stdbool.in.h, gltests/setenv.c, gltests/test-stdbool.c,
-       gltests/test-stdint.c, lib/gl/stdbool.in.h,
-       lib/gltests/test-stdbool.c, lib/gltests/test-stdint.c,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2010-04-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-04-14  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, gl/m4/getopt.m4, gltests/test-getopt.h,
-       gltests/test-getopt_long.h, lib/gl/gc-libgcrypt.c: Update gnulib
-       files.
-
-2010-04-13  Simon Josefsson <address@hidden>
-
-       * lib/maint.mk, maint.mk: Update gnulib files.
-
-2010-04-12  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/mechinfo.c, lib/gs2/server.c: GS2: Fix decoding of invalid
-       data in server.  Code review fixes.
-
-2010-04-12  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-04-12  Simon Josefsson <address@hidden>
-
-       * .x-sc_prohibit_empty_lines_at_EOF, GNUmakefile, NEWS,
-       doc/cyclo/Makefile.am, doc/reference/Makefile.am, gl/Makefile.am,
-       gl/fseeko.c, gl/m4/fseeko.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/mbrtowc.m4,
-       gl/m4/mbsinit.m4, gl/m4/memchr.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/string_h.m4,
-       gl/m4/strtok_r.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4,
-       gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/stdio-impl.h,
-       gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_socket.in.h,
-       gl/sys_time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h,
-       gl/wctype.in.h, gltests/Makefile.am, gltests/init.sh,
-       gltests/ioctl.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h,
-       gltests/test-vasnprintf.c, gltests/time.in.h, lib/GNUmakefile,
-       lib/NEWS, lib/build-aux/c++defs.h, lib/build-aux/warn-on-use.h,
-       lib/gl/Makefile.am, lib/gl/m4/getpagesize.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/memchr.m4, lib/gl/m4/printf.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/strnlen.m4, lib/gl/m4/threadlib.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/stdio.in.h,
-       lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-vasnprintf.c, lib/maint.mk, maint.mk: Update gnulib
-       files and fix new syntax-check warnings.
-
-2010-03-31  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-03-31  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-03-31  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-03-31  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.0.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * m4/valgrind.m4: Sync valgrind.m4.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/strtok_r.m4, gl/strtok_r.c: Add strtok_r module, for MinGW and
-       readnz.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-common.m4, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strnlen.m4, lib/gl/strnlen.c,
-       lib/maint.mk, maint.mk: Update gnulib files.  Add strnlen.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c: Also test non-authzid scenario.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Ignore some functions/files.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Reduce complexity.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Check NULL handling in interfaces.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: gsasl_finish: Handle NULL sctx.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Fix memory leak and improve code coverage.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix @url's.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Update.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add GS2 material.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * configure.ac, tests/Makefile.am, tests/gs2-krb5.c, tests/gssapi.c: 
-       Fix GNU GSS checks.  Be more verbose about configure options.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * configure.ac, tests/Makefile.am: Only run GSSAPI/GS2 self-tests
-       when using GNU GSS.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac: Require GNU GSS version 1.0.0 or
-       later.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/gs2/README: Drop GS2 README.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Typo.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Silence warning.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix copyright years.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * gl/arpa_inet.in.h, gl/errno.in.h, gl/float.in.h, gl/getopt.in.h,
-       gl/iconv.in.h, gl/m4/fcntl-o.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/intldir.m4, gl/m4/printf-posix.m4, gl/m4/sys_ioctl_h.m4,
-       gl/m4/visibility.m4, gl/netdb.in.h, gl/netinet_in.in.h,
-       gl/stdarg.in.h, gl/stdint.in.h, gl/string.in.h, gl/sys_time.in.h,
-       gl/wctype.in.h, gltests/Makefile.am, gltests/ioctl.c,
-       gltests/sys_ioctl.in.h, gltests/time.in.h, lib/gl/errno.in.h,
-       lib/gl/float.in.h, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intldir.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/visibility.m4,
-       lib/gl/stdint.in.h, lib/gl/string.in.h: Update gnulib files.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Doc fix.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * src/imap.c: Improve error message.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Don't overwrite return value.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2helper.c, lib/gs2/gs2helper.h: Fix warnings.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h: Use
-       gss_oid_equal when available.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Also check for gss_oid_equal.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/server.c: Make gs2helper.h standalone.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Update NEWS.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/server.c: GS2: Cleanup code.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/error.c, lib/src/gsasl.h: Add more GSS-API error
-       codes.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2asn1.c,
-       lib/gs2/gs2asn1.h, lib/gs2/gs2helper.c: Use GSS capsulate functions
-       to simplify code.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Fix error code values.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * tests/readnz.c: Silence compiler warning.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/gs2/server.c, lib/src/error.c, lib/src/gsasl.h: 
-       Improve GS2 error codes.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/server.c: gss_inquire_mech_for_saslname: Fix replacement and
-       usage.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Improve GSS-API library feature checks.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix typo.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Check ret_flags.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Doc fix to avoid warning from GTK-DOC.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Check for extended GSS-API interfaces.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * .x-sc_texinfo_acronym: Add.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Drop @acronym.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix syntax-check warning (test -o ).
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/connect.c, gl/errno.in.h,
-       gl/float.in.h, gl/getaddrinfo.c, gl/getopt.c, gl/getopt.in.h,
-       gl/gettext.h, gl/iconv.in.h, gl/m4/arpa_inet_h.m4,
-       gl/m4/exitfail.m4, gl/m4/fcntl_h.m4, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4,
-       gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4,
-       gl/m4/netdb_h.m4, gl/m4/setenv.m4, gl/m4/stddef_h.m4,
-       gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4,
-       gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4,
-       gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/time_h.m4,
-       gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/m4/wchar_h.m4,
-       gl/m4/wctype.m4, gl/m4/wctype_h.m4, gl/netdb.in.h,
-       gl/netinet_in.in.h, gl/poll.c, gl/recv.c, gl/select.c,
-       gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h,
-       gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h,
-       gl/sys_time.in.h, gl/unistd.in.h, gl/wchar.in.h, gl/wctype.in.h,
-       gltests/Makefile.am, gltests/accept.c, gltests/bind.c,
-       gltests/fcntl.in.h, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h,
-       gltests/test-dup2.c, gltests/test-getopt.c, gltests/test-getopt.h,
-       gltests/test-iconv-h.c, gltests/test-vc-list-files-git.sh,
-       gltests/test-wctype.c, gltests/time.in.h, lib/build-aux/c++defs.h,
-       lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/errno.in.h,
-       lib/gl/float.in.h, lib/gl/gettext.h, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stddef_h.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_h.m4,
-       lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h,
-       lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h,
-       lib/gltests/Makefile.am, lib/gltests/test-base64.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-03-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2010-03-26  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fixup NEWS entries.
-
-2010-03-26  Simon Josefsson <address@hidden>
-
-       * doc/announce.txt: Update for 1.4.4.
-
-2010-03-25  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve wording.
-
-2010-03-25  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Link to Windows binaries.
-
-2010-03-19  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c: Make server-first logic more correct.
-
-2010-03-19  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Properly call GSS-API validate callback.
-
-2010-03-18  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/scram/parser.c: SCRAM: Don't read out of bounds when
-       parsing tokens.
-
-2010-03-18  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/readnz.c: Add self-test for
-       round-out-of-bounds.
-
-2010-03-18  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't crash if getaddrinfo failed to canonicalize
-       address, but use user string.
-
-2010-03-18  Simon Josefsson <address@hidden>
-
-       * README-alpha: Also need gperf.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/old-digest-md5.c: Fix self test to handle modified
-       DIGEST-MD5 behaviour.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Also test server goes first.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Also test client-goes-first.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/server.c: DIGEST-MD5: The server code now
-       returns GSASL_OK after the final token.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Check mutual in ret_flags.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Try both client first and server first.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c: Try both client first and server first.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * doc/announce.txt: Update.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * doc/ANNOUNCE, doc/announce.txt: Rename.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Drop update-po in lib/.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/cfg.mk: cfg.mk fixes.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS, po/fi.po.in, po/fr.po.in, po/id.po.in, po/it.po.in,
-       po/nl.po.in, po/pl.po.in, po/sk.po.in, po/sv.po.in, po/vi.po.in,
-       po/zh_CN.po.in: Sync with TP.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/it.po.in, lib/po/vi.po.in,
-       lib/po/zh_CN.po.in: Sync with TP.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * .gitignore, NEWS, cfg.mk, lib/NEWS: Forward-port 1.4.x changes.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-03-12  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gs2/Makefile.am, lib/gssapi/Makefile.am: 
-       Don't pollute CFLAGS/LIBS with GSS-API stuff.
-
-2010-03-12  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c: Fix typo.
-
-2010-03-12  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c, tests/gssapi.c: Silently fail GSSAPI/GS2-KRB5
-       tests if not available.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Less verbose.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Fix mem leak.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c, tests/scram.c: SCRAM: (Un)escape username.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/gssapi.cfg, tests/shishi.conf: Silence
-       Shishi warnings.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.tkt: Generated.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c, lib/scram/printer.c, lib/scram/server.c,
-       tests/scram.c: SCRAM: (Un)escape authzid.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/gs2-krb5.c: Use self tests.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, lib/gssapi/server.c: Fix comment.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Parse GS2 header.  Fix authzid handling.
-       Unescape authzid.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Escape authzid.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Print return values too.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Print return values too.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/gssapi.cfg: Use a Shishi config file.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gs2/client.c, lib/gs2/gs2helper.c,
-       lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/server.c: Improve
-       GSSAPI library detection code.  Some systems (e.g., Mac OS X) still 
doesn't have gssapi.h, only
-       gssapi/gssapi.h.
-
-2010-03-08  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Add channel binding.  Drop more old GSS-API
-       code.
-
-2010-03-08  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Send token properly.
-
-2010-03-08  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Drop junk.
-
-2010-03-08  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Fix typo.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Enable GS2 by default.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2asn1.c, lib/gs2/gs2asn1.h: GS2: Add ASN.1 helpers.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gs2/Makefile.am, lib/gs2/client.c,
-       lib/gs2/gs2helper.c, lib/gs2/gs2wrap.c, lib/gs2/server.c,
-       lib/gs2/test-parser.c, lib/gssapi/client.c, lib/gssapi/server.c: 
-       Simplify GSS-API detection.  More GS2 cleanup.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: GS2: Remove debug code.  The client side should
-       now actually be finished, yay.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2parser.c,
-       lib/gs2/gs2parser.h, lib/gs2/server.c: GS2: Channel binding stuff.
-       Cleanup.
-
-2010-03-02  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2.h,
-       lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c: Begin
-       some work on GS2 update.
-
-2010-03-01  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2010-03-01  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-02-24  Simon Josefsson <address@hidden>
-
-       * gl/m4/warn-on-use.m4, gltests/gettimeofday.c,
-       lib/gl/m4/warn-on-use.m4: Update gnulib files.
-
-2010-02-23  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gettimeofday.m4, gl/m4/gnulib-common.m4,
-       gl/m4/lseek.m4, gl/m4/sys_time_h.m4, gl/netdb.in.h, gl/stdio.in.h,
-       gl/sys_select.in.h, gl/sys_time.in.h, gltests/init.sh,
-       lib/build-aux/gendocs.sh, lib/build-aux/vc-list-files,
-       lib/gl/m4/gnulib-common.m4, lib/gl/stdio.in.h: Update gnulib files.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * doc/ANNOUNCE: Add.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * tests/symbols.c: Make it work when obsolete symbols are disabled.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Upload to ftp.gnu.org.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Upload to ftp.gnu.org.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.4.1.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * .gitignore: Fix.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generate.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix comment.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * configure.ac, src/internal.h: Revert "Drop pwd.h #include (not
-       used?)." This reverts commit b0df618c4214be57536ebe4a7c87178288f7969a.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * configure.ac, src/internal.h: Drop pwd.h #include (not used?).
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Change next
-       version to 1.4.1.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/tests/Makefile.am, tests/Makefile.am: 
-       Drop EXEEXT for self-tests.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * gl/stdio.in.h, lib/gl/stdio.in.h, lib/maint.mk, maint.mk: Update
-       gnulib files.
-
-2010-02-05  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Add review-diff rule.
-
-2010-02-05  Simon Josefsson <address@hidden>
-
-       * gl/m4/gettimeofday.m4, gltests/test-gettimeofday.c: Update gnulib
-       files.
-
-2010-02-05  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-02-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: See if dropping EXEEXT helps mingw
-       builds.
-
-2010-02-04  Simon Josefsson <address@hidden>
-
-       * .gitignore: Update.
-
-2010-02-04  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/symbols.c: Add self-check for testing
-       that all APIs have been exported.
-
-2010-02-04  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/m4/arpa_inet_h.m4,
-       gl/m4/fcntl_h.m4, gl/m4/getdelim.m4, gl/m4/getline.m4,
-       gl/m4/gettimeofday.m4, gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_ioctl_h.m4,
-       gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4,
-       gl/m4/sys_time_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4,
-       gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h,
-       gl/wchar.in.h, gltests/Makefile.am, gltests/fcntl.in.h,
-       gltests/ignore-value.h, gltests/sys_ioctl.in.h,
-       gltests/sys_stat.in.h, gltests/test-getdelim.c,
-       gltests/test-getline.c, gltests/test-gettimeofday.c,
-       gltests/test-lstat.c, gltests/test-memchr.c,
-       gltests/test-sockets.c, gltests/test-symlink.c,
-       lib/build-aux/link-warning.h, lib/gl/Makefile.am,
-       lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio.in.h,
-       lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gl/wchar.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c,
-       lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c,
-       lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c,
-       lib/gltests/test-getdelim.c, lib/gltests/test-getline.c,
-       lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-01-21  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.h, gl/stdio.in.h, gl/striconv.c,
-       gl/vasnprintf.h, gltests/Makefile.am, gltests/fcntl.in.h,
-       lib/gl/Makefile.am, lib/gl/stdio.in.h, lib/gl/vasnprintf.h: Update
-       gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/maint.mk, maint.mk: Improve syntax-check exception
-       stuff.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-common.m4, gl/m4/warnings.m4, gl/stdio.in.h,
-       lib/gl/m4/gc.m4, lib/gl/m4/gnulib-common.m4, lib/gl/stdio.in.h: 
-       Update gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * m4/valgrind.m4: Fix valgrind.m4.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Fix.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * .x-sc_avoid_if_before_free, .x-sc_cast_of_alloca_return_value,
-       .x-sc_cast_of_x_alloc_return_value, .x-sc_m4_quote_check,
-       .x-sc_makefile_check, .x-sc_po_check, .x-sc_program_name,
-       .x-sc_prohibit_HAVE_MBRTOWC, .x-sc_prohibit_atoi_atof,
-       .x-sc_prohibit_getopt_without_use,
-       .x-sc_prohibit_magic_number_exit, .x-sc_space_tab,
-       .x-sc_trailing_blank, .x-sc_useless_cpp_parens, cfg.mk, maint.mk: 
-       Fix syntax-check stuff.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * po/de.po.in, po/zh_CN.po.in: Sync with TP.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * lib/po/zh_CN.po.in: Sync with TP.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gltests/dup2.c: Update gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/override/lib/dup2.c.diff, gl/override/tests/dup2.c.diff: Fix
-       dup2 patch.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/visibility.m4, gl/override/m4/visibility.m4.diff,
-       lib/gl/m4/visibility.m4, lib/gl/override/m4/visibility.m4.diff: Add
-       workaround for visibility bug.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * tests/libgsasl.supp: Add.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/libgsasl.supp: Add libgsasl valgrind
-       suppressions file.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/open.m4, gl/override/m4/open.m4.diff,
-       gl/override/tests/dup2.c.diff, gltests/test-xalloc-die.sh: Update
-       gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/alignof.h, gl/alloca.c,
-       gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/c-ctype.c,
-       gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c,
-       gl/c-strncasecmp.c, gl/close-hook.c, gl/close-hook.h, gl/close.c,
-       gl/config.charset, gl/connect.c, gl/errno.in.h, gl/error.c,
-       gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/fclose.c, gl/float+.h,
-       gl/float.in.h, gl/fseeko.c, gl/gai_strerror.c, gl/getaddrinfo.c,
-       gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt.in.h,
-       gl/getopt1.c, gl/getopt_int.h, gl/getpass.c, gl/getpass.h,
-       gl/iconv.in.h, gl/iconv_open.c, gl/inet_ntop.c, gl/intprops.h,
-       gl/localcharset.c, gl/localcharset.h, gl/lseek.c,
-       gl/m4/00gnulib.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
-       gl/m4/autobuild.m4, gl/m4/close.m4, gl/m4/codeset.m4, gl/m4/dos.m4,
-       gl/m4/dup2.m4, gl/m4/eealloc.m4, gl/m4/environ.m4,
-       gl/m4/errno_h.m4, gl/m4/error.m4, gl/m4/exitfail.m4,
-       gl/m4/extensions.m4, gl/m4/fclose.m4, gl/m4/fcntl-o.m4,
-       gl/m4/fcntl_h.m4, gl/m4/float_h.m4, gl/m4/fseeko.m4,
-       gl/m4/getaddrinfo.m4, gl/m4/getdelim.m4, gl/m4/getline.m4,
-       gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/gettext.m4,
-       gl/m4/gettimeofday.m4, gl/m4/glibc2.m4, gl/m4/glibc21.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4,
-       gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/include_next.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4,
-       gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4,
-       gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
-       gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
-       gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4,
-       gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/lock.m4,
-       gl/m4/longlong.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4,
-       gl/m4/malloca.m4, gl/m4/manywarnings.m4, gl/m4/mbrtowc.m4,
-       gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/memchr.m4,
-       gl/m4/mmap-anon.m4, gl/m4/mode_t.m4, gl/m4/multiarch.m4,
-       gl/m4/netdb_h.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4,
-       gl/m4/open.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/po.m4,
-       gl/m4/poll.m4, gl/m4/printf-posix.m4, gl/m4/printf.m4,
-       gl/m4/progtest.m4, gl/m4/putenv.m4, gl/m4/quote.m4,
-       gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4,
-       gl/m4/select.m4, gl/m4/servent.m4, gl/m4/setenv.m4,
-       gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/sockets.m4,
-       gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/stat.m4,
-       gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stddef_h.m4,
-       gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4,
-       gl/m4/string_h.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4,
-       gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4,
-       gl/m4/sys_time_h.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4,
-       gl/m4/uintmax_t.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4,
-       gl/m4/vasnprintf.m4, gl/m4/version-etc.m4, gl/m4/visibility.m4,
-       gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/m4/wchar.m4,
-       gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4,
-       gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/malloc.c, gl/mbrtowc.c,
-       gl/mbsinit.c, gl/memchr.c, gl/netdb.in.h, gl/netinet_in.in.h,
-       gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/printf-parse.h, gl/progname.c, gl/progname.h,
-       gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h,
-       gl/readline.c, gl/readline.h, gl/realloc.c, gl/recv.c,
-       gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/shutdown.c,
-       gl/size_max.h, gl/snprintf.c, gl/socket.c, gl/sockets.c,
-       gl/sockets.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h,
-       gl/stdint.in.h, gl/stdio-impl.h, gl/stdio-write.c, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/strdup.c, gl/streq.h, gl/strerror.c,
-       gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h,
-       gl/vasnprintf.c, gl/vasnprintf.h, gl/verify.h, gl/version-etc.c,
-       gl/version-etc.h, gl/w32sock.h, gl/wchar.in.h, gl/wctype.in.h,
-       gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h,
-       gltests/Makefile.am, gltests/accept.c, gltests/binary-io.h,
-       gltests/bind.c, gltests/dup2.c, gltests/fcntl.in.h,
-       gltests/gettimeofday.c, gltests/inet_pton.c, gltests/init.sh,
-       gltests/ioctl.c, gltests/listen.c, gltests/lstat.c,
-       gltests/macros.h, gltests/malloca.c, gltests/malloca.h,
-       gltests/open.c, gltests/pathmax.h, gltests/perror.c,
-       gltests/putenv.c, gltests/same-inode.h, gltests/setenv.c,
-       gltests/setsockopt.c, gltests/signature.h, gltests/stat.c,
-       gltests/symlink.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h,
-       gltests/test-alignof.c, gltests/test-alloca-opt.c,
-       gltests/test-arpa_inet.c, gltests/test-binary-io.c,
-       gltests/test-binary-io.sh, gltests/test-c-ctype.c,
-       gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c,
-       gltests/test-dup2.c, gltests/test-environ.c, gltests/test-errno.c,
-       gltests/test-fcntl-h.c, gltests/test-fseeko.c,
-       gltests/test-getaddrinfo.c, gltests/test-getdelim.c,
-       gltests/test-getline.c, gltests/test-getopt.c,
-       gltests/test-getopt.h, gltests/test-getopt_long.h,
-       gltests/test-gettimeofday.c, gltests/test-iconv.c,
-       gltests/test-inet_ntop.c, gltests/test-inet_pton.c,
-       gltests/test-lseek.c, gltests/test-lstat.c, gltests/test-lstat.h,
-       gltests/test-malloca.c, gltests/test-mbrtowc.c,
-       gltests/test-mbsinit.c, gltests/test-memchr.c,
-       gltests/test-netdb.c, gltests/test-netinet_in.c,
-       gltests/test-open.c, gltests/test-open.h, gltests/test-perror.c,
-       gltests/test-poll.c, gltests/test-quotearg.c,
-       gltests/test-select-fd.c, gltests/test-select-stdin.c,
-       gltests/test-select.c, gltests/test-setenv.c,
-       gltests/test-snprintf.c, gltests/test-stat.c, gltests/test-stat.h,
-       gltests/test-stdbool.c, gltests/test-stddef.c,
-       gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c,
-       gltests/test-strerror.c, gltests/test-striconv.c,
-       gltests/test-string.c, gltests/test-symlink.c,
-       gltests/test-symlink.h, gltests/test-sys_ioctl.c,
-       gltests/test-sys_select.c, gltests/test-sys_socket.c,
-       gltests/test-sys_stat.c, gltests/test-sys_time.c,
-       gltests/test-time.c, gltests/test-unistd.c,
-       gltests/test-unsetenv.c, gltests/test-vasnprintf.c,
-       gltests/test-vc-list-files-cvs.sh,
-       gltests/test-vc-list-files-git.sh, gltests/test-version-etc.c,
-       gltests/test-version-etc.sh, gltests/test-wchar.c,
-       gltests/test-wctype.c, gltests/test-xalloc-die.c,
-       gltests/test-xalloc-die.sh, gltests/time.in.h, gltests/unsetenv.c,
-       gltests/version-etc-fsf.c, gltests/w32sock.h, gltests/wctob.c,
-       gltests/zerosize-ptr.h, lib/GNUmakefile,
-       lib/build-aux/arg-nonnull.h, lib/build-aux/config.rpath,
-       lib/build-aux/gendocs.sh, lib/build-aux/link-warning.h,
-       lib/build-aux/pmccabe2html, lib/build-aux/useless-if-before-free,
-       lib/build-aux/vc-list-files, lib/build-aux/warn-on-use.h,
-       lib/gl/Makefile.am, lib/gl/alloca.in.h, lib/gl/asnprintf.c,
-       lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h,
-       lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.in.h,
-       lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c,
-       lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h,
-       lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h,
-       lib/gl/m4/00gnulib.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4,
-       lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4,
-       lib/gl/m4/extensions.m4, lib/gl/m4/float_h.m4,
-       lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4,
-       lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-pbkdf2-sha1.m4,
-       lib/gl/m4/gc-random.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4,
-       lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/getpagesize.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4,
-       lib/gl/m4/hmac-md5.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4,
-       lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4,
-       lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4,
-       lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4,
-       lib/gl/m4/ld-output-def.m4, lib/gl/m4/ld-version-script.m4,
-       lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4,
-       lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4,
-       lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/minmax.m4,
-       lib/gl/m4/mmap-anon.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4,
-       lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4,
-       lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/size_max.m4,
-       lib/gl/m4/stdbool.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4,
-       lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/vasprintf.m4, lib/gl/m4/visibility.m4,
-       lib/gl/m4/warn-on-use.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_t.m4,
-       lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/md5.c,
-       lib/gl/md5.h, lib/gl/memchr.c, lib/gl/memmem.c, lib/gl/memxor.c,
-       lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/printf-args.c,
-       lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h,
-       lib/gl/realloc.c, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h,
-       lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h,
-       lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h,
-       lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strverscmp.c,
-       lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h,
-       lib/gl/vasprintf.c, lib/gl/wchar.in.h, lib/gl/xsize.h,
-       lib/gltests/Makefile.am, lib/gltests/dummy.c,
-       lib/gltests/getpagesize.c, lib/gltests/intprops.h,
-       lib/gltests/macros.h, lib/gltests/signature.h,
-       lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c,
-       lib/gltests/test-errno.c, lib/gltests/test-gc-hmac-md5.c,
-       lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c,
-       lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c,
-       lib/gltests/test-gc.c, lib/gltests/test-getdelim.c,
-       lib/gltests/test-getline.c, lib/gltests/test-memchr.c,
-       lib/gltests/test-memmem.c, lib/gltests/test-stdbool.c,
-       lib/gltests/test-stddef.c, lib/gltests/test-stdint.c,
-       lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-string.c, lib/gltests/test-strverscmp.c,
-       lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c,
-       lib/gltests/test-vasprintf.c, lib/gltests/test-wchar.c,
-       lib/gltests/verify.h, lib/gltests/zerosize-ptr.h, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/gettext.h, gl/override/lib/gettext.h.diff,
-       lib/gl/override/lib/gettext.h.diff: Fix gettext.h patch.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/override/lib/getpass.c.diff: Fix patch.
-
-2009-12-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-14  Enrico Scholz <address@hidden>
-
-       * src/gsasl.c: Improve application data throughput See 
<http://thread.gmane.org/gmane.comp.gnu.gsasl.general/256>.  Signed-off-by: 
Simon Josefsson <address@hidden>
-
-2009-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump versions.
-
-2009-11-18  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2009-11-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/unistd_h.m4, gl/unistd.in.h,
-       gltests/test-xalloc-die.sh, lib/gl/Makefile.am,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.4.0.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * gl/m4/putenv.m4, gltests/putenv.c, gltests/test-setenv.c,
-       gltests/test-unsetenv.c, gltests/test-xalloc-die.c,
-       gltests/test-xalloc-die.sh: Update gnulib files.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/intprops.h, gl/m4/environ.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/setenv.m4, gl/m4/stdlib_h.m4,
-       gl/m4/unistd_h.m4, gl/printf-args.c, gl/stdlib.in.h,
-       gl/unistd.in.h, gl/vasnprintf.c, gl/version-etc.c,
-       gltests/Makefile.am, gltests/setenv.c, gltests/unsetenv.c,
-       lib/gl/Makefile.am, lib/gl/gc-pbkdf2-sha1.c, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/printf-args.c, lib/gl/stdlib.in.h,
-       lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gltests/Makefile.am,
-       lib/gltests/intprops.h, lib/gltests/test-base64.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2009-11-09  Simon Josefsson <address@hidden>
-
-       * gltests/test-fseeko.c: Update gnulib files.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Commit cyclo/ www dir too.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.3.91.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix header.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * .x-sc_prohibit_getopt_without_use,
-       .x-sc_prohibit_magic_number_exit, lib/scram/server.c: Fix
-       syntax-check nits.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Prepare for alpha release.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Fix paths.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Update usage.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getpagesize.c, gl/m4/getpagesize.m4,
-       gl/m4/gnulib-comp.m4, lib/build-aux/pmccabe2html,
-       lib/gl/Makefile.am, lib/gl/getpagesize.c, lib/gl/m4/gnulib-comp.m4,
-       lib/gltests/Makefile.am, lib/gltests/getpagesize.c: Update gnulib
-       files.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/libgsasl.vcproj: More fixes.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/libgsasl.vcproj: Further fixes.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/config.h, lib/win32/libgsasl.vcproj: Disable
-       obsolete APIs for Windows builds.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/rawmemchr.m4,
-       lib/gl/m4/strchrnul.m4, lib/gl/rawmemchr.c,
-       lib/gl/rawmemchr.valgrind, lib/gl/strchrnul.c,
-       lib/gl/strchrnul.valgrind, lib/gltests/Makefile.am,
-       lib/gltests/test-rawmemchr.c, lib/gltests/test-strchrnul.c: Update
-       gnulib files.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/config.h: Add new definitions.  Suggested by Lothar 
May <address@hidden> in
-       <http://permalink.gmane.org/gmane.comp.gnu.gsasl.general/254>.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/libgsasl.vcproj: Add more files.  Suggested by Lothar May 
<address@hidden> in
-       <http://permalink.gmane.org/gmane.comp.gnu.gsasl.general/254>.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Doc fix.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.3.90.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4, gltests/Makefile.am, lib/maint.mk, maint.mk: 
-       Update gnulib files.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Prepare for alpha release.
-
-2009-11-05  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4: Update gnulib files.
-
-2009-11-05  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Doc fix.
-
-2009-11-05  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4,
-       gl/m4/inet_pton.m4, gl/m4/stdlib_h.m4, gl/stdlib.in.h,
-       gltests/Makefile.am, gltests/test-getaddrinfo.c,
-       gltests/test-inet_ntop.c, gltests/test-inet_pton.c,
-       gltests/test-sys_socket.c, lib/gl/Makefile.am,
-       lib/gl/m4/stdlib_h.m4, lib/gl/stdlib.in.h: Update gnulib files.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * .gitignore: Fix.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4: Unconditionally add memxor module, SCRAM
-       needs it.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/m4/gc.m4, lib/gl/override/m4/gc.m4.diff: 
-       Fix libgcrypt detection.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Enable libgcrypt by default when available.
-
-2009-11-02  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, gl/m4/fseeko.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/pmccabe2html.m4, gl/m4/ungetc.m4, gl/sockets.c,
-       gl/stdio.in.h, gltests/test-arpa_inet.c,
-       gltests/test-getaddrinfo.c, gltests/test-getdelim.c,
-       gltests/test-getline.c, gltests/test-getopt.c,
-       gltests/test-getopt.h, gltests/test-getopt_long.h,
-       gltests/test-gettimeofday.c, gltests/test-memchr.c,
-       gltests/test-netinet_in.c, gltests/test-quotearg.c,
-       gltests/test-select-stdin.c, gltests/test-select.c,
-       gltests/test-sockets.c, gltests/test-stddef.c,
-       gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c,
-       gltests/test-strerror.c, gltests/test-string.c,
-       gltests/test-sys_select.c, gltests/test-sys_socket.c,
-       gltests/test-sys_time.c, gltests/test-unistd.c,
-       gltests/test-version-etc.c, gltests/test-wchar.c,
-       gltests/test-wctype.c, lib/build-aux/pmccabe2html,
-       lib/build-aux/useless-if-before-free, lib/gl/md5.c, lib/gl/sha1.c,
-       lib/gl/stdio.in.h, lib/gltests/test-base64.c,
-       lib/gltests/test-getdelim.c, lib/gltests/test-getline.c,
-       lib/gltests/test-memchr.c, lib/gltests/test-rawmemchr.c,
-       lib/gltests/test-stddef.c, lib/gltests/test-stdint.c,
-       lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-strchrnul.c, lib/gltests/test-string.c,
-       lib/gltests/test-strverscmp.c, lib/gltests/test-unistd.c,
-       lib/gltests/test-wchar.c, lib/maint.mk, maint.mk: Update gnulib
-       files.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Also test when app provides a
-       GSASL_SCRAM_SALTED_PASSWORD.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: Fix crash in code when application provides a
-       GSASL_SCRAM_SALTED_PASSWORD.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Prefer SCRAM-SHA-1 over CRAM-MD5 and DIGEST-MD5.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * gl/localcharset.c, gl/m4/fcntl_h.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/localcharset.m4: Update gnulib files.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add concept index nodes for iteration count and
-       salt.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Drop Windows compatibility stuff, should be taken
-       care of gnulib now.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/unistd.in.h,
-       lib/gl/unistd.in.h: Update gnulib files.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add NEWS entries.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS, po/fi.po.in, po/vi.po.in: Sync with TP.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/fi.po.in, lib/po/vi.po.in: Sync with TP.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump libtool version to indicate newly added
-       ABIs.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/src/gsasl.h: Start to use X.Y.Z versioning
-       scheme.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * tests/crypto.c: Test new SHA-1 APIs.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/src/libgsasl.map: Add new APIs to linker script.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/build-aux/gendocs.sh: Chmod.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.3.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Don't use non-ascii in self-test in case gsasl is
-       built without libidn.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Fix build error on mingw.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Update.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Add new symbols since 1.3 section.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/src/crypto.c: Doc fix.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Simplify DISTCHECK_CONFIGURE_FLAGS, scram is now
-       enabled by default.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Make SCRAM lowest priority for now.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Enable SCRAM by default.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve, including new SCRAM coverage.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.in.h, gl/getopt_int.h, gl/m4/getopt.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4,
-       gl/progname.c, gl/stdio.in.h, gl/unistd.in.h,
-       gltests/test-getopt.c, gltests/test-getopt_long.h,
-       gltests/test-quotearg.c, lib/gl/Makefile.am, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/stdio.in.h, lib/gl/unistd.in.h,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2009-10-07  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Normalize password
-       using SASLprep.
-
-2009-09-25  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getdelim.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/unistd.in.h, gltests/Makefile.am,
-       lib/gl/Makefile.am, lib/gl/m4/getdelim.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/memmem.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/memmem.c, lib/gl/stdio.in.h,
-       lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/unistd.in.h,
-       lib/gltests/Makefile.am, lib/gltests/test-memmem.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2009-09-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Revert check for empty final token (incorrect
-       change).
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Silence debug warning.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't print empty tokens after success.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Store username property in server.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Also check that AUTHID is set and correct in
-       callback.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: SCRAM: Fix memleak.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/server.c: SCRAM: Handle non-zero terminated strings.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/validate.c: SCRAM: Drop FIXME, specification changed to
-       not use UTF-8 for nonces.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c, lib/scram/printer.c: SCRAM: Drop FIXMEs, we
-       solved it differently.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c, lib/scram/printer.c: SCRAM: Drop FIXMEs, we
-       solved it differently.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: SCRAM: Cleanup and memory leak fixing.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Cleanup and memory leak fixing.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Check that username doesn't fail
-       SASLprep (as required).
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Enable SCRAM-SHA-1 during distcheck testing.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Silence warning.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getopt.m4,
-       gl/m4/poll.m4, gl/m4/readline.m4, gl/m4/select.m4,
-       gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4,
-       gl/m4/wctype.m4, lib/build-aux/gendocs.sh, lib/gl/m4/getline.m4: 
-       Update gnulib files.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac, lib/scram/mechinfo.c,
-       lib/scram/scram.h, lib/src/init.c: SCRAM: Drop unfinished
-       SCRAM-SHA-1-PLUS support.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Check server
-       signature.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Generate server signature.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Check clientproof
-       on server side.  Fix mem leaks.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Use b64 salt.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/printer.c: 
-       SCRAM: Base64 decode salt.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, lib/NEWS, lib/scram/client.c, lib/src/gsasl.h,
-       lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: SCRAM:
-       Compute proof.  Add property GSASL_SCRAM_SALTED_PASSWORD.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gc-sha1.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gltests/Makefile.am, lib/gltests/test-gc-sha1.c: Add SHA-1
-       gnulib modules.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/crypto.c, lib/src/gsasl.h: Add SHA-1 APIs.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/gc-pbkdf2-sha1.c, lib/gl/hmac-sha1.c,
-       lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-pbkdf2-sha1.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/hmac-sha1.m4, lib/gl/m4/sha1.m4, lib/gl/sha1.c,
-       lib/gl/sha1.h, lib/gltests/Makefile.am,
-       lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-pbkdf2-sha1.c: 
-       Add crypto/gc-pbkdf2-sha1 gnulib module.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: Check errors.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Compare nonces.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: SCRAM: Correct cbind in client final.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, tests/scram.c: SCRAM:
-       Print/parse authzid.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Test iter/salt too.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Use printable salt.
-       Fix mem leak
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Use printable
-       nonces.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Support iter/salt setting better.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/gsasl.h, lib/src/internal.h,
-       lib/src/property.c, lib/src/xfinish.c: SCRAM: Add properties.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c, tests/scram.c: SCRAM: Fix
-       self-test and memory leak.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Improve output.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/printer.c, lib/scram/printer.h, lib/scram/server.c,
-       lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c,
-       lib/scram/validate.h: SCRAM: Protocol works (but no crypto).
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/printer.c,
-       lib/scram/printer.h, lib/scram/tokens.c, lib/scram/tokens.h,
-       lib/scram/validate.c, lib/scram/validate.h: SCRAM: Client final
-       sending works (but no crypto).
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: SCRAM: Cleanup.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/server.c: SCRAM: Parsing of server first works.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/printer.c, lib/scram/printer.h, lib/scram/server.c,
-       lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c,
-       lib/scram/validate.h: SCRAM: Printing server first works.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Server can parse client first.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Add.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Fix typo.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * .gitignore: Drop some things.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/string_h.m4, gl/m4/unistd_h.m4,
-       gl/m4/wctype.m4, gl/string.in.h, gl/unistd.in.h, gl/wctype.in.h,
-       lib/gl/m4/rawmemchr.m4, lib/gl/m4/strchrnul.m4: Add gnulib strchrnul
-       module.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/rawmemchr.c, lib/gl/rawmemchr.valgrind,
-       lib/gl/strchrnul.c, lib/gl/strchrnul.valgrind: Add gnulib strchrnul
-       module.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gltests/Makefile.am, lib/gltests/test-rawmemchr.c,
-       lib/gltests/test-strchrnul.c: Add gnulib strchrnul module.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Parse more.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Make it build.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/server.c: Add skeleton parser.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/client.c, lib/scram/mechinfo.c,
-       lib/scram/scram.h, lib/scram/server.c, tests/Makefile.am,
-       tests/scram.c: Improve SCRAM, initial server skeleton and self test.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: Improve SCRAM, client now sends first token.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/mechinfo.c, lib/scram/scram.h: 
-       Improve SCRAM, client now sends first token.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/printer.c: Fixes.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/validate.c: Add check.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/printer.c, lib/scram/printer.h: Add SCRAM printer
-       functionality.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/printer.h, lib/scram/tokens.h,
-       lib/scram/validate.c, lib/scram/validate.h: Add SCRAM stuff.
-
-2009-09-08  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/scram/Makefile.am,
-       lib/scram/mechinfo.c, lib/scram/scram.h, lib/src/Makefile.am,
-       lib/src/init.c: Add SCRAM skeleton.
-
-2009-09-08  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/scram/Makefile.am,
-       lib/scram/mechinfo.c, lib/scram/scram.h: Add SCRAM skeleton.
-
-2009-09-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/close.c, gl/iconv_open-solaris.gperf,
-       gl/iconv_open.c, gl/inet_ntop.c, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv_open.m4, gl/m4/stdio_h.m4, gl/m4/string_h.m4,
-       gl/m4/unistd_h.m4, gl/stdio.in.h, gl/string.in.h, gl/unistd.in.h,
-       gl/wctype.in.h, gltests/Makefile.am, gltests/inet_pton.c,
-       gltests/test-wctype.c, lib/gl/Makefile.am, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdio.in.h,
-       lib/gl/string.in.h, lib/gl/unistd.in.h, lib/maint.mk, maint.mk: 
-       Update gnulib files.
-
-2009-08-28  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-08-28  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/stdlib_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/progname.c,
-       gl/quotearg.c, gl/quotearg.h, gl/stdlib.in.h, gl/sys_socket.in.h,
-       gl/unistd.in.h, gl/vasnprintf.c, gltests/Makefile.am,
-       gltests/test-quotearg.c, lib/gl/Makefile.am, lib/gl/m4/stddef_h.m4,
-       lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stddef.in.h,
-       lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c,
-       lib/gltests/test-stddef.c: Update gnulib files.
-
-2009-08-28  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS, src/Makefile.am: Fix libintl-related build errors on
-       MinGW.  Tiny patch from "carlo.bramix" <address@hidden>.
-
-2009-08-20  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/stddef_h.m4,
-       gl/m4/stdio_h.m4, gl/m4/wchar.m4, gl/poll.c, gl/select.c,
-       gl/stddef.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h,
-       gl/unistd.in.h, gltests/Makefile.am, gltests/test-stddef.c,
-       gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-string.c,
-       gltests/test-unistd.c, gltests/test-wchar.c, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/wchar.m4,
-       lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h,
-       lib/gl/unistd.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-string.c, lib/gltests/test-unistd.c,
-       lib/gltests/test-wchar.c, lib/maint.mk, maint.mk: Update gnulib
-       files.
-
-2009-08-14  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/fseeko.c, gl/m4/close.m4, gl/m4/fclose.m4,
-       gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4,
-       gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4,
-       gl/m4/threadlib.m4, gl/m4/unistd_h.m4, gl/socket.c, gl/sockets.c,
-       gl/sockets.h, gl/stdio-write.c, gl/sys_select.in.h, gl/unistd.in.h,
-       gl/vasnprintf.c, gltests/Makefile.am, gltests/gettimeofday.c,
-       gltests/sockets.c, gltests/sockets.h, gltests/sys_ioctl.in.h,
-       gltests/test-getopt.c, gltests/test-getopt.h,
-       gltests/test-getopt_long.h, gltests/test-poll.c,
-       gltests/test-select.c, gltests/test-stdio.c, gltests/test-stdlib.c,
-       gltests/test-string.c, gltests/test-sys_select.c,
-       gltests/test-unistd.c, gltests/test-version-etc.sh,
-       lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/threadlib.m4, lib/gl/m4/unistd_h.m4, lib/gl/md5.h,
-       lib/gl/stdio-write.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c,
-       lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2009-07-29  Simon Josefsson <address@hidden>
-
-       * README-alpha: Typo.
-
-2009-07-22  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/errno.in.h, gl/error.c, gl/m4/errno_h.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/mbrtowc.m4,
-       gl/m4/memchr.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4,
-       gl/stdio.in.h, gl/strerror.c, gl/unistd.in.h, gl/version-etc.c,
-       gl/version-etc.h, gltests/Makefile.am, gltests/test-stdio.c,
-       gltests/test-stdlib.c, gltests/test-string.c,
-       gltests/test-unistd.c, gltests/test-version-etc.c,
-       gltests/test-version-etc.sh, gltests/version-etc-fsf.c,
-       lib/build-aux/vc-list-files, lib/gl/Makefile.am, lib/gl/errno.in.h,
-       lib/gl/m4/errno_h.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/memchr.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/md5.h,
-       lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/gltests/test-stdio.c,
-       lib/gltests/test-stdlib.c, lib/gltests/test-string.c,
-       lib/gltests/test-unistd.c, lib/maint.mk, maint.mk: Update gnulib
-       files.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Add more non-keyword characters.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Add more non-keyword characters.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/threadsafety: Fix portability of EGREP
-       usage.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Ignore more non-keyword characters.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Build gsasl_cmd without warning/error flags.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Catch more functions.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Doc fix.
-
-2009-06-17  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, doc/reference/gsasl-docs.sgml,
-       examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c: Fix typos.  Based
-       on report by Marco Maggi <address@hidden> in
-       <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/222>.
-
-2009-06-16  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/memchr.m4,
-       gl/memchr.valgrind, gl/string.in.h, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memchr.m4,
-       lib/gl/memchr.valgrind, lib/gl/string.in.h: Update gnulib files.
-
-2009-06-16  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c, lib/src/version.c: Doc fix.
-
-2009-06-16  Simon Josefsson <address@hidden>
-
-       * tests/crypto.c: Initialize gsasl, to get crypto functions to work.
-
-2009-06-14  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Merge in issue 7 functions.
-
-2009-06-14  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Make list of functions easier to read.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/crypto.c: Fix.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Test encode/decode.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * NEWS, tests/Makefile.am, tests/crypto.c: Add.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Check gsasl_session_hook_get too.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix warnings.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/old-simple.c: Fix.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Based on old-simple.c, but rewritten using modern
-       APIs.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/old-simple.c, tests/simple.c: Rename
-       obsolete API checks to old-*.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Clarify which tokens GNU SASL generated.
-       Suggested by Marco Maggi <address@hidden> in
-       <http://permalink.gmane.org/gmane.comp.gnu.gsasl.general/233>.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix path.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.2.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getpagesize.c, gl/m4/gnulib-comp.m4,
-       gl/m4/memchr.m4, gl/m4/string_h.m4, gl/string.in.h,
-       gltests/Makefile.am, gltests/getpagesize.c, lib/gl/Makefile.am,
-       lib/gl/getpagesize.c, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/memchr.m4, lib/gl/m4/string_h.m4, lib/gl/string.in.h,
-       lib/gltests/Makefile.am, lib/gltests/getpagesize.c: Update gnulib
-       files.
-
-2009-06-12  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use $(GREP) instead of grep directly, for
-       non-GNU systems.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/src/Makefile.am, lib/tests/Makefile.am,
-       src/Makefile.am: Fix syntax-check error.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Fix git-* usage.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c: Don't use TAB for
-       info manual.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix whitespace.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * .x-sc_po_check: Fix.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * .x-sc_trailing_blank: Add.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Rewrite manual somewhat to give better
-       introduction to concepts.
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, examples/client-callback.c,
-       examples/client-mech.c, examples/client-serverfirst.c,
-       examples/client.c: Drop ctx parameter from client_authenticate
-       function.  Suggested by Marco Maggi <address@hidden>.
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't write out of bounds on (impossible?) empty
-       reads.  Handle NUL in input.
-
-2009-06-10  Enrico Scholz <address@hidden>
-
-       * src/gsasl.c: fix insufficient memory allocation in imap/smtp code 
There was written 'line[pos + 1]' although only space for 'pos + 1'
-       elements was allocated.  Signed-off-by: Enrico Scholz
-       <address@hidden>
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Fix typo.
-
-2009-06-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getpagesize.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/memchr.c,
-       gltests/Makefile.am, gltests/getpagesize.c, gltests/test-alignof.c,
-       gltests/test-memchr.c, gltests/zerosize-ptr.h, lib/gl/Makefile.am,
-       lib/gl/m4/getpagesize.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/memchr.m4, lib/gl/m4/mmap-anon.m4, lib/gl/memchr.c,
-       lib/gltests/Makefile.am, lib/gltests/getpagesize.c,
-       lib/gltests/test-memchr.c, lib/gltests/zerosize-ptr.h: Update gnulib
-       files.
-
-2009-06-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-05  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix.
-
-2009-06-05  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/version-etc.m4, gl/version-etc.c: 
-       Update gnulib files.
-
-2009-06-03  Simon Josefsson <address@hidden>
-
-       * gl/alignof.h, gltests/test-alignof.c: Update gnulib files.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/gsasl.texi: Doc category fixes.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * examples/Makefile.am, src/Makefile.am, tests/Makefile.am: Some
-       code not ready for stack space limit.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * configure.ac, examples/Makefile.am, lib/anonymous/Makefile.am,
-       lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/external/Makefile.am, lib/gs2/Makefile.am,
-       lib/kerberos_v5/Makefile.am, lib/login/Makefile.am,
-       lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am, lib/src/Makefile.am,
-       lib/tests/Makefile.am, src/Makefile.am, tests/Makefile.am: More
-       warnings.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Decrease stack usage.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/obsolete.c: libgsasl: Obsolete
-       gsasl_md5pwd_get_password rewritten to use modern API.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c: Reduce stack usage.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * NEWS, cfg.mk, configure.ac, gl/m4/manywarnings.m4,
-       lib/configure.ac: Fix warning flags.
-
-2009-05-29  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2009-05-29  Simon Josefsson <address@hidden>
-
-       * lib/README: Fix.
-
-2009-05-29  Simon Josefsson <address@hidden>
-
-       * README, lib/COPYING, lib/COPYING.LIB, lib/NEWS, lib/README: 
-       Clarify license in libgsasl.
-
-2009-05-28  Simon Josefsson <address@hidden>
-
-       * .prev-version, lib/.prev-version: Add.
-
-2009-05-28  Simon Josefsson <address@hidden>
-
-       * lib/README: Clarify license.
-
-2009-05-28  Simon Josefsson <address@hidden>
-
-       * README: Point to LGPL license file.
-
-2009-05-28  Simon Josefsson <address@hidden>
-
-       * gl/m4/include_next.m4, gl/m4/size_max.m4,
-       lib/gl/m4/include_next.m4, lib/gl/m4/size_max.m4: Update gnulib
-       files.
-
-2009-05-20  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/m4/sys_socket_h.m4,
-       gl/sys_socket.in.h, gltests/test-sys_socket.c, lib/gl/getdelim.c,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2009-05-17  Simon Josefsson <address@hidden>
-
-       * gl/alignof.h, gl/m4/gnulib-comp.m4, gltests/Makefile.am,
-       gltests/malloca.h, gltests/test-alignof.c, lib/maint.mk, maint.mk: 
-       Update gnulib files.
-
-2009-05-12  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Doc fix.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * cfg.mk, maint.mk: Fix build-aux for gnulib.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Drop gettext.m4.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * m4/pkg.m4: Add.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * m4/gtk-doc.m4: Update gtk-doc m4.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Fix build-aux paths.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * cfg.mk, gltests/test-vc-list-files-git.sh, lib/GNUmakefile,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/maint.mk: 
-       Update gnulib files.
-
-2009-05-10  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix.
-
-2009-05-10  Simon Josefsson <address@hidden>
-
-       * build-aux/config.rpath, build-aux/gendocs.sh,
-       build-aux/link-warning.h, build-aux/pmccabe.css,
-       build-aux/pmccabe2html, build-aux/useless-if-before-free,
-       build-aux/vc-list-files, configure.ac, gl/Makefile.am,
-       gl/alignof.h, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/sys_socket_h.m4, gl/sys_socket.in.h, gltests/Makefile.am,
-       gltests/malloca.h, gltests/test-sys_socket.c,
-       lib/build-aux/gendocs.sh, lib/build-aux/pmccabe.css,
-       lib/build-aux/pmccabe2html, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4: Update gnulib files.
-
-2009-05-08  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Make it easier to ignore -Werror.
-
-2009-05-07  Simon Josefsson <address@hidden>
-
-       * lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files: 
-       Update gnulib files.
-
-2009-05-07  Simon Josefsson <address@hidden>
-
-       * lib/gl/build-aux/config.rpath, lib/gl/build-aux/link-warning.h,
-       lib/gl/build-aux/useless-if-before-free,
-       lib/gl/build-aux/vc-list-files: Update gnulib files.
-
-2009-05-07  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix.
-
-2009-05-06  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am,
-       lib/gltests/test-vc-list-files-cvs.sh,
-       lib/gltests/test-vc-list-files-git.sh: Don't duplicate non-working
-       test.
-
-2009-05-06  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/multiarch.m4, gl/m4/vasnprintf.m4, lib/gl/m4/errno_h.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/multiarch.m4,
-       lib/gl/m4/vasnprintf.m4, maint.mk: Update gnulib files.
-
-2009-05-05  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix.
-
-2009-05-05  Simon Josefsson <address@hidden>
-
-       * README-alpha: Add.
-
-2009-05-05  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix warnings when not using TLS.
-
-2009-05-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/internal.h: Fix warning.
-
-2009-05-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/gettext.h, gl/m4/wchar.m4, gl/wchar.in.h,
-       lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/wchar.m4,
-       lib/gl/wchar.in.h, maint.mk: Update gnulib files.
-
-2009-04-27  Simon Josefsson <address@hidden>
-
-       * .x-sc_avoid_if_before_free, .x-sc_cast_of_alloca_return_value,
-       .x-sc_cast_of_x_alloc_return_value, .x-sc_file_system,
-       .x-sc_m4_quote_check, .x-sc_makefile_check, .x-sc_po_check,
-       .x-sc_program_name, .x-sc_prohibit_HAVE_MBRTOWC,
-       .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_the_the,
-       .x-sc_trailing_blank, .x-sc_useless_cpp_parens, cfg.mk,
-       configure.ac, doc/gdoc, doc/gsasl-callback-gssapi.texi,
-       doc/reference/gsasl-docs.sgml, doc/texinfo.css, gtk-doc.make,
-       lib/COPYING, lib/Makefile.am, lib/cfg.mk, lib/cram-md5/server.c,
-       lib/digest-md5/Makefile.am, lib/digest-md5/free.c,
-       lib/digest-md5/printer.c, lib/gs2/Makefile.am,
-       lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/server.c,
-       lib/libgsasl.pc.in, lib/login/server.c, lib/ntlm/Makefile.am,
-       lib/ntlm/ntlm.c, lib/securid/client.c, lib/src/Makefile.am,
-       lib/src/done.c, lib/src/md5pwd.c, lib/src/property.c,
-       lib/src/saslprep.c, lib/src/version.c, lib/src/xstep.c,
-       m4/valgrind.m4, po/POTFILES.in, src/Makefile.am, src/gsasl.c,
-       tests/Makefile.am, tests/cram-md5.c: Fix syntax-check nits.
-
-2009-04-27  Simon Josefsson <address@hidden>
-
-       * build-aux/useless-if-before-free, build-aux/vc-list-files,
-       gl/Makefile.am, gl/getopt1.c, gl/m4/gnulib-comp.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/vasnprintf.c,
-       gltests/Makefile.am, gltests/test-vc-list-files-cvs.sh,
-       gltests/test-vc-list-files-git.sh, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/vasnprintf.c,
-       lib/gltests/Makefile.am, lib/gltests/test-vc-list-files-cvs.sh,
-       lib/gltests/test-vc-list-files-git.sh, maint.mk: Update gnulib
-       files.
-
-2009-04-24  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template, gl/Makefile.am, gl/m4/mbrtowc.m4,
-       gl/m4/wctob.m4, maint.mk: Update gnulib files.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/src/Makefile.am: Fix var name.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-output-def.m4,
-       lib/m4/output-def.m4: Update gnulib files.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS, po/sk.po.in, po/sv.po.in: Sync with TP.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * lib/po/sk.po.in, lib/po/sv.po.in: Sync with TP.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, doc/gendocs_template, doc/lgpl-2.1.texi,
-       gl/Makefile.am, gl/m4/inet_ntop.m4, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/ld-version-script.m4, lib/gltests/Makefile.am, maint.mk: 
-       Update gnulib files.
-
-2009-04-01  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Make sure NLS is enabled.
-
-2009-03-31  Simon Josefsson <address@hidden>
-
-       * gltests/test-getaddrinfo.c, gltests/test-sockets.c: Update gnulib
-       files.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump versions.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * po/fr.po.in, po/ga.po.in, po/id.po.in, po/nl.po.in, po/pl.po.in,
-       po/zh_CN.po.in: Sync with TP.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * lib/po/ga.po.in, lib/po/id.po.in, lib/po/nl.po.in,
-       lib/po/pl.po.in, lib/po/zh_CN.po.in: Sync with TP.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Fix typo.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * lib/gltests/Makefile.am: Fixup broken generated paths.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.1.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * lib/README-alpha: Remove.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Copy cyclo chart to webdir.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fixes.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/digest-md5/client.c,
-       lib/digest-md5/server.c, tests/digest-md5.c: DIGEST-MD5: Disable
-       integrity layers by default.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c, tests/digest-md5.c, tests/external.c,
-       tests/name.c, tests/old-cram-md5.c, tests/old-digest-md5.c: Make
-       self tests work with --disable-client.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * lib/src/listmech.c: Make sure return string is zero terminated
-       even if there are no mechanisms.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * tests/suggest.c: Make more robust when some client mechanisms are
-       disabled.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * lib/src/suggest.c: Doc fix.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Mingw fixes.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/override/lib/getpass.c.diff: Add.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c: Avoid newline.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c: Apply local getpass fix.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/readline.c: Update gnulib files.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/close-hook.c, gl/close-hook.h, gl/close.c,
-       gl/m4/close.m4, gl/m4/gnulib-comp.m4, gl/unistd.in.h,
-       gltests/Makefile.am, gltests/sockets.c, lib/gl/unistd.in.h: Update
-       gnulib files.
-
-2009-03-23  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use EXEEXT for Mingw.
-
-2009-03-23  Simon Josefsson <address@hidden>
-
-       * gl/vasnprintf.c, gltests/Makefile.am, gltests/sockets.c,
-       gltests/sockets.h, lib/gl/vasnprintf.c: Update gnulib files.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * gl/override/tests/test-select-in.sh.diff: Add.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * gltests/Makefile.am, gltests/sockets.h,
-       gltests/test-select-in.sh, tests/Makefile.am: Mingw fixes.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Need -lws2_32 for mingw.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * README-alpha: Reduce.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Test encode/decode.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/qop.c, lib/digest-md5/qop.h: Add.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Derive session keys properly.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * NEWS, src/gsasl.c: gsasl: Decode data when integrity protected.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/session.c: Fix integrity decoding.  Reported by
-       Andery Melnikov <address@hidden>.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.c: Fix computation of Kic.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/gsasl.texi, src/callbacks.c, src/gsasl.ggo: Fix gsasl
-       --quality-of-protection flag.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Fix error.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/digest-md5/Makefile.am,
-       lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/src/Makefile.am, lib/src/gsasl.h, lib/src/internal.h,
-       lib/src/obsolete.c, lib/src/property.c, lib/src/xfinish.c,
-       tests/digest-md5.c, tests/old-digest-md5.c: Add GSASL_QOP.  Make
-       DIGEST-MD5 client support integrity and QOP callback.
-
-2009-03-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/digest-md5/server.c,
-       lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c,
-       lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c: Rename
-       GSASL_QOP to GSASL_QOPS as it denotes a set of qops.
-
-2009-03-18  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/m4/gettimeofday.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/quotearg.m4, gl/m4/select.m4,
-       gl/m4/sys_select_h.m4, gl/select.c, gl/sys_select.in.h,
-       gl/xmalloc.c, gltests/Makefile.am, gltests/gettimeofday.c,
-       gltests/test-gettimeofday.c, gltests/test-select-fd.c,
-       gltests/test-select-in.sh, gltests/test-select-out.sh,
-       gltests/test-select-stdin.c, gltests/test-select.c, maint.mk: Update
-       gnulib files.
-
-2009-03-07  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2009-03-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/digest-md5/server.c,
-       lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c,
-       lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c,
-       tests/old-digest-md5.c: Add GSASL_QOP property.  Make DIGEST-MD5
-       server use it.  Update self-tests.
-
-2009-03-07  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Free(NULL) works fine on all modern platforms,
-       reportedly.
-
-2009-03-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't use GnuTLS unless it has
-       gnutls_priority_set_direct.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Clarify.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, lib/gl/Makefile.am: Update gnulib files.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/external/Makefile.am, lib/gs2/Makefile.am,
-       lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am,
-       lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am: Add more CFLAG_VISIBILITY.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/src/Makefile.am, lib/src/gsasl.h: 
-       Use visibility module from gnulib.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/Makefile.am, lib/src/libgsasl.map: Use a linker
-       version script.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-version-script.m4: Import
-       ld-version-script and visibility gnulib modules.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * gl/fseeko.c, gl/gai_strerror.c, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/mbrtowc.m4,
-       gl/m4/printf.m4, gl/m4/stdarg.m4, gl/m4/stdint.m4,
-       gl/m4/stdlib_h.m4, gl/m4/ungetc.m4, gl/m4/vasnprintf.m4,
-       gl/mbrtowc.c, gl/stdint.in.h, gl/sys_socket.in.h, gl/vasnprintf.c,
-       gltests/Makefile.am, gltests/setsockopt.c, gltests/test-fseeko.c,
-       gltests/test-fseeko2.sh, gltests/test-getaddrinfo.c,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/stdint.in.h, lib/gl/vasnprintf.c: 
-       Update gnulib files.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Doc fix.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Add 1.1 symbols.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Doc fix.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Add
-       GSASL_VERSION_MAJOR, GSASL_VERSION_MINOR, GSASL_VERSION_PATCH, and
-       GSASL_VERSION_NUMBER.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/m4/update-header-version.m4: Support arbitrary sed
-       expressions.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/config.charset, gl/localcharset.c,
-       gl/m4/00gnulib.m4, gl/m4/close.m4, gl/m4/eealloc.m4,
-       gl/m4/environ.m4, gl/m4/extensions.m4, gl/m4/gettext.m4,
-       gl/m4/glibc2.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4,
-       gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4,
-       gl/m4/lcmessage.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4,
-       gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/malloca.m4, gl/m4/nls.m4,
-       gl/m4/pmccabe2html.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
-       gl/m4/progtest.m4, gl/m4/setenv.m4, gl/m4/sockets.m4,
-       gl/m4/stdlib_h.m4, gl/m4/threadlib.m4, gl/m4/uintmax_t.m4,
-       gl/m4/visibility.m4, gl/mbrtowc.c, gl/stdlib.in.h,
-       gl/version-etc.c, gltests/Makefile.am,
-       gltests/locale/fr/LC_MESSAGES/test-quotearg.po, gltests/malloca.c,
-       gltests/malloca.h, gltests/malloca.valgrind, gltests/setenv.c,
-       gltests/sockets.h, gltests/test-environ.c,
-       gltests/test-getaddrinfo.c, gltests/test-malloca.c,
-       gltests/test-mbrtowc4.sh, gltests/test-quotearg.c,
-       gltests/test-quotearg.sh, gltests/test-sockets.c,
-       gltests/unsetenv.c, lib/gl/Makefile.am, lib/gl/m4/00gnulib.m4,
-       lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/stdlib.in.h, lib/gltests/Makefile.am: Update gnulib files.
-
-2009-02-06  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Use ftp.gnu.org as upload target.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Link to autobuild.josefsson.org.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * doc/texinfo.css: Update.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/gltests/Makefile.am: Quick fix to make it build.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/gltests/Makefile.am: Quick fix to make it build.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.0.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Upload to ftp.gnu.org.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump version to 1.0.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * gtk-doc.make: Update with stable upstream.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * tests/suggest.c: Make it work with --disable-obsolete.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * gl/version-etc.c, gl/version-etc.h, src/gsasl.c: Use
-       emit_bug_reporting_address from gnulib.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Emit bug report address more.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix priority setting.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * Makefile.am, README, README-alpha, cfg.mk, configure.ac,
-       doc/Makefile.am, doc/cyclo/Makefile.am, doc/doxygen/gdoc2doxygen,
-       doc/print-errors.c, lib/Makefile.am, lib/NEWS, lib/README,
-       lib/README-alpha, lib/THANKS, lib/anonymous/Makefile.am,
-       lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/mechinfo.c, lib/anonymous/server.c,
-       lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c,
-       lib/cram-md5/challenge.h, lib/cram-md5/client.c,
-       lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c,
-       lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c,
-       lib/cram-md5/server.c, lib/digest-md5/Makefile.am,
-       lib/digest-md5/README, lib/digest-md5/client.c,
-       lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/free.c,
-       lib/digest-md5/free.h, lib/digest-md5/getsubopt.c,
-       lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c,
-       lib/digest-md5/nonascii.h, lib/digest-md5/parser.c,
-       lib/digest-md5/parser.h, lib/digest-md5/printer.c,
-       lib/digest-md5/printer.h, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/session.h,
-       lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h,
-       lib/digest-md5/validate.c, lib/digest-md5/validate.h,
-       lib/external/Makefile.am, lib/external/client.c,
-       lib/external/external.h, lib/external/mechinfo.c,
-       lib/external/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c,
-       lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h,
-       lib/libgsasl.pc.in, lib/login/Makefile.am, lib/login/client.c,
-       lib/login/login.h, lib/login/mechinfo.c, lib/login/server.c,
-       lib/m4/output-def.m4, lib/m4/update-header-version.m4,
-       lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c,
-       lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/client.c,
-       lib/plain/mechinfo.c, lib/plain/plain.h, lib/plain/server.c,
-       lib/securid/Makefile.am, lib/securid/client.c,
-       lib/securid/mechinfo.c, lib/securid/securid.h,
-       lib/securid/server.c, lib/src/Makefile.am, lib/src/base64.c,
-       lib/src/callback.c, lib/src/crypto.c, lib/src/done.c,
-       lib/src/error.c, lib/src/free.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl-mech.h, lib/src/gsasl.h, lib/src/init.c,
-       lib/src/internal.h, lib/src/listmech.c, lib/src/md5pwd.c,
-       lib/src/mechname.c, lib/src/obsolete.c, lib/src/property.c,
-       lib/src/register.c, lib/src/saslprep.c, lib/src/suggest.c,
-       lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c,
-       lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c,
-       lib/tests/Makefile.am, lib/tests/test-error.c, m4/valgrind.m4,
-       po/POTFILES.in, src/Makefile.am, src/callbacks.c, src/callbacks.h,
-       src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c,
-       src/smtp.h, tests/Makefile.am, tests/cram-md5.c,
-       tests/digest-md5.c, tests/errors.c, tests/external.c,
-       tests/gssapi.c, tests/md5file.c, tests/name.c, tests/old-base64.c,
-       tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c,
-       tests/old-md5file.c, tests/simple.c, tests/suggest.c,
-       tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: 
-       Update copyright years.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/AUTHORS: Update PGP key.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/gsasl.texi, src/gsasl.c, src/gsasl.ggo: Add gsasl
-       --priority parameter.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl, doc/reference/gsasl.types,
-       doc/reference/gtk-doc.make, gtk-doc.make: Update gtk-doc files.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c, gl/m4/alloca.m4,
-       gl/m4/codeset.m4, gl/m4/errno_h.m4, gl/m4/getaddrinfo.m4,
-       gl/m4/getline.m4, gl/m4/getpass.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconv_open.m4,
-       gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4,
-       gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/lib-ld.m4,
-       gl/m4/lib-link.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4,
-       gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4,
-       gl/m4/longlong.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4,
-       gl/m4/mbstate_t.m4, gl/m4/multiarch.m4, gl/m4/poll.m4,
-       gl/m4/printf.m4, gl/m4/readline.m4, gl/m4/realloc.m4,
-       gl/m4/sockets.m4, gl/m4/sockpfaf.m4, gl/m4/stdbool.m4,
-       gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4,
-       gl/m4/strdup.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4,
-       gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/poll.c, gl/progname.c,
-       gl/stdint.in.h, gl/stdio.in.h, gl/strerror.c, gl/unistd.in.h,
-       gl/wchar.in.h, gltests/ioctl.c, gltests/test-quotearg.c,
-       gltests/test-unistd.c, lib/gl/Makefile.am, lib/gl/m4/alloca.m4,
-       lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/gc-random.m4,
-       lib/gl/m4/gc.m4, lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/iconv.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4,
-       lib/gl/m4/md5.m4, lib/gl/m4/minmax.m4, lib/gl/m4/multiarch.m4,
-       lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4,
-       lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/stdbool.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4,
-       lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4,
-       lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/unistd.in.h,
-       lib/gl/wchar.in.h, lib/gltests/test-unistd.c: Update gnulib files.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Typo.
-
-2009-01-22  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gdoc: Update gdoc and use gdoc -pkg-name.
-
-2009-01-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-01-22  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Add web page links, per new GNU coding standard.
-
-2009-01-07  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Need to initialize gc.
-
-2009-01-07  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Make --version print both version numbers if libgsasl
-       and gsasl version differ.
-
-2009-01-07  Simon Josefsson <address@hidden>
-
-       * README, doc/gsasl.texi, doc/reference/gsasl-docs.sgml: Fix GFDL
-       version number.
-
-2009-01-07  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, doc/gendocs_template, gl/Makefile.am,
-       gl/config.charset, gl/localcharset.c, gl/localcharset.h,
-       gl/m4/codeset.m4, gl/m4/errno_h.m4, gl/m4/extensions.m4,
-       gl/m4/getaddrinfo.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/inttypes_h.m4,
-       gl/m4/lib-link.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4,
-       gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/mbrtowc.m4,
-       gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/multiarch.m4,
-       gl/m4/printf.m4, gl/m4/quotearg.m4, gl/m4/size_max.m4,
-       gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/wchar.m4,
-       gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4,
-       gl/mbrtowc.c, gl/mbsinit.c, gl/quotearg.c, gl/ref-add.sin,
-       gl/ref-del.sin, gl/stdint.in.h, gl/stdlib.in.h, gl/streq.h,
-       gl/sys_select.in.h, gl/unistd.in.h, gl/verify.h, gl/version-etc.c,
-       gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am,
-       gltests/test-mbrtowc.c, gltests/test-mbrtowc1.sh,
-       gltests/test-mbrtowc2.sh, gltests/test-mbrtowc3.sh,
-       gltests/test-mbrtowc4.sh, gltests/test-mbsinit.c,
-       gltests/test-mbsinit.sh, gltests/verify.h, gltests/wctob.c,
-       lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4,
-       lib/gl/m4/extensions.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4,
-       lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4,
-       lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4,
-       lib/gl/m4/visibility.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_t.m4,
-       lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/stdint.in.h,
-       lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h,
-       lib/gltests/Makefile.am: Update gnulib files.
-
-2008-12-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.c: Drop unused macros.
-
-2008-12-11  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/manywarnings.m4: Update gnulib files.
-
-2008-12-11  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/m4/include_next.m4, gl/m4/warnings.m4,
-       gl/stdint.in.h, gl/sys_time.in.h, lib/gl/m4/include_next.m4,
-       lib/gl/stdint.in.h, maint.mk: Update gnulib files.
-
-2008-11-28  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Need libintl.
-
-2008-11-18  Simon Josefsson <address@hidden>
-
-       * maint.mk: Update gnulib files.
-
-2008-11-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Drop obsolete distcheck rules.
-
-2008-11-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Move gltests directory last.
-
-2008-11-18  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Re-order build, so that gltests is last.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * configure.ac: Typos.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * gl/override/lib/gettext.h.diff,
-       lib/gl/override/lib/gettext.h.diff: Add gnulib overrides.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac, gl/gettext.h, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/hostent.m4, gl/m4/servent.m4,
-       gl/m4/sockets.m4, gl/m4/warnings.m4, lib/gl/Makefile.am,
-       lib/gl/gettext.h, lib/gl/m4/gnulib-cache.m4, m4/valgrind.m4: Update
-       gnulib files.  Change warning handling.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Fix warnings.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am, gl/m4/getaddrinfo.m4, gl/m4/netdb_h.m4,
-       gl/netdb.in.h, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am: Update gnulib
-       files.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac: Fix warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Silence warning.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * configure.ac, tests/Makefile.am, tests/cram-md5.c,
-       tests/external.c, tests/md5file.c, tests/old-md5file.c,
-       tests/simple.c, tests/utils.h: Fix warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac: Fix warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * configure.ac: Need -Wundef afterall.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Use HAVE_LIBIDN instead of WITH_SASLPREP.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac: Re-add -Wundef.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Revert.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Revert but fix warning in another way.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Typo.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Use --deprecated-guard properly.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add deprecated guard.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/test-parser.c,
-       lib/src/callback.c, lib/src/internal.h, lib/src/property.c: Enable
-       more warnings.  Fix warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Avoid warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac, lib/configure.ac, lib/m4/output-def.m4: Fix
-       warning handling.  Use output-def.m4.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * configure.ac: Neatify.
-
-2008-11-12  Simon Josefsson <address@hidden>
-
-       * lib/libgsasl.pc.in: Add URL field.
-
-2008-11-12  Simon Josefsson <address@hidden>
-
-       * examples/Makefile.am: Add WARN_CFLAGS.
-
-2008-11-12  Simon Josefsson <address@hidden>
-
-       * Makefile.am, cfg.mk, configure.ac, gl/Makefile.am, gl/fseeko.c,
-       gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/netdb_h.m4, gl/m4/printf.m4, gl/m4/warnings.m4,
-       gl/netdb.in.h, gltests/sockets.h, lib/configure.ac,
-       lib/m4/update-header-version.m4, src/Makefile.am: Update gnulib
-       files.  Use shared files for common tests.
-
-2008-11-10  Simon Josefsson <address@hidden>
-
-       * build-aux/pmccabe2html, gl/Makefile.am, gl/m4/sys_ioctl_h.m4: 
-       Update gnulib files.
-
-2008-11-04  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-11-04  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/fdl-1.3.texi, doc/fdl.texi, doc/gsasl.texi,
-       gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Use
-       GFDLv1.3+ for manual.
-
-2008-11-04  Simon Josefsson <address@hidden>
-
-       * gl/m4/include_next.m4, lib/gl/m4/include_next.m4, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2008-11-03  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/strdup.m4, lib/gl/stdlib.in.h, lib/gl/strdup.c,
-       lib/gl/unistd.in.h, lib/maint.mk: Update gnulib files.
-
-2008-11-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       src/callbacks.c, src/gsasl.c, src/internal.h: Use gnulib xalloc
-       module.
-
-2008-10-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Cleanup pkg-config description.
-
-2008-10-29  Simon Josefsson <address@hidden>
-
-       * cfg.mk, gl/Makefile.am, gl/m4/netdb_h.m4, gl/m4/stdlib_h.m4,
-       gl/m4/sys_socket_h.m4, gl/netdb.in.h, gl/stdlib.in.h,
-       gl/sys_socket.in.h, gl/unistd.in.h, maint.mk: Update gnulib files.
-
-2008-10-29  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-10-29  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Sync gdoc with libidn.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Need doxygen.c.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/doxygen/Doxyfile.in, doc/doxygen/Doxyfile.orig: 
-       Modernize doxygen configuration.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c, tests/digest-md5.c, tests/external.c,
-       tests/gssapi.c, tests/md5file.c: Use gsasl_free when applicable.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/suggest.c: Add self-test.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Add code coverage rules.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Use system's gnupload.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Disable warnings about deprecated
-       stuff.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.29.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/cfg.mk: Split release target.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Exclude gnulib files from cyclomatic code
-       complexity chart.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * NEWS, build-aux/pmccabe.css, build-aux/pmccabe2html,
-       configure.ac, doc/Makefile.am, doc/cyclo/Makefile.am,
-       gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/pmccabe2html.m4: Added cyclomatic code complexity charts.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * gl/close.c, gl/m4/sys_socket_h.m4, gl/socket.c,
-       gl/sys_socket.in.h, gltests/ioctl.c: Update gnulib files.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/unistd_h.m4, gl/unistd.in.h,
-       lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: 
-       Update gnulib files.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Make it work with --disable-obsolete.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * tests/old-base64.c: Fix out of range problem in printf.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/ioctl.c,
-       gltests/sys_ioctl.in.h: Update gnulib files.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/close.c, gl/connect.c, gl/m4/gnulib-comp.m4,
-       gl/override/tests/test-poll.c.diff, gl/recv.c, gl/shutdown.c,
-       gl/socket.c, gl/w32sock.h, gl/winsock.c, gltests/Makefile.am,
-       gltests/accept.c, gltests/bind.c, gltests/ioctl.c,
-       gltests/listen.c, gltests/setsockopt.c, gltests/sys_ioctl.in.h,
-       gltests/test-poll.c, gltests/w32sock.h, gltests/winsock.c: Update
-       gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/winsock.c, gltests/Makefile.am,
-       gltests/ioctl.c, gltests/winsock.c: Update gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/m4/close.m4, gl/m4/gnulib-comp.m4, gltests/Makefile.am: Update
-       gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/sys_ioctl.in.h: 
-       Update gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Need -I's for gsasl.h etc.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't garble gsasl-api-error-labels.texi if
-       print-errors fails.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't re-generate print-errors unless needed.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Fix off-by-one error.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/fclose.c, gl/m4/close.m4, gl/m4/fclose.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Re-enable fclose to
-       work around autoconf problem.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/close.c, gl/m4/fclose.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gltests/Makefile.am,
-       gltests/close.c, gltests/fclose.c: Update gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Remove gdoc-error.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Drop getaddrinfo.h.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/arpa_inet.in.h, gl/errno.in.h,
-       gl/float.in.h, gl/gai_strerror.c, gl/getaddrinfo.c,
-       gl/getaddrinfo.h, gl/iconv.in.h, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/netdb.in.h,
-       gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h,
-       gl/wchar.in.h, gl/wctype.in.h, gltests/test-getaddrinfo.c,
-       lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float.in.h,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdint.in.h,
-       lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h,
-       lib/gl/unistd.in.h, lib/gl/wchar.in.h, src/internal.h: Update gnulib
-       files.
-
-2008-10-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getaddrinfo.c, gl/m4/close.m4,
-       gl/m4/fclose.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4, gl/m4/stdio_h.m4,
-       gl/m4/sys_socket_h.m4, gl/netdb.in.h, gl/stdio.in.h,
-       gl/sys_socket.in.h, gl/winsock.c, gltests/Makefile.am,
-       gltests/fclose.c, gltests/test-netdb.c, gltests/test-poll.c,
-       gltests/winsock.c: Update gnulib files.  Add netdb.h replacement.
-
-2008-10-15  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS: Add.
-
-2008-10-15  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't use POLLOUT, causes essentially busy-waiting.
-       Reported by Enrico Scholz <address@hidden>.
-
-2008-10-13  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/nonascii.c: Fix warnings.
-
-2008-10-13  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Need -I for gettext.h.
-
-2008-10-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h, lib/win32/libgsasl.vcproj: Fix MSVC build files.
-       Partially reverts recent changes.  Based on discussion with Adam
-       Strzelecki <address@hidden>.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Need EXEEXT.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Don't include langinfo.h when it doesn't exist.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump so version for new API.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h, lib/src/xfinish.c: Fix mem leak.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Reduce redundancy.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generated.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gdoc-error, doc/print-errors.c: Generate
-       gsasl-api-error-labels.texi using C program.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Add.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/src/Makefile.am,
-       lib/src/test-error.c, lib/tests/test-error.c: Move test-error.c out
-       of library source tree.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml, lib/NEWS, lib/src/Makefile.am,
-       lib/src/error.c, lib/src/gsasl.h, lib/src/test-error.c,
-       tests/Makefile.am, tests/errors.c: Add gsasl_strerror_name.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/obsolete.c: Move callback mapping to
-       obsolete.c.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Typo.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c, lib/src/property.c: Move callback2property
-       mapping to obsolete.c.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix warnings.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/Makefile.am: This code doesn't compile with warnings
-       enabled -- GSS-API bufdesc is broken!
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.c: Fix warnings.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/old-base64.c: Add self-test of obsolete
-       base64 functions.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/m4/close.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_socket_h.m4,
-       gl/m4/unistd_h.m4, gl/sys_select.in.h, gl/sys_socket.in.h,
-       gl/unistd.in.h, gl/winsock.c, gltests/Makefile.am, gltests/close.c,
-       gltests/winsock.c, lib/GNUmakefile, lib/gl/Makefile.am,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/minmax.m4, lib/gl/minmax.h,
-       lib/src/obsolete.c: Use internal base64 encoder instead of
-       duplicating it.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/NEWS, lib/digest-md5/server.c: DIGEST-MD5 server:
-       Convert latin-1 realm to UTF-8 when needed.  Reported by Adam Goode
-       <address@hidden>.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c: Fix (incorrect) -Werror warning.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, lib/Makefile.am,
-       lib/anonymous/Makefile.am, lib/configure.ac,
-       lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/external/Makefile.am, lib/gs2/Makefile.am,
-       lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am,
-       lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am, lib/src/Makefile.am: Do distcheck with
-       -Werror.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Work around gtk-doc parser bug.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Fix mingw32 target.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/config.h: Add, derived from
-       gen-win32-headers.pl.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Map GSASL_API to nothing by default.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/Makefile.am, lib/NEWS, lib/src/gsasl.h,
-       lib/win32/include/gen-win32-headers.pl, lib/win32/libgsasl.vcproj: 
-       Fix MinGW again.  Avoid perl in MSVS.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Use GSASL_VERSION instead of PACKAGE_VERSION to
-       reduce config.h dependency.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Mention new property.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Ignore GSASL_DIGEST_MD5_HASHED_PASSWORD
-       property callbacks.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Try to get hashed password before real
-       password.  Patch together with "Gazsรƒยณ Attila" <address@hidden>.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/NEWS, lib/digest-md5/server.c, lib/src/gsasl.h,
-       lib/src/internal.h, lib/src/property.c: Support hashed passwords in
-       DIGEST-MD5 servers.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Fix INDENT_SOURCES.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Add INDENT_SOURCES.
-
-2008-10-05  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/c-ctype.h, gl/errno.in.h,
-       gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, gl/m4/unistd_h.m4,
-       gl/strerror.c, gl/sys_select.in.h, gl/unistd.in.h,
-       gl/winsock-select.c, gl/winsock.c, gltests/Makefile.am,
-       gltests/test-sys_select.c, lib/gl/Makefile.am, lib/gl/errno.in.h,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-10-02  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix mingw build rules.
-
-2008-10-02  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/unistd_h.m4, gl/poll.c, gl/sys_socket.in.h,
-       gl/unistd.in.h, gl/winsock-select.c, gl/winsock.c,
-       gltests/test-poll.c, gltests/test-sys_select.c, lib/gl/Makefile.am,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-09-30  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/m4/arpa_inet_h.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/sockets.m4,
-       gl/m4/stdio_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4,
-       gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/stdio-write.c, gl/stdio.in.h,
-       gl/sys_select.in.h, gl/sys_socket.in.h, gl/unistd.in.h,
-       gl/winsock.c, gltests/Makefile.am, gltests/test-sys_select.c,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio-write.c,
-       lib/gl/stdio.in.h, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-09-30  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Use AC_CONFIG_MACRO_DIR for modern
-       libtool.
-
-2008-09-26  Simon Josefsson <address@hidden>
-
-       * configure.ac, doc/reference/Makefile.am, gtk-doc.make,
-       lib/configure.ac: Use automake warnings.  Upgrade gtk-doc makefiles.
-
-2008-09-26  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Remove.
-
-2008-09-26  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update gnulib
-       files.
-
-2008-09-26  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/sys_select_h.m4, gl/sys_select.in.h, gl/sys_socket.in.h,
-       gl/winsock-select.c, gltests/test-sys_select.c: Update gnulib files.
-
-2008-09-23  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/alloca.c, gl/m4/gnulib-comp.m4,
-       gl/m4/perror.m4, gl/m4/strdup.m4, gl/m4/string_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/wchar.m4, gl/poll.c, gl/string.in.h,
-       gl/sys_socket.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h,
-       gl/winsock.c, gltests/Makefile.am, gltests/perror.c,
-       gltests/test-perror.c, gltests/test-perror.sh, gltests/test-poll.c,
-       gltests/test-wchar.c, gltests/test-wctype.c, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strdup.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/wchar.m4, lib/gl/malloc.c,
-       lib/gl/string.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h,
-       lib/gltests/test-wchar.c: Update gnulib files.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Revert CFLAGS, causes ./configure to be run with
-       -Werror which isn't supported.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * README, doc/gsasl.texi, lib/README: Fix license discussions.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * po/ga.po.in: Sync with TP.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/id.po.in: Sync with TP.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * lib/gs2/test-parser.c, lib/securid/mechinfo.c, lib/src/gsasl.h,
-       lib/src/mechname.c, lib/src/version.c, tests/external.c: Indent.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c, src/imap.c, src/smtp.c,
-       tests/external.c: Fix warnings.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add dist-check warning flags.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/errno.in.h, gl/m4/eoverflow.m4,
-       gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_pton.m4,
-       gl/m4/sockets.m4, gl/m4/stdio_h.m4, gl/m4/strerror.m4, gl/poll.c,
-       gl/stdio.in.h, gl/strerror.c, gl/sys_socket.in.h, gl/vasnprintf.c,
-       gltests/Makefile.am, gltests/dummy.c, gltests/inet_pton.c,
-       gltests/sockets.c, gltests/sockets.h, gltests/test-EOVERFLOW.c,
-       gltests/test-errno.c, gltests/test-poll.c, gltests/test-sockets.c,
-       gltests/test-strerror.c, lib/gl/Makefile.am, lib/gl/errno.in.h,
-       lib/gl/m4/eoverflow.m4, lib/gl/m4/errno_h.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/stdio.in.h,
-       lib/gl/vasnprintf.c, lib/gltests/Makefile.am,
-       lib/gltests/test-EOVERFLOW.c, lib/gltests/test-errno.c: Update
-       gnulib files.
-
-2008-09-08  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Don't check gnulib getdelim for thread
-       unsafety: it is thread safe.
-
-2008-09-08  Simon Josefsson <address@hidden>
-
-       * build-aux/config.rpath, gl/m4/include_next.m4,
-       lib/build-aux/config.rpath, lib/gl/m4/include_next.m4: Update gnulib
-       files.
-
-2008-09-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/float.in.h, gl/iconv.in.h,
-       gl/m4/include_next.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
-       gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h,
-       gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, lib/gl/Makefile.am,
-       lib/gl/float.in.h, lib/gl/m4/include_next.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/stdint.in.h,
-       lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h,
-       lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h: Update
-       gnulib files.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/Makefile.am, lib/cfg.mk: Fix release target in lib/.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * Makefile.am, cfg.mk: Move release targets.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/gl/getdelim.c, lib/gl/m4/getdelim.m4,
-       lib/maint.mk: Update gnulib files.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/getdelim.c, gl/m4/getdelim.m4, gl/poll.c,
-       maint.mk: Update gnulib files.
-
-2008-08-27  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-08-22  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/poll.m4, gl/poll.c, gl/poll.in.h: Need poll for mingw32.
-
-2008-08-21  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Update gnulib usage.
-
-2008-08-21  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4,
-       lib/gl/m4/threadlib.m4, lib/gl/string.in.h, lib/gl/strverscmp.h,
-       lib/gltests/Makefile.am, lib/gltests/test-strverscmp.c: Update
-       gnulib files.
-
-2008-08-21  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/autobuild.m4, gl/m4/string_h.m4,
-       gl/string.in.h: Update gnulib files.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix URLs.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix URLs.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't put archive in www direcory.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.28.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * configure.ac: No need to check for sys/poll.h and errno.h.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/autobuild.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, m4/autobuild.m4: Use
-       autobuild from gnulib.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * tests/name.c: Test NULL usage.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Link to new APIs in 0.2.28.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS, tests/Makefile.am, tests/name.c: Add self-test for
-       gsasl_mechanism_name.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generated.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/configure.ac, lib/src/Makefile.am,
-       lib/src/gsasl.h, lib/src/mechname.c, lib/win32/libgsasl.vcproj: Add
-       gsasl_mechanism_name function.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c: Update gnulib files.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h,
-       lib/gs2/client.c, lib/gs2/gs2.h, lib/gs2/gs2parser.c,
-       lib/gs2/gs2parser.h, lib/gs2/gs2wrap.c, lib/gs2/server.c,
-       lib/gs2/test-parser.c, lib/gssapi/server.c, lib/plain/server.c,
-       src/internal.h, tests/gssapi.c, tests/old-gssapi.c: Indent.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Add proper INDENT_SOURCE.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/gsasl.c: Indent.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * .clcopying: Update.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Use #ifdef HAVE_CONFIG_H instead of #if
-       HAVE_CONFIG_H.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/client.c, lib/anonymous/mechinfo.c,
-       lib/anonymous/server.c, lib/cram-md5/client.c,
-       lib/cram-md5/mechinfo.c, lib/cram-md5/server.c,
-       lib/digest-md5/client.c, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c,
-       lib/digest-md5/nonascii.c, lib/digest-md5/parser.c,
-       lib/digest-md5/printer.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/validate.c,
-       lib/external/client.c, lib/external/mechinfo.c,
-       lib/external/server.c, lib/gs2/client.c, lib/gs2/mechinfo.c,
-       lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c,
-       lib/gssapi/server.c, lib/login/client.c, lib/login/mechinfo.c,
-       lib/login/server.c, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c,
-       lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/server.c,
-       lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/server.c,
-       src/internal.h: Use #ifdef HAVE_CONFIG_H instead of #if
-       HAVE_CONFIG_H.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h: Remove duplicate
-       GSASL_API definition.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Ignore GSASL_API function decorator.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS, src/gsasl.c, src/internal.h: Use poll instead of select.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Dist unistd.h for win32.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/unistd.h: Add.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * README-alpha, lib/README-alpha, lib/autogen.sh: Upgrade
-       README-alpha stuff.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/gen-win32-headers.pl: Update license.  See
-       discussion in
-
-       
<http://news.gmane.org/find-root.php?message_id=%3c824CED64%2dD5F3%2d4626%2dA030%2d3D5A1F25663B%40java.pl%3e>and
-
-       
<http://news.gmane.org/find-root.php?message_id=%3cBB01BC68%2dA998%2d4E91%2d9501%2d7691BB7BBFC3%40java.pl%3e>.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/Makefile.am, lib/README.win32: Move Windows
-       instructions into the manual.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Dist win32 files.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h: 
-       Indent.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h: Add
-       Visual Studio patches.  From Adam Strzelecki <address@hidden>.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/README.win32, lib/win32/include/ac-stdint.h,
-       lib/win32/include/alloca.h, lib/win32/include/gen-win32-headers.pl,
-       lib/win32/include/idn-int.h, lib/win32/include/stdbool.h,
-       lib/win32/include/stdint.h, lib/win32/libgsasl.sln,
-       lib/win32/libgsasl.vcproj: Add Visual Studio patches.  From Adam
-       Strzelecki <address@hidden>.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c, lib/gl/m4/lock.m4: Update gnulib files.
-
-2008-08-06  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, lib/GNUmakefile: Update gnulib files.
-
-2008-08-04  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/m4/gnulib-comp.m4, gl/vasnprintf.c,
-       lib/GNUmakefile, lib/gl/m4/gnulib-comp.m4, lib/gl/vasnprintf.c: 
-       Update gnulib files.
-
-2008-07-02  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Reorder release target.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: No need to git-push here.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Reorder release target.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.27.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Improve release target.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix nl_langinfo error.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/tests/Makefile.am, gl/tests/dummy.c,
-       gl/tests/test-EOVERFLOW.c, gl/tests/test-alloca-opt.c,
-       gl/tests/test-arpa_inet.c, gl/tests/test-c-ctype.c,
-       gl/tests/test-c-strcase.sh, gl/tests/test-c-strcasecmp.c,
-       gl/tests/test-c-strncasecmp.c, gl/tests/test-fseeko.c,
-       gl/tests/test-fseeko.sh, gl/tests/test-getaddrinfo.c,
-       gl/tests/test-getdelim.c, gl/tests/test-getline.c,
-       gl/tests/test-iconv.c, gl/tests/test-lseek.c,
-       gl/tests/test-lseek.sh, gl/tests/test-netinet_in.c,
-       gl/tests/test-quotearg.c, gl/tests/test-snprintf.c,
-       gl/tests/test-stdbool.c, gl/tests/test-stdint.c,
-       gl/tests/test-stdio.c, gl/tests/test-stdlib.c,
-       gl/tests/test-strerror.c, gl/tests/test-striconv.c,
-       gl/tests/test-string.c, gl/tests/test-sys_select.c,
-       gl/tests/test-sys_socket.c, gl/tests/test-sys_time.c,
-       gl/tests/test-unistd.c, gl/tests/test-vasnprintf.c,
-       gl/tests/test-wchar.c, gl/tests/test-wctype.c, gl/tests/verify.h,
-       gltests/Makefile.am, gltests/dummy.c, gltests/test-EOVERFLOW.c,
-       gltests/test-alloca-opt.c, gltests/test-arpa_inet.c,
-       gltests/test-c-ctype.c, gltests/test-c-strcase.sh,
-       gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c,
-       gltests/test-fseeko.c, gltests/test-fseeko.sh,
-       gltests/test-getaddrinfo.c, gltests/test-getdelim.c,
-       gltests/test-getline.c, gltests/test-iconv.c, gltests/test-lseek.c,
-       gltests/test-lseek.sh, gltests/test-netinet_in.c,
-       gltests/test-quotearg.c, gltests/test-snprintf.c,
-       gltests/test-stdbool.c, gltests/test-stdint.c,
-       gltests/test-stdio.c, gltests/test-stdlib.c,
-       gltests/test-strerror.c, gltests/test-striconv.c,
-       gltests/test-string.c, gltests/test-sys_select.c,
-       gltests/test-sys_socket.c, gltests/test-sys_time.c,
-       gltests/test-unistd.c, gltests/test-vasnprintf.c,
-       gltests/test-wchar.c, gltests/test-wctype.c, gltests/verify.h,
-       lib/Makefile.am, lib/configure.ac, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/tests/Makefile.am,
-       lib/gl/tests/dummy.c, lib/gl/tests/intprops.h,
-       lib/gl/tests/test-EOVERFLOW.c, lib/gl/tests/test-alloca-opt.c,
-       lib/gl/tests/test-base64.c, lib/gl/tests/test-gc-hmac-md5.c,
-       lib/gl/tests/test-gc-md5.c, lib/gl/tests/test-gc.c,
-       lib/gl/tests/test-getdelim.c, lib/gl/tests/test-getline.c,
-       lib/gl/tests/test-stdbool.c, lib/gl/tests/test-stdint.c,
-       lib/gl/tests/test-stdio.c, lib/gl/tests/test-stdlib.c,
-       lib/gl/tests/test-string.c, lib/gl/tests/test-unistd.c,
-       lib/gl/tests/test-vasnprintf.c, lib/gl/tests/test-vasprintf.c,
-       lib/gl/tests/test-wchar.c, lib/gl/tests/verify.h,
-       lib/gltests/Makefile.am, lib/gltests/dummy.c,
-       lib/gltests/intprops.h, lib/gltests/test-EOVERFLOW.c,
-       lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c,
-       lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-md5.c,
-       lib/gltests/test-gc.c, lib/gltests/test-getdelim.c,
-       lib/gltests/test-getline.c, lib/gltests/test-stdbool.c,
-       lib/gltests/test-stdint.c, lib/gltests/test-stdio.c,
-       lib/gltests/test-stdlib.c, lib/gltests/test-string.c,
-       lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c,
-       lib/gltests/test-vasprintf.c, lib/gltests/test-wchar.c,
-       lib/gltests/verify.h: Move gnulib self-tests from */gl/tests to
-       */gltests.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac: Fix paths.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Update translations.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Fix PACKAGE.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/fr.po.in, lib/po/ga.po.in,
-       lib/po/nl.po.in, lib/po/pl.po.in, lib/po/ro.po.in, lib/po/sr.po.in,
-       lib/po/sv.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Set PACKAGE for update-po.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/tests/dummy.c, lib/gl/tests/intprops.h,
-       lib/gl/tests/test-EOVERFLOW.c, lib/gl/tests/test-alloca-opt.c,
-       lib/gl/tests/test-base64.c, lib/gl/tests/test-getdelim.c,
-       lib/gl/tests/test-getline.c, lib/gl/tests/test-stdbool.c,
-       lib/gl/tests/test-stdint.c, lib/gl/tests/test-stdio.c,
-       lib/gl/tests/test-stdlib.c, lib/gl/tests/test-string.c,
-       lib/gl/tests/test-unistd.c, lib/gl/tests/test-vasnprintf.c,
-       lib/gl/tests/test-vasprintf.c, lib/gl/tests/test-wchar.c,
-       lib/gl/tests/verify.h: Update gnulib files, and include gnulib
-       self-tests.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/NEWS, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/gnulib-tool.m4, lib/gl/m4/lock.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/stdio.in.h, lib/gl/tests/Makefile.am,
-       lib/gl/tests/test-gc-hmac-md5.c, lib/gl/tests/test-gc-md5.c,
-       lib/gl/tests/test-gc.c, lib/tests/Makefile.am,
-       lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c,
-       lib/tests/test-gc.c: Update gnulib files, and include gnulib
-       self-tests.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, NEWS, doc/gendocs_template, gl/Makefile.am,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
-       gl/m4/locale-fr.m4, gl/m4/locale-tr.m4, gl/m4/stdio_h.m4,
-       gl/override/doc/gendocs_template.diff, gl/stdio.in.h,
-       gl/tests/Makefile.am, gl/tests/dummy.c, gl/tests/test-EOVERFLOW.c,
-       gl/tests/test-alloca-opt.c, gl/tests/test-arpa_inet.c,
-       gl/tests/test-c-ctype.c, gl/tests/test-c-strcase.sh,
-       gl/tests/test-c-strcasecmp.c, gl/tests/test-c-strncasecmp.c,
-       gl/tests/test-fseeko.c, gl/tests/test-fseeko.sh,
-       gl/tests/test-getaddrinfo.c, gl/tests/test-getdelim.c,
-       gl/tests/test-getline.c, gl/tests/test-iconv.c,
-       gl/tests/test-lseek.c, gl/tests/test-lseek.sh,
-       gl/tests/test-netinet_in.c, gl/tests/test-quotearg.c,
-       gl/tests/test-snprintf.c, gl/tests/test-stdbool.c,
-       gl/tests/test-stdint.c, gl/tests/test-stdio.c,
-       gl/tests/test-stdlib.c, gl/tests/test-strerror.c,
-       gl/tests/test-striconv.c, gl/tests/test-string.c,
-       gl/tests/test-sys_select.c, gl/tests/test-sys_socket.c,
-       gl/tests/test-sys_time.c, gl/tests/test-unistd.c,
-       gl/tests/test-vasnprintf.c, gl/tests/test-wchar.c,
-       gl/tests/test-wctype.c, gl/tests/verify.h: Update gnulib files, and
-       include gnulib self-tests.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/de.po.in, lib/po/eu.po.in,
-       lib/po/fr.po.in, lib/po/ga.po.in, lib/po/id.po.in, lib/po/nl.po.in,
-       lib/po/pl.po.in, lib/po/ro.po.in, lib/po/sq.po.in, lib/po/sr.po.in,
-       lib/po/sv.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in,
-       lib/po/zh_TW.po.in: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-06-21  Enrico Scholz <address@hidden>
-
-       * src/gsasl.c: Fix SASL operations through TLS SASL operations through 
TLS do not work as the custom 'writeln()'
-       operation would skip the gnutls_record_send() call unconditionally
-       ('len' is initialized to 0 and won't be modified).  This patch 
initializes 'len' with the length of the string and
-       reuses this value in the following send/write calls.  Signed-off-by: 
Enrico Scholz
-       <address@hidden>
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * po/nl.po.in, po/pl.po.in, po/vi.po.in, po/zh_CN.po.in: Sync with
-       TP.
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/nl.po.in, lib/po/vi.po.in,
-       lib/po/zh_CN.po.in: Sync with TP.
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * gl/stdbool.in.h, gl/stdio-impl.h, gl/vasnprintf.c, gl/xalloc.h,
-       lib/gl/stdbool.in.h, lib/gl/vasnprintf.c, lib/maint.mk, maint.mk: 
-       Update gnulib files.
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/Makefile.am, lib/digest-md5/client.c,
-       lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h,
-       lib/digest-md5/server.c: DIGEST-MD5: Fix undefined symbol
-       "utf8tolatin1ifpossible".  Reported by Martin Lambers
-       <address@hidden>.
-
-2008-05-20  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/wctype.m4, gl/vasnprintf.c, gl/xalloc.h, gl/xmalloc.c,
-       lib/gl/base64.c, lib/gl/base64.h, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/vasnprintf.c: Update gnulib files.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Dist more.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.26.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix .cvscopying filename.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * .clcopying, .cvscopying, Makefile.am: Dist more, fix .cvscopying
-       filename.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix warnings about missing
-       --deprecated-guards.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Cosmetic fix.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Fix to avoid warnings about
-       GSASL_VALID_MECHANISM_CHARACTERS definition.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Split up manpage/texinfos to one per line, to
-       simplify diff review.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, gl/Makefile.am, gl/arpa_inet.in.h,
-       gl/fseeko.c, gl/getaddrinfo.c, gl/inet_ntop.c, gl/inet_ntop.h,
-       gl/m4/arpa_inet_h.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_socket_h.m4,
-       gl/stdio-impl.h, gl/stdlib.in.h, gl/string.in.h,
-       gl/sys_socket.in.h, lib/gl/Makefile.am, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/string_h.m4, lib/gl/stdlib.in.h, lib/gl/string.in.h: 
-       Update gnulib files.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/NEWS, lib/digest-md5/server.c: Fix ISO-8859-1 to UTF-8
-       conversion code.  Tiny patch from Pawel Widera
-       <address@hidden>.
-
-2008-04-23  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/fr.po.in, lib/po/sk.po.in: Sync with TP.
-
-2008-04-23  Simon Josefsson <address@hidden>
-
-       * Makefile.am, NEWS, cfg.mk, lib/Makefile.am, lib/NEWS, lib/cfg.mk,
-       lib/po/Makevars, lib/po/fr.po, lib/po/fr.po.in, lib/po/ga.po,
-       lib/po/ga.po.in, lib/po/nl.po, lib/po/nl.po.in, lib/po/pl.po,
-       lib/po/pl.po.in, lib/po/ro.po, lib/po/ro.po.in, lib/po/sr.po,
-       lib/po/sr.po.in, lib/po/sv.po, lib/po/sv.po.in, lib/po/vi.po,
-       lib/po/vi.po.in, po/Makevars, po/de.po, po/de.po.in, po/eu.po,
-       po/eu.po.in, po/fr.po, po/fr.po.in, po/ga.po, po/ga.po.in,
-       po/id.po, po/id.po.in, po/nl.po, po/nl.po.in, po/pl.po,
-       po/pl.po.in, po/ro.po, po/ro.po.in, po/sq.po, po/sq.po.in,
-       po/sr.po, po/sr.po.in, po/sv.po, po/sv.po.in, po/vi.po,
-       po/vi.po.in, po/zh_CN.po, po/zh_CN.po.in, po/zh_TW.po,
-       po/zh_TW.po.in: Avoid *.po merge conflicts and --no-location.
-
-2008-04-23  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c,
-       gl/m4/arpa_inet_h.m4, gl/m4/extensions.m4, gl/m4/getopt.m4,
-       gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/mbstate_t.m4,
-       gl/m4/netinet_in_h.m4, gl/m4/printf.m4, gl/m4/snprintf.m4,
-       gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/strerror.m4,
-       gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/wctype.m4,
-       gl/sys_socket.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h,
-       lib/gl/gc-gnulib.c, lib/gl/m4/extensions.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/vasnprintf.c,
-       lib/gl/wchar.in.h: Update gnulib files.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Add.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * THANKS: Add, reporting the DIGEST-MD5 problem.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/client.c: DIGEST-MD5 client: convert
-       password from UTF-8 to ISO-8859-1 before hash.  For compatibility
-       with server.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Test non-ASCII username/password.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/server.c, lib/digest-md5/validate.c,
-       tests/digest-md5.c: DIGEST-MD5 server: don't reject authentication
-       if client doesn't use utf-8.  Before, authentication from all
-       non-UTF-8 clients were simply rejected.  When this situation occurs
-       now, the username is translated into UTF-8 before being passed on to
-       applications.  Further, the password retrieved from the application
-       is converted from UTF-8 to ISO-8859-1 if that is possible.  Reported by 
marty <address@hidden> in
-
-       
<http://lists.gnu.org/archive/html/help-gsasl/2008-03/msg00002.html>.See also 
<http://jabberd2.xiaoka.com/ticket/200> and
-       <http://developer.pidgin.im/ticket/5213>.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add native Windows build notes, based on libidn.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c: Update gnulib files.
-
-2008-04-10  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/fseeko.c, gl/m4/include_next.m4, gl/m4/stdint.m4,
-       lib/GNUmakefile, lib/gl/m4/gc-random.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/stdint.m4: Update gnulib files.
-
-2008-04-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/m4/gnulib-comp.m4,
-       gl/m4/stdlib_h.m4, gl/m4/vasnprintf.m4, gl/snprintf.c,
-       gl/stdlib.in.h, gl/vasnprintf.c, gl/wchar.in.h, lib/gl/Makefile.am,
-       lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/getdelim.c,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/stdlib.in.h, lib/gl/vasnprintf.c,
-       lib/gl/vasprintf.c, lib/gl/wchar.in.h: Update gnulib files.
-
-2008-03-25  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, build-aux/GNUmakefile, build-aux/maint.mk, cfg.mk,
-       gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       lib/GNUmakefile, lib/build-aux/GNUmakefile, lib/build-aux/maint.mk,
-       lib/cfg.mk, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/maint-cfg.mk, lib/maint.mk,
-       maint-cfg.mk, maint.mk: Update gnulib files.
-
-2008-03-19  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am, doc/reference/tmpl/gsasl-unused.sgml,
-       gtk-doc.make: Update GTK-DOC build system.
-
-2008-03-19  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template, gl/override/doc/gendocs_template,
-       gl/override/doc/gendocs_template.diff: Use a patch for our gendocs
-       changes.
-
-2008-03-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/absolute-header.m4, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/lib-link.m4,
-       gl/m4/stdarg.m4, gl/stdarg.in.h, lib/gl/Makefile.am,
-       lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/lib-link.m4: Update gnulib files.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.25.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c, lib/src/callback.c, lib/src/init.c,
-       lib/src/listmech.c, lib/src/md5pwd.c, lib/src/obsolete.c,
-       lib/src/property.c, lib/src/register.c, lib/src/version.c,
-       lib/src/xcode.c, lib/src/xstart.c: Doc fixes.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, gl/alloca.in.h, gl/getaddrinfo.c,
-       gl/getdelim.c, gl/getopt.c, gl/m4/fseeko.m4, gl/xsize.h,
-       lib/gl/alloca.in.h, lib/gl/gc-gnulib.c, lib/gl/getdelim.c,
-       lib/gl/xsize.h: Update gnulib files.
-
-2008-03-03  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS, src/gsasl.c: Make stdout line buffered, to avoid
-       buffering problems.  Reported by Enrico Scholz
-       <address@hidden>, see
-       <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/123>.
-
-2008-02-25  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: 
-       Update gnulib files.
-
-2008-02-25  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/unistd_h.m4, gl/quotearg.c, gl/quotearg.h,
-       gl/unistd.in.h: Update gnulib files.
-
-2008-02-13  Simon Josefsson <address@hidden>
-
-       * gl/m4/vasnprintf.m4, gl/vasnprintf.c, lib/gl/m4/md5.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/md5.c, lib/gl/md5.h,
-       lib/gl/vasnprintf.c: Update gnulib files.
-
-2008-02-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-02-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-02-06  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, Makefile.am, lib/GNUmakefile, lib/Makefile.am,
-       lib/maint-cfg.mk, maint-cfg.mk: Brace expansion is not POSIX
-       portable.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * gl/m4/sys_time_h.m4, gl/sys_time.in.h: Add gnulib modules for
-       sys/time.h and netinet/in.h and use them.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, src/internal.h: Add gnulib modules for
-       sys/time.h and netinet/in.h and use them.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump version.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/gc-libgcrypt.c, lib/gl/m4/string_h.m4,
-       lib/gl/stdio.in.h, lib/gl/string.in.h, lib/gl/vasnprintf.h: Update
-       gnulib files.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, gl/Makefile.am, gl/error.h,
-       gl/m4/string_h.m4, gl/stdio.in.h, gl/string.in.h, gl/vasnprintf.h,
-       gl/xalloc.h: Update gnulib files.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.24.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Typo.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/src/Makefile.am: Create libgsasl-XX.def if
-       possible, for MinGW.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-libgcrypt.c: Disable secmem.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Need gnulib.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.23.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Mention that entry fixes a security problem.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Need tarname in AC_INIT.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Update copyright years.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/stdarg.m4, gl/version-etc.c,
-       gl/version-etc.h, src/Makefile.am, src/gsasl.c, src/internal.h: Use
-       gnulib version-etc module for --version.  Fix --help.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use nicer AC_INIT package name string.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS, lib/NEWS, lib/cram-md5/challenge.c,
-       lib/cram-md5/challenge.h, lib/cram-md5/server.c, tests/cram-md5.c: 
-       For CRAM-MD5, check gc_nonce return code to make sure challenge is
-       fresh.  Reported by "Daniel Armyr" <address@hidden>.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/build-aux/config.rpath, lib/gl/Makefile.am,
-       lib/gl/m4/alloca.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/printf-parse.c, lib/gl/stdlib.in.h,
-       lib/gl/string.in.h, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * build-aux/config.rpath, gl/Makefile.am, gl/m4/alloca.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/unistd_h.m4,
-       gl/printf-parse.c, gl/progname.c, gl/stdlib.in.h, gl/string.in.h,
-       gl/unistd.in.h: Update gnulib files.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, maint-cfg.mk: Re-apply config.rpath hack.
-
-2007-12-19  Simon Josefsson <address@hidden>
-
-       * gl/float.in.h, gl/fseeko.c, gl/m4/float_h.m4,
-       gl/m4/gnulib-comp.m4, gl/stdint.in.h, lib/gl/float.in.h,
-       lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/stdint.in.h: 
-       Update gnulib files.
-
-2007-12-19  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-auth-scram-05.txt: Add.
-
-2007-12-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Add FIXME about utf8/iso8859-1.
-
-2007-12-11  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, maint-cfg.mk: Remove config.rpath hack.
-
-2007-12-11  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, doc/fdl.texi, doc/gpl-3.0.texi,
-       gl/Makefile.am, gl/alloca.in.h, gl/asnprintf.c, gl/c-ctype.c,
-       gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c,
-       gl/c-strncasecmp.c, gl/float+.h, gl/fseeko.c, gl/gai_strerror.c,
-       gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getdelim.c, gl/getline.c,
-       gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.in.h,
-       gl/iconv_open.c, gl/inet_ntop.c, gl/inet_ntop.h, gl/lseek.c,
-       gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/intmax_t.m4, gl/m4/lib-link.m4,
-       gl/m4/longlong.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4,
-       gl/m4/strerror.m4, gl/m4/string_h.m4, gl/m4/ulonglong.m4,
-       gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wint_t.m4,
-       gl/malloc.c, gl/netinet_in.in.h, gl/printf-args.c,
-       gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h,
-       gl/realloc.c, gl/size_max.h, gl/snprintf.c, gl/stdbool.in.h,
-       gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c,
-       gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c,
-       gl/vasnprintf.h, gl/wchar.in.h, gl/wctype.in.h, gl/xsize.h,
-       lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intlmacosx.m4,
-       lib/gl/m4/intmax_t.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/wint_t.m4, lib/gl/printf-parse.c, lib/gl/realloc.c,
-       lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gl/vasnprintf.c: Update gnulib files.
-
-2007-12-11  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Use gettext 0.17.
-
-2007-11-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-zeilenga-sasl-yap-02.txt: Add.
-
-2007-11-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc5056.txt: Add.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: WIP.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h, lib/gs2/test-parser.c: 
-       Update parser for -09.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/float.in.h,
-       lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/printf-parse.c, lib/gl/realloc.c, lib/gl/stdbool.in.h,
-       lib/gl/stdint.in.h, lib/gl/stdlib.in.h, lib/gl/vasnprintf.c: Update
-       gnulib files.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * build-aux/maint.mk, gl/Makefile.am, gl/iconv.in.h,
-       gl/iconv_open.c, gl/m4/getaddrinfo.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/longlong.m4, gl/m4/ulonglong.m4, gl/printf-parse.c,
-       gl/stdbool.in.h, gl/stdint.in.h, gl/strerror.c, gl/vasnprintf.c: 
-       Update gnulib files.
-
-2007-10-13  Simon Josefsson <address@hidden>
-
-       * lib/gl/string.in.h: Update gnulib files.
-
-2007-10-13  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/intprops.h, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/strerror.m4, gl/strerror.c,
-       gl/string.in.h: Update gnulib files.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS, lib/src/gsasl.h: Version 0.2.22.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/alloca.in.h, gl/alloca_.h, gl/error.c,
-       gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/float.in.h,
-       gl/float_.h, gl/fseeko.c, gl/getopt.c, gl/getopt.in.h,
-       gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/iconv.in.h,
-       gl/iconv_.h, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4,
-       gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/malloc.m4, gl/m4/realloc.m4, gl/m4/socklen.m4,
-       gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4,
-       gl/m4/strerror.m4, gl/m4/string_h.m4, gl/malloc.c,
-       gl/netinet_in.in.h, gl/netinet_in_.h, gl/progname.c, gl/progname.h,
-       gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h,
-       gl/readline.c, gl/readline.h, gl/realloc.c, gl/stdbool.in.h,
-       gl/stdbool_.h, gl/stdint.in.h, gl/stdint_.h, gl/stdio.in.h,
-       gl/stdio_.h, gl/stdlib.in.h, gl/stdlib_.h, gl/strerror.c,
-       gl/string.in.h, gl/string_.h, gl/sys_select.in.h, gl/sys_select_.h,
-       gl/sys_socket.in.h, gl/sys_socket_.h, gl/unistd.in.h, gl/unistd_.h,
-       gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h, gl/wctype_.h,
-       gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c: Update gnulib files.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/float.in.h, lib/gl/gc-gnulib.c,
-       lib/gl/m4/extensions.m4, lib/gl/m4/getdelim.m4,
-       lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lock.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/strverscmp.m4, lib/gl/m4/vasprintf.m4, lib/gl/stdio.in.h,
-       lib/gl/string.in.h: Update gnulib files.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * lib/gl/alloca.in.h, lib/gl/alloca_.h, lib/gl/float.in.h,
-       lib/gl/float_.h, lib/gl/m4/absolute-header.m4, lib/gl/m4/malloc.m4,
-       lib/gl/m4/realloc.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4,
-       lib/gl/malloc.c, lib/gl/realloc.c, lib/gl/stdbool.in.h,
-       lib/gl/stdbool_.h, lib/gl/stdint.in.h, lib/gl/stdint_.h,
-       lib/gl/stdio.in.h, lib/gl/stdio_.h, lib/gl/stdlib.in.h,
-       lib/gl/string.in.h, lib/gl/string_.h, lib/gl/unistd.in.h,
-       lib/gl/wchar.in.h, lib/gl/wchar_.h: Update gnulib files.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * .cvsignore, build-aux/.cvsignore, doc/.cvsignore,
-       doc/doxygen/.cvsignore, doc/man/.cvsignore,
-       doc/reference/.cvsignore, doc/reference/tmpl/.cvsignore,
-       examples/.cvsignore, gl/.cvsignore, lib/.cvsignore,
-       lib/anonymous/.cvsignore, lib/build-aux/.cvsignore,
-       lib/cram-md5/.cvsignore, lib/digest-md5/.cvsignore,
-       lib/external/.cvsignore, lib/gl/.cvsignore, lib/gs2/.cvsignore,
-       lib/gssapi/.cvsignore, lib/kerberos_v5/.cvsignore,
-       lib/login/.cvsignore, lib/m4/.cvsignore, lib/ntlm/.cvsignore,
-       lib/plain/.cvsignore, lib/po/.cvsignore, lib/securid/.cvsignore,
-       lib/src/.cvsignore, lib/tests/.cvsignore, m4/.cvsignore,
-       po/.cvsignore, src/.cvsignore, tests/.cvsignore: Remove
-       .cvsignore's.
-
-2007-09-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-04.txt: Add.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Drop gnits mode.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * configure.ac: Drop gnits mode.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/getdelim.h, gl/getline.c,
-       gl/getline.h, gl/getpass.c, gl/m4/getdelim.m4, gl/m4/getline.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/readline.c, gl/stdio_.h,
-       lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/getdelim.h,
-       lib/gl/getline.c, lib/gl/getline.h, lib/gl/m4/getdelim.m4,
-       lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/stdio_.h: Update gnulib files.
-
-2007-08-28  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix warnings.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.21.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump versions.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * gl/fseeko.c, gl/lseek.c, gl/m4/lseek.m4: Update gnulib files.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Add.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Indent.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Remove the extra leading, trailing, and
-       intermediate commas.  Patch from James Canete <address@hidden>.
-
-2007-08-12  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2007-08-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typoes.  Tiny patch from Brad Hards
-       <address@hidden>.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.20.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * build-aux/GNUmakefile, build-aux/maint.mk,
-       lib/build-aux/GNUmakefile, lib/build-aux/maint.mk: Update gnulib
-       files.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac: Increment shared library version
-       properly.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Don't bother looking for GSS-API library if
-       GS2/GSS-API disabled.  Reported by Maxim Britov
-       <address@hidden>.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.19.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl: Update.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Update.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Clarify license portion of blurb.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/src/free.c: Add Since: to mark when gsasl_free was introduced.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Update.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Update version.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Document gsasl_free.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Add free.c.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/src/free.c: Add doc string.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Change version to
-       0.2.19, we'll need another release.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/free.c, lib/src/gsasl.h: Add gsasl_free().
-
-2007-08-08  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-09.txt: Add.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump versions.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * lib/AUTHORS: Update PGP key.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * po/zh_CN.po: Sync with TP.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix markup.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/build-aux/config.rpath, lib/build-aux/maint.mk,
-       lib/gl/Makefile.am, lib/gl/float_.h, lib/gl/m4/absolute-header.m4,
-       lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/wchar.m4, lib/gl/stdint_.h, lib/gl/stdio_.h,
-       lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/wchar_.h: Update
-       gnulib files.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Clarify license versions.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/doxygen/gdoc2doxygen, doc/gdoc-error,
-       maint-cfg.mk: Re-license to GPLv3.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, examples/Makefile.am,
-       examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c, src/Makefile.am,
-       src/callbacks.c, src/callbacks.h, src/gsasl.c, src/gsasl.ggo,
-       src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h,
-       tests/Makefile.am, tests/cram-md5.c, tests/digest-md5.c,
-       tests/external.c, tests/gssapi.c, tests/md5file.c,
-       tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c,
-       tests/old-md5file.c, tests/simple.c, tests/threadsafety,
-       tests/unicode.c, tests/utils.c, tests/utils.h: Re-license to GPLv3.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * README: Clarify license versions.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/gpl.texi, doc/lgpl.texi: Remove unused license files.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * COPYING: Use GPLv3.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gsasl.texi, gl/override/doc/gpl.texi.diff,
-       gl/override/doc/lgpl.texi.diff: Update manual for GPLv3 change.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * build-aux/config.rpath, build-aux/gendocs.sh, build-aux/maint.mk,
-       doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-2.1.texi, gl/Makefile.am,
-       gl/error.c, gl/float_.h, gl/iconv_.h, gl/m4/absolute-header.m4,
-       gl/m4/float_h.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/include_next.m4,
-       gl/m4/netinet_in_h.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_select_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4,
-       gl/m4/wctype.m4, gl/netinet_in_.h, gl/stdint_.h, gl/stdio_.h,
-       gl/stdlib_.h, gl/string_.h, gl/sys_select_.h, gl/sys_socket_.h,
-       gl/unistd_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h: Update
-       gnulib files.
-
-2007-08-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-03.txt: Add.
-
-2007-07-12  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-zeilenga-sasl-yap-01.txt: Add.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add *.po files.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add *.po files.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * lib/po/ga.po: Sync with TP.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/fseeko.c, gl/m4/stdint.m4, gl/m4/string_h.m4,
-       gl/m4/vasnprintf.m4, gl/m4/wchar.m4, gl/printf-args.c,
-       gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h,
-       gl/string_.h, gl/vasnprintf.c, gl/wchar_.h, lib/gl/Makefile.am,
-       lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/intlmacosx.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar.m4,
-       lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c,
-       lib/gl/printf-parse.h, lib/gl/string_.h, lib/gl/vasnprintf.c,
-       lib/gl/wchar_.h: Update gnulib files.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.18.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * gl/m4/vasnprintf.m4, gl/vasnprintf.c, gl/wchar_.h,
-       lib/gl/m4/vasnprintf.m4, lib/gl/vasnprintf.c, lib/gl/wchar_.h: 
-       Update.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump versions.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/intl.m4, lib/gl/m4/stdint.m4: Update.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * gl/m4/lseek.m4, gl/m4/stdint.m4: Update.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix ChangeLog target.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix release target.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.17.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/float+.h, lib/gl/float_.h,
-       lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/vasprintf.m4, lib/gl/m4/wint_t.m4, lib/gl/stdint_.h,
-       lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c,
-       lib/gl/wchar_.h, lib/tests/test-gc-hmac-md5.c,
-       lib/tests/test-gc-md5.c, lib/tests/test-gc.c: Update.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/float+.h, gl/float_.h, gl/fseeko.c,
-       gl/getpass.c, gl/iconv_.h, gl/lseek.c, gl/m4/float_h.m4,
-       gl/m4/fseeko.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4,
-       gl/m4/lseek.m4, gl/m4/socklen.m4, gl/m4/stdint.m4,
-       gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4,
-       gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/netinet_in_.h, gl/socket_.h,
-       gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h,
-       gl/sys_select_.h, gl/sys_socket_.h, gl/unistd_.h, gl/vasnprintf.c,
-       gl/wchar_.h, gl/wctype_.h: Update.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po rule.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Sync with
-       TP.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/id.po, po/nl.po,
-       po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po,
-       po/zh_CN.po, po/zh_TW.po: Sync with TP.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, README-alpha, lib/Makefile.am, lib/README-alpha: Use
-       git instead of cvs.
-
-2007-05-23  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-02.txt: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/id.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po,
-       po/zh_TW.po: Generated.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.16.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Dist gpl.texi, lgpl.texi.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update copyrights.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix 'make distcheck'.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * NEWS, README, lib/NEWS: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/po/sr.po, po/LINGUAS, po/id.po, po/sr.po, po/zh_TW.po: Sync
-       with TP.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Fix.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Duplicate lib/GNUmakefile stuff, to avoid having
-       lib/GNUmakefile revert things.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Remove false positives for threadsafety in
-       vasnprintf.c.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: [no log message]
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-libgcrypt.c: Update.
-
-2007-04-12  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, gl/.cvsignore, gl/Makefile.am,
-       gl/alloca_.h, gl/float+.h, gl/iconv_.h, gl/iconv_open-aix.gperf,
-       gl/iconv_open-hpux.gperf, gl/iconv_open-irix.gperf,
-       gl/iconv_open-osf.gperf, gl/iconv_open.c, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/longdouble.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4,
-       gl/m4/vasnprintf.m4, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/stdbool_.h, gl/stdio_.h, gl/stdlib_.h,
-       gl/string_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h,
-       lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asprintf.c,
-       lib/gl/float+.h, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/intl.m4, lib/gl/m4/longdouble.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/vasprintf.m4, lib/gl/printf-args.c, lib/gl/printf-args.h,
-       lib/gl/printf-parse.c, lib/gl/stdbool_.h, lib/gl/stdio_.h,
-       lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/vasprintf.c,
-       lib/gl/wchar_.h: Update.
-
-2007-04-12  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update.
-
-2007-04-04  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc2554bis-09.txt: Add.
-
-2007-03-27  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, lib/build-aux/.cvsignore, lib/gl/.cvsignore,
-       lib/m4/.cvsignore: [no log message]
-
-2007-03-27  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, gl/Makefile.am, gl/c-ctype.c, gl/c-ctype.h,
-       gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4,
-       gl/striconv.c, gl/striconv.h, src/callbacks.c: Replace iconvme with
-       striconv.
-
-2007-03-27  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, gl/Makefile.am: Update.
-
-2007-03-27  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/float+.h, gl/getaddrinfo.c, gl/iconvme.c,
-       gl/iconvme.h, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/iconvme.m4, gl/m4/stdint.m4,
-       gl/m4/stdio_h.m4, gl/m4/ulonglong.m4, gl/m4/vasnprintf.m4,
-       gl/printf-parse.c, gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h,
-       gl/string_.h, gl/vasnprintf.c, lib/gl/.cvsignore,
-       lib/gl/Makefile.am, lib/gl/float+.h, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4,
-       lib/gl/printf-parse.c, lib/gl/stdio_.h, lib/gl/string_.h,
-       lib/gl/vasnprintf.c: Update.
-
-2007-03-22  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2007-03-19  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Need gnulib's builddir.
-
-2007-03-19  Simon Josefsson <address@hidden>
-
-       * lib/gs2/README: Add.
-
-2007-03-19  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Revert version,
-       GS2 won't be in the next release.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Don't use vasprintf.h.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, maint-cfg.mk: More config.rpath fixes.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg, Makefile.maint: Remove.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/build-aux/GNUmakefile,
-       lib/build-aux/config.rpath, lib/build-aux/link-warning.h,
-       lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/asprintf.c,
-       lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h,
-       lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/strdup.m4, lib/gl/m4/string_h.m4, lib/gl/m4/uint32_t.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4,
-       lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c,
-       lib/gl/stdbool_.h, lib/gl/stdint_.h, lib/gl/stdio_.h,
-       lib/gl/strdup.c, lib/gl/strdup.h, lib/gl/string_.h,
-       lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c,
-       lib/gl/vasprintf.h, lib/maint-cfg.mk, lib/maint.mk: Update.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump versions.  Use build-aux/.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Don't use strdup.h.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * build-aux/.cvsignore, gl/.cvsignore, m4/.cvsignore: [no log
-       message]
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, maint-cfg.mk: Work around config.rpath problem.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * gl/m4/onceonly_2_57.m4: Remove.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * build-aux/GNUmakefile, build-aux/config.rpath,
-       build-aux/gendocs.sh, build-aux/link-warning.h, build-aux/maint.mk,
-       gendocs.sh, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, maint.mk: Use build-aux/.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump versions.  Use build-aux/.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/exit.h, gl/exitfail.c, gl/gai_strerror.c,
-       gl/getaddrinfo.c, gl/getopt_.h, gl/iconvme.c, gl/m4/extensions.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/netinet_in_h.m4, gl/m4/snprintf.m4,
-       gl/m4/socklen.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4,
-       gl/m4/strdup.m4, gl/m4/string_h.m4, gl/m4/sys_select_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4,
-       gl/netinet_in_.h, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/quotearg.c, gl/snprintf.c, gl/snprintf.h,
-       gl/socket_.h, gl/stdbool_.h, gl/stdio_.h, gl/stdlib_.h,
-       gl/strdup.c, gl/strdup.h, gl/string_.h, gl/sys_select_.h,
-       gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/xalloc.h: Update.
-
-2007-03-09  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-auth-scram-04.txt: Add.
-
-2007-03-08  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-01.txt: Add.
-
-2007-03-07  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-08.txt: Add.
-
-2007-03-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-12.txt: Add.
-
-2007-02-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-cridland-sasl-hexa-00.txt: Add.
-
-2007-02-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-zeilenga-sasl-yap-00.txt: Add.
-
-2007-02-25  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-11.txt,
-       doc/specification/draft-siemborski-rfc2554bis-08.txt: Add.
-
-2007-01-25  Simon Josefsson <address@hidden>
-
-       * lib/m4/libgcrypt.m4: Remove.
-
-2007-01-25  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/gettext.h, gl/iconvme.c,
-       gl/m4/absolute-header.m4, gl/m4/eoverflow.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/quotearg.m4,
-       gl/m4/size_max.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4,
-       gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/quotearg.c, gl/socket_.h,
-       gl/strdup.h, gl/unistd_.h, gl/wchar_.h, gl/wctype_.h,
-       lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/gettext.h, lib/gl/m4/eoverflow.m4, lib/gl/m4/gc-hmac-md5.m4,
-       lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/wint_t.m4, lib/gl/stdint_.h, lib/gl/strdup.h: Update.
-
-2007-01-25  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gs2-05.txt,
-       doc/specification/draft-siemborski-rfc1734bis-09.txt,
-       doc/specification/draft-siemborski-rfc2554bis-07.txt,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/wchar.m4, lib/gl/wchar_.h: 
-       Add.
-
-2007-01-24  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-10.txt: Add.
-
-2007-01-13  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-08.txt: Add.
-
-2006-12-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-07.txt: Add.
-
-2006-12-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-altman-tls-channel-bindings-01.txt,
-       doc/specification/draft-siemborski-rfc2554bis-06.txt: Add.
-
-2006-12-09  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Test gsasl_check_version too.
-
-2006-12-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Version 0.3.0.
-
-2006-12-08  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Fix typo, reported by Thadeu Lima de Souza
-       Cascardo <address@hidden>.
-
-2006-12-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-06.txt: Add.
-
-2006-11-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc4752.txt: Add.
-
-2006-11-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-05.txt: Add.
-
-2006-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gpl.texi, doc/lgpl.texi, gl/Makefile.am, gl/asnprintf.c,
-       gl/error.c, gl/exitfail.c, gl/gai_strerror.c, gl/getaddrinfo.c,
-       gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt1.c,
-       gl/getopt_.h, gl/getpass.c, gl/gettext.h, gl/iconvme.c,
-       gl/inet_ntop.c, gl/m4/alloca.m4, gl/m4/getpass.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/inline.m4, gl/m4/lib-link.m4,
-       gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/size_max.m4,
-       gl/m4/sockpfaf.m4, gl/m4/vasnprintf.m4, gl/m4/xalloc.m4,
-       gl/override/lgpl.texi.diff, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/progname.c, gl/progname.h, gl/quote.c,
-       gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/snprintf.c,
-       gl/strdup.c, gl/vasnprintf.c, gl/xalloc-die.c, gl/xalloc.h,
-       gl/xmalloc.c, lib/gl/Makefile.am, lib/gl/asnprintf.c,
-       lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/gc-gnulib.c,
-       lib/gl/gc-libgcrypt.c, lib/gl/getdelim.c, lib/gl/getline.c,
-       lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/m4/alloca.m4,
-       lib/gl/m4/codeset.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-h.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/signed.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/md5.c,
-       lib/gl/memxor.c, lib/gl/printf-args.c, lib/gl/printf-args.h,
-       lib/gl/printf-parse.c, lib/gl/stdint_.h, lib/gl/strdup.c,
-       lib/gl/strverscmp.c, lib/gl/vasnprintf.c, lib/gl/vasprintf.c,
-       lib/tests/test-gc.c: Update.
-
-2006-11-20  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/server.c: Snapshot.
-
-2006-11-20  Simon Josefsson <address@hidden>
-
-       * gl/override/doc/gpl.texi.diff, gl/override/doc/lgpl.texi.diff,
-       gl/override/lgpl.texi.diff, lib/gs2/gs2wrap.c: Add.
-
-2006-11-16  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-11.txt: Add.
-
-2006-10-11  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-10.txt: Add.
-
-2006-09-13  Simon Josefsson <address@hidden>
-
-       * doc/gpl.texi, doc/lgpl.texi, gl/Makefile.am,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update.
-
-2006-09-13  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: 
-       Update.
-
-2006-09-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add GPL.  Place concept index last.
-
-2006-09-12  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/vasnprintf.c,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/stdint.m4, lib/gl/stdint_.h, lib/gl/vasnprintf.c,
-       lib/gl/vasprintf.c: Update.
-
-2006-09-07  Simon Josefsson <address@hidden>
-
-       * doc/fdl.texi, doc/specification/draft-ietf-sasl-gssapi-08.txt: 
-       Update.
-
-2006-09-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc4616.txt: Add.
-
-2006-08-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/gc.m4,
-       lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/hmac-md5.m4, lib/gl/m4/intmax_t.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/stdint_h.m4, lib/gl/stdint_.h: Update.
-
-2006-08-28  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getaddrinfo.c, gl/m4/getdelim.m4,
-       gl/m4/getline.m4, gl/m4/gnulib-cache.m4, gl/m4/intmax_t.m4,
-       gl/m4/inttypes_h.m4, gl/m4/longlong.m4, gl/m4/readline.m4,
-       gl/m4/stdint_h.m4, gl/override/doc/gendocs_template: Update.
-
-2006-08-27  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-07.txt: Update.
-
-2006-08-27  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c: Allocate output instead.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix mem leak.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Support GSASL_VALIDATE_GSSAPI callback.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c: Fix uint32 parsing.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * src/imap.c: Fix last commit.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * src/imap.c: The IMAP '+ ' prefix is only for server data.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Doc fix.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Disable GS2 by default.  Doc fix.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/.cvsignore: [no log message]
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/test-parser.c: Add.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c: Fix bug.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am: Add gs2parser to library.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/test-parser.c: Add self-tests of GS2 parser.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am: Add.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h: Fix.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c: Fix.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h: Add.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/init.c: Add GS2.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: (gsasl_finish): Don't crash on sctx's without mech 
pointer, happens
-       if you call gsasl_client_start or gsasl_server_start with unknown
-       mechanism.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/gs2/mechinfo.c: Fix.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/gs2/.cvsignore: [no log message]
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Add.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Bump version.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/gs2/Makefile.am,
-       lib/gs2/README, lib/gs2/gs2.h, lib/gs2/mechinfo.c,
-       lib/gssapi/client.c, lib/gssapi/server.c: Add some GS2
-       infrastructure.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/exitfail.m4, gl/m4/getpass.m4,
-       gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/strdup.m4,
-       gl/m4/xalloc.m4, lib/gl/Makefile.am, lib/gl/m4/md5.m4,
-       lib/gl/m4/memxor.m4, lib/gl/m4/strdup.m4, lib/gl/m4/strverscmp.m4: 
-       Update.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.15.
-
-2006-08-21  Simon Josefsson <address@hidden>
-
-       * lib/AUTHORS: Update PGP key.
-
-2006-08-21  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/AUTHORS: Fix.
-
-2006-08-21  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/strerror_r.m4: Update.
-
-2006-08-21  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump version.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update key.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.14.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Sync with
-       TP.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * gendocs.sh, gl/Makefile.am, gl/error.c, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/minmax.m4,
-       gl/m4/restrict.m4, gl/minmax.h, gl/snprintf.c, lib/gl/m4/base64.m4,
-       lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memxor.m4,
-       lib/gl/m4/restrict.m4: Update.
-
-2006-08-11  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-00.txt: Add.
-
-2006-08-10  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2006-08-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add.
-
-2006-08-09  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump versions.
-
-2006-08-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version.
-
-2006-08-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-08-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/error.h, gl/exitfail.c,
-       gl/getaddrinfo.c, gl/getaddrinfo.h, gl/gettext.h, gl/inet_ntop.h,
-       gl/m4/arpa_inet_h.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/inet_ntop.m4, gl/m4/lib-link.m4, gl/m4/netinet_in_h.m4,
-       gl/m4/onceonly_2_57.m4, gl/printf-args.c, gl/quote.c,
-       lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/absolute-header.m4,
-       lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/inttypes-h.m4, lib/gl/m4/inttypes-pri.m4,
-       lib/gl/m4/inttypes.m4, lib/gl/m4/isc-posix.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/nls.m4,
-       lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/po.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/visibility.m4, lib/gl/printf-args.c, lib/gl/stdint_.h,
-       lib/gl/vasprintf.h: Update.
-
-2006-08-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-08-08  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Doc fix.
-
-2006-08-08  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl.h, lib/src/internal.h: Add
-       gsasl_session_hook_set and gsasl_session_hook_get, based on
-       suggestion by "MANSION, James, GBM" <address@hidden>.  Doc
-       fix gsasl_callback_hook_set and gsasl_callback_hook_get.  Add new
-       variable application_hook to internal Gsasl_session type.
-
-2006-07-28  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2006-07-28  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2006-07-28  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add requirements, suggested by "MANSION, James,
-       GBM".
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.13.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix gendocs path.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh, gendocs.sh, gl/Makefile.am,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gs2-02.txt: Add.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: 
-       Update.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Dist doxygen.c.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/src/doxygen.c: Add.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Update doxygen version.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.orig: New.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix gendocs.sh -I's.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix include paths.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix texi2dvi -I's.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-07-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't hard code dia/epstopdf.
-
-2006-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use missing for epstopdf.
-
-2006-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use missing for dia.
-
-2006-07-10  Simon Josefsson <address@hidden>
-
-       * gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/onceonly_2_57.m4,
-       lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/onceonly_2_57.m4: Update.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/src/xstart.c: Fix mem leak.  If a mechanism set properties in
-       the session indirectly, but later fails to start the mechanism, the
-       properties would be leaked.  Solved by cleaning up the mechanism
-       with gsasl_finish, which require mechanism finish procedures to
-       handle failed mechanism startups.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/server.c, lib/digest-md5/client.c,
-       lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/login/client.c, lib/login/server.c, lib/ntlm/ntlm.c,
-       lib/securid/client.c: Don't crash in finish for un-initialized
-       sessions.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/src/listmech.c: Simplify.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Fix typo.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Run under valgrind, if available.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Test for valgrind.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, lib/gl/.cvsignore: [no log message]
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/src/md5pwd.c, lib/src/obsolete.c: Doc fix.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Assume sys/types.h.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gssapi/client.c, lib/gssapi/server.c: Don't
-       need netinet/in.h nor sys/types.h.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/m4/ax_create_stdint_h.m4: Remove.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, src/internal.h: Assume
-       unistd.h, sys/select.h, sys/socket.h and sys/types.h.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/alloca_.h, gl/asnprintf.c, gl/exit.h,
-       gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getopt.c, gl/inet_ntop.c,
-       gl/inet_ntop.h, gl/m4/alloca.m4, gl/m4/eoverflow.m4,
-       gl/m4/getaddrinfo.m4, gl/m4/getpass.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/inet_ntop.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4,
-       gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/minmax.m4,
-       gl/m4/onceonly_2_57.m4, gl/m4/signed.m4, gl/m4/size_max.m4,
-       gl/m4/snprintf.m4, gl/m4/sockpfaf.m4, gl/m4/stdint_h.m4,
-       gl/m4/vasnprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4,
-       gl/m4/xsize.m4, gl/minmax.h, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/printf-parse.h, gl/size_max.h, gl/snprintf.c,
-       gl/snprintf.h, gl/socket_.h, gl/vasnprintf.c, gl/vasnprintf.h,
-       gl/xsize.h, lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/base64.c,
-       lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/onceonly_2_57.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/size_max.h, lib/gl/stdint_.h, lib/gl/strverscmp.c: Update
-       gnulib.
-
-2006-06-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-09.txt: Add.
-
-2006-06-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gs2-01.txt: Add.
-
-2006-06-27  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Fix texinfo/man output.
-
-2006-06-22  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Make portable to mingw.
-
-2006-06-20  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-09.txt: Add.
-
-2006-06-19  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-06.txt: Update.
-
-2006-06-13  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-07.txt: Add.
-
-2006-06-09  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc4422.txt, doc/specification/rfc4505.txt: Add.
-
-2006-05-31  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, lib/gl/printf-args.c: Update.
-
-2006-05-31  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-05.txt: Add.
-
-2006-05-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/stdbool.m4, lib/gl/m4/stdbool.m4, lib/gl/stdint_.h: Update.
-
-2006-05-16  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4: Update.
-
-2006-05-04  Simon Josefsson <address@hidden>
-
-       * lib/gl/stdint_.h: Update.
-
-2006-04-26  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getpass.m4, gl/m4/strerror_r.m4,
-       lib/gl/Makefile.am, lib/gl/m4/longdouble.m4: Update.
-
-2006-04-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c, lib/gl/stdint_.h: Update.
-
-2006-03-24  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2006-03-24  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2006-03-24  Simon Josefsson <address@hidden>
-
-       * doc/man/.cvsignore: Add.
-
-2006-03-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2006-03-16  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: No invariant section, suggested by Yvan.
-
-2006-03-11  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2006-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/gc-random.m4: Update.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add -I's to fix make dist.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.12.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Remove gsasl.h.in.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/unistd_h.m4,
-       gl/unistd_.h, lib/gl/gc-gnulib.c, lib/gl/m4/gc-random.m4,
-       lib/maint.mk, maint.mk: Update.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Update.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS: Add.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Add -no-undefined, required to produce DLLs
-       on mingw32.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.c, gl/m4/gnulib-comp.m4,
-       gl/m4/readline.m4, gl/m4/unistd_h.m4, gl/unistd_.h,
-       lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/m4/gc-random.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/maint.mk, maint.mk: Update.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-06.txt: Add.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * lib/po/rw.po: Remove.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS: Sync with TP.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/maint-cfg.mk, lib/maint.mk: Add.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * po/rw.po: Remove.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS: Sync with TP.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix update-po.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4, maint.mk: Update.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c, gl/m4/getaddrinfo.m4, gl/m4/readline.m4,
-       gl/readline.c, maint.mk: Update.
-
-2006-03-02  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-08.txt: Add.
-
-2006-03-01  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2006-03-01  Simon Josefsson <address@hidden>
-
-       * lib/src/md5pwd.c, lib/src/obsolete.c: Doc fix, implied by report
-       from Yvan Bassuel <address@hidden>.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * maint-cfg.mk: Don't gtkdocize.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * gtk-doc.make: Add.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, lib/gl/base64.h, lib/gl/strverscmp.h: Update.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po,
-       po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix version update.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Update version number in src/gsasl.h.
-
-2006-02-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Don't build gsasl.h.
-
-2006-02-23  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h, lib/src/gsasl.h.in: Move gsasl.h.in to gsasl.h
-       and hard code version number (a script will be needed to update it).
-       This simplifies porting to Windows.
-
-2006-02-19  Simon Josefsson <address@hidden>
-
-       * lib/po/nl.po, po/nl.po: Update.
-
-2006-02-16  Simon Josefsson <address@hidden>
-
-       * maint-cfg.mk: Fix.
-
-2006-02-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4, gl/m4/socklen.m4, gl/m4/sys_socket_h.m4,
-       gl/xalloc-die.c, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/stdbool.m4,
-       lib/gl/stdbool_.h, lib/gl/strverscmp.h, lib/gl/vasnprintf.c,
-       maint.mk: Update.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/m4/gnulib-comp.m4, maint-cfg.mk, maint.mk: Rename
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Run test-parser test.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Don't crash.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/validate.c: Test finish token further.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg: Fix.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg: Add --enable-gtk-doc.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Update.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-04.txt: Add.
-
-2006-02-13  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Remove.
-
-2006-02-13  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Update.
-
-2006-02-13  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg: Fix.
-
-2006-02-11  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Update gnulib.
-
-2006-02-11  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg: Add.
-
-2006-02-11  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, Makefile.maint: Update gnulib.
-
-2006-02-11  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4: Update gnulib.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: 0.2.11.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.11.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Update.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/vi.po, po/zh_CN.po: Update
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Typo.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Initialize ws2_32, if necessary.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/getopt.c, gl/m4/getopt.m4,
-       gl/m4/gnulib-tool.m4, gl/m4/stdbool.m4, gl/quotearg.c,
-       gl/socket_.h, gl/stdbool_.h: Update.
-
-2006-01-24  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-15.txt: Add.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4,
-       gl/socket_.h: Update.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4,
-       gl/m4/socklen.m4: Update.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * gl/socket_.h: Add.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix cross-compile test.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix cross-compile test.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Don't be fooled by krb5-config when
-       cross-compiling.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/socklen.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/socklen.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Mingw32 fix.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix EXEEXT.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: Add.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4,
-       gl/socket_.h: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix #include's.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Protect getpwuid, for mingw32.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for getpwuid.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/sys_socket_h.m4,
-       gl/socket_.h: Add.
-
-2006-01-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getaddrinfo.m4, lib/gl/Makefile.am,
-       lib/gl/base64.c, lib/gl/md5.c, lib/gl/md5.h, lib/gl/stdint_.h: 
-       Update.
-
-2006-01-11  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Update.
-
-2006-01-10  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/readline.m4,
-       gl/m4/socklen.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/gnulib-tool.m4, lib/gl/m4/stdint.m4, lib/gl/stdint_.h: 
-       Update.
-
-2005-12-25  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4, gl/m4/socklen.m4: Update.
-
-2005-12-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4: Update.
-
-2005-12-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2005-12-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-12-01  Simon Josefsson <address@hidden>
-
-       * gl/m4/socklen.m4: Update.
-
-2005-11-30  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/readline.c, lib/gl/gc-gnulib.c,
-       lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/md5.c, lib/gl/stdint_.h,
-       lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c: Sync gnulib.
-
-2005-11-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-14.txt: Add.
-
-2005-11-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-josefsson-sasl-gs2-00.txt: Add.
-
-2005-11-11  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-13.txt: Add.
-
-2005-10-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-07.txt: Add.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump versions.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/src/md5pwd.c: Fix memory leak.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Generated.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.10.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/tests/.cvsignore: [no log message]
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac: Move gnulib self tests.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/gnulib-cache.m4, lib/tests/Makefile.am,
-       lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c,
-       lib/tests/test-gc.c: Update.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Add gnulib self
-       tests.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Fix pr29_8z call.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Improve pr29 check.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/Makefile.am: Need libgss.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/Makefile.am: Need libntlm.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix libidn test.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Use new defines.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/m4/check_headerlib.m4: Remove.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix GSS checks.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix shishi test.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix ntlm check.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/gl/md5.c, lib/gl/md5.h: Update.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for gnutls_certificate_verify_peers2, to get a
-       recent gnutls.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/gc.h, lib/gl/hmac-md5.c, lib/gl/m4/gc-hmac-md5.m4,
-       lib/gl/m4/gc-md5.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/stdbool.m4: Update.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Work around GnuTLS bug when sending zero length
-       messages.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-10-22  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump versions.
-
-2005-10-22  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-10-22  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/stdbool.m4: Update.
-
-2005-10-17  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c: Update.
-
-2005-10-17  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h,
-       lib/gl/m4/stdbool.m4: Update.
-
-2005-10-12  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/stdint.m4, lib/gl/stdint_.h: Update.
-
-2005-10-12  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h,
-       lib/gl/m4/md5.m4, lib/gl/md5.c, lib/gl/md5.h: Update.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: 
-       Generated.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.9.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Fix cast error.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c: Fix cast errors.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS: Fix.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * gl/m4/stdbool.m4, lib/gl/hmac.h, lib/gl/m4/memxor.m4,
-       lib/gl/m4/stdbool.m4: Update.
-
-2005-10-06  Simon Josefsson <address@hidden>
-
-       * gl/getdelim.c, gl/m4/getaddrinfo.m4, lib/gl/gc-gnulib.c,
-       lib/gl/gc-libgcrypt.c, lib/gl/getdelim.c, lib/gl/m4/memxor.m4,
-       lib/gl/memxor.c: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, lib/gl/memxor.c: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/memxor.m4, lib/gl/memxor.c, lib/gl/memxor.h: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc.h: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c, lib/digest-md5/session.c: Use new gc API.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Use new gc API.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/src/Makefile.am: Remove crypto/.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/crypto/.cvsignore,
-       lib/crypto/Makefile.am, lib/crypto/README, lib/crypto/README.gsasl,
-       lib/crypto/cbc.h, lib/crypto/gc-libgcrypt.c,
-       lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/crypto/hmac-md5.c,
-       lib/crypto/hmac.c, lib/crypto/hmac.h, lib/crypto/macros.h,
-       lib/crypto/md5-meta.c, lib/crypto/md5.c, lib/crypto/md5.h,
-       lib/crypto/memxor.c, lib/crypto/memxor.h,
-       lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h,
-       lib/crypto/sha.h, lib/gl/Makefile.am, lib/gl/gc-gnulib.c,
-       lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/hmac-md5.c,
-       lib/gl/hmac.h, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/md5.m4,
-       lib/gl/m4/uint32_t.m4, lib/gl/md5.c, lib/gl/md5.h: Replace crypto/
-       with gnulib modules.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/getdelim.c, gl/m4/getaddrinfo.m4,
-       lib/gl/getdelim.c: Update.
-
-2005-10-01  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2005-10-01  Simon Josefsson <address@hidden>
-
-       * gl/getdelim.c, lib/gl/getdelim.c: Update.
-
-2005-10-01  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/m4/getaddrinfo.m4: Update.
-
-2005-09-28  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-09-28  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Typo.
-
-2005-09-28  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2005-09-25  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/getaddrinfo.c, gl/getopt_.h,
-       gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/socklen.m4,
-       gl/quotearg.c: Gnulib getaddrinfo fix.
-
-2005-09-22  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.c, gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-comp.m4: 
-       Update.
-
-2005-09-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Simplify CPP symbol usage.
-
-2005-09-20  Simon Josefsson <address@hidden>
-
-       * gl/exitfail.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c,
-       gl/getopt1.c, gl/getpass.c, gl/progname.c, gl/quote.c,
-       gl/quotearg.c, gl/readline.c, gl/xalloc-die.c, gl/xmalloc.c,
-       lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/strverscmp.c: Update.
-
-2005-09-19  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h,
-       gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       lib/gl/base64.c, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4: Update.
-
-2005-09-19  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Gnupload sign the file too.
-
-2005-09-12  Simon Josefsson <address@hidden>
-
-       * m4/gtk-doc.m4: Update.
-
-2005-09-12  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: 0.2.8.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.8.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Generated.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/rw.po, po/de.po, po/eu.po, po/fr.po,
-       po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po,
-       po/sv.po, po/vi.po, po/zh_CN.po: Update.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * NEWS, po/LINGUAS, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po,
-       po/sv.po, po/vi.po, po/zh_CN.po: Add.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * configure.ac: Update gnulib.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't check for getaddrinfo.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/getpass.c,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
-       gl/m4/gnulib.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
-       lib/configure.ac, lib/gl/Makefile.am, lib/gl/getdelim.c,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/gnulib-tool.m4, lib/gl/m4/gnulib.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4: Update.
-
-2005-09-07  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-03.txt: Add.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, po/LINGUAS: Sync with TP.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Update.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix typo.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't define WITH_GNUTLS, already handled.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use new CPP symbol to test for GnuTLS.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * configure.ac: Typo.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * configure.ac: Simplify gnutls check.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix for modern wget.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync
-       with TP.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Use --disable-obsolete for distcheck, so it is
-       tested.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getpass.c, gl/iconvme.c, gl/iconvme.h,
-       gl/m4/gnulib.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Update.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Use gnupload.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/imap.c: Fix typo.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Prefer PLAIN over LOGIN.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/imap.c, src/imap.h, src/smtp.c, src/smtp.h: Fix
-       has_starttls().
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix gsasl parameters.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/imap.c, src/smtp.c: Fix --client.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Link with @LTLIBIDN@ too.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix --client and --server again.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix --client.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix --client and --server.  Don't start TLS on
-       stdin/stdout connections.  Fix crashes.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Revert bogus --connect fix.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix server certificate verification.  Fix --connect.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/gsasl.ggo, src/imap.c, src/imap.h,
-       src/internal.h, src/smtp.c, src/smtp.h: Add STARTTLS support.  Use
-       readline() when reading protocol server output from stdin (rarely).
-       Handle second argument protocol names better.
-
-2005-08-26  Simon Josefsson <address@hidden>
-
-       * configure.ac, src/Makefile.am, src/gsasl.c: Start to use GnuTLS.
-
-2005-08-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac: Improve libidn checking (to get -R,
-       -rpath etc).
-
-2005-08-26  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Update.
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated.
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.7.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c: Update.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib.m4: Update.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * configure.ac: Replace getpass-gnu with getpass (getpass-gnu is
-       always built on glibc systems..).
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c: Update.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, gl/m4/getpass.m4: Update.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Fix warnings.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: (gsasl_callback): Fix typo in GSASL_PASSWORD 
backwards compatibility
-       handling.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, gl/m4/getopt.m4, gl/m4/getpass.m4: Update.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Assume C89, for errno.h.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Include quote.h.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Remove unused variable.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Fix warning when no mechanism is enabled.
-
-2005-08-22  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-05.txt: Add.
-
-2005-08-12  Simon Josefsson <address@hidden>
-
-       * README: Reprioritize.
-
-2005-08-12  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2005-08-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4: Update.
-
-2005-08-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4: Update.
-
-2005-08-11  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4, lib/gl/m4/gnulib.m4,
-       lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/strdup.m4: Update.
-
-2005-08-11  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4: Update.
-
-2005-08-11  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Possibly -lreadline.
-
-2005-08-11  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib.m4, gl/m4/onceonly_2_57.m4, gl/m4/readline.m4,
-       gl/m4/strdup.m4, gl/readline.c, gl/readline.h: Update.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Update.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: 
-       Generated.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.6.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * AUTHORS, lib/AUTHORS: Update PGP key.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Update.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Reorder.
-
-2005-08-04  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getopt.m4: Update.
-
-2005-08-04  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-08-02  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/m4/getdelim.m4: 
-       Update.
-
-2005-07-24  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-06.txt: Add.
-
-2005-07-19  Simon Josefsson <address@hidden>
-
-       * gl/quote.c, gl/quote.h: Add.
-
-2005-07-18  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Loop through all getaddrinfo replies.  Print 'Trying
-       foo...' lines, a'la telnet.
-
-2005-07-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/exitfail.c, gl/exitfail.h, gl/getdelim.c,
-       gl/m4/exitfail.m4, gl/m4/getdelim.m4, gl/m4/gnulib.m4,
-       gl/m4/mbrtowc.m4, gl/m4/mbstate_t.m4, gl/m4/quote.m4,
-       gl/m4/quotearg.m4, gl/m4/xalloc.m4, gl/quotearg.c, gl/quotearg.h,
-       gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c: Add quote.
-
-2005-07-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use quote too.
-
-2005-07-17  Simon Josefsson <address@hidden>
-
-       * gl/getdelim.c, lib/gl/getdelim.c: Update.
-
-2005-07-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/getdelim.h, gl/getline.c,
-       gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/m4/codeset.m4,
-       gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4,
-       gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/glibc21.m4,
-       gl/m4/gnulib.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4,
-       gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/longdouble.m4,
-       gl/m4/longlong.m4, gl/m4/nls.m4, gl/m4/po.m4,
-       gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/signed.m4,
-       gl/m4/size_max.m4, gl/m4/ssize_t.m4, gl/m4/stdint_h.m4,
-       gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/wchar_t.m4,
-       gl/m4/wint_t.m4, gl/m4/xsize.m4: Update
-
-2005-07-17  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/getdelim.c,
-       lib/gl/getdelim.h, lib/gl/getline.c, lib/gl/getline.h,
-       lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c,
-       lib/gl/lgetline.h, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4: 
-       Use new LGPL getline module.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Mention help-gsasl.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * lib/m4/ax_create_stdint_h.m4: Update.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * README, lib/NEWS: Add.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4, gl/readline.c: Update.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Simplify readline.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/gnulib.m4, gl/m4/readline.m4,
-       gl/readline.c, gl/readline.h: Use new readline module.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Simplify.
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * gl/readline.c: Fix license.
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Use strverscmp rather than now obsolete
-       check-version module.
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/check-version.c,
-       lib/gl/check-version.h, lib/gl/m4/check-version.m4,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/size_max.m4: Update
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Don't use gnulib's check-version, use strverscmp
-       directly instead.
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getaddrinfo.h, gl/m4/gnulib.m4: Update.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/check-version.c: Typo.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/check-version.m4: Add.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/check-version.c,
-       lib/gl/check-version.h, lib/gl/check_version.c,
-       lib/gl/check_version.h, lib/gl/m4/gnulib.m4,
-       lib/gl/m4/strverscmp.m4, lib/gl/strverscmp.c, lib/gl/strverscmp.h: 
-       Use the real check-version module.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c, lib/gl/base64.h: Update gnulib files.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/src/version.c: Typo.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * README, doc/reference/gsasl-docs.sgml: Don't reference
-       COPYING.DOC.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * COPYING.DOC: Remove (already included in manual).
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, doc/Makefile.am,
-       doc/doxygen/gdoc2doxygen, doc/fdl.texi, doc/gdoc-error,
-       doc/gendocs_template, examples/Makefile.am,
-       examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c, src/Makefile.am,
-       src/gsasl.ggo, tests/Makefile.am, tests/utils.c, tests/utils.h: Fix
-       address in license.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Update from texinfo.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Typo.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * COPYING, lib/COPYING, lib/Makefile.am, lib/anonymous/Makefile.am,
-       lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/configure.ac,
-       lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c,
-       lib/cram-md5/challenge.h, lib/cram-md5/client.c,
-       lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c,
-       lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c,
-       lib/cram-md5/server.c, lib/crypto/Makefile.am,
-       lib/digest-md5/Makefile.am, lib/digest-md5/client.c,
-       lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/free.c,
-       lib/digest-md5/free.h, lib/digest-md5/getsubopt.c,
-       lib/digest-md5/mechinfo.c, lib/digest-md5/parser.c,
-       lib/digest-md5/parser.h, lib/digest-md5/printer.c,
-       lib/digest-md5/printer.h, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/session.h,
-       lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h,
-       lib/digest-md5/validate.c, lib/digest-md5/validate.h,
-       lib/external/Makefile.am, lib/external/client.c,
-       lib/external/external.h, lib/external/mechinfo.c,
-       lib/external/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c,
-       lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h,
-       lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h,
-       lib/login/Makefile.am, lib/login/client.c, lib/login/login.h,
-       lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/Makefile.am,
-       lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h,
-       lib/plain/Makefile.am, lib/plain/client.c, lib/plain/mechinfo.c,
-       lib/plain/plain.h, lib/plain/server.c, lib/securid/Makefile.am,
-       lib/securid/client.c, lib/securid/mechinfo.c,
-       lib/securid/securid.h, lib/securid/server.c, lib/src/Makefile.am,
-       lib/src/base64.c, lib/src/callback.c, lib/src/crypto.c,
-       lib/src/done.c, lib/src/error.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl-mech.h, lib/src/gsasl.h.in, lib/src/init.c,
-       lib/src/internal.h, lib/src/listmech.c, lib/src/md5pwd.c,
-       lib/src/obsolete.c, lib/src/property.c, lib/src/register.c,
-       lib/src/saslprep.c, lib/src/suggest.c, lib/src/supportp.c,
-       lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c,
-       lib/src/xstart.c, lib/src/xstep.c, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c, src/imap.c, src/imap.h,
-       src/internal.h, src/smtp.c, src/smtp.h, tests/cram-md5.c,
-       tests/digest-md5.c, tests/external.c, tests/gssapi.c,
-       tests/md5file.c, tests/old-cram-md5.c, tests/old-digest-md5.c,
-       tests/old-gssapi.c, tests/old-md5file.c, tests/simple.c,
-       tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: 
-       Fix address in license.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/check_version.c,
-       lib/gl/check_version.h, lib/gl/m4/gnulib.m4, lib/src/version.c: Use
-       check_version gnulib module.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * lib/gl/size_max.h: Sync with gnulib.
-
-2005-06-15  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-06-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/error.h, gl/exit.h,
-       gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h,
-       gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h,
-       gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h,
-       gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconvme.c,
-       gl/iconvme.h, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4,
-       gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4,
-       gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/gnulib.m4,
-       gl/m4/intdiv0.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4,
-       gl/m4/inttypes.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/nls.m4, gl/m4/po.m4,
-       gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/strdup.m4,
-       gl/progname.c, gl/progname.h, gl/stdbool_.h, gl/strdup.c,
-       gl/strdup.h, lib/gl/Makefile.am, lib/gl/alloca_.h,
-       lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c,
-       lib/gl/base64.h, lib/gl/gettext.h, lib/gl/m4/gettext.m4,
-       lib/gl/m4/glibc2.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-pri.m4,
-       lib/gl/m4/inttypes.m4, lib/gl/m4/isc-posix.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4,
-       lib/gl/m4/strdup.m4, lib/gl/printf-args.c, lib/gl/printf-args.h,
-       lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stdbool_.h,
-       lib/gl/strdup.c, lib/gl/strdup.h, lib/gl/vasnprintf.c,
-       lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/vasprintf.h,
-       lib/gl/xsize.h: Update gnulib files.
-
-2005-06-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-11.txt: Add.
-
-2005-05-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-zeilenga-sasl-rfc2222bis-00.txt: Add.
-
-2005-04-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-05.txt: Add.
-
-2005-04-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-02.txt: Add.
-
-2005-03-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-08.txt: Add.
-
-2005-03-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Define __attribute__ to empty for C++,
-       tiny patch Ryan Slack <address@hidden>.
-
-2005-03-02  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2005-03-02  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: API fix, reported by Ryan Slack <address@hidden>.
-
-2005-03-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc4013.txt: Add.
-
-2005-02-23  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Use SASLprep(authcid) as authzid, when the
-       provided authzid is empty.
-
-2005-02-22  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-05.txt,
-       doc/specification/draft-ietf-sasl-plain-07.txt: Add.
-
-2005-02-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-10.txt: Add.
-
-2005-02-14  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump versions.
-
-2005-02-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-02-14  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Align unassigned code point usage in
-       preparation, as per -06.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Fix.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.5.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * gl/progname.c: Fix.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-02-06  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Typos, reported by Clytie Siddall
-       <address@hidden>.
-
-2005-02-06  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/vi.po: Add.
-
-2005-01-29  Simon Josefsson <address@hidden>
-
-       * NEWS, po/LINGUAS, po/vi.po: Add.
-
-2005-01-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/gai_strerror.c, gl/m4/codeset.m4,
-       gl/m4/error.m4, gl/m4/getaddrinfo.m4, gl/m4/getline.m4,
-       gl/m4/getndelim2.m4, gl/m4/getopt.m4, gl/m4/getpass.m4,
-       gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/inttypes_h.m4,
-       gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
-       gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/restrict.m4,
-       gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/sockpfaf.m4,
-       gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/stdint_h.m4,
-       gl/m4/strdup.m4, gl/m4/strerror_r.m4, gl/m4/uintmax_t.m4,
-       gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4,
-       gl/m4/xsize.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4,
-       lib/gl/m4/codeset.m4, lib/gl/m4/eoverflow.m4, lib/gl/m4/glibc21.m4,
-       lib/gl/m4/iconv.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/m4/longdouble.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/restrict.m4, lib/gl/m4/signed.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint_h.m4,
-       lib/gl/m4/strdup.m4, lib/gl/m4/uintmax_t.m4,
-       lib/gl/m4/ulonglong.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/vasprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4,
-       lib/gl/m4/xsize.m4, lib/gl/size_max.h: Update.
-
-2005-01-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-06.txt: Add.
-
-2005-01-18  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2005-01-18  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix typo, reported by Clytie Siddall
-       <address@hidden>.
-
-2005-01-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-nntpext-authinfo-06.txt: Add.
-
-2005-01-05  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-01-05  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: If we have pr29 functionality, use it to
-       verify output.
-
-2005-01-05  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Look for pr29.h and pr29_8z in libidn.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Consistency.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Validate input better.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Validate upper token length as well.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Add comments.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/external/client.c: Return "" instead of NULL when no authzid.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: Treat NULL input as empty string.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/external.c: Add external self test.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Wait for real token.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Simplify.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Simplify.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Fix distcheck.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: Generated.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.4.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Indent.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Prefer CRAM-MD5 over DIGEST-MD5.  Decision based
-       on available public analysis that MD5 is broken, but HMAC-MD5 still
-       likely secure, and the lack of public analysis of the consequences
-       of the MD5 break for DIGEST-MD5.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/po/ro.po, po/ro.po: Sync with TP.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/lgetdelim.c: Update.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c,
-       lib/gl/lgetline.h: Update.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4: 
-       Update.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/iconvme.c, gl/m4/getline.m4,
-       gl/m4/gnulib.m4, gl/m4/strdup.m4, lib/gl/Makefile.am,
-       lib/gl/base64.c, lib/gl/base64.h, lib/gl/lgetdelim.c,
-       lib/gl/lgetdelim.h, lib/gl/lgetline.c, lib/gl/lgetline.h,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4,
-       lib/gl/m4/strdup.m4: Update.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Need lgetline.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Use correct constants.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Disable qop auth-conf, and ciphers, for
-       now.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/tokens.h: Fix warnings.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Add gsasl_simple_getpass.  Remove
-       gsasl_md5pwd_get_password.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c,
-       lib/anonymous/mechinfo.c, lib/cram-md5/mechinfo.c,
-       lib/digest-md5/client.c, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/free.c,
-       lib/digest-md5/free.h, lib/digest-md5/getsubopt.c,
-       lib/digest-md5/mechinfo.c, lib/digest-md5/parser.c,
-       lib/digest-md5/parser.h, lib/digest-md5/printer.c,
-       lib/digest-md5/printer.h, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/test-parser.c,
-       lib/digest-md5/tokens.h, lib/digest-md5/validate.c,
-       lib/digest-md5/validate.h, lib/external/mechinfo.c,
-       lib/external/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c,
-       lib/gssapi/server.c, lib/login/login.h, lib/login/mechinfo.c,
-       lib/ntlm/mechinfo.c, lib/ntlm/x-ntlm.h, lib/plain/mechinfo.c,
-       lib/plain/server.c, lib/securid/mechinfo.c, lib/src/callback.c,
-       lib/src/gsasl.h.in, lib/src/md5pwd.c, src/callbacks.c,
-       src/callbacks.h, tests/gssapi.c, tests/simple.c: Indent.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Fix comment.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Dist README.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump versions.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c,
-       lib/src/xfinish.c: Revert and remove qop, maxbuf until we need them.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Revert.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-12-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Fix comment.
-
-2004-12-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Remove debug code.
-
-2004-12-21  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Only set realm if entered.
-
-2004-12-21  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-12-21  Simon Josefsson <address@hidden>
-
-       * src/smtp.c: Fix CRLF.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/validate.c: Doc fix.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/validate.c: Doc fix.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Fix.F
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Simplify.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Fix mem leak.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Typo.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Fix logic.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Typo.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Reject invalid input.  More SASLprep.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: SASLprep client string too.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Handle malloc==NULL.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/error.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in: Deprecate GSASL_INVALID_HANDLE.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Assume sctx.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/error.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/md5pwd.c, lib/src/obsolete.c,
-       tests/Makefile.am, tests/md5file.c, tests/old-md5file.c: Replace
-       gsasl_md5pwd_get_password with gsasl_simple_getpass, and update
-       callers.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac, lib/src/Makefile.am,
-       tests/Makefile.am: Add --disable-obsolete.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Fix parse check.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Use new API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Rewrite using new API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/old-digest-md5.c: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Work around x86 sparc printf bug.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/validate.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Add FIXME.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Use auth qop.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/session.c: Don't use uint32_t nor htonl.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix warning.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c: Fix uint32_t uses.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Need libgl.la.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Re-enable DIGEST-MD5.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/parser.c,
-       lib/digest-md5/server.c: Fix warnings.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.h: Add doc.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README, lib/digest-md5/client.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/free.c, lib/digest-md5/parser.c,
-       lib/digest-md5/tokens.h: Use static buffer for response->rspauth.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/shared.c,
-       lib/digest-md5/shared.h: Remove.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Rewrite, unfinished, but still probably
-       an improvement.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/validate.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Simplify.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.c: Zero terminate.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/session.h: Modularize
-       session.*.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.h, lib/digest-md5/tokens.h: Move.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/shared.h: Remove.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/server.c: Fix API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Rewrite, unfinished but probably still an
-       improvement.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/shared.c, lib/digest-md5/shared.h: Remove.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Use new API (temporarily).
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/test-parser.c: 
-       Modularize digest computation into digesthmac.*.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Clear buffer before calling obsolete
-       callbacks, for buggy callbacks.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Free more.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c, gl/m4/getline.m4, gl/m4/strdup.m4, lib/gl/alloca_.h: 
-       Update.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Add realm callback.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/free.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/parser.h,
-       lib/digest-md5/test-parser.c: Use string length indicator in parser
-       API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Typo.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: No multiple realms.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Typo.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Add
-       qop property.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/.cvsignore: [no log message]
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix callback for service/hostname.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Validate input.  Fix printf call.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/free.c,
-       lib/digest-md5/free.h: Add functions to deallocate DIGEST-MD5 token
-       structures.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/validate.c,
-       lib/digest-md5/validate.h: Move more validation logic from parser.c
-       to validate.*.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/tokens.h: Make response->response array.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Test more.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/printer.c,
-       lib/digest-md5/printer.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asnprintf.c,
-       lib/gl/asprintf.c, lib/gl/m4/alloca.m4, lib/gl/m4/codeset.m4,
-       lib/gl/m4/eoverflow.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc21.m4,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4,
-       lib/gl/m4/inttypes_h.m4, lib/gl/m4/isc-posix.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/m4/longdouble.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4,
-       lib/gl/m4/signed.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/strdup.m4,
-       lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4,
-       lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4,
-       lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c,
-       lib/gl/printf-parse.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h,
-       lib/gl/vasprintf.c, lib/gl/vasprintf.h, lib/gl/xsize.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Add vasprintf module, because DIGEST-MD5 need
-       asprintf.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/parser.c,
-       lib/digest-md5/parser.h, lib/digest-md5/validate.c: Move validate
-       functions to separate file.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/tokens.h: Fix qop/cipher types.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.h, lib/digest-md5/validate.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Parse qop/cipher in response.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Handle qop/cipher in challenge.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Test more.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/tokens.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Use new API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Use new API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/getsubopt.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Use 'static'.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Remove getsubopt (in getsubopt.c now).
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Add tokens.h.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/getsubopt.c: Rename, and use prototype from
-       parser.h.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.h: Use tokens.h.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/tokens.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/parser.h: Add.
-
-2004-12-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Fix.
-
-2004-12-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/README,
-       lib/digest-md5/parser.c, lib/digest-md5/parser.h,
-       lib/digest-md5/test-parser.c: Add.
-
-2004-12-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Add.
-
-2004-12-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/.cvsignore: [no log message]
-
-2004-12-17  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/parser.h,
-       lib/digest-md5/test-parser.c: Add, unfinished.
-
-2004-12-16  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-12-16  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c: Update.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Generated.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.3.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c: Reorder authid/password queries, tiny patch
-       from Sergey Poznyakoff <address@hidden>.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Simplify.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: New message.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Revert.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Rename from saslprep to stringprep, for
-       backwards compatibility.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Output more info.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Typo.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Don't NFKC.  Fix use-after-free.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Don't NFKC for now.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/server.c: Update SASLprep API.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Just fail if libidn isn't installed.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Deprecate
-       GSASL_UNICODE_NORMALIZATION_ERROR.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Move.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/error.c: Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Work (as much as possible) when libidn isn't
-       available.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix libidn.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/NEWS, lib/configure.ac,
-       lib/libidn/.cvsignore, lib/libidn/Makefile.am, lib/libidn/README,
-       lib/libidn/gunibreak.h, lib/libidn/gunicomp.h,
-       lib/libidn/gunidecomp.h, lib/libidn/nfkc.c, lib/libidn/profiles.c,
-       lib/libidn/rfc3454.c, lib/libidn/stringprep.c,
-       lib/libidn/stringprep.h, lib/libidn/toutf8.c, lib/src/Makefile.am: 
-       Revert LibIDN dependency stuff.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Use new iconv API.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/dummy.c: Remove.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Dummy not needed.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib.m4, lib/gl/Makefile.am,
-       lib/gl/dummy.c, lib/gl/m4/gnulib.m4: Update.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Dummy not needed, base64 always enabled.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Remove GSASL_CANNOT_VALIDATE.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/login/server.c, lib/plain/server.c: Fall back to internal
-       authentication logic if GSASL_VALIDATE_SIMPLE leads to
-       GSASL_NO_CALLBACK.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Remove authzid from LOGIN test vectors.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: Zero terminate password.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: Add 'break' in switch-case.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: (gsasl_callback): Handle GSASL_VALIDATE_SIMPLE 
and GSASL_PASSWORD,
-       tiny patch from Sergey Poznyakoff <address@hidden>.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/login/server.c, lib/plain/server.c: Invert password validation
-       logic, tiny patch from Sergey Poznyakoff <address@hidden>.
-
-2004-12-12  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c, gl/iconvme.h: Update.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Revert.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Fix.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/iconvme.c: Update.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Link with libiconv.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Use iconvme instead libidn.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Remove.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/iconvme.c, gl/iconvme.h,
-       gl/m4/gnulib.m4, gl/m4/iconvme.m4: Add iconvme.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add GSASL_REALM.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Add
-       realm property.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c: Set domain field to GSASL_REALM property value,
-       because some servers appear to need non-empty domain fields,
-       reported by Martin Lambers <address@hidden>.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * gl/m4/restrict.m4, lib/gl/base64.c: Update.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: More idn checks.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Libidn need ICONV_CONST.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/restrict.m4: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Sync example.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c: Fix, for new
-       base64 API.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/base64.h,
-       lib/gl/m4/base64.m4, lib/gl/m4/gnulib.m4: Update.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Complain if aborting early.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Don't clobber return code, reported by Martin
-       Lambers <address@hidden>.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/login/client.c: Cleanup.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix LOGIN test vector.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/login/client.c: Don't even use SASLprep, SASLprep should be on
-       server side.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/login/client.c: Use SASLprep, not NFKC.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c: Don't NFKC, align with
-       draft-ietf-sasl-plain-05.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Don't use lib/config.h.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Ignore thread problems in libidn files.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/Makefile.am, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/obsolete.c, lib/src/stringprep.c: 
-       Obsolete gsasl_stringprep_nfkc, gsasl_stringprep_saslprep, and
-       gsasl_stringprep_trace.  Use gsasl_saslprep instead.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Improve API.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/libidn/.cvsignore: [no log message]
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/NEWS, lib/configure.ac,
-       lib/libidn/Makefile.am, lib/libidn/README, lib/libidn/gunibreak.h,
-       lib/libidn/gunicomp.h, lib/libidn/gunidecomp.h, lib/libidn/nfkc.c,
-       lib/libidn/profiles.c, lib/libidn/rfc3454.c,
-       lib/libidn/stringprep.c, lib/libidn/stringprep.h,
-       lib/libidn/toutf8.c, lib/src/Makefile.am, lib/src/saslprep.c,
-       lib/src/stringprep-no.c, lib/src/stringprep.c: Add copy of libidn,
-       so we always have SASLprep functionality.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Don't do anything if DIGEST-MD5 isn't
-       supported.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix LOGIN tests.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/callbacks.h, src/gsasl.c: Use new API (server
-       mode not ported yet).
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Add saslprep.c.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: New file.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Add gsasl_saslprep.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Disable DIGEST-MD5 by default, until it is
-       rewritten.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c: Use new API.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump versions.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c: Initialize length variables, fixes problem
-       when no AUTHZID is available.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/login/client.c: Use AUTHID, not AUTHZID, reported by Martin
-       Lambers <address@hidden>.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/NEWS: Add.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c, lib/gl/base64.h: Update.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: 0.2.2.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.2.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Generated.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/THANKS: Fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c: Typo.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c: Simplify.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c, lib/src/obsolete.c: Doc fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * gl/getopt_.h, gl/m4/getopt.m4: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c: Doc fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c: Cosmetic fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c: Use new API.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c, lib/gl/base64.h: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Simplify.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/m4/base64.m4,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/xsize.m4, lib/gl/xsize.h: Update.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c, lib/src/obsolete.c, lib/src/property.c: Indent.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Use new base64 API.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in,
-       lib/src/obsolete.c: Use gnulib for base64 support.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/securid/server.c: Fix read out of bounds error.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Use challengelen.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/m4/gnulib.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/xsize.m4, lib/gl/xsize.h: Add.
-
-2004-11-26  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Fix.
-
-2004-11-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/base64.c,
-       lib/gl/base64.h, lib/gl/m4/gnulib.m4, lib/gl/m4/stdbool.m4,
-       lib/gl/stdbool_.h: Add base64.
-
-2004-11-25  Simon Josefsson <address@hidden>
-
-       * lib/THANKS: Simplify.
-
-2004-11-25  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2004-11-25  Simon Josefsson <address@hidden>
-
-       * THANKS: Make cronological.
-
-2004-11-25  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Fix AM_CPPFLAGS, so objdir != srcdir builds
-       work, tiny patch from Mike Castle <address@hidden>.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Normalize warning messages.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/pl.po: Update.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Try without line numbers.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Sync with libidn.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po: Update.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/ga.po: Add.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po: Sync with TP.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/Makevars, po/LINGUAS, po/Makevars: Fix.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP.
-
-2004-11-22  Simon Josefsson <address@hidden>
-
-       * gl/getopt_.h: Update.
-
-2004-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-11-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/init.c: Doc fix.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c, lib/src/suggest.c, lib/src/supportp.c: Doc fix.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix valgrins warnings.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: Fix valgrind warnings.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/server.c: Fix mem leak.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Change headings.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h,
-       gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h,
-       gl/m4/getaddrinfo.m4, gl/m4/getopt.m4, gl/m4/sockpfaf.m4,
-       gl/progname.c, gl/progname.h: Update.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po,
-       po/zh_CN.po: Generated.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.1.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po,
-       po/zh_CN.po: Sync with TP.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c: Fix encode/decode.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in: 
-       Obsolete GSASL_CANNOT_GET_CTX.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/error.c, lib/src/gsasl.h.in,
-       lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c: Add CPP
-       definition GSASL_NO_OBSOLETE to hide obsolete code (md5pwd.c still
-       todo).
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/common.c, lib/src/init.c: Collapse
-       common.c into init.c.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Fix.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Doc fix.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/callback-c.c, lib/src/callback-s.c,
-       lib/src/obsolete.c: Move obsolete callback interface to obsolete.c.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Fix.
-
-2004-11-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Typo.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * README-alpha, lib/README-alpha: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Sync with texinfo.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po,
-       po/zh_CN.po: Generated.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.0.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/md5file.c: Fix distcheck.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c: Use authid instead of authzid.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix NTLM.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml: Add
-       image.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Doc fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve typography.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add image.  Fixes.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/abstraction.eps: Add image.
-
-2004-11-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Typo.
-
-2004-11-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-03  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, gl/m4/getpass.m4: Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix mem leak.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Revert.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Only use __attribute__ with gcc 3.1 or
-       later.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Invert MIT vs Heimdal detection logic.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Fix -export-symbols-regex call.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Dist cram-md5.pwd.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/gl/gettext.h, lib/gl/m4/gnulib.m4: Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Use gnulib for gettext.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am: Generate.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Enable flyspell too.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Typo.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * AUTHORS, lib/AUTHORS: Fix PGP key.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix PDF output.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * Makefile.am: No more doxygen refman.ps.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Typo.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Be specific.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Move around.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix properties.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Markup fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Typo.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/.cvsignore: [no log message]
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl-unused.sgml: Add (dummy file, to shut up
-       gtk-doc.make).
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/done.c: Make it compile.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Doc fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Fix mem leaks.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/controlflow.eps, doc/controlflow2.eps: Add, dia --export is
-       buggy.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * : Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix, for removed gsasl_property.*global.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Remove *_global property stuff.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * examples/client.c: Remove gsasl_property.*global.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, lib/gssapi/server.c, lib/src/gsasl.h.in,
-       lib/src/property.c: Rename gsasl_property_lset to
-       gsasl_property_set_raw.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/login/server.c, lib/plain/server.c: Rename property type.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: (Gsasl_property): Remove unused properties, for 
now.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, lib/gssapi/server.c: Fix warnings.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Limit exported symbols to ^gsasl.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Doc fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Add comment.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Add gtkdocize.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Move callback functions last too, to
-       improve GTK-DOC output.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Move callback typedef's last.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Doc fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Add index.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/obsolete.c, lib/src/property.c,
-       lib/src/register.c: Doc fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Doc fix.
-
-2004-10-29  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Doc fix.
-
-2004-10-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-04.txt,
-       doc/specification/draft-ietf-sasl-rfc2222bis-09.txt: Add.
-
-2004-10-28  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Support -include.  Replace struct marker from & to #, to
-       align with modern GTK-DOC.  Improve man and texinfo output.
-
-2004-10-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-04.txt,
-       doc/specification/draft-ietf-sasl-plain-05.txt: Add.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add images.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Add.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml,
-       doc/reference/gsasl.types, doc/reference/gtk-doc.make: Revamp.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * Makefile.am: (DISTCHECK_CONFIGURE_FLAGS): Add --enable-gtk-doc.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: (update-po): Fix.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * po/address@hidden, po/address@hidden: Remove.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS: Sync with TP.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/LINGUAS: Sync with TP.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, po/LINGUAS, po/de.po, po/address@hidden,
-       po/address@hidden, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS: Sync with TP.
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am: Update
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generated.
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getopt.m4, gl/m4/gnulib.m4: Update.
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Update.
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/getndelim2.c, gl/getpass.c,
-       gl/m4/gnulib.m4, gl/m4/unlocked-io.m4, gl/unlocked-io.h: Update.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Fix.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Fix.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/old-gssapi.c: Typo.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Don't use fixed size buffers.  Use new
-       property API.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/old-gssapi.c: Make it work.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/property.c: (gsasl_property_lset): Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Use new callback API.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Support GSASL_GSSAPI_DISPLAY_NAME.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: (gsasl_callback): Support deprecated 
GSASL_VALIDATE_GSSAPI.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Avoid old-style service callback.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Fix memory leak.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c: Fix memory leak.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, tests/old-gssapi.c: Fix crash.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/old-gssapi.c: Fix.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Remove old-gssapi for now.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/digest-md5.c, tests/gssapi.key,
-       tests/gssapi.tkt, tests/md5file.c, tests/old-gssapi.c: Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Support service and hostname properties.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Remove duplicated stuff.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/server.c, lib/cram-md5/client.c,
-       lib/cram-md5/cram-md5.h, lib/cram-md5/server.c,
-       lib/digest-md5/client.c, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/server.c, lib/digest-md5/session.c,
-       lib/digest-md5/session.h, lib/external/client.c,
-       lib/external/server.c, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/gssapi/x-gssapi.h, lib/kerberos_v5/client.c,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/kerberos_v5/server.c, lib/login/client.c, lib/login/login.h,
-       lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h,
-       lib/plain/client.c, lib/plain/plain.h, lib/plain/server.c,
-       lib/securid/client.c, lib/securid/securid.h, lib/securid/server.c,
-       lib/src/obsolete.c, tests/cram-md5.c: Fix warnings.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Don't deprecate the types that are used in
-       this file.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * lib/external/external.h: Fix warning.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Use GCC __attribute__((deprecated)), if
-       available, to generate warnings on use.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/cram-md5.c, tests/old-cram-md5.c,
-       tests/utils.c: Add new cram-md5 test.
-
-2004-10-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Typo.
-
-2004-10-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c,
-       lib/digest-md5/getsubopt.c, lib/digest-md5/shared.c,
-       lib/digest-md5/shared.h, lib/plain/client.c: Fix warnings.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generated.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c, lib/digest-md5/shared.c,
-       lib/digest-md5/shared.h: Fix warnings.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/getsubopt.c: Fix warning.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/gsasl-compat.h, lib/src/obsolete.c: 
(gsasl_server_suggest_mechanism): Add, but as deprecated, for binary
-       compatibility.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Typo.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/gsasl.h.in, lib/src/suggest.c: 
(gsasl_server_suggest_mechanism): Remove.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * : Update.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * : Update.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * examples/client-mech.c: Typ.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: (Using the Library): Rewrite.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-serverfirst.c,
-       examples/client.c: Fix.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Doc fix.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/anonymous/client.c, lib/anonymous/server.c,
-       lib/securid/server.c, lib/src/callback.c, lib/src/gsasl.h.in,
-       lib/src/property.c: Cleanup properties.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Clear authzid.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * : Update.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gsasl.texi: Add.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/src/callback.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c: Simplify
-       callback hook.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Doc fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, lib/anonymous/server.c,
-       lib/external/server.c, lib/login/server.c, lib/plain/server.c,
-       lib/securid/server.c, lib/src/callback.c, lib/src/gsasl.h.in,
-       lib/src/internal.h, lib/src/property.c: Simplify callbacks, now
-       there is only one application callback (the global).
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Typo.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Obsolete some error
-       codes.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Update, for libntlm 0.3.6.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gsasl-example1.c: Remove.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, doc/gsasl.texi, examples/.cvsignore,
-       examples/Makefile.am, examples/README, examples/client-callback.c,
-       examples/client-mech.c, examples/client-serverfirst.c,
-       examples/client.c: Add examples.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: (gsasl_property_fast, 
gsasl_property_fast_global): Fix crashes on
-       NULL input.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: (gsasl_callback): Give sctx to global callback.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c, lib/securid/client.c: Don't fail on missing
-       authzid.
-
-2004-09-29  Simon Josefsson <address@hidden>
-
-       * NEWS, tests/Makefile.am, tests/md5file.c, tests/utils.c: Add.
-
-2004-09-29  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-09-29  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.pwd, tests/utils.c, tests/utils.h: Add.
-
-2004-09-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/dummy.c, gl/m4/gnulib.m4, gl/progname.h,
-       lib/gl/Makefile.am, lib/gl/dummy.c, lib/gl/m4/gnulib.m4: Update.
-
-2004-09-28  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/dummy.c,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/strdup.m4, lib/gl/strdup.c,
-       lib/gl/strdup.h: Use new GNULib.
-
-2004-09-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/crypto/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/digest-md5/shared.h, lib/external/Makefile.am,
-       lib/gl/Makefile.am, lib/gl/m4/strdup.m4, lib/gl/strdup.c,
-       lib/gl/strdup.h, lib/gssapi/Makefile.am,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/shared.h,
-       lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am, lib/src/Makefile.am, tests/Makefile.am: Use
-       Lesser GNULib.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Generated.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Bump versions.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-mech.h, lib/src/gsasl.h.in: Move.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl: Add gsasl-mech.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h,
-       lib/cram-md5/server.c, lib/digest-md5/client.c,
-       lib/digest-md5/digest-md5.h, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/shared.c,
-       lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/gssapi/shared.h, lib/gssapi/x-gssapi.h, lib/login/client.c,
-       lib/login/login.h, lib/login/server.c, lib/ntlm/ntlm.c,
-       lib/ntlm/x-ntlm.h: Avoid use of internal.h.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.h, lib/cram-md5/server.c,
-       lib/digest-md5/client.c, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/gssapi/x-gssapi.h, lib/login/client.c, lib/login/login.h,
-       lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h,
-       lib/securid/client.c, lib/securid/securid.h, lib/src/gsasl-mech.h,
-       lib/src/xfinish.c: Make mechanism finish function return void.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/listmech.c: Cleanup.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/listmech.c: Use new API.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.h: Indent.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/anonymous/anonymous.h,
-       lib/anonymous/mechinfo.c, lib/cram-md5/Makefile.am,
-       lib/cram-md5/cram-md5.h, lib/cram-md5/mechinfo.c,
-       lib/digest-md5/Makefile.am, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/mechinfo.c, lib/external/Makefile.am,
-       lib/external/external.h, lib/external/mechinfo.c,
-       lib/gssapi/Makefile.am, lib/gssapi/mechinfo.c,
-       lib/gssapi/x-gssapi.h, lib/login/Makefile.am, lib/login/login.h,
-       lib/login/mechinfo.c, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c,
-       lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/mechinfo.c,
-       lib/plain/plain.h, lib/securid/Makefile.am, lib/securid/mechinfo.c,
-       lib/securid/securid.h, lib/src/common.c, lib/src/init.c: Move
-       mechanism definitions from src/common.c into */mechinfo.c.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/src/gsasl.h.in: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/gsasl-mech.h, lib/src/gsasl.h.in: 
-       Move mechanism stuff from gsasl.h.in to gsasl-mech.h.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h,
-       lib/cram-md5/server.c, lib/external/client.c,
-       lib/external/external.h, lib/external/server.c, lib/plain/client.c,
-       lib/plain/plain.h, lib/plain/server.c, lib/securid/client.c,
-       lib/securid/securid.h, lib/securid/server.c, lib/src/common.c: 
-       Remove useless start functions.  Cleanup.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/server.c, lib/src/common.c, lib/src/xstart.c: Support
-       NULL start mechanism functions.  Remove useless start functions.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Typo.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/anonymous/anonymous.h,
-       lib/anonymous/client.c: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/client.c, lib/anonymous/server.c,
-       lib/external/client.c, lib/external/external.h,
-       lib/external/server.c: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Doc fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c, lib/src/gsasl.h.in, lib/src/xstart.c: Indent.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/xstart.c: Cleanup.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/register.c: Doc fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/register.c: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gsasl.texi, lib/NEWS: Add.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c, lib/src/gsasl.h.in, lib/src/init.c,
-       lib/src/internal.h, lib/src/listmech.c, lib/src/register.c,
-       lib/src/suggest.c, lib/src/supportp.c, lib/src/xcode.c,
-       lib/src/xstart.c, lib/src/xstep.c: Make mechanism interface public.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c, lib/src/internal.h, lib/src/xstep.c: Remove
-       non-allocating step interface.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c, lib/gssapi/x-gssapi.h: Make GSSAPI server use
-       allocating interface.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/server.c, lib/src/common.c: Use new allocating step
-       API in DIGEST-MD5.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Fix.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Fix.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/digest-md5.c: Add.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix valgrind
-       complaints.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Fix.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/client.c,
-       lib/digest-md5/server.c, lib/digest-md5/session.c,
-       lib/digest-md5/session.h: Split off and unify data protection in
-       DIGEST-MD5.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Remove debugging print of b64 encoded session data.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c: Cleanup.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c: Use digest.h API.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c: Disable KERBEROS_V5 for now.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/securid/securid.h, lib/securid/server.c, lib/src/callback.c,
-       lib/src/common.c: Make SECURID server use new APIs.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c: Fix.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c, lib/securid/securid.h, lib/src/common.c,
-       lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Make SECURID client use new allocating API.  Use
-       new callback/property API in SECURID client.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Reorder.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix gsasl_encode use.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/server.c, lib/gssapi/client.c,
-       lib/gssapi/x-gssapi.h, lib/kerberos_v5/client.c,
-       lib/kerberos_v5/server.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c,
-       lib/src/xcode.c: (gsasl_encode. gsasl_decode): Allocate OUTPUT
-       buffer.  Change in prototype.  Update types and callers.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix buggy callbacks.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h, lib/src/version.c: Cleanup includes.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix NTLM test.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix NTLM test cases.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Fix.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Add gnulib.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Remove.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/x-gssapi.h: Fix.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, lib/gssapi/x-gssapi.h, lib/src/common.c: Make
-       GSSAPI client use new allocating API, and new callback interface.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Add.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c, lib/src/gsasl.h.in: Add.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Add.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/server.c: Fix.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/src/common.c: 
-       Make CRAM-MD5 server use new allocating output.  Use digest.* in
-       CRAM-MD5 server.  Use new callback interface in CRAM-MD5 server
-       (means dropping support for validation of CRAM-MD5 hashes within
-       application, will anyone miss it?).
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/src/common.c: 
-       Make CRAM-MD5 client use new allocating API, and new callback
-       interface.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c, lib/plain/server.c: Typo.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c: Typo.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Use new callback interface.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/plain/plain.h, lib/plain/server.c, lib/src/common.c: Make
-       PLAIN server use new allocating API.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/login/login.h, lib/login/server.c, lib/src/common.c: Make
-       LOGIN server support new allocating API.  Use new callback/property
-       API in LOGIN server.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Fix crash.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix crash in EXTERNAL client.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: (gsasl_property_set, gsasl_property_set_global): 
Handle data==NULL.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/external/client.c, lib/external/server.c, lib/login/client.c,
-       lib/ntlm/ntlm.c, lib/plain/client.c, lib/src/gsasl.h.in,
-       lib/src/property.c: Fix.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Support authzid.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/external/client.c: Support authorization identities.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c,
-       lib/src/xcode.c: (gsasl_encode, gsasl_decode): Obsolete.  
(gsasl_encode_inline, gsasl_decode_inline): Add.  Same as above.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: (Gsasl_rc): Specify numbers explicitly, to make 
sure existing names
-       are never renumbered.  Move new errors last, to maintain binary
-       compatibility with last release.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Move.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in,
-       lib/src/obsolete.c: (gsasl_ctx_get): Obsolete.
-
-2004-09-19  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.c, gl/getaddrinfo.h, gl/progname.c, gl/progname.h: 
-       Update.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/stringprep-no.c: Fix.Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/crypto/gc-nettle.c, lib/crypto/hmac.h: Remove SHA.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/crypto/Makefile.am: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/THANKS: Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Check for netinet/in.h, reported by Paul Romero
-       <address@hidden>.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl.h.in: Move.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: Doc fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Doc fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Move.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Move.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/crypto/gc-libgcrypt.c,
-       lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/gssapi/client.c,
-       lib/plain/client.c, lib/plain/server.c, lib/src/gsasl.h.in,
-       lib/src/internal.h, lib/src/property.c, lib/src/register.c,
-       lib/src/xstep.c, src/smtp.c, tests/cram-md5.c: Indent.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/internal.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/server.c, lib/crypto/gc-nettle.c, lib/ntlm/ntlm.c,
-       lib/src/common.c, tests/cram-md5.c: Fix warnings.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/ro.po, po/sr.po, po/sv.po: Generated.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/client.c: Cleanup.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/gssapi.c: Remove.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/gssapi/shared.h: Split up GSSAPI.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c,
-       lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h: Split up
-       KERBEROS_V5.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/client.c,
-       lib/digest-md5/digest-md5.c, lib/digest-md5/getsubopt.c,
-       lib/digest-md5/server.c, lib/digest-md5/shared.c,
-       lib/digest-md5/shared.h: Split up DIGEST-MD5.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/src/common.c: 
-       Cleanup CRAM-MD5.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/Makefile.am, lib/ntlm/ntlm.c: Cleanup NTLM.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/securid/Makefile.am, lib/securid/client.c,
-       lib/securid/securid.c, lib/securid/securid.h, lib/securid/server.c,
-       lib/src/common.c: Cleanup SECURID.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/Makefile.am, lib/src/xfinish.c: Typo.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/login/login.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/login/Makefile.am, lib/login/client.c, lib/login/login.c,
-       lib/login/server.c: Cleanup LOGIN.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/plain/Makefile.am, lib/plain/client.c, lib/plain/plain.c,
-       lib/plain/plain.h, lib/plain/server.c, lib/src/common.c: Cleanup
-       PLAIN.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/Makefile.am, lib/external/client.c,
-       lib/external/external.c, lib/external/server.c, lib/src/callback.c: 
-       Make EXTERNAL use new callback API.  Cleanup.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am: Typo.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am: Typo.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/anonymous/anonymous.c,
-       lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/server.c, lib/src/common.c: Cleanup.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.c, lib/anonymous/client.c,
-       lib/anonymous/server.c: Cleanup.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/external.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/external.c, lib/src/common.c: Remove useless EXTERNAL
-       finish function.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Handle NULL finish plugin method.  Fix mem
-       leak.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/done.c: Fix mem leak.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/src/common.c: Make NTLM
-       use new allocating API.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/external.c, lib/external/external.h,
-       lib/src/common.c: Make EXTERNAL use new allocating API.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/plain/plain.c, lib/plain/plain.h, lib/src/common.c,
-       lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Make PLAIN client use new callback API.  Add
-       authid property.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/login/login.c, lib/login/login.h, lib/src/common.c,
-       lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in,
-       lib/src/internal.h, lib/src/property.c: Make LOGIN client use new
-       callback API.  Add password/authzid properties.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.c, lib/anonymous/anonymous.h,
-       lib/src/Makefile.am, lib/src/callback.c, lib/src/common.c,
-       lib/src/done.c, lib/src/error.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c,
-       lib/src/xfinish.c: Add new callback/property interface, thereby
-       deprecating old callback system.  Move obsolete APIs from gsasl.h.in
-       to gsasl-compat.h.  Include gsasl-compat.h in gsasl.h.in.  Fix the
-       ANONYMOUS mechanism to use the new interface, including the new
-       allocating mechanism interface.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/init.c, lib/src/internal.h,
-       lib/src/register.c: (gsasl_register): Add.  (gsasl_init): Use it.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Cleanup.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.c, lib/anonymous/anonymous.h,
-       lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h,
-       lib/external/external.c, lib/external/external.h,
-       lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/login/login.c, lib/login/login.h, lib/ntlm/ntlm.c,
-       lib/ntlm/x-ntlm.h, lib/plain/plain.c, lib/plain/plain.h,
-       lib/securid/securid.c, lib/src/common.c: Remove useless plugin
-       init/done functions.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.h,
-       lib/cram-md5/init_client.c, lib/cram-md5/init_server.c,
-       lib/src/common.c: Remove useless CRAM-MD5 init/done.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/src/done.c, lib/src/init.c: Support NULL module init/done
-       functions.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/cram-md5/client.c,
-       lib/cram-md5/cram-md5.c, lib/cram-md5/server.c: Split up cram-md5.c
-       into client.c and server.c.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.c,
-       lib/cram-md5/init_client.c, lib/cram-md5/init_server.c: Cleanup
-       init.
-
-2004-09-16  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Fix.
-
-2004-09-16  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use threadsafety.
-
-2004-09-16  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Add.
-
-2004-09-13  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/sr.po, lib/po/sv.po, po/pl.po: Sync with
-       TP.
-
-2004-09-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: (clean-local): Add style.css.
-
-2004-09-09  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-04.txt: Add.
-
-2004-09-05  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/getaddrinfo.c, gl/getaddrinfo.h,
-       gl/m4/getaddrinfo.m4, gl/m4/gnulib.m4, gl/m4/restrict.m4,
-       src/gsasl.c, src/internal.h: Assume getaddrinfo.  Add getaddrinfo
-       gnulib module, for system that lack it.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sv.po: Sync with TP.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl-example1.c, doc/gsasl.texi: Fix example.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.gdoci: Remove.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Simplify.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Rewrite gdoc stuff.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po.
-
-2004-08-26  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-08-26  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-08-23  Simon Josefsson <address@hidden>
-
-       * m4/autobuild.m4: Update.
-
-2004-08-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Typo.
-
-2004-08-21  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Add GC stuff.
-
-2004-08-21  Simon Josefsson <address@hidden>
-
-       * lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c,
-       lib/crypto/gc.h, lib/crypto/hmac.h, lib/crypto/sha.h: Sync GC with
-       GnuTLS.
-
-2004-08-18  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-08-18  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version.
-
-2004-08-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-08-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib.m4, lib/gl/m4/gnulib.m4: Update.
-
-2004-08-16  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/gnulib.m4, lib/configure.ac,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Update.
-
-2004-08-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib.m4: Update.
-
-2004-08-10  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, gl/getpass.h: Update.
-
-2004-08-08  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Fix.
-
-2004-08-08  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/sr.po, po/sv.po: Generated.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.4.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Fix.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump versions.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib.m4, po/sv.po: Update.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix aclocal -I's.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Use new gnulib-tool stuff.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/internal.h: Fix.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getline.c, gl/getline.h, gl/getndelim2.c,
-       gl/getndelim2.h, gl/getpass.c, gl/getpass.h, gl/getpassword.c,
-       gl/getpassword.h, gl/m4/getline.m4, gl/m4/getndelim2.m4,
-       gl/m4/getpass.m4, gl/m4/gnulib.m4, gl/m4/ssize_t.m4,
-       gl/m4/stdbool.m4, gl/stdbool_.h: Update.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use new gnulib-tool stuff.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib.m4, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib.m4: Fix.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am: Generated.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/gnulib.m4, lib/gl/m4/onceonly_2_57.m4: Add.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: For gnulib.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use new gnulib-tool stuff.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/stdbool_.h: Update.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/m4/codeset.m4, gl/m4/gettext.m4, gl/m4/glibc21.m4,
-       gl/m4/gnulib.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4,
-       gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/longdouble.m4,
-       gl/m4/longlong.m4, gl/m4/nls.m4, gl/m4/po.m4,
-       gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/signed.m4,
-       gl/m4/size_max.m4, gl/m4/stdint_h.m4, gl/m4/uintmax_t.m4,
-       gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4,
-       gl/m4/xsize.m4: Add.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Generated.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/error.c, gl/m4/fatal.m4, gl/m4/gnulib.m4, gl/m4/stdbool.m4,
-       lib/gl/m4/strdup.m4, lib/gl/strdup.c, lib/gl/strdup.h: Update.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.c: Update.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, po/LINGUAS: Sync with TP.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: (update-po): Add.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fix.
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * lib/po/.cvsignore, po/.cvsignore: [no log message]
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * gl/progname.lo: Remove.
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/fr.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, po/LINGUAS, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sr.po: Add.
-
-2004-08-04  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c, lib/crypto/gc-nettle.c,
-       lib/digest-md5/digest-md5.c, lib/src/crypto.c: Fix, reported by
-       Dimitri Papadopoulos-Orfanos <address@hidden>.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * lib/gl/dummy.c: Update.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/sv.po: Generated.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Update.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.3.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/getpassword.c, gl/getpassword.h, lib/cram-md5/digest.c,
-       src/gsasl.c, src/internal.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/progname.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * : Remove.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump version.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: (_gsasl_digest_md5_client_step): If no 
qop callback, default to no
-       QOP.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Simplify setlocale.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Define setlocale.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix cmd line parsing.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/fatal.c, gl/fatal.h: Remove
-       fatal.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use error.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use error.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: #Include errno.h.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for errno.h.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use progname.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/progname.c, gl/progname.h, gl/progname.lo, gl/stdbool_.h: 
-       Gnulib.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/m4/error.m4, gl/m4/extensions.m4,
-       gl/m4/fatal.m4, gl/m4/onceonly_2_57.m4, gl/m4/stdbool.m4,
-       gl/m4/strerror_r.m4, gl/m4/unlocked-io.m4: Gnulib fixes.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Add progname.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/dummy.c, gl/error.c, gl/error.h, gl/exit.h,
-       gl/fatal.c, gl/fatal.h, gl/unlocked-io.h: Add fatal module.  Update.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use getaddrinfo, if available.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for getaddrinfo.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix unnamed option handling.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (client_callback_authentication_id): Use getpwuid.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: #include pwd.h.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for pwd.h.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Handle hostname/port on command line.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Doc fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Use unnamed options.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Make --client and --imap default.
-
-2004-07-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-10.txt: Add.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/sv.po: Generated.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.2.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/THANKS: Add.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, gl/getopt1.c, gl/m4/getopt.m4: Update.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use ABINIT.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * m4/autobuild.m4: Add.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * gl/dummy.c, lib/gl/dummy.c: Typo.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/dummy.c, lib/gl/Makefile.am, lib/gl/dummy.c: 
-       Add.
-
-2004-07-13  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-melnikov-ldap-distr-auth-00.txt: Add.
-
-2004-07-13  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-03.txt: Add.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Use allocating interface, if present.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Add allocating "step" interface.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * lib/src/callback-c.c, lib/src/callback-s.c: Don't crash on if
-       handed NULL input.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix mem leak.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Mention SMTP.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * tests/utils.c: Add.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, tests/Makefile.am, tests/cram-md5.c,
-       tests/simple.c: Fix.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add comment.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Use config.h's.
-
-2004-07-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use config.h again.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * configure.ac: Cosmetic fix.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: [no log message]
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * gl/readline.c: Fix.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Update getopt stuff.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/getopt_.h,
-       gl/m4/getopt.m4: Update getopt, to make cross compile builds to
-       uClibc systems work.
-
-2004-06-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-07.txt: Add.
-
-2004-06-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-08.txt: Add.
-
-2004-06-29  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-01.txt: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Fix.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (client_callback_passcoe): Use getpassword.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Make -d the default.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Don't prompt for authzid.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Fix.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * NEWS, gl/getpassword.c: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * gl/getpassword.c: Fix.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Use getpassword.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getpassword.c, gl/getpassword.h: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Use extern readline.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * gl/readline.c: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: (libgl_la_SOURCES) [!READLINE]: Add readline.c.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * configure.ac: Proper readline tests.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for readline properly.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for readline.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * src/smtp.c: Fix EHLO greeting.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * src/smtp.c: Parse SASL mechanisms from EHLO.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Clear DEFS.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Include config.h unconditionally.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c, tests/utils.c: Don't #include config.h.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use AM_CPPFLAGS, only one config.h now.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't use config.h.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac, src/internal.h: Assume standard C.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/internal.h: Avoid errno.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove errno and uid_t tests.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Generated.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.1.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump so version.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/src/Makefile.am: Fix -I's.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po: Generated.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Default libgcrypt off.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/crypto/Makefile.am: (NETTLE_CFLAGS, 
NETTLE_LIBS): Remove.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Add.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/crypto/gc-nettle.c: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/crypto/gc.h: Fix (for GTK-DOC).
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.c, gl/getopt.h, gl/getopt1.c,
-       gl/getopt_int.h: Update.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Add.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Add cram-md5.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Add.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Remove crypto.h.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Use utils.*.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/utils.c, tests/utils.h: Fix.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Build utils.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/utils.c, tests/utils.h: Add.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/Makefile.am, lib/ntlm/Makefile.am: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Add doc.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Cleanup.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Cleanup.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c, lib/cram-md5/challenge.h: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/crypto.c, lib/src/obsolete.c: 
-       De-deprecate crypto API (may be need by applications that use
-       callbacks to verify HMAC-MD5 cookies).
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/gsasl.h.in: Revert.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/obsolete.c: (gsasl_nonce, gsasl_random): 
Remove.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Move obsolete functions around.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/cram-md5/challenge.c, lib/crypto/.cvsignore,
-       lib/crypto/Makefile.am, lib/crypto/gc-libgcrypt.c,
-       lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/src/Makefile.am,
-       lib/src/crypto.h, lib/src/init.c, lib/src/libgcrypt.c,
-       lib/src/nettle.c, lib/src/obsolete.c: Initiate creation of GC
-       ("generic crypto") as non-GSASL specific Nettle/Libgcrypt wrapper.
-       Obsolete gsasl_nonce, gsasl_random, gsasl_md5, gsasl_hmac_md5.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Add.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.h: Fix.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.h: Add.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Modify DEFAULT_INCLUDES instead of AM_CPPFLAGS,
-       because the Automake defaults will make us pick up the wrong
-       config.h.  (This uses undocumented features, how to solve cleanly?)
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-08  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.h: Doc fix.
-
-2004-06-08  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.h: Doc fix.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/nettle.c: Doc fix.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/libgcrypt.c, lib/src/nettle.c: (gsasl_randomize): Rename to 
gsasl_random.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: (gsasl_randomize): Add.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: (gsasl_random): Add.  (gsasl_randomize): Make 
backwards compatible.  Now an obsolete
-       function.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Use gsasl_nonce.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c: Use challenge.h interface.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c,
-       lib/cram-md5/challenge.h: challenge.h, challenge.c: Add.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/nettle.c: (gsasl_randomize): Don't take "strong" parameter.  
(gsasl_nonce, randomize): Add.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/libgcrypt.c: (gsasl_randomize): Don't 
take "strong" parameter.  (gsasl_nonce): Add.
-
-2004-06-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/sasl-mechanisms: Update.
-
-2004-06-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/THANKS: Add.
-
-2004-06-06  Simon Josefsson <address@hidden>
-
-       * lib/src/suggest.c: Indent.
-
-2004-06-06  Simon Josefsson <address@hidden>
-
-       * lib/src/suggest.c: (gsasl_client_suggest_mechanism, 
gsasl_server_suggest_mechanism):
-       Implement them, patch from Dirk Dierckx <address@hidden>.
-
-2004-05-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-sasl-c-api-03.txt: Add.
-
-2004-04-30  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use -no-install to avoid libtool wrapper
-       script.
-
-2004-04-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix warnings.
-
-2004-04-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix warnings.
-
-2004-04-30  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c, lib/gssapi/gssapi.c, src/gsasl.c,
-       src/internal.h: Fix warnings.
-
-2004-04-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-09.txt: Add.
-
-2004-04-24  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/Makefile.am, lib/ntlm/Makefile.am: Fix license.
-
-2004-04-24  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Fix license.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c: Add GSSAPI client encode/decode.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/x-gssapi.h: Add.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (client_callback_qop): Default to none, for now.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/gssapi.c: Initial client-side integrity/confidentiality
-       layer support.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/gssapi.c: Use GSS_ERROR.
-
-2004-04-18  Simon Josefsson <address@hidden>
-
-       * lib/libgsasl.pc.in: Drop -R libs flag.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix paths.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po: Generated.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix release target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.0.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-burdis-cat-srp-sasl-08.txt: Add.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * README-alpha, lib/README-alpha: Fix versions.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add release target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Fix -I's.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix ChangeLog target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: Update.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * README, lib/README: Fix.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/strdup.m4: Add.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/getopt.m4: Re-add (accidentally removed).
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/m4/check_headerlib.m4: Cosmetic fixes.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/getopt.m4: Remove.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Fix license.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: Update.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/digest-md5/Makefile.am, lib/external/Makefile.am,
-       lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am,
-       lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am, lib/src/Makefile.am, src/Makefile.am,
-       tests/Makefile.am: Remove indent target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Typo.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * .cvscopying: [no log message]
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix ChangeLog target.  Remove indent target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix ChangeLog target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * .cvscopying: Fix.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix ChangeLog target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * m4/.cvsignore: [no log message]
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Use modern software.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog, lib/po/sv.po: Generated.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Fix.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Typo.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix HIGNORE.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: Generated.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add ChangeLog target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Remove.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/gl/strdup.h: Revert to my own version, for LGPL.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/strdup.c: Copy from libc, for LGPL, and fix some things.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/gettext.h: From gettext CVS, with LGPL.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/crypto/Makefile.am: Fix license.  Remove alloca.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/crypto/Makefile.am, lib/crypto/cbc.h,
-       lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h: Update.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/sv.po: Generated.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * README, lib/README: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/README: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/sv.po: Generated.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix HIGNORE.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Translation fixes.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * README, doc/gsasl.texi, po/sv.po, src/callbacks.h: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Translation fixes.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Revert HIGNORE change.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * po/pl.po: Remove (for now).
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * THANKS: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * COPYING, NEWS, lib/README-alpha, lib/THANKS: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS: Remove Polish (for now).
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/POTFILES.in, po/POTFILES.in: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/reference/Makefile.am, src/Makefile.am,
-       tests/Makefile.am: Fix paths.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po: Update.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h: 
-       Revert license.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/Makefile.am: Fix -I's.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po: Fixes.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/pl.po: Remove Polish (for now).
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/src/callback-c.c, lib/src/callback-s.c, lib/src/callback.c,
-       lib/src/common.c, lib/src/crypto.h, lib/src/done.c,
-       lib/src/error.c, lib/src/gsasl.h.in, lib/src/init.c,
-       lib/src/internal.h, lib/src/libgcrypt.c, lib/src/listmech.c,
-       lib/src/md5pwd.c, lib/src/nettle.c, lib/src/obsolete.c,
-       lib/src/stringprep-no.c, lib/src/stringprep.c, lib/src/suggest.c,
-       lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c,
-       lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c: Fix license.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/login/Makefile.am, lib/plain/Makefile.am: Fix -I's.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am: Fix license.  Fix -I's.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/anonymous/anonymous.c,
-       lib/anonymous/anonymous.h, lib/cram-md5/cram-md5.c,
-       lib/cram-md5/cram-md5.h, lib/digest-md5/Makefile.am,
-       lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h,
-       lib/external/Makefile.am, lib/external/external.c,
-       lib/external/external.h, lib/gssapi/Makefile.am,
-       lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h,
-       lib/kerberos_v5/Makefile.am, lib/kerberos_v5/kerberos_v5.c,
-       lib/kerberos_v5/kerberos_v5.h, lib/login/Makefile.am,
-       lib/login/login.c, lib/login/login.h, lib/plain/Makefile.am,
-       lib/plain/plain.c, lib/plain/plain.h, lib/securid/Makefile.am,
-       lib/securid/securid.c, lib/securid/securid.h: Fix license.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/COPYING: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/.cvsignore, lib/m4/.cvsignore: [no log message]
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/.cvsignore, lib/m4/.cvsignore, lib/po/.cvsignore,
-       lib/src/.cvsignore: [no log message]
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Build src/Makefile.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/digest-md5/Makefile.am, lib/external/Makefile.am,
-       lib/gssapi/Makefile.am, lib/login/Makefile.am,
-       lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am: Fix paths.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Build gl/Makefile.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/POTFILES.in: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/base64.c, lib/callback-c.c,
-       lib/callback-s.c, lib/callback.c, lib/common.c, lib/configure.ac,
-       lib/crypto.h, lib/done.c, lib/error.c, lib/gsasl.h.in, lib/init.c,
-       lib/internal.h, lib/libgcrypt.c, lib/listmech.c, lib/md5pwd.c,
-       lib/nettle.c, lib/obsolete.c, lib/src/Makefile.am,
-       lib/src/base64.c, lib/src/callback-c.c, lib/src/callback-s.c,
-       lib/src/callback.c, lib/src/common.c, lib/src/crypto.h,
-       lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in,
-       lib/src/init.c, lib/src/internal.h, lib/src/libgcrypt.c,
-       lib/src/listmech.c, lib/src/md5pwd.c, lib/src/nettle.c,
-       lib/src/obsolete.c, lib/src/stringprep-no.c, lib/src/stringprep.c,
-       lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c,
-       lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c,
-       lib/src/xstep.c, lib/stringprep-no.c, lib/stringprep.c,
-       lib/suggest.c, lib/supportp.c, lib/version.c, lib/xcode.c,
-       lib/xfinish.c, lib/xstart.c, lib/xstep.c: Move *.{c,h,h.in} from to
-       src/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/gl/.cvsignore, lib/gl/Makefile.am,
-       lib/gl/gettext.h, lib/gl/strdup.c, lib/gl/strdup.h: Add gl/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix license.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/.cvsignore, lib/po/LINGUAS, lib/po/Makevars,
-       lib/po/POTFILES.in, lib/po/pl.po, lib/po/sv.po: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix NTLM.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Use gettext 0.14.0.  Remove non-C89 stuff.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/AUTHORS, lib/NEWS, lib/README, lib/THANKS: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add ACLOCAL_AMFLAGS.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/m4/ax_create_stdint_h.m4, lib/m4/check_headerlib.m4,
-       lib/m4/libgcrypt.m4, m4/ax_create_stdint_h.m4,
-       m4/check_headerlib.m4, m4/libgcrypt.m4: Move library m4's from m4/
-       to lib/m4.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Autoupdated.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Recurse into po/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/autogen.sh: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add libgsasl.pc*.  Recurse into crypto/ if
-       needed.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Add, taken mostly from ../configure.ac.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove most of library specific code.  Add
-       AC_CONFIG_SUBDIRS(lib).
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't build libgsasl.pc here.  Don't recurse into
-       crypto/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * crypto/.cvsignore, crypto/Makefile.am, crypto/README,
-       crypto/README.gsasl, crypto/hmac-md5.c, crypto/hmac.c,
-       crypto/hmac.h, crypto/macros.h, crypto/md5-meta.c, crypto/md5.c,
-       crypto/md5.h, crypto/memxor.c, crypto/memxor.h,
-       crypto/nettle-internal.h, crypto/nettle-meta.h,
-       lib/crypto/.cvsignore, lib/crypto/Makefile.am, lib/crypto/README,
-       lib/crypto/README.gsasl, lib/crypto/hmac-md5.c, lib/crypto/hmac.c,
-       lib/crypto/hmac.h, lib/crypto/macros.h, lib/crypto/md5-meta.c,
-       lib/crypto/md5.c, lib/crypto/md5.h, lib/crypto/memxor.c,
-       lib/crypto/memxor.h, lib/crypto/nettle-internal.h,
-       lib/crypto/nettle-meta.h: Move crypto/ from top-level to lib/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/libgsasl.pc.in, libgsasl.pc.in: Move libgsasl.pc.in from
-       top-level to lib/.
-
-2004-04-13  Simon Josefsson <address@hidden>
-
-       *
-       doc/specification/draft-siemborski-imap-sasl-initial-response-03.tx
-       t, doc/specification/draft-siemborski-rfc1734bis-03.txt,
-       doc/specification/draft-siemborski-rfc2554bis-03.txt: Add.
-
-2004-04-12  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-08.txt: Add.
-
-2004-03-23  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-07.txt: Add.
-
-2004-03-10  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-06.txt: Add.
-
-2004-03-09  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2004-03-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix example code, reported by Tomas Ogren
-       <address@hidden>.
-
-2004-03-05  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-melnikov-rfc2831bis-02.txt: Add.
-
-2004-02-29  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-02-29  Simon Josefsson <address@hidden>
-
-       * gl/strdup.c, gl/strdup.h: Sync with gnulib.
-
-2004-02-29  Simon Josefsson <address@hidden>
-
-       * po/.cvsignore: [no log message]
-
-2004-02-29  Simon Josefsson <address@hidden>
-
-       * THANKS, po/LINGUAS, po/pl.po: Add Polish translation, from Jakub
-       Bogusz <address@hidden>.
-
-2004-02-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-04.txt,
-       doc/specification/draft-ietf-sasl-rfc2831bis-03.txt: Add.
-
-2004-02-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-03.txt,
-       doc/specification/draft-ietf-sasl-saslprep-05.txt: Add.
-
-2004-02-16  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-06.txt: Add.
-
-2004-01-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-02.txt,
-       doc/specification/draft-ietf-sasl-rfc2222bis-05.txt: Add.
-
-2004-01-23  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.c, gl/strdup.h: Update.
-
-2004-01-23  Simon Josefsson <address@hidden>
-
-       * gl/strdup.h: Fix.
-
-2004-01-22  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2004-01-22  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-01-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.14.
-
-2004-01-22  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Update.
-
-2004-01-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/sasl-mechanisms: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix NTLM.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.h: Fix.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add fdl.texi.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/fdl.texi: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Fix -I's.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Fix -Igl.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add FDL.  Remove final TOCs.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Use FDL 1.2.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/fdl.texi, doc/gpl.texi, doc/gsasl.texi: 
-       Remove gpl.texi and fdl.texi for now.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Include strdup.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/strdup.h: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Add strdup.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Need
-       -lgl.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c, lib/kerberos_v5/kerberos_v5.c: 
-       Include strdup.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix ignore.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix HIGNORE.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.c: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add strdup.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/getopt.c, src/getopt.h, src/getopt1.c: Moved to ../gl/.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/gettext.h: Use -Igl instead of gettext.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Add -Igl, for gettext.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Replace getopt with -lgl from ../gl/.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: [no log message]
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Aclocal -I gl/m4.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.c, gl/getopt.h, gl/getopt1.c,
-       gl/gettext.h, gl/m4/getopt.m4: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove old getopt test.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add gl/.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use getopt from gnulib.  Add gl/.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/imap.c: Indent.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/init.c: Move _gsasl_crypto_init prototype to crypto.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/nettle.c: Include crypto.h.  Fix warnings.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/libgcrypt.c: Fix warnings.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/libgcrypt.c: Include crypto.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/crypto.h: Add crypto.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Use nettle-types.h for uint32_t etc.
-       Fix warning.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Add.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/.cvsignore, lib/cram-md5/.cvsignore,
-       lib/digest-md5/.cvsignore, lib/external/.cvsignore,
-       lib/gssapi/.cvsignore, lib/kerberos_v5/.cvsignore,
-       lib/login/.cvsignore, lib/ntlm/.cvsignore, lib/plain/.cvsignore,
-       lib/securid/.cvsignore: [no log message]
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/Makefile.am, lib/anonymous/Makefile.am,
-       lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/external/Makefile.am, lib/gssapi/Makefile.am,
-       lib/kerberos_v5/Makefile.am, lib/login/Makefile.am,
-       lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am: Build helper libraries for each mechanism.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix title.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * crypto/Makefile.am: Add nettle-types.h to BUILT_SOURCES and
-       DISTCLEANFILES.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * crypto/Makefile.am: Dist nettle-internal.h.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.13.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Generated.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * configure.ac, crypto/hmac.c, crypto/hmac.h, crypto/md5.h,
-       crypto/memxor.h, crypto/nettle-internal.h, crypto/nettle-meta.h,
-       m4/ax_create_stdint_h.m4: Update Nettle files.  Use
-       ax_create_stdint_h, for Nettle.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * crypto/.cvsignore, po/.cvsignore: [no log message]
-
-2004-01-16  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot: Remove.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.12.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am: (release): Use binary PGP.  Add ftp-upload.gnu.org 
stuff.  Use CSS.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Upstream sync.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * src/imap.c: (imap_step_recv): Remove \r\n from SASL base64 tokens.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * src/imap.c: (imap_select_mechanism): Read capability line and 
capability command
-       response in two separate calls.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: (readln): For sockets, just read one line at a time.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: (gsasl_client_listmech, gsasl_server_listmech): Make 
room for \0.
-
-2004-01-12  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix messages.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Maintainerclean man pages.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix gsasl.1 depends.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Dist texinfo.css.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Sync with texinfo.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Remove DocBook.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix title.  Use @finalout.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Use CSS for HTML.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/texinfo.css: Add.
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.11.
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Use ASCII encoding.  Bump copyright years.
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix.
-
-2004-01-01  Simon Josefsson <address@hidden>
-
-       * autogen.sh, configure.ac: Work with autoconf 2.58, automake 1.7,
-       libtool 1.5.
-
-2004-01-01  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Handle NULL stringprep_rc.
-
-2003-12-31  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-00.txt: Add.
-
-2003-12-23  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-04.txt: Add.
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * COPYING: Remove.
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix.
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * crypto/README, crypto/README.gsasl: Fix.
-
-2003-12-10  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix.
-
-2003-12-10  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl: Sync.
-
-2003-12-07  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/Makefile.am: Remove DocBook (for now).
-
-2003-12-07  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-03d.txt: Add.
-
-2003-12-06  Simon Josefsson <address@hidden>
-
-       *
-       doc/specification/draft-siemborski-imap-sasl-initial-response-02.tx
-       t, doc/specification/draft-siemborski-rfc1734bis-02.txt,
-       doc/specification/draft-siemborski-rfc2554bis-02.txt: Add.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * lib/stringprep.c: (gsasl_stringprep_saslprep): Fix return value 
check.  (gsasl_stringprep_trace): Likewise.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: (select_mechanism): Don't prompt for mechanism name when 
--mechanism
-       is used.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add GSASL_SASLPREP_ERROR.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c: Use SASLprep.  Fix challenge string to
-       conform to proper syntax.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-01.txt: Add.
-
-2003-11-30  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-11-25  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Add section and typestr.
-
-2003-11-25  Simon Josefsson <address@hidden>
-
-       * configure.ac: Disable fortran etc libtool tests.
-
-2003-11-24  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_step64): Fix deallocation of output.
-
-2003-11-23  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Remove ANNOUNCE.
-
-2003-11-23  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Remove.
-
-2003-11-23  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c: Doc fix.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.10.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Whitespace fixes to help GTK-DOC parser.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Fix indent target.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c: (_gsasl_cram_md5_server_step): Don't always 
return GSASL_OK.  Tiny
-       patch from Sergey Poznyakoff <address@hidden>.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * m4/pkg.m4: Remove (not used any more).
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS: Add.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Only descend into reference/ if ENABLE_GTK_DOC.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use sj_CHECK_HEADERLIB for libidn.  Fix
-       sj_CHECK_HEADERLIB logic for KERBEROS_V5.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * m4/check_headerlib.m4: Add to $LIBS.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Rename subst CRYPTO_* to NETTLE_*.  Remove subst
-       GSSAPI_*.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Remove unneeded @@'s.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Replace PKG_CHECK_MODULES with sj_CHECK_HEADERLIB.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * m4/check_headerlib.m4: Add.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Fix.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Cleanup EXTRA_DIST.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Cleanup EXTRA_DIST.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: Doc fix.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Fix last commit.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Fix doxygen links.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.9.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * .cvscopying, ChangeLog: [no log message]
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Remove bogus args_info declaration.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * lib/common.c, lib/digest-md5/digest-md5.c, src/callbacks.c,
-       src/gsasl.c, src/imap.c, src/smtp.c: Indent.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump so version.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Fix warning.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Add smtp.h and imap.h.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       *
-       doc/specification/draft-siemborski-imap-sasl-initial-response-01.tx
-       t: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c, src/imap.c, src/smtp.c: Fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am, src/callbacks.c, src/gsasl.c, src/imap.c,
-       src/imap.h, src/internal.h, src/smtp.c, src/smtp.h: Cleanup
-       IMAP/SMTP interaction.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Fix warnings.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Add NULL elements to fix warnings.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/gsasl.ggo: Add support for SMTP.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Cleanup.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Cleanup.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Sync commit.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Sync commit.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Sync commit.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Cleanup.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Fix typo.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Remove 'unsigned' from 'char *'.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * crypto/hmac.c: Use assert instead of abort.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * crypto/hmac.c: Don't use alloca.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove unused or pre-C89 checks.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * crypto/hmac.c: Don't use alloca.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for alloca.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * crypto/Makefile.am: Link $(ALLOCA).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac: Remove gnulib (gl/).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, gl/Makefile.am, gl/alloca.c, gl/alloca_.h,
-       gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c,
-       gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c,
-       gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/exit.h,
-       gl/exitfail.c, gl/exitfail.h, gl/getopt.c, gl/getopt.h,
-       gl/getopt1.c, gl/gettext.h, gl/m4/.cvsignore, gl/m4/alloca.m4,
-       gl/m4/argp.m4, gl/m4/codeset.m4, gl/m4/error.m4, gl/m4/exitfail.m4,
-       gl/m4/extensions.m4, gl/m4/getopt.m4, gl/m4/gettext.m4,
-       gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4,
-       gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/malloc.m4,
-       gl/m4/mempcpy.m4, gl/m4/nls.m4, gl/m4/onceonly_2_57.m4,
-       gl/m4/po.m4, gl/m4/progtest.m4, gl/m4/realloc.m4,
-       gl/m4/restrict.m4, gl/m4/stdbool.m4, gl/m4/stdint_h.m4,
-       gl/m4/strcase.m4, gl/m4/strchrnul.m4, gl/m4/strerror_r.m4,
-       gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/m4/sysexits.m4,
-       gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/unlocked-io.m4,
-       gl/m4/xalloc.m4, gl/malloc.c, gl/mempcpy.c, gl/mempcpy.h,
-       gl/realloc.c, gl/stdbool_.h, gl/strcase.h, gl/strcasecmp.c,
-       gl/strchrnul.c, gl/strchrnul.h, gl/strncasecmp.c, gl/strndup.c,
-       gl/strndup.h, gl/strnlen.c, gl/sysexit_.h, gl/unlocked-io.h,
-       gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c, lib/Makefile.am,
-       src/.cvsignore, src/Makefile.am, src/callbacks.c, src/getopt.c,
-       src/getopt.h, src/getopt1.c, src/gsasl.c, src/gsasl.ggo,
-       src/internal.h: Use getopt instead of argp.  Remove gnulib (gl/).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't use argp specific parameter for help2man.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Call textdomain.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Link with gnulib (for rpl_malloc breakage).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/error.c: (gsasl_strerror): Call bindtextdomain().
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/init.c: (gsasl_init): Move gettext initialization to error.c.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix license.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add crypto API.  Move old API down.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typo.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets (I smell a
-       pattern...).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Markup fixes.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/kerberos_v5.c: Indent.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix indent target.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c, lib/stringprep.c: Doc fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Remove.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Add comments.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/callback-c.c, lib/callback-s.c, lib/digest-md5/digest-md5.c,
-       lib/gsasl.h.in, lib/gssapi/gssapi.c, lib/internal.h, lib/nettle.c,
-       lib/obsolete.c, lib/xstart.c, lib/xstep.c, src/gsasl.c: Indent.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/init.c: Declare _gsasl_all_mechanisms (defined in common.c).
-       Fix comments.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Remove _gsasl_all_mechanism declaration.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Remove stringprep hack.  Remove VALID_HANDLE and
-       VALID_SESSION_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h, lib/stringprep-no.c, lib/stringprep.c: Fix file
-       comment.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/stringprep.c: Add comment.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Implement dummy API functions.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/done.c: (gsasl_done): Don't use VALID_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_step): Don't use VALID_SESSION_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/error.c, lib/internal.h: Move gettext declarations from
-       internal.h to error.c.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c, lib/digest-md5/digest-md5.c: Don't
-       initialize crypto (done by gsasl_init).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/init.c: (gsasl_init): Call _gsasl_crypto_init() to initialize 
crypto
-       functions.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: (gsasl_randomize, gsasl_md5, gsasl_hmac_md5): Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Remove.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: Add XXX.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_step): Check if sctx is valid.  Suggested by 
address@hidden
-       (Peter Prohaska).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/done.c: (gsasl_done): Use VALID_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/error.c: (gsasl_strerror): Add GSASL_INVALID_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: (Gsasl_rc): Add GSASL_INVALID_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: (VALID_CTX): Rename to VALID_HANDLE.  
(VALID_SESSION_CTX): Rename to VALID_SESSION_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-01.txt,
-       doc/specification/draft-siemborski-rfc2554bis-01.txt: Add.
-
-2003-11-19  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets.
-
-2003-11-18  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_step): Don't loop around TOO_SMALL_BUFFER, it 
only hides
-       problems because the plugins are not written to handle this.  Will
-       be solved when mechanism interface is fixed.
-
-2003-11-17  Simon Josefsson <address@hidden>
-
-       * README-alpha: Mention versions.
-
-2003-11-17  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: (readln): Try to be compatible with gsasl 0.0.6.
-
-2003-11-17  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: Increase initial length, for GSSAPI, until we rewrite
-       the internal mechanism API as well.
-
-2003-11-15  Simon Josefsson <address@hidden>
-
-       * doc/specification/tom.wu-rfc2945-message_digest_comment: Add.
-       From address@hidden (Peter Prohaska).
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add 'Old Functions'.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML target.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback.c, lib/gsasl.h.in: Shorten parameter name.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback-c.c, lib/callback-s.c, lib/callback.c, lib/done.c,
-       lib/gsasl.h.in, lib/init.c, lib/internal.h, lib/listmech.c,
-       lib/suggest.c, lib/supportp.c, lib/xcode.c, lib/xfinish.c,
-       lib/xstart.c, lib/xstep.c, po/gsasl.pot, po/sv.po: Rename Gsasl_ctx
-       to Gsasl, and Gsasl_session_ctx to Gsasl_session.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback-s.c: (gsasl_server_ctx_get): Moved to obsolete.c (use 
gsasl_ctx_get
-       instead).  (gsasl_server_application_data_get): Moved to obsolete.c (use
-       gsasl_appinfo_get).  (gsasl_server_application_data_set): Moved to 
obsolete.c (use
-       gsasl_appinfo_set).
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.  Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Move deprecated functions around.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: (gsasl_client_ctx_get): Add, from callback-c.c.  
(gsasl_client_application_data_set): Likewise.  
(gsasl_client_application_data_get): Likewise.  (gsasl_server_ctx_get): Add, 
from callback-s.c.  (gsasl_server_application_data_set): Likewise.  
(gsasl_server_application_data_get): Likewise.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback-c.c: (gsasl_client_ctx_get): Move to obsolete.c (use 
gsasl_ctx_get
-       instead).  (gsasl_client_application_data_get): Move to obsolete.c (use
-       gsasl_appinfo_get instead).  (gsasl_client_application_data_set): Move 
to obsolete.c (use
-       gsasl_appinfo_set instead).
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback.c: (gsasl_ctx_get): Add.  
(gsasl_application_session_data_get): Rename to gsasl_appinfo_get.  
(gsasl_application_session_data_set): Rename to gsasl_appinfo_set.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: (gsasl_application_session_data_set,
-       gsasl_application_session_data_get): New.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback.c: (gsasl_application_session_data_get,
-       gsasl_application_session_data_set): New.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * crypto/Makefile.am, crypto/md5-meta.c: Add md5-meta.c.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/plain/plain.c: Fix mem leak (again).
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c, lib/plain/plain.c: Fix mem leak.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Fix mem leaks.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Indent.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Indent.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix DocBook HTML targets.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.  Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/xfinish.c: (gsasl_finish): New.  (gsasl_client_finish, 
gsasl_server_finish): Removed, moved to
-       obsolete.c.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: (gsasl_step, gsasl_step64): New.  (gsasl_finish): 
Likewise.  (gsasl_client_step, gsasl_server_step): Deprecated; moved around to
-       obsolete.c.  (gsasl_client_step_base64, gsasl_server_step_base64): 
Likewise.  (gsasl_client_finish, gsasl_server_finish): Likewise.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_client_step, gsasl_server_step): Deprecated, 
moved to
-       obsolete.c.  (gsasl_client_step_base64, gsasl_server_step_base64): 
Likewise.  (_gsasl_session_step_base64): Removed.  (gsasl_step): New function.  
(gsasl_step64): New function, based on _gsasl_session_step_base64.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: (gsasl_client_step, gsasl_server_step): New, from 
xstep.c.  (gsasl_client_step_base64, gsasl_server_step_base64): Likewise.  
(_gsasl_step, _gsasl_step64): Utility functions, used by previous
-       wrappers.  (gsasl_client_finish, gsasl_server_finish): New, from 
xfinish.c.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/securid/securid.c: Fix size checks.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Add size checks to callbacks.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.c: (_gsasl_anonymous_client_step): Don't 
increment step until we are
-       going to return success.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: (_Gsasl_mechanism_functions): Split out function 
typedefs.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Add W to GSASL_VALID_MECHANISM_CHARACTERS.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Replace gsasl.html target with
-       AM_MAKEINFOHTMLFLAGS (part of CVS automake).
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Reorder error codes.  Rename GSASL_SHISHI_ERROR to
-       GSASL_KERBEROS_V5_INTERNAL_ERROR (but keep alias for a while).
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/kerberos_v5.c: Replace GSASL_SHISHI_ERROR with
-       GSASL_KERBEROS_V5_INTERNAL_ERROR.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Remove gsasl_hexdump declaration.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Fix typo in last commit.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Don't use unportable asprintf.  Use
-       #define for maxbuf magic values.  Check callback supplied maxbuf
-       values for out of range.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Check supplied maxbuf values better.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/gssapi.c: Add the RFC reference to comment.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/specification/srp.ps, doc/specification/srp6.ps: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix --disable-client/server discussion.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * README-alpha: Update building for CVS explanation.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: (Features): Mention protability.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * README: Fix todos.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * README: Mention portability.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * README: Update dependencies for each mechanism.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Remove texinfo bug workaround (was fixed in CVS
-       texinfo).
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix typo.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * THANKS: Typo.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c: (gsasl_server_mechlist): Use clientp=0.  From 
address@hidden (Peter
-       Prohaska).
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c, lib/gssapi/gssapi.c,
-       lib/libgcrypt.c, lib/listmech.c, lib/xstart.c, lib/xstep.c: Indent.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix GSSAPI/NTLM header file names.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/error.c: (gsasl_strerror): Add GSASL_NO_CLIENT_CODE, 
GSASL_NO_SERVER_CODE.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add GSASL_NO_CLIENT_CODE, GSASL_NO_SERVER_CODE.
-       Typedef error code enum to Gsasl_rc.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c: (_gsasl_setup): Don't fail if there is no start 
function in the
-       mechanism.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Fix typos.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Always build callback-c. and callback-s.c.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (_gsasl_session_step_base64): Cleanups, e.g. check 
malloc return
-       values.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xfinish.c: (gsasl_client_finish, gsasl_server_finish): Add XXX.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xcode.c: (_gsasl_code): Check output buffer size.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c: (_gsasl_start): Split off some code into _gsasl_setup, 
and use it.  (_gsasl_setup): New function.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c: (_gsasl_find_mechanism): New.  (_gsasl_start): 
Simplified, renamed from _gsasl_session_start.  (gsasl_client_start, 
gsasl_server_start): Fix call to _gsasl_start.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xcode.c: (gsasl_encode, gsasl_decode): Call _gsasl_code.  
(_gsasl_code): New function, generalization of the other two.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/common.c: (GSASL_VALID_MECHANISM_CHARACTERS): Remove lower case 
characters.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/done.c: (gsasl_done): Use VALID_CTX.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Add VALID_CTX and VALID_SESSION_CTX macros.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c, lib/obsolete.c, lib/suggest.c, lib/supportp.c,
-       lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c: Remove
-       USE_CLIENT/USE_SERVER #ifdef's.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Update #include of mechanism headers.  Move
-       USE_CLIENT/USE_SERVER #ifdef's within structure, so that members are
-       initialized to NULL when USE_CLIENT/USE_SERVER is not defined.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/anonymous.c, lib/anonymous.h,
-       lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/common.c,
-       lib/cram-md5.c, lib/cram-md5.h, lib/cram-md5/cram-md5.c,
-       lib/cram-md5/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h,
-       lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h,
-       lib/external.c, lib/external.h, lib/external/external.c,
-       lib/external/external.h, lib/gssapi.c, lib/gssapi/gssapi.c,
-       lib/gssapi/x-gssapi.h, lib/kerberos_v5.c, lib/kerberos_v5.h,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/login.c, lib/login.h, lib/login/login.c, lib/login/login.h,
-       lib/ntlm.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain.c,
-       lib/plain.h, lib/plain/plain.c, lib/plain/plain.h, lib/securid.c,
-       lib/securid.h, lib/securid/securid.c, lib/securid/securid.h,
-       lib/x-gssapi.h, lib/x-ntlm.h: Move implementation of each mechanism
-       into a separate directory.  Update SOURCES in Makefile.am and
-       #include's in common.c accordingly.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Use AM_CPPFLAGS instead of target_CPPFLAGS.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Update gnulib section.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/alloca.c, gl/getline.c, gl/getline.h,
-       gl/getndelim2.c, gl/getndelim2.h, gl/stdbool_.h, gl/strncasecmp.c,
-       gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c: Update.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * gl/m4/argp.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4,
-       gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/xalloc.m4: Update.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Remove unused ps_TEXINFOS pdf_TEXINFOS.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * .cvsignore, m4/.cvsignore: [no log message]
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Use
-       *_CPPFLAGS instead of obsolete INCLUDES.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * gl/m4/Makefile.am, m4/Makefile.am: Remove (not needed by modern
-       automake).
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Replace AC_HELP_STRING with AS_HELP_STRING.  Move
-       DocBook stuff last.  Remove TEXI2PDF.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't descend into m4.  Move gl/ after lib/.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Don't descend into m4/.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Conformance fixes.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Add warnings.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/securid.c: Make PASSCODE/PIN #define's visible to entire file.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Remove CPP cruft.
-
-2003-11-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove libtool bug workaround.  Remove dmalloc
-       check.
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add DocBook targets.
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Add Doxygen.
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml, doc/reference/tmpl/.cvsignore,
-       doc/reference/tmpl/gsasl.sgml: Remove.
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am, doc/reference/gsasl-docs.tmpl,
-       doc/reference/gsasl.types: Rewrite, taken from libidn.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Remove hexdump.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't disable gtk-doc for distcheck here.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use gtk-doc.m4.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am, m4/gtk-doc.m4: Add gtk-doc.m4.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't build doc/man/Makefile.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Mkdir -p.  Work around _ XML bug in makeinfo
-       --docbook.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Mkdir HTML.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Sync with libidn (modulo doxygen).
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Sync with libidn.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh, doc/gendocs_template: Add (from texinfo).
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/Makefile.am, lib/hexdump.c: Remove hexdump.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Remove debug code.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Use GSASL crypto API instead of libgcrypt.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix typo.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Change @include's to point at GDOC version.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.gdoci: Rebuild Makefile after modifying Makefile.gdoc
-       (shouldn't that be automatic?).
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Use GDOC framework.  Cleanup DocBook targets.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Add gdoc bug workaround.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.gdoci: Add.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't build in man/.  Move gsasl.1 man target
-       here.  Add GDOC framework.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Update.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/man/.cvsignore, doc/man/Makefile.am: Remove (replaced by gdoc
-       framework).
-
-2003-10-30  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-00.txt,
-       doc/specification/draft-siemborski-rfc2554bis-00.txt: Add.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       *
-       doc/specification/draft-siemborski-imap-sasl-initial-response-00.tx
-       t,
-       doc/specification/draft-siemborski-imap-sasl-initial-response-01b.t
-       xt: Add.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       * README: Add todo item.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       * lib/libgcrypt.c: (_gsasl_crypto_init): Fix warnings.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-03.txt,
-       doc/specification/draft-ietf-sasl-rfc2222bis-03.txt: Add.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-04.txt: Add.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Dist doxygen/gdoc2doxygen.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * .cvsignore, doc/doxygen/.cvsignore, doc/doxygen/gdoc2doxygen: Add.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Add.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Dist doxygen/Doxyfile.in.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add AC_CONFIG_AUX_DIR for new automake.  Build
-       doc/doxygen/Doxyfile.
-
-2003-10-16  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2003-10-16  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix order.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac: Use conditional NETTLE instead of
-       @CRYPTO@ substitution.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Rename MD5_LEN to MD5LEN, for consistency with
-       digest-md5.c.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * crypto/.cvsignore, crypto/Makefile.am, crypto/README,
-       crypto/hmac-md5.c, crypto/hmac.c, crypto/hmac.h, crypto/macros.h,
-       crypto/md5.c, crypto/md5.h, crypto/memxor.c, crypto/memxor.h,
-       crypto/nettle-meta.h: Add (from Lsh Nettle CVS).
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Use abstract crypto interface.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am, NEWS, configure.ac, lib/Makefile.am, lib/gsasl.h.in,
-       lib/internal.h, lib/libgcrypt.c, lib/nettle.c: Add crypto/
-       containing (parts of) Nettle.  Test for libgcrypt 1.1.42 or later.
-       Fall back to Nettle if libgcrypt not found.  Add abstract crypto
-       interface.
-
-2003-10-12  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-10-12  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Remove unused error checking, based on report
-       from Marc Mutz <address@hidden>.
-
-2003-10-12  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2003-10-12  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Fix tokenizing of strings when they end with ",
-       based on report from Marc Mutz <address@hidden>.
-
-2003-10-11  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2003-10-11  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2003-10-11  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-10-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.8.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump so version.  Fix so version comments (mimic
-       libtool manual).
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.  Fix.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp.h,
-       gl/m4/argp.m4: Fix for Solaris Forte 7 CC, based on report from Lars
-       Engebretsen <address@hidden>.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/Makefile.am, gl/m4/strcase.m4,
-       gl/strcase.h, gl/strcasecmp.c: Add.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Gnulib fix.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/Makefile.am, gl/m4/restrict.m4,
-       gl/unlocked-io.h: Update.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Update.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Doc fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: (_gsasl_no_stringprep_nfkc, _gsasl_no_stringprep): 
Add prototypes.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: If both MIT and Heimdal is installed, chose Heimdal
-       and warn about it, instead of aborting.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Fix comment.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * doc/man/Makefile.am: Add.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Doc fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Make it work on Solaris: Don't use standard C for IO.
-       Fix strcpy to itself.  Based on report from Lars Engebretsen
-       <address@hidden>.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Remove debug code.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for socket in -lsocket and gethostbyname in
-       -lnsl.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, src/gsasl.c: Add -d as short form for
-       --application-data.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use new gsasl_client_mechlist and
-       gsasl_server_mechlist API.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Add.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/Makefile.am, lib/gsasl.h.in, lib/internal.h,
-       lib/listmech.c: (gsasl_client_mechlist, gsasl_server_mechlist): New.  
(gsasl_client_listmech, gsasl_server_listmech): Deprecate.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/gsasl.h.in, src/callbacks.c, src/callbacks.h,
-       src/gsasl.c: Make maxbuf size_t.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add getline.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/argp-ba.c, gl/argp-eexst.c,
-       gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c,
-       gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c,
-       gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/getline.c,
-       gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/m4/Makefile.am,
-       gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/ssize_t.m4: Add
-       getline.  Update argp from gnulib.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (utf8cpy): Don't crash if stringprep is not used.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS: Add.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Rewrite GSS test, suggested by Lars Engebretsen
-       <address@hidden>.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/gssapi.c: Fix GSSAPI include check.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Fix.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Generated.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Don't always build self tests.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Fix last commit.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c, lib/gsasl.h.in, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c: Maxbuf is unsigned long, suggested by
-       Alexey Melnikov <address@hidden>.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: (_gsasl_gssapi_server_finish): Fix call to 
gss_release_cred().
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c, lib/internal.h, lib/stringprep-no.c: Cleanup.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Generated.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/common.c, lib/gsasl.h.in, lib/xstep.c, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c, tests/simple.c: Indent.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Fix.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Handle no libstringprep.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Mention i18n string API.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, doc/reference/tmpl/gsasl.sgml: Add.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/man/Makefile.am: Update.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add stringprep.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * lib/stringprep.c: Doc fix.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix callback.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c, lib/digest-md5.c, lib/gsasl.h.in, lib/login.c,
-       lib/plain.c: Use new stringprep API.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/Makefile.am, lib/internal.h,
-       lib/stringprep-no.c, lib/stringprep.c: Make libstringprep optional.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-02.txt: Add.
-
-2003-10-03  Simon Josefsson <address@hidden>
-
-       * gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h,
-       gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c: Sync
-       with my proposed glibc patches.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Cosmetic fixes.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Comment fix.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix header checks.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * configure.ac: New libidn check; not included any more.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/.cvsignore, lib/Makefile.am, lib/anonymous.c,
-       lib/anonymous.h, lib/callback-c.c, lib/callback-s.c,
-       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/gssapi.c,
-       lib/kerberos_v5.c, lib/kerberos_v5.h, lib/login.c, lib/login.h,
-       lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h,
-       lib/x-gssapi.h, lib/x-ntlm.h: Client/server separation fixes.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't build libidn.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Remove LIBIDN_*.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Protect stringprep_locale_to_utf8.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * lib/internal.h, src/internal.h: Protect stringprep.h.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c, lib/suggest.c, lib/supportp.c: Use
-       USE_CLIENT/SERVER.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Use --fsf with cvs2cl.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Disable GTK-DOC.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Sort includes.  Generalize install
-       hooks.  Don't break when GTK-DOC disabled.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore, doc/Makefile.am, doc/man/.cvsignore,
-       doc/man/Makefile.am: Add man pages.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Update (from Shishi).
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: New GTK-DOC check.  Add doc/man/.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * src/gettext.h: Remove (GNULib used instead).
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix string.h.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Use gettext.h from GNULib.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Don't use GNULib.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/gettext.h: Add.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Use lib/gettext.h instead of GNULib.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Don't use minmax.h.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/minmax.h: Remove minmax.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/gethostname.c, gl/m4/Makefile.am,
-       gl/m4/gethostname.m4, gl/m4/memmove.m4, gl/m4/memset.m4,
-       gl/m4/strdup.m4, gl/memmove.c, gl/memset.c, gl/strdup.c: We assume
-       C89.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Use minmax.h.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/argp-ba.c, gl/argp-eexst.c,
-       gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c,
-       gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c,
-       gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/asnprintf.c,
-       gl/asprintf.c, gl/m4/Makefile.am, gl/m4/intmax_t.m4,
-       gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/signed.m4,
-       gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/wchar_t.m4,
-       gl/m4/wint_t.m4, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/printf-parse.h, gl/vasnprintf.c,
-       gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, lib/gettext.h: 
-       GNULib sync.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Fix.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Remove -I../intl.  Fix LIBADD for libfoo.la.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/minmax.h: Add minmax.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: Refuse to disable both client and server.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/alloca.c, gl/alloca_.h,
-       gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c,
-       gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c,
-       gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/exit.h,
-       gl/exitfail.c, gl/gethostname.c, gl/getopt.c, gl/getopt.h,
-       gl/getopt1.c, gl/m4/Makefile.am, gl/m4/alloca.m4, gl/m4/argp.m4,
-       gl/m4/error.m4, gl/m4/exitfail.m4, gl/m4/extensions.m4,
-       gl/m4/getopt.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4,
-       gl/m4/lib-prefix.m4, gl/m4/mempcpy.m4, gl/m4/strchrnul.m4,
-       gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strndup.m4,
-       gl/m4/strnlen.m4, gl/m4/unlocked-io.m4, gl/m4/vasnprintf.m4,
-       gl/m4/xalloc.m4, gl/malloc.c, gl/memmove.c, gl/mempcpy.c,
-       gl/mempcpy.h, gl/memset.c, gl/realloc.c, gl/strchrnul.c,
-       gl/strdup.c, gl/strerror.c, gl/strndup.c, gl/strndup.h,
-       gl/strnlen.c, gl/vasnprintf.c, gl/xmalloc.c, gl/xstrdup.c: GNULib
-       sync.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Move #include <string.h> to STDC_HEADERS.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/xfinish.c: Revert and fix.  Suggested by Andorz Nilsson
-       <address@hidden>.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c, lib/xstep.c: Revert, less duplicated code.
-       Suggested by Andorz Nilsson <address@hidden>.
-
-2003-09-20  Simon Josefsson <address@hidden>
-
-       * configure.ac: Disable KERBEROS_V5 by default (Shishi API too
-       unstable).
-
-2003-09-02  Simon Josefsson <address@hidden>
-
-       * doc/draft-newman-sasl-c-api-02.txt,
-       doc/specification/draft-newman-sasl-c-api-02.txt: Move to
-       specification/.
-
-2003-09-02  Simon Josefsson <address@hidden>
-
-       * doc/draft-newman-sasl-c-api-02.txt: Add.
-
-2003-09-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't check for math.h (not needed).
-
-2003-09-01  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Don't require -lm.
-
-2003-08-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-murchison-sasl-login-00.txt: Add.
-
-2003-08-22  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Link gnulib (for argp).
-
-2003-08-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: fix libidn paths.
-
-2003-08-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix libidn CFLAGS.
-
-2003-08-19  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-02.txt: Add.
-
-2003-08-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Use libtool.
-
-2003-08-09  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: [no log message]
-
-2003-08-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * NEWS: Typo.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/common.c, lib/done.c, lib/init.c,
-       lib/internal.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c,
-       lib/xstep.c, tests/simple.c: Make client/server optional.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add gnulib checks.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Don't require -lm.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Remove -lm.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS, gl/Makefile.am, gl/asnprintf.c, gl/asprintf.c,
-       gl/exitfail.c, gl/exitfail.h, gl/gettext.h, gl/m4/Makefile.am,
-       gl/m4/exitfail.m4, gl/m4/intmax_t.m4, gl/m4/longdouble.m4,
-       gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/vasnprintf.m4,
-       gl/m4/vasprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4,
-       gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
-       gl/printf-parse.h, gl/unlocked-io.h, gl/vasnprintf.c,
-       gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/xalloc.h,
-       gl/xmalloc.c: Add.
-
-2003-07-31  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Replace gnudist with gnuftp.
-
-2003-07-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Don't read token from server if we are done.
-
-2003-07-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typos, suggested by Andorz Nilsson.
-
-2003-07-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Update documentation to new API exit codes,
-       suggested by Andorz Nilsson.
-
-2003-07-11  Simon Josefsson <address@hidden>
-
-       * gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c,
-       gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c,
-       gl/argp-xinl.c, gl/argp.h: Sync.
-
-2003-07-11  Simon Josefsson <address@hidden>
-
-       * gl/argp-fmtstream.h, gl/argp-namefrob.h: Cleanup.
-
-2003-07-11  Simon Josefsson <address@hidden>
-
-       * gl/argp-fmtstream.c, gl/argp-help.c, gl/argp-parse.c: Sync.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for sys/types.h earlier.  Improve libidn
-       warning.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Include sys/types.h earlier.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-namefrob.h: Be safer when config.h doesn't define
-       _UNLOCKED stuff.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-namefrob.h, gl/m4/Makefile.am: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-help.c: Move namespace fixes to argp-namefrob.h.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/argp-fmtstream.c, gl/argp-fmtstream.h,
-       gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c,
-       gl/argp-xinl.c, gl/argp.h, gl/m4/argp.m4, gl/m4/mempcpy.m4,
-       gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/mempcpy.c, gl/mempcpy.h,
-       gl/strndup.c, gl/strnlen.c: Portability fixes.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: More gnulib tests.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix libtool warning when linking gnulib.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Add deps.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Warn about too recent libgcrypt.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-fmtstream.h, gl/argp-help.c, gl/argp.h: Sent to
-       libc-alpha.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix test comparator.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't regenerate ChangeLog too often.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am, m4/pkg.m4: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Disable libgcrypt if the unreleased API incompatible
-       version is installed.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/libgsasl.pot: Rename due to tarname change.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/Makevars: Use explicit bug address (cannot use relative one,
-       sigh).
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/Makevars: Add bug address.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Update release target.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Change tarname from libgsasl to gsasl.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/.cvsignore: [no log message]
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/.cvsignore: [no log message]
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/Makevars: Update.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use gettext 0.12.1.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/Makefile.am: Replace argp and REPLACE_OBJ with
-       gnulib.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * Makefile.am, src/Makefile.am: Replace argp with gl.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, gl/Makefile.am, gl/alloca.c, gl/alloca_.h,
-       gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c,
-       gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c,
-       gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h,
-       gl/gethostname.c, gl/getopt.c, gl/getopt.h, gl/getopt1.c,
-       gl/gettext.h, gl/m4/.cvsignore, gl/m4/Makefile.am, gl/m4/alloca.m4,
-       gl/m4/argp.m4, gl/m4/codeset.m4, gl/m4/error.m4,
-       gl/m4/gethostname.m4, gl/m4/getopt.m4, gl/m4/gettext.m4,
-       gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4,
-       gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/malloc.m4,
-       gl/m4/memmove.m4, gl/m4/memset.m4, gl/m4/nls.m4,
-       gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/progtest.m4,
-       gl/m4/realloc.m4, gl/m4/stdint_h.m4, gl/m4/strchrnul.m4,
-       gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strerror_r.m4,
-       gl/m4/sysexits.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4,
-       gl/m4/unlocked-io.m4, gl/m4/xalloc.m4, gl/malloc.c, gl/memmove.c,
-       gl/memset.c, gl/realloc.c, gl/strchrnul.c, gl/strchrnul.h,
-       gl/strdup.c, gl/strerror.c, gl/sysexit_.h, gl/unlocked-io.h,
-       gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * argp/.cvsignore: [no log message]
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * argp/Makefile.am, argp/Versions, argp/acinclude.m4,
-       argp/argp-ba.c, argp/argp-eexst.c, argp/argp-fmtstream.c,
-       argp/argp-fmtstream.h, argp/argp-fs-xinl.c, argp/argp-help.c,
-       argp/argp-namefrob.h, argp/argp-parse.c, argp/argp-pv.c,
-       argp/argp-pvh.c, argp/argp-test.c, argp/argp-xinl.c, argp/argp.h,
-       argp/config.h.in, argp/configure.ac, argp/libargp.m4,
-       argp/mempcpy.c, argp/strchrnul.c, argp/strndup.c,
-       lib/gethostname.c, lib/memmove.c, lib/memset.c, lib/strdup.c,
-       lib/strerror.c: Remove (to be replaced by gnulib).
-
-2003-07-02  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-03.txt: Add.
-
-2003-07-02  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add legal information to ChangeLog.
-
-2003-07-02  Simon Josefsson <address@hidden>
-
-       * .cvscopying: Add.
-
-2003-07-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-01.txt,
-       doc/specification/draft-ietf-sasl-rfc2831bis-02.txt: Add.
-
-2003-06-12  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't overwrite gsasl.1 if help2man isn't
-       available.
-
-2003-06-10  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-00.txt: Add.
-
-2003-06-08  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version.
-
-2003-06-02  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-06-02  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.7.
-
-2003-06-02  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Use gss.h.
-
-2003-05-30  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-01.txt: Add.
-
-2003-05-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-02.txt: Add.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Mention GSS/Heimdal.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version number.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * README, THANKS: Mention Heimdal.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: SS_C_NT_HOSTBASED_SERVICE work around moved to
-       configure.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: GSS_C_NT_HOSTBASED_SERVICE work around moved to
-       configure.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * README: Mention GSS, CCured.  Remove todo.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Warn if GSS isn't found.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * THANKS: Mention GSS.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: License doesn't have to be invariant.
-
-2003-05-26  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Replace lt-gsasl with gsasl in man page (work
-       around libtool).
-
-2003-05-24  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-00.txt: Add.
-
-2003-05-24  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Deallocate GSS context correctly.
-
-2003-05-18  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Support GSS.
-
-2003-05-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add GSS flags.
-
-2003-05-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Detect GSS.
-
-2003-05-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-01.txt,
-       doc/specification/draft-ietf-sasl-saslprep-00.txt,
-       doc/specification/draft-ietf-sasl-saslprep-01.txt: Add.
-
-2003-05-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-00.txt: Add.
-
-2003-05-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-01.txt: Add.
-
-2003-04-16  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Mention devices it works on.
-
-2003-03-31  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-sasl-c-api-01.txt: Add.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Don't ack self.  Fix --imap descriptoin.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix pkg-config filename.  Fix release target.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.6.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Generated.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Update ports.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/libgsasl.pot, po/sv.po: Fix.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * configure.ac: Revert libgsasl->gsasl rename.  Bump so version.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't prepend 's:'.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, gsasl.pc.in, libgsasl.pc.in: Revert
-       unfinished libgsasl->gsasl pkg-config rename (unwise since it has
-       been package in debian now).
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Add krb5.  Fix licensing.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix maintainer targets.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * lib/common.c, lib/kerberos_v5.c, lib/kerberos_v5.h: Add kerberos
-       encode/decode.
-
-2003-02-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-00.txt,
-       doc/specification/draft-ietf-sasl-rfc2831bis-00.txt,
-       doc/specification/draft-newman-nntpext-auth-01.txt,
-       doc/specification/draft-nystrom-securid-sasl-00.txt,
-       doc/specification/draft-nystrom-securid-sasl-02.txt,
-       doc/specification/draft-weltman-java-sasl-01.txt,
-       doc/specification/draft-zuccherato-9798-3-sasl-01.txt,
-       doc/specification/draft-zuccherato-9798-3-sasl-02.txt: Add.
-
-2003-02-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Typo fix.
-
-2003-02-19  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Generate FSF style ChangeLog.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Add.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/internal.h: Fix socket address.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * .cvsignore, Makefile.am, configure.ac, doc/Makefile.am,
-       gsasl.pc.in, lib/init.c, lib/internal.h, libgsasl.pc.in,
-       po/gsasl.pot, po/libgsasl.pot, po/sv.po, src/Makefile.am,
-       src/gsasl.c, src/internal.h: Rename package from libgsasl to gsasl.
-       Use external gettext.  Cleanup GTK-DOC, now disabled by default.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Remove spurious non-ASCII character.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix libidn typo.
-
-2003-02-10  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-02-10  Simon Josefsson <address@hidden>
-
-       * README-alpha: Add CVS building info.
-
-2003-02-08  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix.
-
-2003-02-08  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in, lib/hexdump.c, lib/init.c, lib/listmech.c,
-       lib/login.c, lib/login.h, lib/supportp.c, lib/xstart.c,
-       lib/xstep.c, src/gsasl.c, src/internal.h, tests/simple.c: Fix.
-
-2003-02-08  Simon Josefsson <address@hidden>
-
-       * lib/done.c: Fix.
-
-2003-02-08  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2003-02-05  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: API fixes.
-
-2003-02-04  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-josefsson-sasl-kerberos5-01.txt: Add.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Generated.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Cleanup.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Fix.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Fix.
-
-2003-02-02  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Remove.
-
-2003-02-02  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Almost operational.
-
-2003-02-02  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Code sync.
-
-2003-02-02  Simon Josefsson <address@hidden>
-
-       * lib/callback.c, lib/gsasl.h.in, lib/internal.h,
-       lib/kerberos_v5.c, src/callbacks.c, src/callbacks.h, src/gsasl.c: 
-       Add client realm callback.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Fixes.  Non-infrastructure mode finishes SASL
-       negotiation, but with fixed username, realm etc and without proper
-       Authentication application data.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * lib/error.c, lib/gsasl.h.in: Add
-       GSASL_NEED_SERVER_RETRIEVE_CALLBACK.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add KERBEROS_V5.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * README: Add.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * README: Add.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * lib/common.c, lib/cram-md5.c, lib/digest-md5.c,
-       lib/kerberos_v5.c, lib/kerberos_v5.h, src/gsasl.c, src/internal.h: 
-       Indent.
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * lib/.cvsignore: [no log message]
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/common.c, lib/gsasl.h.in, lib/kerberos_v5.c,
-       lib/kerberos_v5.h: Add unfinished KERBEROS_V5.
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix NTLM.  Add shishi test.
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * lib/anonymous.c, lib/anonymous.h, lib/cram-md5.c,
-       lib/digest-md5.c, lib/external.c, lib/external.h, lib/gssapi.c,
-       lib/login.h, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c,
-       lib/securid.h, lib/x-gssapi.h, lib/x-ntlm.h: Fix includes.
-
-2003-01-30  Simon Josefsson <address@hidden>
-
-       * README: Add.
-
-2003-01-30  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Set --service to "imap" when --imap is specified.
-       Set --hostname when --connect is specified.
-
-2003-01-30  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Add.
-
-2003-01-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * THANKS: Fix.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * THANKS, doc/specification/draft-josefsson-sasl-kerberos5-00.txt: 
-       Add.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Fix link.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't try to build gsasl.txt.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Release 0.0.5.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add Invoking gsasl.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Incomplete but working --imap and --connect support.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Include more (for select and friends).
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove gnet.  Don't check for libntlm, libgcrypt if
-       disabled.  Check errno.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Fix return value of last step in client.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Fix encode/decode.
-
-2003-01-26  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for libgnet.
-
-2003-01-25  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add libgcrypt secure memory.
-
-2003-01-25  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c, lib/digest-md5.c: Fix libgcrypt initialization.
-
-2003-01-23  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: (_gsasl_digest_md5_server_encode): Don't check 
output buffer size
-       when output buffer is NULL.  Reported by Sergey Poznyakoff
-       <address@hidden>.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * po/libgsasl.pot, po/sv.po: Update.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix acks.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Use automake's ps and pdf targets.  Remove
-       gsasl.txt target.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * README-alpha, doc/reference/tmpl/gsasl.sgml: Fix.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/.cvsignore: [no log message]
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml, doc/reference/tmpl/gsasl.sgml: Add.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add uninstall target.  Make distcheck
-       fail gracefully.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Typos.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Distcheck doesn't work with GTK-DOC.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix distcheck for ChangeLog.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, lib/Makefile.am, src/Makefile.am: Use
-       libidn instead of libstringprep.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * README: Fix URL.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typos.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Fix -texinfo.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * lib/error.c, lib/version.c: Doc fix.
-
-2002-12-15  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Fix.
-
-2002-12-14  Simon Josefsson <address@hidden>
-
-       * 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  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2002-12-14  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/reference/Makefile.am,
-       doc/reference/gsasl-docs.sgml, doc/reference/gsasl.types: Add
-       GTK-DOC generated manual.
-
-2002-12-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Make sure ChangeLog is regenerated.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * autogen.sh: [no log message]
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE, Makefile.am, README: GNU fixes.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, doc/gsasl.texi: More GNU changes.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Release 0.0.4.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * po/libgsasl.pot, po/sv.po: Autogenerated stuff.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Ports.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Remove lgpl.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/Makefile.am: Fix.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE, COPYING.LIB, Makefile.am, NEWS, README, configure.ac,
-       doc/Makefile.am, doc/gsasl.texi, doc/lgpl.texi, lib/Makefile.am,
-       lib/anonymous.c, lib/anonymous.h, lib/callback.c, lib/common.c,
-       lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h,
-       lib/done.c, lib/error.c, lib/external.c, lib/external.h,
-       lib/gsasl.h.in, lib/gssapi.c, lib/hexdump.c, lib/init.c,
-       lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h,
-       lib/md5pwd.c, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c,
-       lib/securid.h, lib/suggest.c, lib/supportp.c, lib/version.c,
-       lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c,
-       lib/xstart.c, lib/xstep.c, src/Makefile.am, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c, src/internal.h, tests/Makefile.am: 
-       GPL.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Check length in pin callback.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * lib/securid.c: Fix crash.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE, doc/gsasl.texi: Fix.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Name changes.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * AUTHORS, Makefile.am, NEWS, README, THANKS, configure.ac,
-       doc/Makefile.am, doc/gsasl.texi, lib/Makefile.am, lib/anonymous.c,
-       lib/anonymous.h, lib/callback.c, lib/common.c, lib/cram-md5.c,
-       lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/done.c,
-       lib/error.c, lib/external.c, lib/external.h, lib/gsasl.h.in,
-       lib/gssapi.c, lib/hexdump.c, lib/init.c, lib/internal.h,
-       lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c,
-       lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h,
-       lib/suggest.c, lib/supportp.c, lib/version.c, lib/x-gssapi.h,
-       lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c,
-       lib/xstep.c, libgsasl.pc.in, m4/Makefile.am, src/Makefile.am,
-       src/callbacks.c, src/callbacks.h, src/gsasl.c, src/internal.h,
-       tests/Makefile.am, tests/simple.c, tests/unicode.c: Update name to
-       "GNU SASL".
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Support dmalloc.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * NEWS: GNU project.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * autogen.sh: [no log message]
-
-2002-12-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Gnits.
-
-2002-12-09  Simon Josefsson <address@hidden>
-
-       * README-alpha: Add.
-
-2002-12-09  Simon Josefsson <address@hidden>
-
-       * README, doc/gsasl.texi: GNU project.
-
-2002-12-09  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Add.
-
-2002-12-07  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Use GPL instead of LGPL.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * NEWS: 0.0.3 released.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't cvs2cl libstringprep.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/anonymous.c, lib/cram-md5.c, lib/digest-md5.c, lib/xstep.c,
-       src/callbacks.c, src/callbacks.h, src/gsasl.c, tests/simple.c: 
-       Indent.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * argp/argp-fmtstream.c, argp/argp-help.c: s/putc_unlocked/putc/g
-       for freebsd on alpha
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, src/Makefile.am: Use libtool with
-       gettext (again! but see hack in Makefile.am).
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * README: Openbsd on alpha fails self tests.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/securid.c: Don't strlen possibly indefinite string.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Use ARGP_*.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: EXTRA_DIST AC_LIBOBJ's.  Use LTLIBINTL, not
-       LIBINTL.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * configure.ac: Trim some junk.  Replace non-existing required
-       functions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/gethostname.c, lib/memmove.c, lib/memset.c, lib/strdup.c,
-       lib/strerror.c: An AC_LIBOBJ, from gnulib.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * THANKS: Add copying conditions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Tested on IRIX and AIX.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Clean up #include mess by creating internal.h.  Add
-       --no-client-first.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/callbacks.h, src/internal.h: Clean up
-       #include mess by creating internal.h.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Add #include guards.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add rationale for #include's.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add supported platforms, bug reporting, error
-       labels.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add error-labels.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-josefsson-sasl-api-export.txt: Save it for
-       posterity.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: Add.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Fix copying conditions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Fix copying conditions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Make it less shishi specific.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Add copying conditions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * autogen.sh: fix
-
-2002-12-03  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Generate error label documentation.
-
-2002-11-26  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am, m4/libgcrypt.m4: add gcrypt
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Add OpenPGP key.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Update.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * po/libgsasl.pot: Autoupdate.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am: It's back, EXTRA_DIST was needed.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * .cvsignore, argp/.cvsignore, doc/.cvsignore, po/.cvsignore: [no
-       log message]
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add sign target.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * m4/.cvsignore: Everything in this directory is automatically
-       generated.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * m4/.cvsignore: Removed.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * ABOUT-NLS, config.rpath, m4/Makefile.am, m4/libgcrypt.m4,
-       m4/pkg.m4, po/ChangeLog, po/Makefile.in.in, po/Makevars.template,
-       po/Rules-quot, po/boldquot.sed, po/address@hidden,
-       po/address@hidden, po/insert-header.sin, po/quot.sed,
-       po/remove-potcdate.sin: Remove junk (automatically generated).
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * intl/.cvsignore, intl/ChangeLog, intl/Makefile.in, intl/VERSION,
-       intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c,
-       intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
-       intl/dngettext.c, intl/eval-plural.h, intl/explodename.c,
-       intl/finddomain.c, intl/gettext.c, intl/gettextP.h, intl/gmo.h,
-       intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
-       intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c,
-       intl/localcharset.c, intl/locale.alias, intl/localealias.c,
-       intl/localename.c, intl/ngettext.c, intl/os2compat.c,
-       intl/os2compat.h, intl/osdep.c, intl/plural-exp.c,
-       intl/plural-exp.h, intl/plural.y, intl/ref-add.sin,
-       intl/ref-del.sin, intl/textdomain.c, m4/ChangeLog, m4/codeset.m4,
-       m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4,
-       m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4,
-       m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4,
-       m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
-       m4/ulonglong.m4, mkinstalldirs: Remove junk (automatically
-       generated).
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * argp/depcomp, argp/install-sh, argp/missing, argp/mkinstalldirs: 
-       Removed junk (automatically generated).
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump versions.  Fixes for autoreconf.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Use autoreconf.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * README: Add todos.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Clear outputlen in final step.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add consts.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * lib/error.c: Fix.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.h: Fix encode/decode headers.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c, lib/plain.c, lib/securid.c: -Wall fixes.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * autogen.sh: no -pedantic
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix -Wall warning.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c: Remove unused variable.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/base64.c: Replace "unsigned char" with "char" in API function
-       arguments.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/callbacks.h: Add const.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add const in a few places.  Don't specify sign of
-       char*.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: const stuff to sync with header changes.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Various -Wall cleanups.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Fix signedness compiler warnings.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Export GSASL_VALID_MECHANISM_CHARACTERS.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c, lib/ntlm.c, lib/plain.c, lib/securid.c,
-       src/gsasl.c: Indent.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/anonymous.c: Reject repeated empty server attempts.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add indent target.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Handle client sends first.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Fix memory leaks.  Don't misbehave if callbacks
-       return GSASL_NEEDS_MORE.  Set output length.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (utf8cpy): Fix DST=NULL.  
(server_callback_retrieve): Print auth, authz, password.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Add --no-client-first for disabling client behaviour
-       of sending it's data first (RFC 2222 ยง5.1).
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Fail if no server challenge.  Don't misbehave if
-       callbacks return GSASL_NEEDS_MORE.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Now defaults to disable application data processing
-       (subject to new parameter --application-data).
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Abort application data handling early on EOF
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Inform user that --password is only for testing.
-
-2002-11-08  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-nerenberg-sasl-crammd5-03.txt,
-       doc/specification/draft-zeilenga-sasl-anon-01.txt,
-       doc/specification/draft-zeilenga-sasl-plain-01.txt: [no log message]
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: 0.0.2
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * libgsasl.pc.in: Add stringprep.  Add -R.
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * : [no log message]
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am, m4/pkg.m4: Add m4 for pkg-config.
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * Makefile.am, NEWS, README, configure.ac, lib/.cvsignore,
-       lib/CaseFolding-3.2.0.txt, lib/CompositionExclusions-3.2.0.txt,
-       lib/LineBreak-3.2.0.txt, lib/Makefile.am,
-       lib/SpecialCasing-3.2.0.txt, lib/UnicodeData-3.2.0.txt,
-       lib/cram-md5.c, lib/digest-md5.c, lib/gen-unicode-tables.pl,
-       lib/gsasl.h.in, lib/gunibreak.h, lib/gunicomp.h, lib/gunidecomp.h,
-       lib/internal.h, lib/login.c, lib/plain.c, lib/unicode.c,
-       po/libgsasl.pot, po/sv.po, src/Makefile.am, src/callbacks.c,
-       src/libcharset/.cvsignore, src/libcharset/Makefile.am,
-       src/libcharset/README, src/libcharset/config.charset,
-       src/libcharset/libcharset-gsasl.patch, src/libcharset/libcharset.h,
-       src/libcharset/localcharset.c, src/libcharset/localcharset.c.orig,
-       src/libcharset/make-patch.sh, src/libcharset/ref-add.sin,
-       src/libcharset/ref-del.sin, src/libcharset/update.sh,
-       tests/Makefile.am, tests/unicode.c: Use libstringprep (include copy
-       of 0.0.1) instead of internal Unicode stuff.
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-sasl-c-api-00.txt: [no log message]
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * lib/securid.c: Remove 'const's (causes warnings). Flip order of
-       authorization and authentication ID.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * configure.ac: Silently continue if pkg-config isn't available.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * README: MIPS build was in 64 bit mode.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * README: Update list of systems; GNU make does not seem to be
-       required.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Ignore some files for ChangeLog entries.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Update for new API that allows GSASL_OK to return
-       data during authentication.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore, tests/Makefile.am, tests/plain-client.sh,
-       tests/simple.c, tests/unicode.c: Removed plain-client.sh (unreliable
-       with non-ASCII in shell script).  Added C program to check simple
-       SASL mechanisms against test vectors.  Added indent makefile target
-       to re-indent files.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * lib/anonymous.c, lib/cram-md5.c, lib/digest-md5.c,
-       lib/external.c, lib/login.c, lib/ntlm.c, lib/plain.c,
-       lib/securid.c, lib/xstep.c: Change API to allow data to be returned
-       with GSASL_OK.  Fix callback return code in ANONYMOUS client.  Make
-       mechanisms reject too many empty invocations.  Made LOGIN use
-       authorization ID instead of authentication ID.  NTLM doesn't require
-       initial challenge to be '+' (probably IMAP leftover).  SECURID
-       implements non-initial steps correctly.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * .cvsignore, argp/.cvsignore, src/.cvsignore: [no log message]
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * libgsasl.pc.in: Pkg-config description file for libgsasl.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * NEWS: Pkg-config stuff.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * src/libgsasl-config.in, src/libgsasl.m4: Removed, replaced by
-       pkg-config.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, src/Makefile.am: Use pkg-config instead
-       of libgsasl.m4 + libgsasl-config.in Use pkg-config to find libntlm.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Replace
-       LTLIBINTL with LIBINTL.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * m4/libntlm.m4: Remove libntlm.m4 (replaced by pkg-config).
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am: Remove libntlm.m4
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove use-libtool for gettext, it breaks distcheck.
-       Use pkg-config to find libntlm.  Bump version.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * argp/aclocal.m4, argp/configure: These should not be in CVS.
-
-2002-10-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am, src/Makefile.am, tests/Makefile.am: 
-       Make distcheck happy.  Shouldn't LTLIBINTL be included in lib/
-       though? Maybe a libtool bug.
-
-2002-10-17  Simon Josefsson <address@hidden>
-
-       * autogen.sh: gettextize --copy to shut up cvsco.
-
-2002-10-17  Simon Josefsson <address@hidden>
-
-       * ABOUT-NLS, config.rpath, mkinstalldirs: Add files to shut up
-       gettextize.
-
-2002-10-13  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add ChangeLog target.
-
-2002-10-13  Simon Josefsson <address@hidden>
-
-       * .cvsusers: Add full name for better ChangeLog's.
-
-2002-10-13  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/base64.c,
-       lib/callback.c, lib/common.c, lib/cram-md5.c, lib/cram-md5.h,
-       lib/digest-md5.c, lib/digest-md5.h, lib/done.c, lib/error.c,
-       lib/external.c, lib/external.h, lib/gssapi.c, lib/gunicomp.h,
-       lib/gunidecomp.h, lib/hexdump.c, lib/init.c, lib/internal.h,
-       lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c,
-       lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h,
-       lib/suggest.c, lib/supportp.c, lib/unicode.c, lib/version.c,
-       lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c,
-       lib/xstart.c, lib/xstep.c, src/Makefile.am, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c: Add indent Makefile targets.  Indent
-       all files.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * ChangeLog, po/libgsasl.pot, po/sv.po: [no log message]
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * .cvsusers, lib/.cvsignore: [no log message]
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/xcode.c: Implementation of gsasl_encode() and gsasl_decode()
-       APIs.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * configure.ac: Version 0.0.1 released.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * NEWS, README: [no log message]
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add xcode.c to the session API documentation.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix title.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Improve QOP.  Allow user to send/receive application
-       payload after authentication.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Improve QOP callback.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/error.c: Add GSASL_INTEGRITY_ERROR.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add GSASL_INTEGRITY_ERROR.  Add gsasl_encode() and
-       gsasl_decode().
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c: Set clientp variable.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: Only free if data was allocated by us.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Add encode/decode functions.  Add clientp
-       variable.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Support integrity mode.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.h: Add encode and decode functions.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Add encode and decode functions for DIGEST-MD5.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add xcode.c.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/hexdump.c: Data is unsigned.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * autogen.sh: [no log message]
-
-2002-10-11  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-burdis-cat-srp-sasl-04.txt,
-       doc/specification/draft-burdis-cat-srp-sasl-05.txt,
-       doc/specification/draft-leach-cifs-v1-spec-02.txt,
-       doc/specification/draft-leach-digest-sasl-01.txt,
-       doc/specification/draft-leach-digest-sasl-02.txt,
-       doc/specification/draft-leach-digest-sasl-03.txt,
-       doc/specification/draft-leach-digest-sasl-05.txt,
-       doc/specification/draft-myers-saslrev-01.txt,
-       doc/specification/draft-nerenberg-sasl-crammd5-00.txt,
-       doc/specification/draft-newman-sasl-anon-00.txt,
-       doc/specification/rfc2095.txt: More specs.
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * m4/libgcrypt.m4: forgot to add it
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * .cvsignore, ChangeLog, argp/.cvsignore, doc/.cvsignore,
-       intl/.cvsignore, lib/.cvsignore, m4/.cvsignore, po/.cvsignore,
-       src/.cvsignore, src/libcharset/.cvsignore, tests/.cvsignore: [no log
-       message]
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: ack mit kerberos team for gssapi
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * README: gssapi works in server mode
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * Initial release, version 0.0.0.
-
-       -----
-
-       Copyright (C) 2002-2012 Simon Josefsson
-
-       Copying and distribution of this file, with or without
-       modification, are permitted provided the copyright notice
-       and this notice are preserved.
diff --git a/Makefile.am b/Makefile.am
index f494fae..7fbb1a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,4 +20,5 @@ SUBDIRS = lib po gl src examples tests doc gltests
 EXTRA_DIST = cfg.mk maint.mk .clcopying
 
 ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/m4 -I lib/gl/m4
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-obsolete
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-obsolete 
--with-gssapi-impl=no
diff --git a/NEWS b/NEWS
index 4471b1d..34538ca 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ SASL.  That include the manual, the command line tool, and self 
tests.
 
 * Version 1.7.1 (unreleased) [alpha]
 
+** gsasl: Don't crash after getpass() on Mac OS X.
+Reported by Wim Lewis <address@hidden>.
+
 ** gsasl: Ignore untagged responses during IMAP authentication.
 Patch from Enrico Scholz <address@hidden>.
 
diff --git a/THANKS b/THANKS
index fc3fb67..7c2c76c 100644
--- a/THANKS
+++ b/THANKS
@@ -41,6 +41,7 @@ Vincent Untz <address@hidden>
 Marco Maggi <address@hidden>
 "carlo.bramix" <address@hidden>
 Marc Santamaria <address@hidden>
+Wim Lewis <address@hidden>
 
 ----------------------------------------------------------------------
 Copying and distribution of this file, with or without modification,
diff --git a/cfg.mk b/cfg.mk
index 2d3271c..f169f89 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -21,7 +21,7 @@ CFGFLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf $(ADDFLAGS) 
$(WFLAGS)
 
 _build-aux = lib/build-aux
 
-INDENT_SOURCES = `find . -name \*.c -or -name \*.h | grep -v -e /gl -e 
build-aux -e /win32/ -e /examples/`
+INDENT_SOURCES = `find . -name '*.[chly]' | grep -v -e /gl -e build-aux -e 
/win32/ -e /examples/`
 
 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
 .DEFAULT_GOAL := bootstrap
@@ -50,6 +50,7 @@ autoreconf:
                cp $$f `echo $$f | sed 's/.in//'`; \
        done
        mv $(_build-aux)/config.rpath $(_build-aux)/config.rpath-
+       touch ChangeLog lib/ChangeLog
        test -f ./configure || autoreconf --install
        mv $(_build-aux)/config.rpath- $(_build-aux)/config.rpath
 
@@ -70,54 +71,146 @@ glimport:
        gnulib-tool --m4-base gl/m4 --add-import
        cd lib && gnulib-tool --m4-base gl/m4 --add-import
 
-web-coverage:
+review-diff:
+       git diff `git describe --abbrev=0`.. \
+       | grep -v -e ^index -e '^diff --git' \
+       | filterdiff -p 1 -x 'gl/*' -x 'gltests/*' -x 'lib/build-aux/*' -x 
'lib/gl*' -x 'lib/gltests/*' -x 'po/*' -x 'lib/po/*' -x 'maint.mk' -x 
'lib/maint.mk' -x '.gitignore' -x '.x-sc*' -x ChangeLog -x GNUmakefile \
+       | less
+
+# Release
+
+htmldir = ../www-$(PACKAGE)
+
+i18n:
+       -$(MAKE) update-po
+
+coverage-my:
+       ln -s . gl/unistr/unistr
+       ln -s . gltests/glthread/glthread
+       ln -s . gltests/unistr/unistr
+       $(MAKE) coverage WERROR_CFLAGS= VALGRIND=
+
+coverage-copy:
        rm -fv `find $(htmldir)/coverage -type f | grep -v CVS`
-       cp -rv doc/coverage/* $(htmldir)/coverage/
+       mkdir -p $(htmldir)/coverage/
+       cp -rv $(COVERAGE_OUT)/* $(htmldir)/coverage/
+
+coverage-upload:
+       cd $(htmldir) && \
+       find coverage -type d -! -name CVS -! -name '.' \
+               -exec cvs add {} \; && \
+       find coverage -type d -! -name CVS -! -name '.' \
+               -exec sh -c "cvs add -kb {}/*.png" \; && \
+       find coverage -type d -! -name CVS -! -name '.' \
+               -exec sh -c "cvs add {}/*.html" \; && \
+       cvs add coverage/$(PACKAGE).info coverage/gcov.css || true && \
+       cvs commit -m "Update." coverage
+
+clang:
+       make clean
+       scan-build ./configure
+       rm -rf scan.tmp
+       scan-build -o scan.tmp make
+
+clang-copy:
+       rm -fv `find $(htmldir)/clang-analyzer -type f | grep -v CVS`
+       mkdir -p $(htmldir)/clang-analyzer/
+       cp -rv scan.tmp/*/* $(htmldir)/clang-analyzer/
+
+clang-upload:
+       cd $(htmldir) && \
+               cvs add clang-analyzer || true && \
+               cvs add clang-analyzer/*.css clang-analyzer/*.js \
+                       clang-analyzer/*.html || true && \
+               cvs commit -m "Update." clang-analyzer
+
+cyclo-copy:
+       cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/index.html
+
+cyclo-upload:
+       cd $(htmldir) && cvs commit -m "Update." cyclo/index.html
+
+gendoc-copy:
+       cd doc && env MAKEINFO="makeinfo -I ../examples" \
+                     TEXI2DVI="texi2dvi -I ../examples" \
+               $(SHELL) ../$(_build-aux)/gendocs.sh \
+                       --html "--css-include=texinfo.css" \
+                       -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
 
-upload-web-coverage:
+gendoc-upload:
        cd $(htmldir) && \
-               cvs commit -m "Update." coverage
+               cvs add manual || true && \
+               cvs add manual/html_node || true && \
+               cvs add -kb manual/*.gz manual/*.pdf || true && \
+               cvs add manual/*.txt manual/*.html \
+                       manual/html_node/*.html || true && \
+               cvs commit -m "Update." manual/
+
+gtkdoc-copy:
+       mkdir -p $(htmldir)/reference/
+       cp -v doc/reference/$(PACKAGE).pdf \
+               doc/reference/html/*.html \
+               doc/reference/html/*.png \
+               doc/reference/html/*.devhelp \
+               doc/reference/html/*.css \
+               $(htmldir)/reference/
+
+gtkdoc-upload:
+       cd $(htmldir) && \
+               cvs add reference || true && \
+               cvs add -kb reference/*.png reference/*.pdf || true && \
+               cvs add reference/*.html reference/*.css \
+                       reference/*.devhelp || true && \
+               cvs commit -m "Update." reference/
+
+doxygen-copy:
+       cd doc/doxygen && \
+               doxygen && \
+               cd ../.. && \
+               cp -v doc/doxygen/html/* $(htmldir)/doxygen/ && \
+               cd doc/doxygen/latex && \
+               make refman.pdf && \
+               cd ../../../ && \
+               cp doc/doxygen/latex/refman.pdf 
$(htmldir)/doxygen/$(PACKAGE).pdf
+
+doxygen-upload:
+       cd $(htmldir) && \
+               cvs commit -m "Update." doxygen/
 
 ChangeLog:
        git2cl > ChangeLog
        cat .clcopying >> ChangeLog
 
-htmldir = ../www-$(PACKAGE)
 tag = $(PACKAGE)-`echo $(VERSION) | sed 's/\./-/g'`
 
-release: syntax-check prepare upload web upload-web
-
-prepare:
-       cd lib && make prepare
+tarball:
+       $(MAKE) -C lib tarball
        ! git tag -l $(tag) | grep $(PACKAGE) > /dev/null
        rm -f ChangeLog
        $(MAKE) ChangeLog distcheck
-       git commit -m Generated. ChangeLog
+
+binaries:
+       -mkdir windows/dist
+       cp $(distdir).tar.gz windows/dist
+       cd windows && $(MAKE) -f gsasl4win.mk gsasl4win VERSION=$(VERSION)
+
+binaries-upload:
+       cd windows && $(MAKE) -f gsasl4win.mk upload VERSION=$(VERSION)
+
+source:
        git tag -u b565716f! -m $(VERSION) $(tag)
 
-upload:
-       cd lib && make upload
+release-check: syntax-check i18n tarball binaries cyclo-copy gendoc-copy 
gtkdoc-copy doxygen-copy coverage-my coverage-copy clang clang-copy
+
+release-upload-www: cyclo-upload gendoc-upload gtkdoc-upload doxygen-upload 
coverage-upload clang-upload
+
+release-upload-ftp:
+       $(MAKE) -C lib release-upload-ftp
        git push
        git push --tags
        gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.gz
        cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/
+       gnupload --to alpha.gnu.org:$(PACKAGE) windows/gsasl-*.zip
+       cp windows/$(PACKAGE)-*.zip windows/$(PACKAGE)-*.zip.sig 
../../releases/$(PACKAGE)/
 
-web:
-       cd doc && env MAKEINFO="makeinfo -I ../examples" \
-                     TEXI2DVI="texi2dvi -I ../examples" \
-               $(SHELL) ../$(_build-aux)/gendocs.sh \
-                       --html "--css-include=texinfo.css" \
-                       -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
-       cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* 
$(htmldir)/doxygen/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ 
&& cp doc/doxygen/latex/refman.pdf $(htmldir)/doxygen/$(PACKAGE).pdf
-       cp -v doc/reference/html/*.html doc/reference/html/*.png 
doc/reference/html/*.devhelp doc/reference/html/*.css 
doc/reference/$(PACKAGE).pdf $(htmldir)/reference/
-       cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/
-
-upload-web:
-       cd $(htmldir) && \
-               cvs commit -m "Update." manual/ reference/ doxygen/ cyclo/
-
-review-diff:
-       git diff `git describe --abbrev=0`.. \
-       | grep -v -e ^index -e '^diff --git' \
-       | filterdiff -p 1 -x 'gl/*' -x 'gltests/*' -x 'lib/build-aux/*' -x 
'lib/gl*' -x 'lib/gltests/*' -x 'po/*' -x 'lib/po/*' -x 'maint.mk' -x 
'lib/maint.mk' -x '.gitignore' -x '.x-sc*' -x ChangeLog -x GNUmakefile \
-       | less
+release: release-check release-upload-www source release-upload-ftp 
binaries-upload
diff --git a/gl/Makefile.am b/gl/Makefile.am
index 392262b..e17681c 100644
--- a/gl/Makefile.am
+++ b/gl/Makefile.am
@@ -21,7 +21,7 @@
 # the same distribution terms as the rest of that program.
 #
 # Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override 
--lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc 
--tests-base=gltests --aux-dir=lib/build-aux --with-tests 
--avoid=update-copyright-tests --no-conditional-dependencies --libtool 
--macro-prefix=gl --no-vc-files autobuild close connect error fdl-1.3 gendocs 
getaddrinfo getopt-gnu getpass maintainer-makefile manywarnings netdb 
netinet_in pmccabe2html poll progname quote readline recv shutdown socket 
striconv strtok_r sys_time unistd update-copyright valgrind-tests vasprintf 
version-etc warnings xalloc
+# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override 
--lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc 
--tests-base=gltests --aux-dir=lib/build-aux --with-tests 
--avoid=update-copyright-tests --no-conditional-dependencies --libtool 
--macro-prefix=gl --no-vc-files autobuild close connect error fdl-1.3 gendocs 
getaddrinfo getopt-gnu getpass-gnu maintainer-makefile manywarnings netdb 
netinet_in pmccabe2html poll progname quote readline recv shutdown socket 
striconv strtok_r sys_time unistd update-copyright valgrind-tests vasprintf 
version-etc warnings xalloc
 
 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
 
@@ -390,14 +390,14 @@ EXTRA_libgl_la_SOURCES += getopt.c getopt1.c
 
 ## end   gnulib module getopt-posix
 
-## begin gnulib module getpass
+## begin gnulib module getpass-gnu
 
 
 EXTRA_DIST += getpass.c getpass.h
 
 EXTRA_libgl_la_SOURCES += getpass.c
 
-## end   gnulib module getpass
+## end   gnulib module getpass-gnu
 
 ## begin gnulib module gettext-h
 
@@ -597,15 +597,6 @@ EXTRA_DIST += $(top_srcdir)/maint.mk
 
 ## end   gnulib module maintainer-makefile
 
-## begin gnulib module malloc-posix
-
-
-EXTRA_DIST += malloc.c
-
-EXTRA_libgl_la_SOURCES += malloc.c
-
-## end   gnulib module malloc-posix
-
 ## begin gnulib module mbrtowc
 
 
@@ -1391,15 +1382,6 @@ EXTRA_DIST += stdlib.in.h
 
 ## end   gnulib module stdlib
 
-## begin gnulib module strdup-posix
-
-
-EXTRA_DIST += strdup.c
-
-EXTRA_libgl_la_SOURCES += strdup.c
-
-## end   gnulib module strdup-posix
-
 ## begin gnulib module streq
 
 
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4
index 281fcab..18ce395 100644
--- a/gl/m4/gnulib-cache.m4
+++ b/gl/m4/gnulib-cache.m4
@@ -27,7 +27,7 @@
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl 
--source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests 
--aux-dir=lib/build-aux --with-tests --avoid=update-copyright-tests 
--no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files 
autobuild close connect error fdl-1.3 gendocs getaddrinfo getopt-gnu getpass 
maintainer-makefile manywarnings netdb netinet_in pmccabe2html poll progname 
quote readline recv shutdown socket striconv strtok_r sys_time unistd 
update-copyright valgrind-tests vasprintf version-etc warnings xalloc
+#   gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl 
--source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests 
--aux-dir=lib/build-aux --with-tests --avoid=update-copyright-tests 
--no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files 
autobuild close connect error fdl-1.3 gendocs getaddrinfo getopt-gnu 
getpass-gnu maintainer-makefile manywarnings netdb netinet_in pmccabe2html poll 
progname quote readline recv shutdown socket striconv strtok_r sys_time unistd 
update-copyright valgrind-tests vasprintf version-etc warnings xalloc
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([gl/override])
@@ -40,7 +40,7 @@ gl_MODULES([
   gendocs
   getaddrinfo
   getopt-gnu
-  getpass
+  getpass-gnu
   maintainer-makefile
   manywarnings
   netdb
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4
index 453a966..29a29bc 100644
--- a/gl/m4/gnulib-comp.m4
+++ b/gl/m4/gnulib-comp.m4
@@ -112,7 +112,7 @@ AC_DEFUN([gl_EARLY],
   # Code from module getopt-posix:
   # Code from module getopt-posix-tests:
   # Code from module getpagesize:
-  # Code from module getpass:
+  # Code from module getpass-gnu:
   # Code from module gettext-h:
   # Code from module gettimeofday:
   # Code from module gettimeofday-tests:
@@ -246,7 +246,6 @@ AC_DEFUN([gl_EARLY],
   # Code from module stdio-tests:
   # Code from module stdlib:
   # Code from module stdlib-tests:
-  # Code from module strdup-posix:
   # Code from module streq:
   # Code from module strerror:
   # Code from module strerror-override:
@@ -426,8 +425,8 @@ if test $REPLACE_GETOPT = 1; then
   GNULIB_GL_UNISTD_H_GETOPT=1
 fi
 AC_SUBST([GNULIB_GL_UNISTD_H_GETOPT])
-gl_FUNC_GETPASS
-if test $HAVE_GETPASS = 0; then
+gl_FUNC_GETPASS_GNU
+if test $REPLACE_GETPASS = 1; then
   AC_LIBOBJ([getpass])
   gl_PREREQ_GETPASS
 fi
@@ -473,11 +472,6 @@ fi
 gl_UNISTD_MODULE_INDICATOR([lseek])
 AC_CONFIG_COMMANDS_PRE([m4_ifdef([AH_HEADER],
   [AC_SUBST([CONFIG_INCLUDE], m4_defn([AH_HEADER]))])])
-gl_FUNC_MALLOC_POSIX
-if test $REPLACE_MALLOC = 1; then
-  AC_LIBOBJ([malloc])
-fi
-gl_STDLIB_MODULE_INDICATOR([malloc-posix])
 gl_FUNC_MBRTOWC
 if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then
   AC_LIBOBJ([mbrtowc])
@@ -576,12 +570,6 @@ gl_STDDEF_H
 gl_STDINT_H
 gl_STDIO_H
 gl_STDLIB_H
-gl_FUNC_STRDUP_POSIX
-if test $ac_cv_func_strdup = no || test $REPLACE_STRDUP = 1; then
-  AC_LIBOBJ([strdup])
-  gl_PREREQ_STRDUP
-fi
-gl_STRING_MODULE_INDICATOR([strdup])
 gl_FUNC_STRERROR
 if test $REPLACE_STRERROR = 1; then
   AC_LIBOBJ([strerror])
@@ -775,6 +763,11 @@ if test $REPLACE_LSTAT = 1; then
   gl_PREREQ_LSTAT
 fi
 gl_SYS_STAT_MODULE_INDICATOR([lstat])
+gl_FUNC_MALLOC_POSIX
+if test $REPLACE_MALLOC = 1; then
+  AC_LIBOBJ([malloc])
+fi
+gl_STDLIB_MODULE_INDICATOR([malloc-posix])
 gl_MALLOCA
 gt_LOCALE_FR
 gt_LOCALE_FR_UTF8
@@ -1050,7 +1043,6 @@ AC_DEFUN([gl_FILE_LIST], [
   lib/localcharset.c
   lib/localcharset.h
   lib/lseek.c
-  lib/malloc.c
   lib/mbrtowc.c
   lib/mbsinit.c
   lib/memchr.c
@@ -1095,7 +1087,6 @@ AC_DEFUN([gl_FILE_LIST], [
   lib/stdio-impl.h
   lib/stdio.in.h
   lib/stdlib.in.h
-  lib/strdup.c
   lib/streq.h
   lib/strerror-override.c
   lib/strerror-override.h
@@ -1246,7 +1237,6 @@ AC_DEFUN([gl_FILE_LIST], [
   m4/stdint_h.m4
   m4/stdio_h.m4
   m4/stdlib_h.m4
-  m4/strdup.m4
   m4/strerror.m4
   m4/strerror_r.m4
   m4/string_h.m4
@@ -1469,6 +1459,7 @@ AC_DEFUN([gl_FILE_LIST], [
   tests=lib/localename.c
   tests=lib/localename.h
   tests=lib/lstat.c
+  tests=lib/malloc.c
   tests=lib/malloca.c
   tests=lib/malloca.h
   tests=lib/malloca.valgrind
diff --git a/gl/m4/strdup.m4 b/gl/m4/strdup.m4
deleted file mode 100644
index db0c8c1..0000000
--- a/gl/m4/strdup.m4
+++ /dev/null
@@ -1,36 +0,0 @@
-# strdup.m4 serial 13
-
-dnl Copyright (C) 2002-2012 Free Software Foundation, Inc.
-
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_FUNC_STRDUP],
-[
-  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
-  AC_CHECK_FUNCS_ONCE([strdup])
-  AC_CHECK_DECLS_ONCE([strdup])
-  if test $ac_cv_have_decl_strdup = no; then
-    HAVE_DECL_STRDUP=0
-  fi
-])
-
-AC_DEFUN([gl_FUNC_STRDUP_POSIX],
-[
-  AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
-  AC_REQUIRE([gl_CHECK_MALLOC_POSIX])
-  AC_CHECK_FUNCS_ONCE([strdup])
-  if test $ac_cv_func_strdup = yes; then
-    if test $gl_cv_func_malloc_posix != yes; then
-      REPLACE_STRDUP=1
-    fi
-  fi
-  AC_CHECK_DECLS_ONCE([strdup])
-  if test $ac_cv_have_decl_strdup = no; then
-    HAVE_DECL_STRDUP=0
-  fi
-])
-
-# Prerequisites of lib/strdup.c.
-AC_DEFUN([gl_PREREQ_STRDUP], [:])
diff --git a/gl/m4/valgrind-tests.m4 b/gl/m4/valgrind-tests.m4
index 6f2790e..753d6fa 100644
--- a/gl/m4/valgrind-tests.m4
+++ b/gl/m4/valgrind-tests.m4
@@ -21,7 +21,7 @@ AC_DEFUN([gl_VALGRIND_TESTS],
     AC_CHECK_PROGS(VALGRIND, valgrind)
   fi
 
-  OPTS="-q --error-exitcode=1 --leak-check=full"
+  OPTS="-q --error-exitcode=1 --leak-check=no"
 
   if test -n "$VALGRIND" \
      && $VALGRIND $OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then
diff --git a/gl/override/m4/valgrind-tests.m4.diff 
b/gl/override/m4/valgrind-tests.m4.diff
new file mode 100644
index 0000000..c47c84f
--- /dev/null
+++ b/gl/override/m4/valgrind-tests.m4.diff
@@ -0,0 +1,11 @@
+--- gl/m4/valgrind-tests.m4.orig       2012-02-09 14:52:23.802384033 +0100
++++ gl/m4/valgrind-tests.m4    2012-02-09 14:52:28.846883092 +0100
+@@ -21,7 +21,7 @@
+     AC_CHECK_PROGS(VALGRIND, valgrind)
+   fi
+ 
+-  OPTS="-q --error-exitcode=1 --leak-check=full"
++  OPTS="-q --error-exitcode=1 --leak-check=no"
+ 
+   if test -n "$VALGRIND" \
+      && $VALGRIND $OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then
diff --git a/gl/strdup.c b/gl/strdup.c
deleted file mode 100644
index c083551..0000000
--- a/gl/strdup.c
+++ /dev/null
@@ -1,55 +0,0 @@
-/* Copyright (C) 1991, 1996-1998, 2002-2004, 2006-2007, 2009-2012 Free Software
-   Foundation, Inc.
-
-   This file is part of the GNU C Library.
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 3, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License along
-   with this program; if not, write to the Free Software Foundation,
-   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
-
-#ifndef _LIBC
-# include <config.h>
-#endif
-
-/* Get specification.  */
-#include <string.h>
-
-#include <stdlib.h>
-
-#undef __strdup
-#ifdef _LIBC
-# undef strdup
-#endif
-
-#ifndef weak_alias
-# define __strdup strdup
-#endif
-
-/* Duplicate S, returning an identical malloc'd string.  */
-char *
-__strdup (const char *s)
-{
-  size_t len = strlen (s) + 1;
-  void *new = malloc (len);
-
-  if (new == NULL)
-    return NULL;
-
-  return (char *) memcpy (new, s, len);
-}
-#ifdef libc_hidden_def
-libc_hidden_def (__strdup)
-#endif
-#ifdef weak_alias
-weak_alias (__strdup, strdup)
-#endif
diff --git a/gltests/Makefile.am b/gltests/Makefile.am
index 91a6591..68a1d67 100644
--- a/gltests/Makefile.am
+++ b/gltests/Makefile.am
@@ -704,6 +704,15 @@ EXTRA_DIST += test-lstat.h test-lstat.c signature.h 
macros.h
 
 ## end   gnulib module lstat-tests
 
+## begin gnulib module malloc-posix
+
+
+EXTRA_DIST += malloc.c
+
+EXTRA_libtests_a_SOURCES += malloc.c
+
+## end   gnulib module malloc-posix
+
 ## begin gnulib module malloca
 
 libtests_a_SOURCES += malloca.c
diff --git a/gl/malloc.c b/gltests/malloc.c
similarity index 100%
rename from gl/malloc.c
rename to gltests/malloc.c
diff --git a/lib/ChangeLog b/lib/ChangeLog
deleted file mode 100644
index eae7f0b..0000000
--- a/lib/ChangeLog
+++ /dev/null
@@ -1,16973 +0,0 @@
-2010-12-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.6.0.
-
-2010-12-14  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.5.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Silence.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Fix indentation.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Don't indent examples, formatting needed for texinfo
-       manual.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * .x-sc_bindtextdomain: Add.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/gsasl.texi, src/callbacks.c, src/gsasl.ggo: gsasl: Add
-       --no-cb command line parameter.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/gettext.h, gl/iconv.in.h,
-       gl/intprops.h, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
-       gl/m4/dup2.m4, gl/m4/fcntl-o.m4, gl/m4/getdelim.m4,
-       gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4,
-       gl/m4/glibc21.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4,
-       gl/m4/open.m4, gl/m4/poll.m4, gl/m4/printf.m4, gl/m4/putenv.m4,
-       gl/m4/readline.m4, gl/m4/setenv.m4, gl/m4/stat.m4, gl/m4/stdint.m4,
-       gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4,
-       gl/m4/wchar_h.m4, gl/mbrtowc.c, gl/printf-parse.c,
-       gl/printf-parse.h, gl/stdint.in.h, gl/striconv.c, gl/string.in.h,
-       gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h,
-       gl/xmalloc.c, gltests/fcntl.in.h, gltests/test-getopt.h,
-       gltests/test-iconv-h.c, lib/build-aux/gendocs.sh,
-       lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/alloca.m4,
-       lib/gl/m4/fcntl-o.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/intdiv0.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4,
-       lib/gl/m4/mmap-anon.m4, lib/gl/m4/printf.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/wchar_h.m4, lib/gl/printf-parse.c, lib/gl/printf-parse.h,
-       lib/gl/stdint.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/intprops.h,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-12-09  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix crash for non-TLS.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix bashism.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Copy GTK-DOC PDF too.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.4.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/scram/server.c: SCRAM: Fix memory leaks.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * tests/scramplus.c: Remove debug code.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/arpa_inet.in.h, gl/errno.in.h,
-       gl/float+.h, gl/float.in.h, gl/getopt.in.h, gl/iconv.in.h,
-       gl/inet_ntop.c, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/include_next.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4,
-       gl/m4/locale-zh.m4, gl/m4/poll.m4, gl/m4/poll_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_wait_h.m4,
-       gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h,
-       gl/printf-parse.c, gl/printf-parse.h, gl/stdarg.in.h,
-       gl/stddef.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h,
-       gl/strerror.c, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/sys_wait.in.h,
-       gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h,
-       gl/xalloc.h, gltests/Makefile.am, gltests/fcntl.in.h,
-       gltests/ignore-value.h, gltests/init.sh, gltests/malloca.c,
-       gltests/sys_ioctl.in.h, gltests/sys_stat.in.h,
-       gltests/test-getopt.h, gltests/test-getopt_long.h,
-       gltests/test-poll-h.c, gltests/test-poll.c,
-       gltests/test-quotearg-simple.c, gltests/test-select-stdin.c,
-       gltests/test-select.c, gltests/test-stdlib.c,
-       gltests/test-sys_wait.c, gltests/time.in.h, lib/GNUmakefile,
-       lib/build-aux/pmccabe.css, lib/build-aux/pmccabe2html,
-       lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float+.h,
-       lib/gl/float.in.h, lib/gl/m4/errno_h.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/include_next.m4, lib/gl/m4/memmem.m4,
-       lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/sys_wait_h.m4, lib/gl/m4/threadlib.m4,
-       lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stddef.in.h,
-       lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h,
-       lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/sys_wait.in.h,
-       lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/verify.h,
-       lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh,
-       lib/gltests/test-memmem.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-sys_wait.c, lib/gltests/verify.h, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Fix parsing bug.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.3.
-
-2010-11-14  Simon Josefsson <address@hidden>
-
-       * .gitignore, NEWS, README, configure.ac, doc/gsasl.texi,
-       doc/reference/gsasl-docs.sgml, lib/NEWS, lib/README,
-       lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/parser.c,
-       lib/scram/printer.c, lib/scram/scram.h, lib/scram/server.c,
-       lib/scram/validate.c, lib/src/error.c, lib/src/gsasl.h,
-       lib/src/init.c, lib/src/internal.h, lib/src/property.c,
-       lib/src/xfinish.c, src/callbacks.c, src/gsasl.c, src/internal.h,
-       tests/Makefile.am, tests/scram.c, tests/scramplus.c: Support
-       SCRAM-SHA-1-PLUS.  Add GSASL_CB_TLS_UNIQUE.  Use GnuTLS for
-       tls-unique CB.
-
-2010-11-13  Simon Josefsson <address@hidden>
-
-       * .gitignore: Ignore more.
-
-2010-11-13  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, tests/cram-md5.c, tests/digest-md5.c,
-       tests/errors.c, tests/external.c, tests/old-cram-md5.c,
-       tests/old-digest-md5.c, tests/old-md5file.c, tests/old-simple.c,
-       tests/scram.c, tests/simple.c, tests/utils.c: Fix compiler warnings.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typo.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.2.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Drop libgpg-error/libgcrypt stuff from KfW.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Manually initialize sockets for Windows (should be
-       fixed in gnulib..).
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve KfW instructions.
-
-2010-09-27  Simon Josefsson <address@hidden>
-
-       * gl/override/tests/test-environ.c.diff,
-       gl/override/tests/test-unsetenv.c.diff, gltests/test-environ.c,
-       gltests/test-unsetenv.c: Work around Wine bugs in gnulib self-tests.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/sys_wait.in.h, gltests/Makefile.am,
-       gltests/test-stdlib.c, gltests/test-sys_wait.c,
-       gltests/test-sys_wait.h, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/sys_wait.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-stdlib.c, lib/gltests/test-sys_wait.c,
-       lib/gltests/test-sys_wait.h: Update gnulib files.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix download URL.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * lib/po/nl.po.in, po/nl.po.in: Sync with TP.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/cfg.mk: Improve cfg.mk targets.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Revert "Fixup visibility.m4 after gettext import." This 
reverts commit 322be869c210175857e202e5078fafbf49ea5b61.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve KfW section.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fixup visibility.m4 after gettext import.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Print errors from poll (mostly for Windows).
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/imap.c, src/smtp.c: Avoid fixed size buffers
-       (caused problems on Windows where BUFSIZ is 512 smaller the some
-       line lengths with GS2-KRB5).
-
-2010-09-26  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/asprintf.c, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/vasprintf.m4, gl/vasprintf.c,
-       gltests/Makefile.am, gltests/test-vasprintf.c: Add asprintf gnulib
-       module.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.c, gltests/test-getaddrinfo.c: Update gnulib files.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/gss-extra.c,
-       lib/gl/gss-extra.h, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gss-extra.m4,
-       lib/gl/override/lib/gss-extra.c, lib/gl/override/lib/gss-extra.h,
-       lib/gl/override/m4/gss-extra.m4, lib/gl/override/modules/gss-extra,
-       lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/server.c: Move
-       GSS-API helper stuff to gss-extra module.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add 'Kerberos on Windows' section.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * .x-sc_space_tab: Fix syntax-check tests.
-
-2010-09-25  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, NEWS, cfg.mk, doc/fdl-1.3.texi, gl/Makefile.am,
-       gl/m4/codeset.m4, gl/m4/environ.m4, gl/m4/error.m4,
-       gl/m4/fcntl-o.m4, gl/m4/float_h.m4, gl/m4/getopt.m4,
-       gl/m4/getpagesize.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/hostent.m4,
-       gl/m4/iconv.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4,
-       gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4,
-       gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
-       gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lock.m4, gl/m4/lseek.m4,
-       gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4,
-       gl/m4/nls.m4, gl/m4/open.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
-       gl/m4/printf.m4, gl/m4/progtest.m4, gl/m4/realloc.m4,
-       gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/size_max.m4,
-       gl/m4/socketlib.m4, gl/m4/sockets.m4, gl/m4/socklen.m4,
-       gl/m4/sockpfaf.m4, gl/m4/stat.m4, gl/m4/stdarg.m4,
-       gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4,
-       gl/m4/sys_wait_h.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4,
-       gl/m4/uintmax_t.m4, gl/m4/visibility.m4, gl/m4/wchar_t.m4,
-       gl/m4/wctob.m4, gl/m4/wctype_h.m4, gl/m4/wint_t.m4, gl/malloc.c,
-       gl/poll.c, gl/realloc.c, gl/select.c, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/strerror.c, gl/string.in.h, gl/sys_time.in.h,
-       gl/sys_wait.in.h, gl/unistd.in.h, gl/wctype.in.h, gl/xmalloc.c,
-       gltests/Makefile.am, gltests/fcntl.in.h, gltests/getpagesize.c,
-       gltests/init.sh, gltests/locale/fr/LC_MESSAGES/test-quotearg.po,
-       gltests/malloca.c, gltests/open.c, gltests/setenv.c,
-       gltests/test-malloca.c, gltests/test-memchr.c,
-       gltests/test-netdb.c, gltests/test-quotearg-simple.c,
-       gltests/test-quotearg.c, gltests/test-quotearg.h,
-       gltests/test-quotearg.sh, gltests/test-stdbool.c,
-       gltests/test-stddef.c, gltests/test-stdlib.c,
-       gltests/test-sys_socket.c, gltests/test-sys_wait.c,
-       gltests/test-vc-list-files-cvs.sh,
-       gltests/test-vc-list-files-git.sh, gltests/test-verify.c,
-       gltests/time.in.h, lib/GNUmakefile, lib/NEWS,
-       lib/build-aux/gendocs.sh, lib/build-aux/pmccabe2html,
-       lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/fcntl-o.m4,
-       lib/gl/m4/float_h.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intlmacosx.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-version-script.m4,
-       lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4,
-       lib/gl/m4/malloc.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4,
-       lib/gl/m4/minmax.m4, lib/gl/m4/printf-posix.m4,
-       lib/gl/m4/printf.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/stdint_h.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/sys_wait_h.m4, lib/gl/m4/threadlib.m4,
-       lib/gl/m4/visibility.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4,
-       lib/gl/realloc.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h,
-       lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/sys_wait.in.h,
-       lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh,
-       lib/gltests/test-memchr.c, lib/gltests/test-memmem.c,
-       lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c,
-       lib/gltests/test-stdlib.c, lib/gltests/test-strnlen.c,
-       lib/gltests/test-sys_wait.c, lib/gltests/test-verify.c,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2010-09-02  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gs2/Makefile.am, lib/gssapi/Makefile.am: 
-       Support MIT KfW as GSS-API library.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * NEWS, cfg.mk, doc/announce.txt, doc/gendocs_template,
-       doc/reference/Makefile.am, gl/override/doc/gendocs_template.diff,
-       gtk-doc.make, m4/gtk-doc.m4: Update GTK-DOC files to enable PDF
-       manual.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c, tests/digest-md5.c, tests/gs2-krb5.c,
-       tests/gssapi.c, tests/old-cram-md5.c, tests/old-digest-md5.c,
-       tests/old-gssapi.c, tests/scram.c: Fix error strings in self-tests.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * README, lib/README: Improve READMEs.
-
-2010-05-20  Simon Josefsson <address@hidden>
-
-       * configure.ac, doc/gendocs_template, gl/Makefile.am,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/valgrind-tests.m4, m4/valgrind.m4: Update gnulib files, use
-       new valgrind-tests module.
-
-2010-05-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/config.charset, gl/error.c, gl/localcharset.c,
-       gl/m4/asm-underscore.m4, gl/m4/gettext.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/intl.m4, gl/m4/po.m4, gl/m4/stdio_h.m4,
-       gl/m4/unistd_h.m4, gl/m4/wctob.m4, gl/stdio-write.c, gl/stdio.in.h,
-       gl/unistd.in.h, gl/vasnprintf.c, gl/verify.h, gl/wchar.in.h,
-       gltests/Makefile.am, gltests/init.sh, gltests/test-lseek.sh,
-       gltests/test-verify.c, gltests/test-verify.sh,
-       gltests/test-xalloc-die.sh, gltests/wctob.c,
-       lib/build-aux/c++defs.h, lib/build-aux/gendocs.sh,
-       lib/gl/Makefile.am, lib/gl/m4/asm-underscore.m4,
-       lib/gl/m4/fcntl-o.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intl.m4,
-       lib/gl/m4/po.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4,
-       lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/unistd.in.h,
-       lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/Makefile.am,
-       lib/gltests/init.sh, lib/gltests/test-verify.c,
-       lib/gltests/test-verify.sh, lib/gltests/verify.h, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: More extension checking.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
-       gl/m4/netdb_h.m4, gl/m4/unistd_h.m4, gl/netdb.in.h, gl/unistd.in.h,
-       gltests/init.sh, lib/gl/Makefile.am, lib/gl/c-ctype.c,
-       lib/gl/c-ctype.h, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-c-ctype.c, lib/maint.mk, maint.mk: Update gnulib
-       files.  Add c-ctype module, for SCRAM.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: SCRAM server: ignore extensions in
-       client-final.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Test extension parameters.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Don't ignore unexpected successes for i=16,17.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Test two failure modes with mismatching c= fields.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM server: Compare c= field in client-final
-       to match client-first.  Reported by Marc Santamaria <address@hidden>.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Check that server supports n=y.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: SCRAM server: Interop against clients that
-       supports channel bindings.  Reported by Marc Santamaria 
<address@hidden>.
-
-2010-04-29  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM server: Interop against clients that
-       supports channel bindings.  Reported by Marc Santamaria 
<address@hidden>.
-
-2010-04-25  Simon Josefsson <address@hidden>
-
-       * gl/vasnprintf.c, gltests/Makefile.am,
-       gltests/test-vc-list-files-cvs.sh,
-       gltests/test-vc-list-files-git.sh, lib/build-aux/vc-list-files,
-       lib/gl/m4/strnlen.m4, lib/gl/vasnprintf.c,
-       lib/gltests/test-vasprintf.c, lib/maint.mk, maint.mk: Update gnulib
-       files.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.1.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-04-21  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/ioctl.m4, gl/m4/visibility.m4,
-       gl/override/m4/visibility.m4.diff, gltests/test-lseek.sh,
-       gltests/test-select-in.sh, lib/gl/m4/visibility.m4,
-       lib/gl/override/m4/visibility.m4.diff: Update gnulib files.
-
-2010-04-19  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.c, gl/getopt_int.h, gl/m4/netdb_h.m4,
-       gl/stdbool.in.h, gltests/setenv.c, gltests/test-stdbool.c,
-       gltests/test-stdint.c, lib/gl/stdbool.in.h,
-       lib/gltests/test-stdbool.c, lib/gltests/test-stdint.c,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2010-04-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-04-14  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, gl/m4/getopt.m4, gltests/test-getopt.h,
-       gltests/test-getopt_long.h, lib/gl/gc-libgcrypt.c: Update gnulib
-       files.
-
-2010-04-13  Simon Josefsson <address@hidden>
-
-       * lib/maint.mk, maint.mk: Update gnulib files.
-
-2010-04-12  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/mechinfo.c, lib/gs2/server.c: GS2: Fix decoding of invalid
-       data in server.  Code review fixes.
-
-2010-04-12  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-04-12  Simon Josefsson <address@hidden>
-
-       * .x-sc_prohibit_empty_lines_at_EOF, GNUmakefile, NEWS,
-       doc/cyclo/Makefile.am, doc/reference/Makefile.am, gl/Makefile.am,
-       gl/fseeko.c, gl/m4/fseeko.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/mbrtowc.m4,
-       gl/m4/mbsinit.m4, gl/m4/memchr.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/string_h.m4,
-       gl/m4/strtok_r.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4,
-       gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/stdio-impl.h,
-       gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_socket.in.h,
-       gl/sys_time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h,
-       gl/wctype.in.h, gltests/Makefile.am, gltests/init.sh,
-       gltests/ioctl.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h,
-       gltests/test-vasnprintf.c, gltests/time.in.h, lib/GNUmakefile,
-       lib/NEWS, lib/build-aux/c++defs.h, lib/build-aux/warn-on-use.h,
-       lib/gl/Makefile.am, lib/gl/m4/getpagesize.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/memchr.m4, lib/gl/m4/printf.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/strnlen.m4, lib/gl/m4/threadlib.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/stdio.in.h,
-       lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-vasnprintf.c, lib/maint.mk, maint.mk: Update gnulib
-       files and fix new syntax-check warnings.
-
-2010-03-31  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-03-31  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-03-31  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-03-31  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.5.0.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * m4/valgrind.m4: Sync valgrind.m4.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/strtok_r.m4, gl/strtok_r.c: Add strtok_r module, for MinGW and
-       readnz.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-common.m4, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strnlen.m4, lib/gl/strnlen.c,
-       lib/maint.mk, maint.mk: Update gnulib files.  Add strnlen.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c: Also test non-authzid scenario.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Ignore some functions/files.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Reduce complexity.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Check NULL handling in interfaces.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: gsasl_finish: Handle NULL sctx.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Fix memory leak and improve code coverage.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix @url's.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Update.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add GS2 material.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * configure.ac, tests/Makefile.am, tests/gs2-krb5.c, tests/gssapi.c: 
-       Fix GNU GSS checks.  Be more verbose about configure options.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * configure.ac, tests/Makefile.am: Only run GSSAPI/GS2 self-tests
-       when using GNU GSS.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac: Require GNU GSS version 1.0.0 or
-       later.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/gs2/README: Drop GS2 README.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Typo.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Silence warning.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix copyright years.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * gl/arpa_inet.in.h, gl/errno.in.h, gl/float.in.h, gl/getopt.in.h,
-       gl/iconv.in.h, gl/m4/fcntl-o.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/intldir.m4, gl/m4/printf-posix.m4, gl/m4/sys_ioctl_h.m4,
-       gl/m4/visibility.m4, gl/netdb.in.h, gl/netinet_in.in.h,
-       gl/stdarg.in.h, gl/stdint.in.h, gl/string.in.h, gl/sys_time.in.h,
-       gl/wctype.in.h, gltests/Makefile.am, gltests/ioctl.c,
-       gltests/sys_ioctl.in.h, gltests/time.in.h, lib/gl/errno.in.h,
-       lib/gl/float.in.h, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intldir.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/visibility.m4,
-       lib/gl/stdint.in.h, lib/gl/string.in.h: Update gnulib files.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Doc fix.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * src/imap.c: Improve error message.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Don't overwrite return value.
-
-2010-03-30  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2helper.c, lib/gs2/gs2helper.h: Fix warnings.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h: Use
-       gss_oid_equal when available.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Also check for gss_oid_equal.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/server.c: Make gs2helper.h standalone.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Update NEWS.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/server.c: GS2: Cleanup code.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/error.c, lib/src/gsasl.h: Add more GSS-API error
-       codes.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2asn1.c,
-       lib/gs2/gs2asn1.h, lib/gs2/gs2helper.c: Use GSS capsulate functions
-       to simplify code.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Fix error code values.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * tests/readnz.c: Silence compiler warning.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/gs2/server.c, lib/src/error.c, lib/src/gsasl.h: 
-       Improve GS2 error codes.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h,
-       lib/gs2/server.c: gss_inquire_mech_for_saslname: Fix replacement and
-       usage.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Improve GSS-API library feature checks.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix typo.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Check ret_flags.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Doc fix to avoid warning from GTK-DOC.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Check for extended GSS-API interfaces.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * .x-sc_texinfo_acronym: Add.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Drop @acronym.
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix syntax-check warning (test -o ).
-
-2010-03-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/connect.c, gl/errno.in.h,
-       gl/float.in.h, gl/getaddrinfo.c, gl/getopt.c, gl/getopt.in.h,
-       gl/gettext.h, gl/iconv.in.h, gl/m4/arpa_inet_h.m4,
-       gl/m4/exitfail.m4, gl/m4/fcntl_h.m4, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4,
-       gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4,
-       gl/m4/netdb_h.m4, gl/m4/setenv.m4, gl/m4/stddef_h.m4,
-       gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4,
-       gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4,
-       gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/time_h.m4,
-       gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/m4/wchar_h.m4,
-       gl/m4/wctype.m4, gl/m4/wctype_h.m4, gl/netdb.in.h,
-       gl/netinet_in.in.h, gl/poll.c, gl/recv.c, gl/select.c,
-       gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h,
-       gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h,
-       gl/sys_time.in.h, gl/unistd.in.h, gl/wchar.in.h, gl/wctype.in.h,
-       gltests/Makefile.am, gltests/accept.c, gltests/bind.c,
-       gltests/fcntl.in.h, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h,
-       gltests/test-dup2.c, gltests/test-getopt.c, gltests/test-getopt.h,
-       gltests/test-iconv-h.c, gltests/test-vc-list-files-git.sh,
-       gltests/test-wctype.c, gltests/time.in.h, lib/build-aux/c++defs.h,
-       lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/errno.in.h,
-       lib/gl/float.in.h, lib/gl/gettext.h, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stddef_h.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_h.m4,
-       lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h,
-       lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h,
-       lib/gltests/Makefile.am, lib/gltests/test-base64.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-03-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2010-03-26  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fixup NEWS entries.
-
-2010-03-26  Simon Josefsson <address@hidden>
-
-       * doc/announce.txt: Update for 1.4.4.
-
-2010-03-25  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve wording.
-
-2010-03-25  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Link to Windows binaries.
-
-2010-03-19  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c: Make server-first logic more correct.
-
-2010-03-19  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Properly call GSS-API validate callback.
-
-2010-03-18  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/scram/parser.c: SCRAM: Don't read out of bounds when
-       parsing tokens.
-
-2010-03-18  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/readnz.c: Add self-test for
-       round-out-of-bounds.
-
-2010-03-18  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't crash if getaddrinfo failed to canonicalize
-       address, but use user string.
-
-2010-03-18  Simon Josefsson <address@hidden>
-
-       * README-alpha: Also need gperf.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/old-digest-md5.c: Fix self test to handle modified
-       DIGEST-MD5 behaviour.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Also test server goes first.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Also test client-goes-first.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/server.c: DIGEST-MD5: The server code now
-       returns GSASL_OK after the final token.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Check mutual in ret_flags.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Try both client first and server first.
-
-2010-03-17  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c: Try both client first and server first.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * doc/announce.txt: Update.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * doc/ANNOUNCE, doc/announce.txt: Rename.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Drop update-po in lib/.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/cfg.mk: cfg.mk fixes.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS, po/fi.po.in, po/fr.po.in, po/id.po.in, po/it.po.in,
-       po/nl.po.in, po/pl.po.in, po/sk.po.in, po/sv.po.in, po/vi.po.in,
-       po/zh_CN.po.in: Sync with TP.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/it.po.in, lib/po/vi.po.in,
-       lib/po/zh_CN.po.in: Sync with TP.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * .gitignore, NEWS, cfg.mk, lib/NEWS: Forward-port 1.4.x changes.
-
-2010-03-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-03-12  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gs2/Makefile.am, lib/gssapi/Makefile.am: 
-       Don't pollute CFLAGS/LIBS with GSS-API stuff.
-
-2010-03-12  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c: Fix typo.
-
-2010-03-12  Simon Josefsson <address@hidden>
-
-       * tests/gs2-krb5.c, tests/gssapi.c: Silently fail GSSAPI/GS2-KRB5
-       tests if not available.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Less verbose.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Fix mem leak.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c, tests/scram.c: SCRAM: (Un)escape username.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/gssapi.cfg, tests/shishi.conf: Silence
-       Shishi warnings.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.tkt: Generated.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c, lib/scram/printer.c, lib/scram/server.c,
-       tests/scram.c: SCRAM: (Un)escape authzid.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/gs2-krb5.c: Use self tests.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, lib/gssapi/server.c: Fix comment.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Parse GS2 header.  Fix authzid handling.
-       Unescape authzid.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: Escape authzid.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Print return values too.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Print return values too.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/gssapi.cfg: Use a Shishi config file.
-
-2010-03-10  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gs2/client.c, lib/gs2/gs2helper.c,
-       lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/server.c: Improve
-       GSSAPI library detection code.  Some systems (e.g., Mac OS X) still 
doesn't have gssapi.h, only
-       gssapi/gssapi.h.
-
-2010-03-08  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Add channel binding.  Drop more old GSS-API
-       code.
-
-2010-03-08  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Send token properly.
-
-2010-03-08  Simon Josefsson <address@hidden>
-
-       * lib/gs2/server.c: Drop junk.
-
-2010-03-08  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Fix typo.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Enable GS2 by default.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2asn1.c, lib/gs2/gs2asn1.h: GS2: Add ASN.1 helpers.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gs2/Makefile.am, lib/gs2/client.c,
-       lib/gs2/gs2helper.c, lib/gs2/gs2wrap.c, lib/gs2/server.c,
-       lib/gs2/test-parser.c, lib/gssapi/client.c, lib/gssapi/server.c: 
-       Simplify GSS-API detection.  More GS2 cleanup.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: GS2: Remove debug code.  The client side should
-       now actually be finished, yay.
-
-2010-03-03  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2parser.c,
-       lib/gs2/gs2parser.h, lib/gs2/server.c: GS2: Channel binding stuff.
-       Cleanup.
-
-2010-03-02  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2.h,
-       lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c: Begin
-       some work on GS2 update.
-
-2010-03-01  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2010-03-01  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-02-24  Simon Josefsson <address@hidden>
-
-       * gl/m4/warn-on-use.m4, gltests/gettimeofday.c,
-       lib/gl/m4/warn-on-use.m4: Update gnulib files.
-
-2010-02-23  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gettimeofday.m4, gl/m4/gnulib-common.m4,
-       gl/m4/lseek.m4, gl/m4/sys_time_h.m4, gl/netdb.in.h, gl/stdio.in.h,
-       gl/sys_select.in.h, gl/sys_time.in.h, gltests/init.sh,
-       lib/build-aux/gendocs.sh, lib/build-aux/vc-list-files,
-       lib/gl/m4/gnulib-common.m4, lib/gl/stdio.in.h: Update gnulib files.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * doc/ANNOUNCE: Add.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * tests/symbols.c: Make it work when obsolete symbols are disabled.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Upload to ftp.gnu.org.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Upload to ftp.gnu.org.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.4.1.
-
-2010-02-16  Simon Josefsson <address@hidden>
-
-       * .gitignore: Fix.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generate.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix comment.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * configure.ac, src/internal.h: Revert "Drop pwd.h #include (not
-       used?)." This reverts commit b0df618c4214be57536ebe4a7c87178288f7969a.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * configure.ac, src/internal.h: Drop pwd.h #include (not used?).
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Change next
-       version to 1.4.1.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am, lib/tests/Makefile.am, tests/Makefile.am: 
-       Drop EXEEXT for self-tests.
-
-2010-02-15  Simon Josefsson <address@hidden>
-
-       * gl/stdio.in.h, lib/gl/stdio.in.h, lib/maint.mk, maint.mk: Update
-       gnulib files.
-
-2010-02-05  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Add review-diff rule.
-
-2010-02-05  Simon Josefsson <address@hidden>
-
-       * gl/m4/gettimeofday.m4, gltests/test-gettimeofday.c: Update gnulib
-       files.
-
-2010-02-05  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2010-02-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: See if dropping EXEEXT helps mingw
-       builds.
-
-2010-02-04  Simon Josefsson <address@hidden>
-
-       * .gitignore: Update.
-
-2010-02-04  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/symbols.c: Add self-check for testing
-       that all APIs have been exported.
-
-2010-02-04  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/m4/arpa_inet_h.m4,
-       gl/m4/fcntl_h.m4, gl/m4/getdelim.m4, gl/m4/getline.m4,
-       gl/m4/gettimeofday.m4, gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_ioctl_h.m4,
-       gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4,
-       gl/m4/sys_time_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4,
-       gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h,
-       gl/wchar.in.h, gltests/Makefile.am, gltests/fcntl.in.h,
-       gltests/ignore-value.h, gltests/sys_ioctl.in.h,
-       gltests/sys_stat.in.h, gltests/test-getdelim.c,
-       gltests/test-getline.c, gltests/test-gettimeofday.c,
-       gltests/test-lstat.c, gltests/test-memchr.c,
-       gltests/test-sockets.c, gltests/test-symlink.c,
-       lib/build-aux/link-warning.h, lib/gl/Makefile.am,
-       lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio.in.h,
-       lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gl/wchar.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c,
-       lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c,
-       lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c,
-       lib/gltests/test-getdelim.c, lib/gltests/test-getline.c,
-       lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-01-21  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.h, gl/stdio.in.h, gl/striconv.c,
-       gl/vasnprintf.h, gltests/Makefile.am, gltests/fcntl.in.h,
-       lib/gl/Makefile.am, lib/gl/stdio.in.h, lib/gl/vasnprintf.h: Update
-       gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/maint.mk, maint.mk: Improve syntax-check exception
-       stuff.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-common.m4, gl/m4/warnings.m4, gl/stdio.in.h,
-       lib/gl/m4/gc.m4, lib/gl/m4/gnulib-common.m4, lib/gl/stdio.in.h: 
-       Update gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * m4/valgrind.m4: Fix valgrind.m4.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Fix.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * .x-sc_avoid_if_before_free, .x-sc_cast_of_alloca_return_value,
-       .x-sc_cast_of_x_alloc_return_value, .x-sc_m4_quote_check,
-       .x-sc_makefile_check, .x-sc_po_check, .x-sc_program_name,
-       .x-sc_prohibit_HAVE_MBRTOWC, .x-sc_prohibit_atoi_atof,
-       .x-sc_prohibit_getopt_without_use,
-       .x-sc_prohibit_magic_number_exit, .x-sc_space_tab,
-       .x-sc_trailing_blank, .x-sc_useless_cpp_parens, cfg.mk, maint.mk: 
-       Fix syntax-check stuff.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * po/de.po.in, po/zh_CN.po.in: Sync with TP.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * lib/po/zh_CN.po.in: Sync with TP.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gltests/dup2.c: Update gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/override/lib/dup2.c.diff, gl/override/tests/dup2.c.diff: Fix
-       dup2 patch.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/visibility.m4, gl/override/m4/visibility.m4.diff,
-       lib/gl/m4/visibility.m4, lib/gl/override/m4/visibility.m4.diff: Add
-       workaround for visibility bug.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * tests/libgsasl.supp: Add.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/libgsasl.supp: Add libgsasl valgrind
-       suppressions file.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/open.m4, gl/override/m4/open.m4.diff,
-       gl/override/tests/dup2.c.diff, gltests/test-xalloc-die.sh: Update
-       gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/alignof.h, gl/alloca.c,
-       gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/c-ctype.c,
-       gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c,
-       gl/c-strncasecmp.c, gl/close-hook.c, gl/close-hook.h, gl/close.c,
-       gl/config.charset, gl/connect.c, gl/errno.in.h, gl/error.c,
-       gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/fclose.c, gl/float+.h,
-       gl/float.in.h, gl/fseeko.c, gl/gai_strerror.c, gl/getaddrinfo.c,
-       gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt.in.h,
-       gl/getopt1.c, gl/getopt_int.h, gl/getpass.c, gl/getpass.h,
-       gl/iconv.in.h, gl/iconv_open.c, gl/inet_ntop.c, gl/intprops.h,
-       gl/localcharset.c, gl/localcharset.h, gl/lseek.c,
-       gl/m4/00gnulib.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
-       gl/m4/autobuild.m4, gl/m4/close.m4, gl/m4/codeset.m4, gl/m4/dos.m4,
-       gl/m4/dup2.m4, gl/m4/eealloc.m4, gl/m4/environ.m4,
-       gl/m4/errno_h.m4, gl/m4/error.m4, gl/m4/exitfail.m4,
-       gl/m4/extensions.m4, gl/m4/fclose.m4, gl/m4/fcntl-o.m4,
-       gl/m4/fcntl_h.m4, gl/m4/float_h.m4, gl/m4/fseeko.m4,
-       gl/m4/getaddrinfo.m4, gl/m4/getdelim.m4, gl/m4/getline.m4,
-       gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/gettext.m4,
-       gl/m4/gettimeofday.m4, gl/m4/glibc2.m4, gl/m4/glibc21.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4,
-       gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/include_next.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4,
-       gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4,
-       gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
-       gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
-       gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4,
-       gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/lock.m4,
-       gl/m4/longlong.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4,
-       gl/m4/malloca.m4, gl/m4/manywarnings.m4, gl/m4/mbrtowc.m4,
-       gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/memchr.m4,
-       gl/m4/mmap-anon.m4, gl/m4/mode_t.m4, gl/m4/multiarch.m4,
-       gl/m4/netdb_h.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4,
-       gl/m4/open.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/po.m4,
-       gl/m4/poll.m4, gl/m4/printf-posix.m4, gl/m4/printf.m4,
-       gl/m4/progtest.m4, gl/m4/putenv.m4, gl/m4/quote.m4,
-       gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4,
-       gl/m4/select.m4, gl/m4/servent.m4, gl/m4/setenv.m4,
-       gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/sockets.m4,
-       gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/stat.m4,
-       gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stddef_h.m4,
-       gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4,
-       gl/m4/string_h.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4,
-       gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4,
-       gl/m4/sys_time_h.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4,
-       gl/m4/uintmax_t.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4,
-       gl/m4/vasnprintf.m4, gl/m4/version-etc.m4, gl/m4/visibility.m4,
-       gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/m4/wchar.m4,
-       gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4,
-       gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/malloc.c, gl/mbrtowc.c,
-       gl/mbsinit.c, gl/memchr.c, gl/netdb.in.h, gl/netinet_in.in.h,
-       gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/printf-parse.h, gl/progname.c, gl/progname.h,
-       gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h,
-       gl/readline.c, gl/readline.h, gl/realloc.c, gl/recv.c,
-       gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/shutdown.c,
-       gl/size_max.h, gl/snprintf.c, gl/socket.c, gl/sockets.c,
-       gl/sockets.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h,
-       gl/stdint.in.h, gl/stdio-impl.h, gl/stdio-write.c, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/strdup.c, gl/streq.h, gl/strerror.c,
-       gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h,
-       gl/vasnprintf.c, gl/vasnprintf.h, gl/verify.h, gl/version-etc.c,
-       gl/version-etc.h, gl/w32sock.h, gl/wchar.in.h, gl/wctype.in.h,
-       gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h,
-       gltests/Makefile.am, gltests/accept.c, gltests/binary-io.h,
-       gltests/bind.c, gltests/dup2.c, gltests/fcntl.in.h,
-       gltests/gettimeofday.c, gltests/inet_pton.c, gltests/init.sh,
-       gltests/ioctl.c, gltests/listen.c, gltests/lstat.c,
-       gltests/macros.h, gltests/malloca.c, gltests/malloca.h,
-       gltests/open.c, gltests/pathmax.h, gltests/perror.c,
-       gltests/putenv.c, gltests/same-inode.h, gltests/setenv.c,
-       gltests/setsockopt.c, gltests/signature.h, gltests/stat.c,
-       gltests/symlink.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h,
-       gltests/test-alignof.c, gltests/test-alloca-opt.c,
-       gltests/test-arpa_inet.c, gltests/test-binary-io.c,
-       gltests/test-binary-io.sh, gltests/test-c-ctype.c,
-       gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c,
-       gltests/test-dup2.c, gltests/test-environ.c, gltests/test-errno.c,
-       gltests/test-fcntl-h.c, gltests/test-fseeko.c,
-       gltests/test-getaddrinfo.c, gltests/test-getdelim.c,
-       gltests/test-getline.c, gltests/test-getopt.c,
-       gltests/test-getopt.h, gltests/test-getopt_long.h,
-       gltests/test-gettimeofday.c, gltests/test-iconv.c,
-       gltests/test-inet_ntop.c, gltests/test-inet_pton.c,
-       gltests/test-lseek.c, gltests/test-lstat.c, gltests/test-lstat.h,
-       gltests/test-malloca.c, gltests/test-mbrtowc.c,
-       gltests/test-mbsinit.c, gltests/test-memchr.c,
-       gltests/test-netdb.c, gltests/test-netinet_in.c,
-       gltests/test-open.c, gltests/test-open.h, gltests/test-perror.c,
-       gltests/test-poll.c, gltests/test-quotearg.c,
-       gltests/test-select-fd.c, gltests/test-select-stdin.c,
-       gltests/test-select.c, gltests/test-setenv.c,
-       gltests/test-snprintf.c, gltests/test-stat.c, gltests/test-stat.h,
-       gltests/test-stdbool.c, gltests/test-stddef.c,
-       gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c,
-       gltests/test-strerror.c, gltests/test-striconv.c,
-       gltests/test-string.c, gltests/test-symlink.c,
-       gltests/test-symlink.h, gltests/test-sys_ioctl.c,
-       gltests/test-sys_select.c, gltests/test-sys_socket.c,
-       gltests/test-sys_stat.c, gltests/test-sys_time.c,
-       gltests/test-time.c, gltests/test-unistd.c,
-       gltests/test-unsetenv.c, gltests/test-vasnprintf.c,
-       gltests/test-vc-list-files-cvs.sh,
-       gltests/test-vc-list-files-git.sh, gltests/test-version-etc.c,
-       gltests/test-version-etc.sh, gltests/test-wchar.c,
-       gltests/test-wctype.c, gltests/test-xalloc-die.c,
-       gltests/test-xalloc-die.sh, gltests/time.in.h, gltests/unsetenv.c,
-       gltests/version-etc-fsf.c, gltests/w32sock.h, gltests/wctob.c,
-       gltests/zerosize-ptr.h, lib/GNUmakefile,
-       lib/build-aux/arg-nonnull.h, lib/build-aux/config.rpath,
-       lib/build-aux/gendocs.sh, lib/build-aux/link-warning.h,
-       lib/build-aux/pmccabe2html, lib/build-aux/useless-if-before-free,
-       lib/build-aux/vc-list-files, lib/build-aux/warn-on-use.h,
-       lib/gl/Makefile.am, lib/gl/alloca.in.h, lib/gl/asnprintf.c,
-       lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h,
-       lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.in.h,
-       lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c,
-       lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h,
-       lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h,
-       lib/gl/m4/00gnulib.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4,
-       lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4,
-       lib/gl/m4/extensions.m4, lib/gl/m4/float_h.m4,
-       lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4,
-       lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-pbkdf2-sha1.m4,
-       lib/gl/m4/gc-random.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4,
-       lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/getpagesize.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4,
-       lib/gl/m4/hmac-md5.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4,
-       lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4,
-       lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4,
-       lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4,
-       lib/gl/m4/ld-output-def.m4, lib/gl/m4/ld-version-script.m4,
-       lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4,
-       lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4,
-       lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/minmax.m4,
-       lib/gl/m4/mmap-anon.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4,
-       lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4,
-       lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/size_max.m4,
-       lib/gl/m4/stdbool.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4,
-       lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/vasprintf.m4, lib/gl/m4/visibility.m4,
-       lib/gl/m4/warn-on-use.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_t.m4,
-       lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/md5.c,
-       lib/gl/md5.h, lib/gl/memchr.c, lib/gl/memmem.c, lib/gl/memxor.c,
-       lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/printf-args.c,
-       lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h,
-       lib/gl/realloc.c, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h,
-       lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h,
-       lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h,
-       lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strverscmp.c,
-       lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h,
-       lib/gl/vasprintf.c, lib/gl/wchar.in.h, lib/gl/xsize.h,
-       lib/gltests/Makefile.am, lib/gltests/dummy.c,
-       lib/gltests/getpagesize.c, lib/gltests/intprops.h,
-       lib/gltests/macros.h, lib/gltests/signature.h,
-       lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c,
-       lib/gltests/test-errno.c, lib/gltests/test-gc-hmac-md5.c,
-       lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c,
-       lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c,
-       lib/gltests/test-gc.c, lib/gltests/test-getdelim.c,
-       lib/gltests/test-getline.c, lib/gltests/test-memchr.c,
-       lib/gltests/test-memmem.c, lib/gltests/test-stdbool.c,
-       lib/gltests/test-stddef.c, lib/gltests/test-stdint.c,
-       lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-string.c, lib/gltests/test-strverscmp.c,
-       lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c,
-       lib/gltests/test-vasprintf.c, lib/gltests/test-wchar.c,
-       lib/gltests/verify.h, lib/gltests/zerosize-ptr.h, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/gettext.h, gl/override/lib/gettext.h.diff,
-       lib/gl/override/lib/gettext.h.diff: Fix gettext.h patch.
-
-2010-01-12  Simon Josefsson <address@hidden>
-
-       * gl/override/lib/getpass.c.diff: Fix patch.
-
-2009-12-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-14  Enrico Scholz <address@hidden>
-
-       * src/gsasl.c: Improve application data throughput See 
<http://thread.gmane.org/gmane.comp.gnu.gsasl.general/256>.  Signed-off-by: 
Simon Josefsson <address@hidden>
-
-2009-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump versions.
-
-2009-11-18  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2009-11-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/unistd_h.m4, gl/unistd.in.h,
-       gltests/test-xalloc-die.sh, lib/gl/Makefile.am,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.4.0.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * gl/m4/putenv.m4, gltests/putenv.c, gltests/test-setenv.c,
-       gltests/test-unsetenv.c, gltests/test-xalloc-die.c,
-       gltests/test-xalloc-die.sh: Update gnulib files.
-
-2009-11-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/intprops.h, gl/m4/environ.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/setenv.m4, gl/m4/stdlib_h.m4,
-       gl/m4/unistd_h.m4, gl/printf-args.c, gl/stdlib.in.h,
-       gl/unistd.in.h, gl/vasnprintf.c, gl/version-etc.c,
-       gltests/Makefile.am, gltests/setenv.c, gltests/unsetenv.c,
-       lib/gl/Makefile.am, lib/gl/gc-pbkdf2-sha1.c, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/printf-args.c, lib/gl/stdlib.in.h,
-       lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gltests/Makefile.am,
-       lib/gltests/intprops.h, lib/gltests/test-base64.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2009-11-09  Simon Josefsson <address@hidden>
-
-       * gltests/test-fseeko.c: Update gnulib files.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Commit cyclo/ www dir too.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.3.91.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix header.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * .x-sc_prohibit_getopt_without_use,
-       .x-sc_prohibit_magic_number_exit, lib/scram/server.c: Fix
-       syntax-check nits.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Prepare for alpha release.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Fix paths.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Update usage.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getpagesize.c, gl/m4/getpagesize.m4,
-       gl/m4/gnulib-comp.m4, lib/build-aux/pmccabe2html,
-       lib/gl/Makefile.am, lib/gl/getpagesize.c, lib/gl/m4/gnulib-comp.m4,
-       lib/gltests/Makefile.am, lib/gltests/getpagesize.c: Update gnulib
-       files.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/libgsasl.vcproj: More fixes.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/libgsasl.vcproj: Further fixes.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/config.h, lib/win32/libgsasl.vcproj: Disable
-       obsolete APIs for Windows builds.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/rawmemchr.m4,
-       lib/gl/m4/strchrnul.m4, lib/gl/rawmemchr.c,
-       lib/gl/rawmemchr.valgrind, lib/gl/strchrnul.c,
-       lib/gl/strchrnul.valgrind, lib/gltests/Makefile.am,
-       lib/gltests/test-rawmemchr.c, lib/gltests/test-strchrnul.c: Update
-       gnulib files.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/config.h: Add new definitions.  Suggested by Lothar 
May <address@hidden> in
-       <http://permalink.gmane.org/gmane.comp.gnu.gsasl.general/254>.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/win32/libgsasl.vcproj: Add more files.  Suggested by Lothar May 
<address@hidden> in
-       <http://permalink.gmane.org/gmane.comp.gnu.gsasl.general/254>.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Doc fix.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.3.90.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4, gltests/Makefile.am, lib/maint.mk, maint.mk: 
-       Update gnulib files.
-
-2009-11-06  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Prepare for alpha release.
-
-2009-11-05  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4: Update gnulib files.
-
-2009-11-05  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Doc fix.
-
-2009-11-05  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4,
-       gl/m4/inet_pton.m4, gl/m4/stdlib_h.m4, gl/stdlib.in.h,
-       gltests/Makefile.am, gltests/test-getaddrinfo.c,
-       gltests/test-inet_ntop.c, gltests/test-inet_pton.c,
-       gltests/test-sys_socket.c, lib/gl/Makefile.am,
-       lib/gl/m4/stdlib_h.m4, lib/gl/stdlib.in.h: Update gnulib files.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * .gitignore: Fix.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4: Unconditionally add memxor module, SCRAM
-       needs it.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/m4/gc.m4, lib/gl/override/m4/gc.m4.diff: 
-       Fix libgcrypt detection.
-
-2009-11-03  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Enable libgcrypt by default when available.
-
-2009-11-02  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, gl/m4/fseeko.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/pmccabe2html.m4, gl/m4/ungetc.m4, gl/sockets.c,
-       gl/stdio.in.h, gltests/test-arpa_inet.c,
-       gltests/test-getaddrinfo.c, gltests/test-getdelim.c,
-       gltests/test-getline.c, gltests/test-getopt.c,
-       gltests/test-getopt.h, gltests/test-getopt_long.h,
-       gltests/test-gettimeofday.c, gltests/test-memchr.c,
-       gltests/test-netinet_in.c, gltests/test-quotearg.c,
-       gltests/test-select-stdin.c, gltests/test-select.c,
-       gltests/test-sockets.c, gltests/test-stddef.c,
-       gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c,
-       gltests/test-strerror.c, gltests/test-string.c,
-       gltests/test-sys_select.c, gltests/test-sys_socket.c,
-       gltests/test-sys_time.c, gltests/test-unistd.c,
-       gltests/test-version-etc.c, gltests/test-wchar.c,
-       gltests/test-wctype.c, lib/build-aux/pmccabe2html,
-       lib/build-aux/useless-if-before-free, lib/gl/md5.c, lib/gl/sha1.c,
-       lib/gl/stdio.in.h, lib/gltests/test-base64.c,
-       lib/gltests/test-getdelim.c, lib/gltests/test-getline.c,
-       lib/gltests/test-memchr.c, lib/gltests/test-rawmemchr.c,
-       lib/gltests/test-stddef.c, lib/gltests/test-stdint.c,
-       lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-strchrnul.c, lib/gltests/test-string.c,
-       lib/gltests/test-strverscmp.c, lib/gltests/test-unistd.c,
-       lib/gltests/test-wchar.c, lib/maint.mk, maint.mk: Update gnulib
-       files.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Also test when app provides a
-       GSASL_SCRAM_SALTED_PASSWORD.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: Fix crash in code when application provides a
-       GSASL_SCRAM_SALTED_PASSWORD.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Prefer SCRAM-SHA-1 over CRAM-MD5 and DIGEST-MD5.
-
-2009-10-26  Simon Josefsson <address@hidden>
-
-       * gl/localcharset.c, gl/m4/fcntl_h.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/localcharset.m4: Update gnulib files.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add concept index nodes for iteration count and
-       salt.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Drop Windows compatibility stuff, should be taken
-       care of gnulib now.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/unistd.in.h,
-       lib/gl/unistd.in.h: Update gnulib files.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add NEWS entries.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS, po/fi.po.in, po/vi.po.in: Sync with TP.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/fi.po.in, lib/po/vi.po.in: Sync with TP.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-12  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump libtool version to indicate newly added
-       ABIs.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/src/gsasl.h: Start to use X.Y.Z versioning
-       scheme.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * tests/crypto.c: Test new SHA-1 APIs.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/src/libgsasl.map: Add new APIs to linker script.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/build-aux/gendocs.sh: Chmod.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.3.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Don't use non-ascii in self-test in case gsasl is
-       built without libidn.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Fix build error on mingw.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Update.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Add new symbols since 1.3 section.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/src/crypto.c: Doc fix.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Simplify DISTCHECK_CONFIGURE_FLAGS, scram is now
-       enabled by default.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Make SCRAM lowest priority for now.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Enable SCRAM by default.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve, including new SCRAM coverage.
-
-2009-10-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.in.h, gl/getopt_int.h, gl/m4/getopt.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4,
-       gl/progname.c, gl/stdio.in.h, gl/unistd.in.h,
-       gltests/test-getopt.c, gltests/test-getopt_long.h,
-       gltests/test-quotearg.c, lib/gl/Makefile.am, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/stdio.in.h, lib/gl/unistd.in.h,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2009-10-07  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Normalize password
-       using SASLprep.
-
-2009-09-25  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getdelim.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/unistd.in.h, gltests/Makefile.am,
-       lib/gl/Makefile.am, lib/gl/m4/getdelim.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/memmem.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/memmem.c, lib/gl/stdio.in.h,
-       lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/unistd.in.h,
-       lib/gltests/Makefile.am, lib/gltests/test-memmem.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2009-09-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Revert check for empty final token (incorrect
-       change).
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Silence debug warning.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't print empty tokens after success.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Store username property in server.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Also check that AUTHID is set and correct in
-       callback.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: SCRAM: Fix memleak.
-
-2009-09-16  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/server.c: SCRAM: Handle non-zero terminated strings.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/validate.c: SCRAM: Drop FIXME, specification changed to
-       not use UTF-8 for nonces.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c, lib/scram/printer.c: SCRAM: Drop FIXMEs, we
-       solved it differently.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c, lib/scram/printer.c: SCRAM: Drop FIXMEs, we
-       solved it differently.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: SCRAM: Cleanup and memory leak fixing.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Cleanup and memory leak fixing.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Check that username doesn't fail
-       SASLprep (as required).
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Enable SCRAM-SHA-1 during distcheck testing.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Silence warning.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getopt.m4,
-       gl/m4/poll.m4, gl/m4/readline.m4, gl/m4/select.m4,
-       gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4,
-       gl/m4/wctype.m4, lib/build-aux/gendocs.sh, lib/gl/m4/getline.m4: 
-       Update gnulib files.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac, lib/scram/mechinfo.c,
-       lib/scram/scram.h, lib/src/init.c: SCRAM: Drop unfinished
-       SCRAM-SHA-1-PLUS support.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Check server
-       signature.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Generate server signature.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Check clientproof
-       on server side.  Fix mem leaks.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Use b64 salt.
-
-2009-09-11  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/printer.c: 
-       SCRAM: Base64 decode salt.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, lib/NEWS, lib/scram/client.c, lib/src/gsasl.h,
-       lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: SCRAM:
-       Compute proof.  Add property GSASL_SCRAM_SALTED_PASSWORD.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gc-sha1.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gltests/Makefile.am, lib/gltests/test-gc-sha1.c: Add SHA-1
-       gnulib modules.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/crypto.c, lib/src/gsasl.h: Add SHA-1 APIs.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/gc-pbkdf2-sha1.c, lib/gl/hmac-sha1.c,
-       lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-pbkdf2-sha1.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/hmac-sha1.m4, lib/gl/m4/sha1.m4, lib/gl/sha1.c,
-       lib/gl/sha1.h, lib/gltests/Makefile.am,
-       lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-pbkdf2-sha1.c: 
-       Add crypto/gc-pbkdf2-sha1 gnulib module.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: Check errors.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Compare nonces.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: SCRAM: Correct cbind in client final.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, tests/scram.c: SCRAM:
-       Print/parse authzid.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Test iter/salt too.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Use printable salt.
-       Fix mem leak
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c: SCRAM: Use printable
-       nonces.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Support iter/salt setting better.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/gsasl.h, lib/src/internal.h,
-       lib/src/property.c, lib/src/xfinish.c: SCRAM: Add properties.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/server.c, tests/scram.c: SCRAM: Fix
-       self-test and memory leak.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Improve output.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/printer.c, lib/scram/printer.h, lib/scram/server.c,
-       lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c,
-       lib/scram/validate.h: SCRAM: Protocol works (but no crypto).
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/printer.c,
-       lib/scram/printer.h, lib/scram/tokens.c, lib/scram/tokens.h,
-       lib/scram/validate.c, lib/scram/validate.h: SCRAM: Client final
-       sending works (but no crypto).
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: SCRAM: Cleanup.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/server.c: SCRAM: Parsing of server first works.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/printer.c, lib/scram/printer.h, lib/scram/server.c,
-       lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c,
-       lib/scram/validate.h: SCRAM: Printing server first works.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/server.c: SCRAM: Server can parse client first.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Add.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Fix typo.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * .gitignore: Drop some things.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/string_h.m4, gl/m4/unistd_h.m4,
-       gl/m4/wctype.m4, gl/string.in.h, gl/unistd.in.h, gl/wctype.in.h,
-       lib/gl/m4/rawmemchr.m4, lib/gl/m4/strchrnul.m4: Add gnulib strchrnul
-       module.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/rawmemchr.c, lib/gl/rawmemchr.valgrind,
-       lib/gl/strchrnul.c, lib/gl/strchrnul.valgrind: Add gnulib strchrnul
-       module.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gltests/Makefile.am, lib/gltests/test-rawmemchr.c,
-       lib/gltests/test-strchrnul.c: Add gnulib strchrnul module.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * lib/scram/parser.c: Parse more.
-
-2009-09-10  Simon Josefsson <address@hidden>
-
-       * tests/scram.c: Make it build.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/parser.c, lib/scram/parser.h,
-       lib/scram/server.c: Add skeleton parser.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * .gitignore: Add.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/client.c, lib/scram/mechinfo.c,
-       lib/scram/scram.h, lib/scram/server.c, tests/Makefile.am,
-       tests/scram.c: Improve SCRAM, initial server skeleton and self test.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/client.c: Improve SCRAM, client now sends first token.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/mechinfo.c, lib/scram/scram.h: 
-       Improve SCRAM, client now sends first token.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/printer.c: Fixes.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/validate.c: Add check.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/printer.c, lib/scram/printer.h: Add SCRAM printer
-       functionality.
-
-2009-09-09  Simon Josefsson <address@hidden>
-
-       * lib/scram/Makefile.am, lib/scram/printer.h, lib/scram/tokens.h,
-       lib/scram/validate.c, lib/scram/validate.h: Add SCRAM stuff.
-
-2009-09-08  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/scram/Makefile.am,
-       lib/scram/mechinfo.c, lib/scram/scram.h, lib/src/Makefile.am,
-       lib/src/init.c: Add SCRAM skeleton.
-
-2009-09-08  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/scram/Makefile.am,
-       lib/scram/mechinfo.c, lib/scram/scram.h: Add SCRAM skeleton.
-
-2009-09-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/close.c, gl/iconv_open-solaris.gperf,
-       gl/iconv_open.c, gl/inet_ntop.c, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv_open.m4, gl/m4/stdio_h.m4, gl/m4/string_h.m4,
-       gl/m4/unistd_h.m4, gl/stdio.in.h, gl/string.in.h, gl/unistd.in.h,
-       gl/wctype.in.h, gltests/Makefile.am, gltests/inet_pton.c,
-       gltests/test-wctype.c, lib/gl/Makefile.am, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdio.in.h,
-       lib/gl/string.in.h, lib/gl/unistd.in.h, lib/maint.mk, maint.mk: 
-       Update gnulib files.
-
-2009-08-28  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-08-28  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/stdlib_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/progname.c,
-       gl/quotearg.c, gl/quotearg.h, gl/stdlib.in.h, gl/sys_socket.in.h,
-       gl/unistd.in.h, gl/vasnprintf.c, gltests/Makefile.am,
-       gltests/test-quotearg.c, lib/gl/Makefile.am, lib/gl/m4/stddef_h.m4,
-       lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stddef.in.h,
-       lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c,
-       lib/gltests/test-stddef.c: Update gnulib files.
-
-2009-08-28  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS, src/Makefile.am: Fix libintl-related build errors on
-       MinGW.  Tiny patch from "carlo.bramix" <address@hidden>.
-
-2009-08-20  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/stddef_h.m4,
-       gl/m4/stdio_h.m4, gl/m4/wchar.m4, gl/poll.c, gl/select.c,
-       gl/stddef.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h,
-       gl/unistd.in.h, gltests/Makefile.am, gltests/test-stddef.c,
-       gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-string.c,
-       gltests/test-unistd.c, gltests/test-wchar.c, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/wchar.m4,
-       lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h,
-       lib/gl/unistd.in.h, lib/gltests/Makefile.am,
-       lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-string.c, lib/gltests/test-unistd.c,
-       lib/gltests/test-wchar.c, lib/maint.mk, maint.mk: Update gnulib
-       files.
-
-2009-08-14  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/fseeko.c, gl/m4/close.m4, gl/m4/fclose.m4,
-       gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4,
-       gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4,
-       gl/m4/threadlib.m4, gl/m4/unistd_h.m4, gl/socket.c, gl/sockets.c,
-       gl/sockets.h, gl/stdio-write.c, gl/sys_select.in.h, gl/unistd.in.h,
-       gl/vasnprintf.c, gltests/Makefile.am, gltests/gettimeofday.c,
-       gltests/sockets.c, gltests/sockets.h, gltests/sys_ioctl.in.h,
-       gltests/test-getopt.c, gltests/test-getopt.h,
-       gltests/test-getopt_long.h, gltests/test-poll.c,
-       gltests/test-select.c, gltests/test-stdio.c, gltests/test-stdlib.c,
-       gltests/test-string.c, gltests/test-sys_select.c,
-       gltests/test-unistd.c, gltests/test-version-etc.sh,
-       lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/threadlib.m4, lib/gl/m4/unistd_h.m4, lib/gl/md5.h,
-       lib/gl/stdio-write.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c,
-       lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c,
-       lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2009-07-29  Simon Josefsson <address@hidden>
-
-       * README-alpha: Typo.
-
-2009-07-22  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/errno.in.h, gl/error.c, gl/m4/errno_h.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/mbrtowc.m4,
-       gl/m4/memchr.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4,
-       gl/stdio.in.h, gl/strerror.c, gl/unistd.in.h, gl/version-etc.c,
-       gl/version-etc.h, gltests/Makefile.am, gltests/test-stdio.c,
-       gltests/test-stdlib.c, gltests/test-string.c,
-       gltests/test-unistd.c, gltests/test-version-etc.c,
-       gltests/test-version-etc.sh, gltests/version-etc-fsf.c,
-       lib/build-aux/vc-list-files, lib/gl/Makefile.am, lib/gl/errno.in.h,
-       lib/gl/m4/errno_h.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/memchr.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/md5.h,
-       lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/gltests/test-stdio.c,
-       lib/gltests/test-stdlib.c, lib/gltests/test-string.c,
-       lib/gltests/test-unistd.c, lib/maint.mk, maint.mk: Update gnulib
-       files.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Add more non-keyword characters.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Add more non-keyword characters.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/threadsafety: Fix portability of EGREP
-       usage.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Ignore more non-keyword characters.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Build gsasl_cmd without warning/error flags.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Catch more functions.
-
-2009-06-23  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Doc fix.
-
-2009-06-17  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, doc/reference/gsasl-docs.sgml,
-       examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c: Fix typos.  Based
-       on report by Marco Maggi <address@hidden> in
-       <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/222>.
-
-2009-06-16  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/memchr.m4,
-       gl/memchr.valgrind, gl/string.in.h, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memchr.m4,
-       lib/gl/memchr.valgrind, lib/gl/string.in.h: Update gnulib files.
-
-2009-06-16  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c, lib/src/version.c: Doc fix.
-
-2009-06-16  Simon Josefsson <address@hidden>
-
-       * tests/crypto.c: Initialize gsasl, to get crypto functions to work.
-
-2009-06-14  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Merge in issue 7 functions.
-
-2009-06-14  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Make list of functions easier to read.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/crypto.c: Fix.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Test encode/decode.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * NEWS, tests/Makefile.am, tests/crypto.c: Add.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Check gsasl_session_hook_get too.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix warnings.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/old-simple.c: Fix.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Based on old-simple.c, but rewritten using modern
-       APIs.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/old-simple.c, tests/simple.c: Rename
-       obsolete API checks to old-*.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Clarify which tokens GNU SASL generated.
-       Suggested by Marco Maggi <address@hidden> in
-       <http://permalink.gmane.org/gmane.comp.gnu.gsasl.general/233>.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix path.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.2.
-
-2009-06-13  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getpagesize.c, gl/m4/gnulib-comp.m4,
-       gl/m4/memchr.m4, gl/m4/string_h.m4, gl/string.in.h,
-       gltests/Makefile.am, gltests/getpagesize.c, lib/gl/Makefile.am,
-       lib/gl/getpagesize.c, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/memchr.m4, lib/gl/m4/string_h.m4, lib/gl/string.in.h,
-       lib/gltests/Makefile.am, lib/gltests/getpagesize.c: Update gnulib
-       files.
-
-2009-06-12  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use $(GREP) instead of grep directly, for
-       non-GNU systems.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/src/Makefile.am, lib/tests/Makefile.am,
-       src/Makefile.am: Fix syntax-check error.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Fix git-* usage.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c: Don't use TAB for
-       info manual.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix whitespace.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * .x-sc_po_check: Fix.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * .x-sc_trailing_blank: Add.
-
-2009-06-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Rewrite manual somewhat to give better
-       introduction to concepts.
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, examples/client-callback.c,
-       examples/client-mech.c, examples/client-serverfirst.c,
-       examples/client.c: Drop ctx parameter from client_authenticate
-       function.  Suggested by Marco Maggi <address@hidden>.
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't write out of bounds on (impossible?) empty
-       reads.  Handle NUL in input.
-
-2009-06-10  Enrico Scholz <address@hidden>
-
-       * src/gsasl.c: fix insufficient memory allocation in imap/smtp code 
There was written 'line[pos + 1]' although only space for 'pos + 1'
-       elements was allocated.  Signed-off-by: Enrico Scholz
-       <address@hidden>
-
-2009-06-10  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Fix typo.
-
-2009-06-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getpagesize.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/memchr.c,
-       gltests/Makefile.am, gltests/getpagesize.c, gltests/test-alignof.c,
-       gltests/test-memchr.c, gltests/zerosize-ptr.h, lib/gl/Makefile.am,
-       lib/gl/m4/getpagesize.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/memchr.m4, lib/gl/m4/mmap-anon.m4, lib/gl/memchr.c,
-       lib/gltests/Makefile.am, lib/gltests/getpagesize.c,
-       lib/gltests/test-memchr.c, lib/gltests/zerosize-ptr.h: Update gnulib
-       files.
-
-2009-06-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-06-05  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix.
-
-2009-06-05  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/version-etc.m4, gl/version-etc.c: 
-       Update gnulib files.
-
-2009-06-03  Simon Josefsson <address@hidden>
-
-       * gl/alignof.h, gltests/test-alignof.c: Update gnulib files.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/gsasl.texi: Doc category fixes.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * examples/Makefile.am, src/Makefile.am, tests/Makefile.am: Some
-       code not ready for stack space limit.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * configure.ac, examples/Makefile.am, lib/anonymous/Makefile.am,
-       lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/external/Makefile.am, lib/gs2/Makefile.am,
-       lib/kerberos_v5/Makefile.am, lib/login/Makefile.am,
-       lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am, lib/src/Makefile.am,
-       lib/tests/Makefile.am, src/Makefile.am, tests/Makefile.am: More
-       warnings.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Decrease stack usage.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/obsolete.c: libgsasl: Obsolete
-       gsasl_md5pwd_get_password rewritten to use modern API.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c: Reduce stack usage.
-
-2009-06-02  Simon Josefsson <address@hidden>
-
-       * NEWS, cfg.mk, configure.ac, gl/m4/manywarnings.m4,
-       lib/configure.ac: Fix warning flags.
-
-2009-05-29  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2009-05-29  Simon Josefsson <address@hidden>
-
-       * lib/README: Fix.
-
-2009-05-29  Simon Josefsson <address@hidden>
-
-       * README, lib/COPYING, lib/COPYING.LIB, lib/NEWS, lib/README: 
-       Clarify license in libgsasl.
-
-2009-05-28  Simon Josefsson <address@hidden>
-
-       * .prev-version, lib/.prev-version: Add.
-
-2009-05-28  Simon Josefsson <address@hidden>
-
-       * lib/README: Clarify license.
-
-2009-05-28  Simon Josefsson <address@hidden>
-
-       * README: Point to LGPL license file.
-
-2009-05-28  Simon Josefsson <address@hidden>
-
-       * gl/m4/include_next.m4, gl/m4/size_max.m4,
-       lib/gl/m4/include_next.m4, lib/gl/m4/size_max.m4: Update gnulib
-       files.
-
-2009-05-20  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/m4/sys_socket_h.m4,
-       gl/sys_socket.in.h, gltests/test-sys_socket.c, lib/gl/getdelim.c,
-       lib/maint.mk, maint.mk: Update gnulib files.
-
-2009-05-17  Simon Josefsson <address@hidden>
-
-       * gl/alignof.h, gl/m4/gnulib-comp.m4, gltests/Makefile.am,
-       gltests/malloca.h, gltests/test-alignof.c, lib/maint.mk, maint.mk: 
-       Update gnulib files.
-
-2009-05-12  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Doc fix.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * cfg.mk, maint.mk: Fix build-aux for gnulib.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Drop gettext.m4.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * m4/pkg.m4: Add.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * m4/gtk-doc.m4: Update gtk-doc m4.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Fix build-aux paths.
-
-2009-05-11  Simon Josefsson <address@hidden>
-
-       * cfg.mk, gltests/test-vc-list-files-git.sh, lib/GNUmakefile,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/maint.mk: 
-       Update gnulib files.
-
-2009-05-10  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix.
-
-2009-05-10  Simon Josefsson <address@hidden>
-
-       * build-aux/config.rpath, build-aux/gendocs.sh,
-       build-aux/link-warning.h, build-aux/pmccabe.css,
-       build-aux/pmccabe2html, build-aux/useless-if-before-free,
-       build-aux/vc-list-files, configure.ac, gl/Makefile.am,
-       gl/alignof.h, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/sys_socket_h.m4, gl/sys_socket.in.h, gltests/Makefile.am,
-       gltests/malloca.h, gltests/test-sys_socket.c,
-       lib/build-aux/gendocs.sh, lib/build-aux/pmccabe.css,
-       lib/build-aux/pmccabe2html, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4: Update gnulib files.
-
-2009-05-08  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Make it easier to ignore -Werror.
-
-2009-05-07  Simon Josefsson <address@hidden>
-
-       * lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files: 
-       Update gnulib files.
-
-2009-05-07  Simon Josefsson <address@hidden>
-
-       * lib/gl/build-aux/config.rpath, lib/gl/build-aux/link-warning.h,
-       lib/gl/build-aux/useless-if-before-free,
-       lib/gl/build-aux/vc-list-files: Update gnulib files.
-
-2009-05-07  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix.
-
-2009-05-06  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am,
-       lib/gltests/test-vc-list-files-cvs.sh,
-       lib/gltests/test-vc-list-files-git.sh: Don't duplicate non-working
-       test.
-
-2009-05-06  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/multiarch.m4, gl/m4/vasnprintf.m4, lib/gl/m4/errno_h.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/multiarch.m4,
-       lib/gl/m4/vasnprintf.m4, maint.mk: Update gnulib files.
-
-2009-05-05  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix.
-
-2009-05-05  Simon Josefsson <address@hidden>
-
-       * README-alpha: Add.
-
-2009-05-05  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix warnings when not using TLS.
-
-2009-05-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/internal.h: Fix warning.
-
-2009-05-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/gettext.h, gl/m4/wchar.m4, gl/wchar.in.h,
-       lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/wchar.m4,
-       lib/gl/wchar.in.h, maint.mk: Update gnulib files.
-
-2009-04-27  Simon Josefsson <address@hidden>
-
-       * .x-sc_avoid_if_before_free, .x-sc_cast_of_alloca_return_value,
-       .x-sc_cast_of_x_alloc_return_value, .x-sc_file_system,
-       .x-sc_m4_quote_check, .x-sc_makefile_check, .x-sc_po_check,
-       .x-sc_program_name, .x-sc_prohibit_HAVE_MBRTOWC,
-       .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_the_the,
-       .x-sc_trailing_blank, .x-sc_useless_cpp_parens, cfg.mk,
-       configure.ac, doc/gdoc, doc/gsasl-callback-gssapi.texi,
-       doc/reference/gsasl-docs.sgml, doc/texinfo.css, gtk-doc.make,
-       lib/COPYING, lib/Makefile.am, lib/cfg.mk, lib/cram-md5/server.c,
-       lib/digest-md5/Makefile.am, lib/digest-md5/free.c,
-       lib/digest-md5/printer.c, lib/gs2/Makefile.am,
-       lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/server.c,
-       lib/libgsasl.pc.in, lib/login/server.c, lib/ntlm/Makefile.am,
-       lib/ntlm/ntlm.c, lib/securid/client.c, lib/src/Makefile.am,
-       lib/src/done.c, lib/src/md5pwd.c, lib/src/property.c,
-       lib/src/saslprep.c, lib/src/version.c, lib/src/xstep.c,
-       m4/valgrind.m4, po/POTFILES.in, src/Makefile.am, src/gsasl.c,
-       tests/Makefile.am, tests/cram-md5.c: Fix syntax-check nits.
-
-2009-04-27  Simon Josefsson <address@hidden>
-
-       * build-aux/useless-if-before-free, build-aux/vc-list-files,
-       gl/Makefile.am, gl/getopt1.c, gl/m4/gnulib-comp.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/vasnprintf.c,
-       gltests/Makefile.am, gltests/test-vc-list-files-cvs.sh,
-       gltests/test-vc-list-files-git.sh, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/vasnprintf.c,
-       lib/gltests/Makefile.am, lib/gltests/test-vc-list-files-cvs.sh,
-       lib/gltests/test-vc-list-files-git.sh, maint.mk: Update gnulib
-       files.
-
-2009-04-24  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template, gl/Makefile.am, gl/m4/mbrtowc.m4,
-       gl/m4/wctob.m4, maint.mk: Update gnulib files.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/src/Makefile.am: Fix var name.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-output-def.m4,
-       lib/m4/output-def.m4: Update gnulib files.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS, po/sk.po.in, po/sv.po.in: Sync with TP.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * lib/po/sk.po.in, lib/po/sv.po.in: Sync with TP.
-
-2009-04-14  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, doc/gendocs_template, doc/lgpl-2.1.texi,
-       gl/Makefile.am, gl/m4/inet_ntop.m4, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/ld-version-script.m4, lib/gltests/Makefile.am, maint.mk: 
-       Update gnulib files.
-
-2009-04-01  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Make sure NLS is enabled.
-
-2009-03-31  Simon Josefsson <address@hidden>
-
-       * gltests/test-getaddrinfo.c, gltests/test-sockets.c: Update gnulib
-       files.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump versions.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * po/fr.po.in, po/ga.po.in, po/id.po.in, po/nl.po.in, po/pl.po.in,
-       po/zh_CN.po.in: Sync with TP.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * lib/po/ga.po.in, lib/po/id.po.in, lib/po/nl.po.in,
-       lib/po/pl.po.in, lib/po/zh_CN.po.in: Sync with TP.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2009-03-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Fix typo.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * lib/gltests/Makefile.am: Fixup broken generated paths.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.1.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * lib/README-alpha: Remove.
-
-2009-03-25  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Copy cyclo chart to webdir.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fixes.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/digest-md5/client.c,
-       lib/digest-md5/server.c, tests/digest-md5.c: DIGEST-MD5: Disable
-       integrity layers by default.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c, tests/digest-md5.c, tests/external.c,
-       tests/name.c, tests/old-cram-md5.c, tests/old-digest-md5.c: Make
-       self tests work with --disable-client.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * lib/src/listmech.c: Make sure return string is zero terminated
-       even if there are no mechanisms.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * tests/suggest.c: Make more robust when some client mechanisms are
-       disabled.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * lib/src/suggest.c: Doc fix.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Mingw fixes.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/override/lib/getpass.c.diff: Add.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c: Avoid newline.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c: Apply local getpass fix.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/readline.c: Update gnulib files.
-
-2009-03-24  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/close-hook.c, gl/close-hook.h, gl/close.c,
-       gl/m4/close.m4, gl/m4/gnulib-comp.m4, gl/unistd.in.h,
-       gltests/Makefile.am, gltests/sockets.c, lib/gl/unistd.in.h: Update
-       gnulib files.
-
-2009-03-23  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use EXEEXT for Mingw.
-
-2009-03-23  Simon Josefsson <address@hidden>
-
-       * gl/vasnprintf.c, gltests/Makefile.am, gltests/sockets.c,
-       gltests/sockets.h, lib/gl/vasnprintf.c: Update gnulib files.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * gl/override/tests/test-select-in.sh.diff: Add.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * gltests/Makefile.am, gltests/sockets.h,
-       gltests/test-select-in.sh, tests/Makefile.am: Mingw fixes.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Need -lws2_32 for mingw.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * README-alpha: Reduce.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Test encode/decode.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/qop.c, lib/digest-md5/qop.h: Add.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Derive session keys properly.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * NEWS, src/gsasl.c: gsasl: Decode data when integrity protected.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/session.c: Fix integrity decoding.  Reported by
-       Andery Melnikov <address@hidden>.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.c: Fix computation of Kic.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/gsasl.texi, src/callbacks.c, src/gsasl.ggo: Fix gsasl
-       --quality-of-protection flag.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Fix error.
-
-2009-03-19  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/digest-md5/Makefile.am,
-       lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/src/Makefile.am, lib/src/gsasl.h, lib/src/internal.h,
-       lib/src/obsolete.c, lib/src/property.c, lib/src/xfinish.c,
-       tests/digest-md5.c, tests/old-digest-md5.c: Add GSASL_QOP.  Make
-       DIGEST-MD5 client support integrity and QOP callback.
-
-2009-03-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/digest-md5/server.c,
-       lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c,
-       lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c: Rename
-       GSASL_QOP to GSASL_QOPS as it denotes a set of qops.
-
-2009-03-18  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/m4/gettimeofday.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/quotearg.m4, gl/m4/select.m4,
-       gl/m4/sys_select_h.m4, gl/select.c, gl/sys_select.in.h,
-       gl/xmalloc.c, gltests/Makefile.am, gltests/gettimeofday.c,
-       gltests/test-gettimeofday.c, gltests/test-select-fd.c,
-       gltests/test-select-in.sh, gltests/test-select-out.sh,
-       gltests/test-select-stdin.c, gltests/test-select.c, maint.mk: Update
-       gnulib files.
-
-2009-03-07  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2009-03-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/digest-md5/server.c,
-       lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c,
-       lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c,
-       tests/old-digest-md5.c: Add GSASL_QOP property.  Make DIGEST-MD5
-       server use it.  Update self-tests.
-
-2009-03-07  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Free(NULL) works fine on all modern platforms,
-       reportedly.
-
-2009-03-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't use GnuTLS unless it has
-       gnutls_priority_set_direct.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Clarify.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, lib/gl/Makefile.am: Update gnulib files.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/external/Makefile.am, lib/gs2/Makefile.am,
-       lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am,
-       lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am: Add more CFLAG_VISIBILITY.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/src/Makefile.am, lib/src/gsasl.h: 
-       Use visibility module from gnulib.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/Makefile.am, lib/src/libgsasl.map: Use a linker
-       version script.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-version-script.m4: Import
-       ld-version-script and visibility gnulib modules.
-
-2009-03-04  Simon Josefsson <address@hidden>
-
-       * gl/fseeko.c, gl/gai_strerror.c, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/mbrtowc.m4,
-       gl/m4/printf.m4, gl/m4/stdarg.m4, gl/m4/stdint.m4,
-       gl/m4/stdlib_h.m4, gl/m4/ungetc.m4, gl/m4/vasnprintf.m4,
-       gl/mbrtowc.c, gl/stdint.in.h, gl/sys_socket.in.h, gl/vasnprintf.c,
-       gltests/Makefile.am, gltests/setsockopt.c, gltests/test-fseeko.c,
-       gltests/test-fseeko2.sh, gltests/test-getaddrinfo.c,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/stdint.in.h, lib/gl/vasnprintf.c: 
-       Update gnulib files.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Doc fix.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Add 1.1 symbols.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Doc fix.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Add
-       GSASL_VERSION_MAJOR, GSASL_VERSION_MINOR, GSASL_VERSION_PATCH, and
-       GSASL_VERSION_NUMBER.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * lib/m4/update-header-version.m4: Support arbitrary sed
-       expressions.
-
-2009-02-13  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/config.charset, gl/localcharset.c,
-       gl/m4/00gnulib.m4, gl/m4/close.m4, gl/m4/eealloc.m4,
-       gl/m4/environ.m4, gl/m4/extensions.m4, gl/m4/gettext.m4,
-       gl/m4/glibc2.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4,
-       gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4,
-       gl/m4/lcmessage.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4,
-       gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/malloca.m4, gl/m4/nls.m4,
-       gl/m4/pmccabe2html.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
-       gl/m4/progtest.m4, gl/m4/setenv.m4, gl/m4/sockets.m4,
-       gl/m4/stdlib_h.m4, gl/m4/threadlib.m4, gl/m4/uintmax_t.m4,
-       gl/m4/visibility.m4, gl/mbrtowc.c, gl/stdlib.in.h,
-       gl/version-etc.c, gltests/Makefile.am,
-       gltests/locale/fr/LC_MESSAGES/test-quotearg.po, gltests/malloca.c,
-       gltests/malloca.h, gltests/malloca.valgrind, gltests/setenv.c,
-       gltests/sockets.h, gltests/test-environ.c,
-       gltests/test-getaddrinfo.c, gltests/test-malloca.c,
-       gltests/test-mbrtowc4.sh, gltests/test-quotearg.c,
-       gltests/test-quotearg.sh, gltests/test-sockets.c,
-       gltests/unsetenv.c, lib/gl/Makefile.am, lib/gl/m4/00gnulib.m4,
-       lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/stdlib.in.h, lib/gltests/Makefile.am: Update gnulib files.
-
-2009-02-06  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Use ftp.gnu.org as upload target.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Link to autobuild.josefsson.org.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * doc/texinfo.css: Update.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/gltests/Makefile.am: Quick fix to make it build.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/gltests/Makefile.am: Quick fix to make it build.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 1.0.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Upload to ftp.gnu.org.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump version to 1.0.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * gtk-doc.make: Update with stable upstream.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * tests/suggest.c: Make it work with --disable-obsolete.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * gl/version-etc.c, gl/version-etc.h, src/gsasl.c: Use
-       emit_bug_reporting_address from gnulib.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Emit bug report address more.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix priority setting.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * Makefile.am, README, README-alpha, cfg.mk, configure.ac,
-       doc/Makefile.am, doc/cyclo/Makefile.am, doc/doxygen/gdoc2doxygen,
-       doc/print-errors.c, lib/Makefile.am, lib/NEWS, lib/README,
-       lib/README-alpha, lib/THANKS, lib/anonymous/Makefile.am,
-       lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/mechinfo.c, lib/anonymous/server.c,
-       lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c,
-       lib/cram-md5/challenge.h, lib/cram-md5/client.c,
-       lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c,
-       lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c,
-       lib/cram-md5/server.c, lib/digest-md5/Makefile.am,
-       lib/digest-md5/README, lib/digest-md5/client.c,
-       lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/free.c,
-       lib/digest-md5/free.h, lib/digest-md5/getsubopt.c,
-       lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c,
-       lib/digest-md5/nonascii.h, lib/digest-md5/parser.c,
-       lib/digest-md5/parser.h, lib/digest-md5/printer.c,
-       lib/digest-md5/printer.h, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/session.h,
-       lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h,
-       lib/digest-md5/validate.c, lib/digest-md5/validate.h,
-       lib/external/Makefile.am, lib/external/client.c,
-       lib/external/external.h, lib/external/mechinfo.c,
-       lib/external/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c,
-       lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h,
-       lib/libgsasl.pc.in, lib/login/Makefile.am, lib/login/client.c,
-       lib/login/login.h, lib/login/mechinfo.c, lib/login/server.c,
-       lib/m4/output-def.m4, lib/m4/update-header-version.m4,
-       lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c,
-       lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/client.c,
-       lib/plain/mechinfo.c, lib/plain/plain.h, lib/plain/server.c,
-       lib/securid/Makefile.am, lib/securid/client.c,
-       lib/securid/mechinfo.c, lib/securid/securid.h,
-       lib/securid/server.c, lib/src/Makefile.am, lib/src/base64.c,
-       lib/src/callback.c, lib/src/crypto.c, lib/src/done.c,
-       lib/src/error.c, lib/src/free.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl-mech.h, lib/src/gsasl.h, lib/src/init.c,
-       lib/src/internal.h, lib/src/listmech.c, lib/src/md5pwd.c,
-       lib/src/mechname.c, lib/src/obsolete.c, lib/src/property.c,
-       lib/src/register.c, lib/src/saslprep.c, lib/src/suggest.c,
-       lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c,
-       lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c,
-       lib/tests/Makefile.am, lib/tests/test-error.c, m4/valgrind.m4,
-       po/POTFILES.in, src/Makefile.am, src/callbacks.c, src/callbacks.h,
-       src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c,
-       src/smtp.h, tests/Makefile.am, tests/cram-md5.c,
-       tests/digest-md5.c, tests/errors.c, tests/external.c,
-       tests/gssapi.c, tests/md5file.c, tests/name.c, tests/old-base64.c,
-       tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c,
-       tests/old-md5file.c, tests/simple.c, tests/suggest.c,
-       tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: 
-       Update copyright years.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * lib/AUTHORS: Update PGP key.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/gsasl.texi, src/gsasl.c, src/gsasl.ggo: Add gsasl
-       --priority parameter.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl, doc/reference/gsasl.types,
-       doc/reference/gtk-doc.make, gtk-doc.make: Update gtk-doc files.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c, gl/m4/alloca.m4,
-       gl/m4/codeset.m4, gl/m4/errno_h.m4, gl/m4/getaddrinfo.m4,
-       gl/m4/getline.m4, gl/m4/getpass.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconv_open.m4,
-       gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4,
-       gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/lib-ld.m4,
-       gl/m4/lib-link.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4,
-       gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4,
-       gl/m4/longlong.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4,
-       gl/m4/mbstate_t.m4, gl/m4/multiarch.m4, gl/m4/poll.m4,
-       gl/m4/printf.m4, gl/m4/readline.m4, gl/m4/realloc.m4,
-       gl/m4/sockets.m4, gl/m4/sockpfaf.m4, gl/m4/stdbool.m4,
-       gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4,
-       gl/m4/strdup.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4,
-       gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/poll.c, gl/progname.c,
-       gl/stdint.in.h, gl/stdio.in.h, gl/strerror.c, gl/unistd.in.h,
-       gl/wchar.in.h, gltests/ioctl.c, gltests/test-quotearg.c,
-       gltests/test-unistd.c, lib/gl/Makefile.am, lib/gl/m4/alloca.m4,
-       lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/gc-random.m4,
-       lib/gl/m4/gc.m4, lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/iconv.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4,
-       lib/gl/m4/md5.m4, lib/gl/m4/minmax.m4, lib/gl/m4/multiarch.m4,
-       lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4,
-       lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/stdbool.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4,
-       lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4,
-       lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/unistd.in.h,
-       lib/gl/wchar.in.h, lib/gltests/test-unistd.c: Update gnulib files.
-
-2009-01-23  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Typo.
-
-2009-01-22  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gdoc: Update gdoc and use gdoc -pkg-name.
-
-2009-01-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2009-01-22  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Add web page links, per new GNU coding standard.
-
-2009-01-07  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Need to initialize gc.
-
-2009-01-07  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Make --version print both version numbers if libgsasl
-       and gsasl version differ.
-
-2009-01-07  Simon Josefsson <address@hidden>
-
-       * README, doc/gsasl.texi, doc/reference/gsasl-docs.sgml: Fix GFDL
-       version number.
-
-2009-01-07  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, doc/gendocs_template, gl/Makefile.am,
-       gl/config.charset, gl/localcharset.c, gl/localcharset.h,
-       gl/m4/codeset.m4, gl/m4/errno_h.m4, gl/m4/extensions.m4,
-       gl/m4/getaddrinfo.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/inttypes_h.m4,
-       gl/m4/lib-link.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4,
-       gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/mbrtowc.m4,
-       gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/multiarch.m4,
-       gl/m4/printf.m4, gl/m4/quotearg.m4, gl/m4/size_max.m4,
-       gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/wchar.m4,
-       gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4,
-       gl/mbrtowc.c, gl/mbsinit.c, gl/quotearg.c, gl/ref-add.sin,
-       gl/ref-del.sin, gl/stdint.in.h, gl/stdlib.in.h, gl/streq.h,
-       gl/sys_select.in.h, gl/unistd.in.h, gl/verify.h, gl/version-etc.c,
-       gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am,
-       gltests/test-mbrtowc.c, gltests/test-mbrtowc1.sh,
-       gltests/test-mbrtowc2.sh, gltests/test-mbrtowc3.sh,
-       gltests/test-mbrtowc4.sh, gltests/test-mbsinit.c,
-       gltests/test-mbsinit.sh, gltests/verify.h, gltests/wctob.c,
-       lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4,
-       lib/gl/m4/extensions.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4,
-       lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4,
-       lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4,
-       lib/gl/m4/visibility.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_t.m4,
-       lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/stdint.in.h,
-       lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h,
-       lib/gltests/Makefile.am: Update gnulib files.
-
-2008-12-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.c: Drop unused macros.
-
-2008-12-11  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/manywarnings.m4: Update gnulib files.
-
-2008-12-11  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/m4/include_next.m4, gl/m4/warnings.m4,
-       gl/stdint.in.h, gl/sys_time.in.h, lib/gl/m4/include_next.m4,
-       lib/gl/stdint.in.h, maint.mk: Update gnulib files.
-
-2008-11-28  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Need libintl.
-
-2008-11-18  Simon Josefsson <address@hidden>
-
-       * maint.mk: Update gnulib files.
-
-2008-11-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Drop obsolete distcheck rules.
-
-2008-11-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Move gltests directory last.
-
-2008-11-18  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Re-order build, so that gltests is last.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * configure.ac: Typos.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * gl/override/lib/gettext.h.diff,
-       lib/gl/override/lib/gettext.h.diff: Add gnulib overrides.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac, gl/gettext.h, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/hostent.m4, gl/m4/servent.m4,
-       gl/m4/sockets.m4, gl/m4/warnings.m4, lib/gl/Makefile.am,
-       lib/gl/gettext.h, lib/gl/m4/gnulib-cache.m4, m4/valgrind.m4: Update
-       gnulib files.  Change warning handling.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Fix warnings.
-
-2008-11-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am, gl/m4/getaddrinfo.m4, gl/m4/netdb_h.m4,
-       gl/netdb.in.h, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am: Update gnulib
-       files.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac: Fix warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Silence warning.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * configure.ac, tests/Makefile.am, tests/cram-md5.c,
-       tests/external.c, tests/md5file.c, tests/old-md5file.c,
-       tests/simple.c, tests/utils.h: Fix warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac: Fix warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * configure.ac: Need -Wundef afterall.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Use HAVE_LIBIDN instead of WITH_SASLPREP.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac: Re-add -Wundef.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Revert.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Revert but fix warning in another way.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Typo.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Use --deprecated-guard properly.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add deprecated guard.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/test-parser.c,
-       lib/src/callback.c, lib/src/internal.h, lib/src/property.c: Enable
-       more warnings.  Fix warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Avoid warnings.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * cfg.mk, configure.ac, lib/configure.ac, lib/m4/output-def.m4: Fix
-       warning handling.  Use output-def.m4.
-
-2008-11-13  Simon Josefsson <address@hidden>
-
-       * configure.ac: Neatify.
-
-2008-11-12  Simon Josefsson <address@hidden>
-
-       * lib/libgsasl.pc.in: Add URL field.
-
-2008-11-12  Simon Josefsson <address@hidden>
-
-       * examples/Makefile.am: Add WARN_CFLAGS.
-
-2008-11-12  Simon Josefsson <address@hidden>
-
-       * Makefile.am, cfg.mk, configure.ac, gl/Makefile.am, gl/fseeko.c,
-       gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/netdb_h.m4, gl/m4/printf.m4, gl/m4/warnings.m4,
-       gl/netdb.in.h, gltests/sockets.h, lib/configure.ac,
-       lib/m4/update-header-version.m4, src/Makefile.am: Update gnulib
-       files.  Use shared files for common tests.
-
-2008-11-10  Simon Josefsson <address@hidden>
-
-       * build-aux/pmccabe2html, gl/Makefile.am, gl/m4/sys_ioctl_h.m4: 
-       Update gnulib files.
-
-2008-11-04  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-11-04  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/fdl-1.3.texi, doc/fdl.texi, doc/gsasl.texi,
-       gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Use
-       GFDLv1.3+ for manual.
-
-2008-11-04  Simon Josefsson <address@hidden>
-
-       * gl/m4/include_next.m4, lib/gl/m4/include_next.m4, lib/maint.mk,
-       maint.mk: Update gnulib files.
-
-2008-11-03  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/strdup.m4, lib/gl/stdlib.in.h, lib/gl/strdup.c,
-       lib/gl/unistd.in.h, lib/maint.mk: Update gnulib files.
-
-2008-11-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       src/callbacks.c, src/gsasl.c, src/internal.h: Use gnulib xalloc
-       module.
-
-2008-10-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Cleanup pkg-config description.
-
-2008-10-29  Simon Josefsson <address@hidden>
-
-       * cfg.mk, gl/Makefile.am, gl/m4/netdb_h.m4, gl/m4/stdlib_h.m4,
-       gl/m4/sys_socket_h.m4, gl/netdb.in.h, gl/stdlib.in.h,
-       gl/sys_socket.in.h, gl/unistd.in.h, maint.mk: Update gnulib files.
-
-2008-10-29  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-10-29  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Sync gdoc with libidn.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Need doxygen.c.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/doxygen/Doxyfile.in, doc/doxygen/Doxyfile.orig: 
-       Modernize doxygen configuration.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c, tests/digest-md5.c, tests/external.c,
-       tests/gssapi.c, tests/md5file.c: Use gsasl_free when applicable.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/suggest.c: Add self-test.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-10-28  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Add code coverage rules.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Use system's gnupload.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Disable warnings about deprecated
-       stuff.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.29.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/cfg.mk: Split release target.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * doc/cyclo/Makefile.am: Exclude gnulib files from cyclomatic code
-       complexity chart.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * NEWS, build-aux/pmccabe.css, build-aux/pmccabe2html,
-       configure.ac, doc/Makefile.am, doc/cyclo/Makefile.am,
-       gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/pmccabe2html.m4: Added cyclomatic code complexity charts.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * gl/close.c, gl/m4/sys_socket_h.m4, gl/socket.c,
-       gl/sys_socket.in.h, gltests/ioctl.c: Update gnulib files.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/unistd_h.m4, gl/unistd.in.h,
-       lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: 
-       Update gnulib files.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Make it work with --disable-obsolete.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * tests/old-base64.c: Fix out of range problem in printf.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/ioctl.c,
-       gltests/sys_ioctl.in.h: Update gnulib files.
-
-2008-10-21  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/close.c, gl/connect.c, gl/m4/gnulib-comp.m4,
-       gl/override/tests/test-poll.c.diff, gl/recv.c, gl/shutdown.c,
-       gl/socket.c, gl/w32sock.h, gl/winsock.c, gltests/Makefile.am,
-       gltests/accept.c, gltests/bind.c, gltests/ioctl.c,
-       gltests/listen.c, gltests/setsockopt.c, gltests/sys_ioctl.in.h,
-       gltests/test-poll.c, gltests/w32sock.h, gltests/winsock.c: Update
-       gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/winsock.c, gltests/Makefile.am,
-       gltests/ioctl.c, gltests/winsock.c: Update gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/m4/close.m4, gl/m4/gnulib-comp.m4, gltests/Makefile.am: Update
-       gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/sys_ioctl.in.h: 
-       Update gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Need -I's for gsasl.h etc.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't garble gsasl-api-error-labels.texi if
-       print-errors fails.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't re-generate print-errors unless needed.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Fix off-by-one error.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/fclose.c, gl/m4/close.m4, gl/m4/fclose.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Re-enable fclose to
-       work around autoconf problem.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/close.c, gl/m4/fclose.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gltests/Makefile.am,
-       gltests/close.c, gltests/fclose.c: Update gnulib files.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Remove gdoc-error.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Drop getaddrinfo.h.
-
-2008-10-20  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/arpa_inet.in.h, gl/errno.in.h,
-       gl/float.in.h, gl/gai_strerror.c, gl/getaddrinfo.c,
-       gl/getaddrinfo.h, gl/iconv.in.h, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/netdb.in.h,
-       gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h,
-       gl/wchar.in.h, gl/wctype.in.h, gltests/test-getaddrinfo.c,
-       lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float.in.h,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdint.in.h,
-       lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h,
-       lib/gl/unistd.in.h, lib/gl/wchar.in.h, src/internal.h: Update gnulib
-       files.
-
-2008-10-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getaddrinfo.c, gl/m4/close.m4,
-       gl/m4/fclose.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4, gl/m4/stdio_h.m4,
-       gl/m4/sys_socket_h.m4, gl/netdb.in.h, gl/stdio.in.h,
-       gl/sys_socket.in.h, gl/winsock.c, gltests/Makefile.am,
-       gltests/fclose.c, gltests/test-netdb.c, gltests/test-poll.c,
-       gltests/winsock.c: Update gnulib files.  Add netdb.h replacement.
-
-2008-10-15  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS: Add.
-
-2008-10-15  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't use POLLOUT, causes essentially busy-waiting.
-       Reported by Enrico Scholz <address@hidden>.
-
-2008-10-13  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/nonascii.c: Fix warnings.
-
-2008-10-13  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Need -I for gettext.h.
-
-2008-10-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h, lib/win32/libgsasl.vcproj: Fix MSVC build files.
-       Partially reverts recent changes.  Based on discussion with Adam
-       Strzelecki <address@hidden>.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Need EXEEXT.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Don't include langinfo.h when it doesn't exist.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump so version for new API.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h, lib/src/xfinish.c: Fix mem leak.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Reduce redundancy.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generated.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gdoc-error, doc/print-errors.c: Generate
-       gsasl-api-error-labels.texi using C program.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Add.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/src/Makefile.am,
-       lib/src/test-error.c, lib/tests/test-error.c: Move test-error.c out
-       of library source tree.
-
-2008-10-11  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml, lib/NEWS, lib/src/Makefile.am,
-       lib/src/error.c, lib/src/gsasl.h, lib/src/test-error.c,
-       tests/Makefile.am, tests/errors.c: Add gsasl_strerror_name.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/obsolete.c: Move callback mapping to
-       obsolete.c.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Typo.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c, lib/src/property.c: Move callback2property
-       mapping to obsolete.c.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix warnings.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/Makefile.am: This code doesn't compile with warnings
-       enabled -- GSS-API bufdesc is broken!
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.c: Fix warnings.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/old-base64.c: Add self-test of obsolete
-       base64 functions.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/m4/close.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_socket_h.m4,
-       gl/m4/unistd_h.m4, gl/sys_select.in.h, gl/sys_socket.in.h,
-       gl/unistd.in.h, gl/winsock.c, gltests/Makefile.am, gltests/close.c,
-       gltests/winsock.c, lib/GNUmakefile, lib/gl/Makefile.am,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/minmax.m4, lib/gl/minmax.h,
-       lib/src/obsolete.c: Use internal base64 encoder instead of
-       duplicating it.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/NEWS, lib/digest-md5/server.c: DIGEST-MD5 server:
-       Convert latin-1 realm to UTF-8 when needed.  Reported by Adam Goode
-       <address@hidden>.
-
-2008-10-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c: Fix (incorrect) -Werror warning.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, lib/Makefile.am,
-       lib/anonymous/Makefile.am, lib/configure.ac,
-       lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/external/Makefile.am, lib/gs2/Makefile.am,
-       lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am,
-       lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am, lib/src/Makefile.am: Do distcheck with
-       -Werror.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Work around gtk-doc parser bug.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Fix mingw32 target.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/config.h: Add, derived from
-       gen-win32-headers.pl.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Map GSASL_API to nothing by default.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/Makefile.am, lib/NEWS, lib/src/gsasl.h,
-       lib/win32/include/gen-win32-headers.pl, lib/win32/libgsasl.vcproj: 
-       Fix MinGW again.  Avoid perl in MSVS.
-
-2008-10-09  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Use GSASL_VERSION instead of PACKAGE_VERSION to
-       reduce config.h dependency.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Mention new property.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Ignore GSASL_DIGEST_MD5_HASHED_PASSWORD
-       property callbacks.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Try to get hashed password before real
-       password.  Patch together with "Gazsรƒยณ Attila" <address@hidden>.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/NEWS, lib/digest-md5/server.c, lib/src/gsasl.h,
-       lib/src/internal.h, lib/src/property.c: Support hashed passwords in
-       DIGEST-MD5 servers.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Fix INDENT_SOURCES.
-
-2008-10-07  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Add INDENT_SOURCES.
-
-2008-10-05  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/c-ctype.h, gl/errno.in.h,
-       gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, gl/m4/unistd_h.m4,
-       gl/strerror.c, gl/sys_select.in.h, gl/unistd.in.h,
-       gl/winsock-select.c, gl/winsock.c, gltests/Makefile.am,
-       gltests/test-sys_select.c, lib/gl/Makefile.am, lib/gl/errno.in.h,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-10-02  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix mingw build rules.
-
-2008-10-02  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/unistd_h.m4, gl/poll.c, gl/sys_socket.in.h,
-       gl/unistd.in.h, gl/winsock-select.c, gl/winsock.c,
-       gltests/test-poll.c, gltests/test-sys_select.c, lib/gl/Makefile.am,
-       lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-09-30  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/m4/arpa_inet_h.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/sockets.m4,
-       gl/m4/stdio_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4,
-       gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/stdio-write.c, gl/stdio.in.h,
-       gl/sys_select.in.h, gl/sys_socket.in.h, gl/unistd.in.h,
-       gl/winsock.c, gltests/Makefile.am, gltests/test-sys_select.c,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio-write.c,
-       lib/gl/stdio.in.h, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-09-30  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Use AC_CONFIG_MACRO_DIR for modern
-       libtool.
-
-2008-09-26  Simon Josefsson <address@hidden>
-
-       * configure.ac, doc/reference/Makefile.am, gtk-doc.make,
-       lib/configure.ac: Use automake warnings.  Upgrade gtk-doc makefiles.
-
-2008-09-26  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Remove.
-
-2008-09-26  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update gnulib
-       files.
-
-2008-09-26  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/sys_select_h.m4, gl/sys_select.in.h, gl/sys_socket.in.h,
-       gl/winsock-select.c, gltests/test-sys_select.c: Update gnulib files.
-
-2008-09-23  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/alloca.c, gl/m4/gnulib-comp.m4,
-       gl/m4/perror.m4, gl/m4/strdup.m4, gl/m4/string_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/wchar.m4, gl/poll.c, gl/string.in.h,
-       gl/sys_socket.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h,
-       gl/winsock.c, gltests/Makefile.am, gltests/perror.c,
-       gltests/test-perror.c, gltests/test-perror.sh, gltests/test-poll.c,
-       gltests/test-wchar.c, gltests/test-wctype.c, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strdup.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/wchar.m4, lib/gl/malloc.c,
-       lib/gl/string.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h,
-       lib/gltests/test-wchar.c: Update gnulib files.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Revert CFLAGS, causes ./configure to be run with
-       -Werror which isn't supported.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * README, doc/gsasl.texi, lib/README: Fix license discussions.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * po/ga.po.in: Sync with TP.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/id.po.in: Sync with TP.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * lib/gs2/test-parser.c, lib/securid/mechinfo.c, lib/src/gsasl.h,
-       lib/src/mechname.c, lib/src/version.c, tests/external.c: Indent.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c, src/imap.c, src/smtp.c,
-       tests/external.c: Fix warnings.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add dist-check warning flags.
-
-2008-09-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/errno.in.h, gl/m4/eoverflow.m4,
-       gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_pton.m4,
-       gl/m4/sockets.m4, gl/m4/stdio_h.m4, gl/m4/strerror.m4, gl/poll.c,
-       gl/stdio.in.h, gl/strerror.c, gl/sys_socket.in.h, gl/vasnprintf.c,
-       gltests/Makefile.am, gltests/dummy.c, gltests/inet_pton.c,
-       gltests/sockets.c, gltests/sockets.h, gltests/test-EOVERFLOW.c,
-       gltests/test-errno.c, gltests/test-poll.c, gltests/test-sockets.c,
-       gltests/test-strerror.c, lib/gl/Makefile.am, lib/gl/errno.in.h,
-       lib/gl/m4/eoverflow.m4, lib/gl/m4/errno_h.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/stdio.in.h,
-       lib/gl/vasnprintf.c, lib/gltests/Makefile.am,
-       lib/gltests/test-EOVERFLOW.c, lib/gltests/test-errno.c: Update
-       gnulib files.
-
-2008-09-08  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Don't check gnulib getdelim for thread
-       unsafety: it is thread safe.
-
-2008-09-08  Simon Josefsson <address@hidden>
-
-       * build-aux/config.rpath, gl/m4/include_next.m4,
-       lib/build-aux/config.rpath, lib/gl/m4/include_next.m4: Update gnulib
-       files.
-
-2008-09-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/float.in.h, gl/iconv.in.h,
-       gl/m4/include_next.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
-       gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h,
-       gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h,
-       gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, lib/gl/Makefile.am,
-       lib/gl/float.in.h, lib/gl/m4/include_next.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/stdint.in.h,
-       lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h,
-       lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h: Update
-       gnulib files.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Fix.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * cfg.mk, lib/Makefile.am, lib/cfg.mk: Fix release target in lib/.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * Makefile.am, cfg.mk: Move release targets.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/gl/getdelim.c, lib/gl/m4/getdelim.m4,
-       lib/maint.mk: Update gnulib files.
-
-2008-08-29  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/getdelim.c, gl/m4/getdelim.m4, gl/poll.c,
-       maint.mk: Update gnulib files.
-
-2008-08-27  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-08-22  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/poll.m4, gl/poll.c, gl/poll.in.h: Need poll for mingw32.
-
-2008-08-21  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Update gnulib usage.
-
-2008-08-21  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4,
-       lib/gl/m4/threadlib.m4, lib/gl/string.in.h, lib/gl/strverscmp.h,
-       lib/gltests/Makefile.am, lib/gltests/test-strverscmp.c: Update
-       gnulib files.
-
-2008-08-21  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/autobuild.m4, gl/m4/string_h.m4,
-       gl/string.in.h: Update gnulib files.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix URLs.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix URLs.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't put archive in www direcory.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.28.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * configure.ac: No need to check for sys/poll.h and errno.h.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/autobuild.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, m4/autobuild.m4: Use
-       autobuild from gnulib.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * tests/name.c: Test NULL usage.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Link to new APIs in 0.2.28.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS, tests/Makefile.am, tests/name.c: Add self-test for
-       gsasl_mechanism_name.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generated.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS, lib/configure.ac, lib/src/Makefile.am,
-       lib/src/gsasl.h, lib/src/mechname.c, lib/win32/libgsasl.vcproj: Add
-       gsasl_mechanism_name function.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c: Update gnulib files.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h,
-       lib/gs2/client.c, lib/gs2/gs2.h, lib/gs2/gs2parser.c,
-       lib/gs2/gs2parser.h, lib/gs2/gs2wrap.c, lib/gs2/server.c,
-       lib/gs2/test-parser.c, lib/gssapi/server.c, lib/plain/server.c,
-       src/internal.h, tests/gssapi.c, tests/old-gssapi.c: Indent.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * cfg.mk: Add proper INDENT_SOURCE.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/gsasl.c: Indent.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * .clcopying: Update.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Use #ifdef HAVE_CONFIG_H instead of #if
-       HAVE_CONFIG_H.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/client.c, lib/anonymous/mechinfo.c,
-       lib/anonymous/server.c, lib/cram-md5/client.c,
-       lib/cram-md5/mechinfo.c, lib/cram-md5/server.c,
-       lib/digest-md5/client.c, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c,
-       lib/digest-md5/nonascii.c, lib/digest-md5/parser.c,
-       lib/digest-md5/printer.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/validate.c,
-       lib/external/client.c, lib/external/mechinfo.c,
-       lib/external/server.c, lib/gs2/client.c, lib/gs2/mechinfo.c,
-       lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c,
-       lib/gssapi/server.c, lib/login/client.c, lib/login/mechinfo.c,
-       lib/login/server.c, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c,
-       lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/server.c,
-       lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/server.c,
-       src/internal.h: Use #ifdef HAVE_CONFIG_H instead of #if
-       HAVE_CONFIG_H.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h: Remove duplicate
-       GSASL_API definition.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Ignore GSASL_API function decorator.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * NEWS, src/gsasl.c, src/internal.h: Use poll instead of select.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Dist unistd.h for win32.
-
-2008-08-20  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/unistd.h: Add.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * README-alpha, lib/README-alpha, lib/autogen.sh: Upgrade
-       README-alpha stuff.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/win32/include/gen-win32-headers.pl: Update license.  See
-       discussion in
-
-       
<http://news.gmane.org/find-root.php?message_id=%3c824CED64%2dD5F3%2d4626%2dA030%2d3D5A1F25663B%40java.pl%3e>and
-
-       
<http://news.gmane.org/find-root.php?message_id=%3cBB01BC68%2dA998%2d4E91%2d9501%2d7691BB7BBFC3%40java.pl%3e>.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/Makefile.am, lib/README.win32: Move Windows
-       instructions into the manual.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Dist win32 files.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h: 
-       Indent.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h: Add
-       Visual Studio patches.  From Adam Strzelecki <address@hidden>.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/README.win32, lib/win32/include/ac-stdint.h,
-       lib/win32/include/alloca.h, lib/win32/include/gen-win32-headers.pl,
-       lib/win32/include/idn-int.h, lib/win32/include/stdbool.h,
-       lib/win32/include/stdint.h, lib/win32/libgsasl.sln,
-       lib/win32/libgsasl.vcproj: Add Visual Studio patches.  From Adam
-       Strzelecki <address@hidden>.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-08-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c, lib/gl/m4/lock.m4: Update gnulib files.
-
-2008-08-06  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, lib/GNUmakefile: Update gnulib files.
-
-2008-08-04  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/m4/gnulib-comp.m4, gl/vasnprintf.c,
-       lib/GNUmakefile, lib/gl/m4/gnulib-comp.m4, lib/gl/vasnprintf.c: 
-       Update gnulib files.
-
-2008-07-02  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Reorder release target.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: No need to git-push here.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Reorder release target.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.27.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Improve release target.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix nl_langinfo error.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/tests/Makefile.am, gl/tests/dummy.c,
-       gl/tests/test-EOVERFLOW.c, gl/tests/test-alloca-opt.c,
-       gl/tests/test-arpa_inet.c, gl/tests/test-c-ctype.c,
-       gl/tests/test-c-strcase.sh, gl/tests/test-c-strcasecmp.c,
-       gl/tests/test-c-strncasecmp.c, gl/tests/test-fseeko.c,
-       gl/tests/test-fseeko.sh, gl/tests/test-getaddrinfo.c,
-       gl/tests/test-getdelim.c, gl/tests/test-getline.c,
-       gl/tests/test-iconv.c, gl/tests/test-lseek.c,
-       gl/tests/test-lseek.sh, gl/tests/test-netinet_in.c,
-       gl/tests/test-quotearg.c, gl/tests/test-snprintf.c,
-       gl/tests/test-stdbool.c, gl/tests/test-stdint.c,
-       gl/tests/test-stdio.c, gl/tests/test-stdlib.c,
-       gl/tests/test-strerror.c, gl/tests/test-striconv.c,
-       gl/tests/test-string.c, gl/tests/test-sys_select.c,
-       gl/tests/test-sys_socket.c, gl/tests/test-sys_time.c,
-       gl/tests/test-unistd.c, gl/tests/test-vasnprintf.c,
-       gl/tests/test-wchar.c, gl/tests/test-wctype.c, gl/tests/verify.h,
-       gltests/Makefile.am, gltests/dummy.c, gltests/test-EOVERFLOW.c,
-       gltests/test-alloca-opt.c, gltests/test-arpa_inet.c,
-       gltests/test-c-ctype.c, gltests/test-c-strcase.sh,
-       gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c,
-       gltests/test-fseeko.c, gltests/test-fseeko.sh,
-       gltests/test-getaddrinfo.c, gltests/test-getdelim.c,
-       gltests/test-getline.c, gltests/test-iconv.c, gltests/test-lseek.c,
-       gltests/test-lseek.sh, gltests/test-netinet_in.c,
-       gltests/test-quotearg.c, gltests/test-snprintf.c,
-       gltests/test-stdbool.c, gltests/test-stdint.c,
-       gltests/test-stdio.c, gltests/test-stdlib.c,
-       gltests/test-strerror.c, gltests/test-striconv.c,
-       gltests/test-string.c, gltests/test-sys_select.c,
-       gltests/test-sys_socket.c, gltests/test-sys_time.c,
-       gltests/test-unistd.c, gltests/test-vasnprintf.c,
-       gltests/test-wchar.c, gltests/test-wctype.c, gltests/verify.h,
-       lib/Makefile.am, lib/configure.ac, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/tests/Makefile.am,
-       lib/gl/tests/dummy.c, lib/gl/tests/intprops.h,
-       lib/gl/tests/test-EOVERFLOW.c, lib/gl/tests/test-alloca-opt.c,
-       lib/gl/tests/test-base64.c, lib/gl/tests/test-gc-hmac-md5.c,
-       lib/gl/tests/test-gc-md5.c, lib/gl/tests/test-gc.c,
-       lib/gl/tests/test-getdelim.c, lib/gl/tests/test-getline.c,
-       lib/gl/tests/test-stdbool.c, lib/gl/tests/test-stdint.c,
-       lib/gl/tests/test-stdio.c, lib/gl/tests/test-stdlib.c,
-       lib/gl/tests/test-string.c, lib/gl/tests/test-unistd.c,
-       lib/gl/tests/test-vasnprintf.c, lib/gl/tests/test-vasprintf.c,
-       lib/gl/tests/test-wchar.c, lib/gl/tests/verify.h,
-       lib/gltests/Makefile.am, lib/gltests/dummy.c,
-       lib/gltests/intprops.h, lib/gltests/test-EOVERFLOW.c,
-       lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c,
-       lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-md5.c,
-       lib/gltests/test-gc.c, lib/gltests/test-getdelim.c,
-       lib/gltests/test-getline.c, lib/gltests/test-stdbool.c,
-       lib/gltests/test-stdint.c, lib/gltests/test-stdio.c,
-       lib/gltests/test-stdlib.c, lib/gltests/test-string.c,
-       lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c,
-       lib/gltests/test-vasprintf.c, lib/gltests/test-wchar.c,
-       lib/gltests/verify.h: Move gnulib self-tests from */gl/tests to
-       */gltests.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac: Fix paths.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Update translations.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Fix PACKAGE.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/fr.po.in, lib/po/ga.po.in,
-       lib/po/nl.po.in, lib/po/pl.po.in, lib/po/ro.po.in, lib/po/sr.po.in,
-       lib/po/sv.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/cfg.mk: Set PACKAGE for update-po.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/tests/dummy.c, lib/gl/tests/intprops.h,
-       lib/gl/tests/test-EOVERFLOW.c, lib/gl/tests/test-alloca-opt.c,
-       lib/gl/tests/test-base64.c, lib/gl/tests/test-getdelim.c,
-       lib/gl/tests/test-getline.c, lib/gl/tests/test-stdbool.c,
-       lib/gl/tests/test-stdint.c, lib/gl/tests/test-stdio.c,
-       lib/gl/tests/test-stdlib.c, lib/gl/tests/test-string.c,
-       lib/gl/tests/test-unistd.c, lib/gl/tests/test-vasnprintf.c,
-       lib/gl/tests/test-vasprintf.c, lib/gl/tests/test-wchar.c,
-       lib/gl/tests/verify.h: Update gnulib files, and include gnulib
-       self-tests.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/NEWS, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/gnulib-tool.m4, lib/gl/m4/lock.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/stdio.in.h, lib/gl/tests/Makefile.am,
-       lib/gl/tests/test-gc-hmac-md5.c, lib/gl/tests/test-gc-md5.c,
-       lib/gl/tests/test-gc.c, lib/tests/Makefile.am,
-       lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c,
-       lib/tests/test-gc.c: Update gnulib files, and include gnulib
-       self-tests.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, NEWS, doc/gendocs_template, gl/Makefile.am,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
-       gl/m4/locale-fr.m4, gl/m4/locale-tr.m4, gl/m4/stdio_h.m4,
-       gl/override/doc/gendocs_template.diff, gl/stdio.in.h,
-       gl/tests/Makefile.am, gl/tests/dummy.c, gl/tests/test-EOVERFLOW.c,
-       gl/tests/test-alloca-opt.c, gl/tests/test-arpa_inet.c,
-       gl/tests/test-c-ctype.c, gl/tests/test-c-strcase.sh,
-       gl/tests/test-c-strcasecmp.c, gl/tests/test-c-strncasecmp.c,
-       gl/tests/test-fseeko.c, gl/tests/test-fseeko.sh,
-       gl/tests/test-getaddrinfo.c, gl/tests/test-getdelim.c,
-       gl/tests/test-getline.c, gl/tests/test-iconv.c,
-       gl/tests/test-lseek.c, gl/tests/test-lseek.sh,
-       gl/tests/test-netinet_in.c, gl/tests/test-quotearg.c,
-       gl/tests/test-snprintf.c, gl/tests/test-stdbool.c,
-       gl/tests/test-stdint.c, gl/tests/test-stdio.c,
-       gl/tests/test-stdlib.c, gl/tests/test-strerror.c,
-       gl/tests/test-striconv.c, gl/tests/test-string.c,
-       gl/tests/test-sys_select.c, gl/tests/test-sys_socket.c,
-       gl/tests/test-sys_time.c, gl/tests/test-unistd.c,
-       gl/tests/test-vasnprintf.c, gl/tests/test-wchar.c,
-       gl/tests/test-wctype.c, gl/tests/verify.h: Update gnulib files, and
-       include gnulib self-tests.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/de.po.in, lib/po/eu.po.in,
-       lib/po/fr.po.in, lib/po/ga.po.in, lib/po/id.po.in, lib/po/nl.po.in,
-       lib/po/pl.po.in, lib/po/ro.po.in, lib/po/sq.po.in, lib/po/sr.po.in,
-       lib/po/sv.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in,
-       lib/po/zh_TW.po.in: Sync with TP.
-
-2008-07-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-06-21  Enrico Scholz <address@hidden>
-
-       * src/gsasl.c: Fix SASL operations through TLS SASL operations through 
TLS do not work as the custom 'writeln()'
-       operation would skip the gnutls_record_send() call unconditionally
-       ('len' is initialized to 0 and won't be modified).  This patch 
initializes 'len' with the length of the string and
-       reuses this value in the following send/write calls.  Signed-off-by: 
Enrico Scholz
-       <address@hidden>
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * po/nl.po.in, po/pl.po.in, po/vi.po.in, po/zh_CN.po.in: Sync with
-       TP.
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/nl.po.in, lib/po/vi.po.in,
-       lib/po/zh_CN.po.in: Sync with TP.
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * gl/stdbool.in.h, gl/stdio-impl.h, gl/vasnprintf.c, gl/xalloc.h,
-       lib/gl/stdbool.in.h, lib/gl/vasnprintf.c, lib/maint.mk, maint.mk: 
-       Update gnulib files.
-
-2008-06-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/Makefile.am, lib/digest-md5/client.c,
-       lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h,
-       lib/digest-md5/server.c: DIGEST-MD5: Fix undefined symbol
-       "utf8tolatin1ifpossible".  Reported by Martin Lambers
-       <address@hidden>.
-
-2008-05-20  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/wctype.m4, gl/vasnprintf.c, gl/xalloc.h, gl/xmalloc.c,
-       lib/gl/base64.c, lib/gl/base64.h, lib/gl/m4/gnulib-common.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/vasnprintf.c: Update gnulib files.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Dist more.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.26.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix .cvscopying filename.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * .clcopying, .cvscopying, Makefile.am: Dist more, fix .cvscopying
-       filename.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix warnings about missing
-       --deprecated-guards.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Cosmetic fix.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Fix to avoid warnings about
-       GSASL_VALID_MECHANISM_CHARACTERS definition.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Split up manpage/texinfos to one per line, to
-       simplify diff review.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, gl/Makefile.am, gl/arpa_inet.in.h,
-       gl/fseeko.c, gl/getaddrinfo.c, gl/inet_ntop.c, gl/inet_ntop.h,
-       gl/m4/arpa_inet_h.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_socket_h.m4,
-       gl/stdio-impl.h, gl/stdlib.in.h, gl/string.in.h,
-       gl/sys_socket.in.h, lib/gl/Makefile.am, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/string_h.m4, lib/gl/stdlib.in.h, lib/gl/string.in.h: 
-       Update gnulib files.
-
-2008-05-05  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/NEWS, lib/digest-md5/server.c: Fix ISO-8859-1 to UTF-8
-       conversion code.  Tiny patch from Pawel Widera
-       <address@hidden>.
-
-2008-04-23  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/fr.po.in, lib/po/sk.po.in: Sync with TP.
-
-2008-04-23  Simon Josefsson <address@hidden>
-
-       * Makefile.am, NEWS, cfg.mk, lib/Makefile.am, lib/NEWS, lib/cfg.mk,
-       lib/po/Makevars, lib/po/fr.po, lib/po/fr.po.in, lib/po/ga.po,
-       lib/po/ga.po.in, lib/po/nl.po, lib/po/nl.po.in, lib/po/pl.po,
-       lib/po/pl.po.in, lib/po/ro.po, lib/po/ro.po.in, lib/po/sr.po,
-       lib/po/sr.po.in, lib/po/sv.po, lib/po/sv.po.in, lib/po/vi.po,
-       lib/po/vi.po.in, po/Makevars, po/de.po, po/de.po.in, po/eu.po,
-       po/eu.po.in, po/fr.po, po/fr.po.in, po/ga.po, po/ga.po.in,
-       po/id.po, po/id.po.in, po/nl.po, po/nl.po.in, po/pl.po,
-       po/pl.po.in, po/ro.po, po/ro.po.in, po/sq.po, po/sq.po.in,
-       po/sr.po, po/sr.po.in, po/sv.po, po/sv.po.in, po/vi.po,
-       po/vi.po.in, po/zh_CN.po, po/zh_CN.po.in, po/zh_TW.po,
-       po/zh_TW.po.in: Avoid *.po merge conflicts and --no-location.
-
-2008-04-23  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c,
-       gl/m4/arpa_inet_h.m4, gl/m4/extensions.m4, gl/m4/getopt.m4,
-       gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/mbstate_t.m4,
-       gl/m4/netinet_in_h.m4, gl/m4/printf.m4, gl/m4/snprintf.m4,
-       gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/strerror.m4,
-       gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/wctype.m4,
-       gl/sys_socket.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h,
-       lib/gl/gc-gnulib.c, lib/gl/m4/extensions.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/vasnprintf.c,
-       lib/gl/wchar.in.h: Update gnulib files.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Add.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * THANKS: Add, reporting the DIGEST-MD5 problem.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/client.c: DIGEST-MD5 client: convert
-       password from UTF-8 to ISO-8859-1 before hash.  For compatibility
-       with server.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Test non-ASCII username/password.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/server.c, lib/digest-md5/validate.c,
-       tests/digest-md5.c: DIGEST-MD5 server: don't reject authentication
-       if client doesn't use utf-8.  Before, authentication from all
-       non-UTF-8 clients were simply rejected.  When this situation occurs
-       now, the username is translated into UTF-8 before being passed on to
-       applications.  Further, the password retrieved from the application
-       is converted from UTF-8 to ISO-8859-1 if that is possible.  Reported by 
marty <address@hidden> in
-
-       
<http://lists.gnu.org/archive/html/help-gsasl/2008-03/msg00002.html>.See also 
<http://jabberd2.xiaoka.com/ticket/200> and
-       <http://developer.pidgin.im/ticket/5213>.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add native Windows build notes, based on libidn.
-
-2008-04-11  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c: Update gnulib files.
-
-2008-04-10  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/fseeko.c, gl/m4/include_next.m4, gl/m4/stdint.m4,
-       lib/GNUmakefile, lib/gl/m4/gc-random.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/stdint.m4: Update gnulib files.
-
-2008-04-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/m4/gnulib-comp.m4,
-       gl/m4/stdlib_h.m4, gl/m4/vasnprintf.m4, gl/snprintf.c,
-       gl/stdlib.in.h, gl/vasnprintf.c, gl/wchar.in.h, lib/gl/Makefile.am,
-       lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/getdelim.c,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/stdlib.in.h, lib/gl/vasnprintf.c,
-       lib/gl/vasprintf.c, lib/gl/wchar.in.h: Update gnulib files.
-
-2008-03-25  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, build-aux/GNUmakefile, build-aux/maint.mk, cfg.mk,
-       gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       lib/GNUmakefile, lib/build-aux/GNUmakefile, lib/build-aux/maint.mk,
-       lib/cfg.mk, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/maint-cfg.mk, lib/maint.mk,
-       maint-cfg.mk, maint.mk: Update gnulib files.
-
-2008-03-19  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am, doc/reference/tmpl/gsasl-unused.sgml,
-       gtk-doc.make: Update GTK-DOC build system.
-
-2008-03-19  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template, gl/override/doc/gendocs_template,
-       gl/override/doc/gendocs_template.diff: Use a patch for our gendocs
-       changes.
-
-2008-03-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/absolute-header.m4, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/lib-link.m4,
-       gl/m4/stdarg.m4, gl/stdarg.in.h, lib/gl/Makefile.am,
-       lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/lib-link.m4: Update gnulib files.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.25.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c, lib/src/callback.c, lib/src/init.c,
-       lib/src/listmech.c, lib/src/md5pwd.c, lib/src/obsolete.c,
-       lib/src/property.c, lib/src/register.c, lib/src/version.c,
-       lib/src/xcode.c, lib/src/xstart.c: Doc fixes.
-
-2008-03-10  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, gl/alloca.in.h, gl/getaddrinfo.c,
-       gl/getdelim.c, gl/getopt.c, gl/m4/fseeko.m4, gl/xsize.h,
-       lib/gl/alloca.in.h, lib/gl/gc-gnulib.c, lib/gl/getdelim.c,
-       lib/gl/xsize.h: Update gnulib files.
-
-2008-03-03  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS, src/gsasl.c: Make stdout line buffered, to avoid
-       buffering problems.  Reported by Enrico Scholz
-       <address@hidden>, see
-       <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/123>.
-
-2008-02-25  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: 
-       Update gnulib files.
-
-2008-02-25  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/unistd_h.m4, gl/quotearg.c, gl/quotearg.h,
-       gl/unistd.in.h: Update gnulib files.
-
-2008-02-13  Simon Josefsson <address@hidden>
-
-       * gl/m4/vasnprintf.m4, gl/vasnprintf.c, lib/gl/m4/md5.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/md5.c, lib/gl/md5.h,
-       lib/gl/vasnprintf.c: Update gnulib files.
-
-2008-02-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-02-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-02-06  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, Makefile.am, lib/GNUmakefile, lib/Makefile.am,
-       lib/maint-cfg.mk, maint-cfg.mk: Brace expansion is not POSIX
-       portable.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * gl/m4/sys_time_h.m4, gl/sys_time.in.h: Add gnulib modules for
-       sys/time.h and netinet/in.h and use them.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, src/internal.h: Add gnulib modules for
-       sys/time.h and netinet/in.h and use them.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump version.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/gc-libgcrypt.c, lib/gl/m4/string_h.m4,
-       lib/gl/stdio.in.h, lib/gl/string.in.h, lib/gl/vasnprintf.h: Update
-       gnulib files.
-
-2008-01-19  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, gl/Makefile.am, gl/error.h,
-       gl/m4/string_h.m4, gl/stdio.in.h, gl/string.in.h, gl/vasnprintf.h,
-       gl/xalloc.h: Update gnulib files.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.24.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Typo.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/src/Makefile.am: Create libgsasl-XX.def if
-       possible, for MinGW.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-libgcrypt.c: Disable secmem.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Need gnulib.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.23.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Mention that entry fixes a security problem.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Need tarname in AC_INIT.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Update copyright years.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/stdarg.m4, gl/version-etc.c,
-       gl/version-etc.h, src/Makefile.am, src/gsasl.c, src/internal.h: Use
-       gnulib version-etc module for --version.  Fix --help.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use nicer AC_INIT package name string.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS, lib/NEWS, lib/cram-md5/challenge.c,
-       lib/cram-md5/challenge.h, lib/cram-md5/server.c, tests/cram-md5.c: 
-       For CRAM-MD5, check gc_nonce return code to make sure challenge is
-       fresh.  Reported by "Daniel Armyr" <address@hidden>.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * lib/build-aux/config.rpath, lib/gl/Makefile.am,
-       lib/gl/m4/alloca.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/printf-parse.c, lib/gl/stdlib.in.h,
-       lib/gl/string.in.h, lib/gl/unistd.in.h: Update gnulib files.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * build-aux/config.rpath, gl/Makefile.am, gl/m4/alloca.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/unistd_h.m4,
-       gl/printf-parse.c, gl/progname.c, gl/stdlib.in.h, gl/string.in.h,
-       gl/unistd.in.h: Update gnulib files.
-
-2008-01-15  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, maint-cfg.mk: Re-apply config.rpath hack.
-
-2007-12-19  Simon Josefsson <address@hidden>
-
-       * gl/float.in.h, gl/fseeko.c, gl/m4/float_h.m4,
-       gl/m4/gnulib-comp.m4, gl/stdint.in.h, lib/gl/float.in.h,
-       lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/stdint.in.h: 
-       Update gnulib files.
-
-2007-12-19  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-auth-scram-05.txt: Add.
-
-2007-12-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Add FIXME about utf8/iso8859-1.
-
-2007-12-11  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, maint-cfg.mk: Remove config.rpath hack.
-
-2007-12-11  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, doc/fdl.texi, doc/gpl-3.0.texi,
-       gl/Makefile.am, gl/alloca.in.h, gl/asnprintf.c, gl/c-ctype.c,
-       gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c,
-       gl/c-strncasecmp.c, gl/float+.h, gl/fseeko.c, gl/gai_strerror.c,
-       gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getdelim.c, gl/getline.c,
-       gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.in.h,
-       gl/iconv_open.c, gl/inet_ntop.c, gl/inet_ntop.h, gl/lseek.c,
-       gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/intmax_t.m4, gl/m4/lib-link.m4,
-       gl/m4/longlong.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4,
-       gl/m4/strerror.m4, gl/m4/string_h.m4, gl/m4/ulonglong.m4,
-       gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wint_t.m4,
-       gl/malloc.c, gl/netinet_in.in.h, gl/printf-args.c,
-       gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h,
-       gl/realloc.c, gl/size_max.h, gl/snprintf.c, gl/stdbool.in.h,
-       gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c,
-       gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h,
-       gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c,
-       gl/vasnprintf.h, gl/wchar.in.h, gl/wctype.in.h, gl/xsize.h,
-       lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intlmacosx.m4,
-       lib/gl/m4/intmax_t.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/wint_t.m4, lib/gl/printf-parse.c, lib/gl/realloc.c,
-       lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h,
-       lib/gl/vasnprintf.c: Update gnulib files.
-
-2007-12-11  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Use gettext 0.17.
-
-2007-11-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-zeilenga-sasl-yap-02.txt: Add.
-
-2007-11-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc5056.txt: Add.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c: WIP.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h, lib/gs2/test-parser.c: 
-       Update parser for -09.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/float.in.h,
-       lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/printf-parse.c, lib/gl/realloc.c, lib/gl/stdbool.in.h,
-       lib/gl/stdint.in.h, lib/gl/stdlib.in.h, lib/gl/vasnprintf.c: Update
-       gnulib files.
-
-2007-10-29  Simon Josefsson <address@hidden>
-
-       * build-aux/maint.mk, gl/Makefile.am, gl/iconv.in.h,
-       gl/iconv_open.c, gl/m4/getaddrinfo.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/longlong.m4, gl/m4/ulonglong.m4, gl/printf-parse.c,
-       gl/stdbool.in.h, gl/stdint.in.h, gl/strerror.c, gl/vasnprintf.c: 
-       Update gnulib files.
-
-2007-10-13  Simon Josefsson <address@hidden>
-
-       * lib/gl/string.in.h: Update gnulib files.
-
-2007-10-13  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/intprops.h, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/strerror.m4, gl/strerror.c,
-       gl/string.in.h: Update gnulib files.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS, lib/src/gsasl.h: Version 0.2.22.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/alloca.in.h, gl/alloca_.h, gl/error.c,
-       gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/float.in.h,
-       gl/float_.h, gl/fseeko.c, gl/getopt.c, gl/getopt.in.h,
-       gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/iconv.in.h,
-       gl/iconv_.h, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4,
-       gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/malloc.m4, gl/m4/realloc.m4, gl/m4/socklen.m4,
-       gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4,
-       gl/m4/strerror.m4, gl/m4/string_h.m4, gl/malloc.c,
-       gl/netinet_in.in.h, gl/netinet_in_.h, gl/progname.c, gl/progname.h,
-       gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h,
-       gl/readline.c, gl/readline.h, gl/realloc.c, gl/stdbool.in.h,
-       gl/stdbool_.h, gl/stdint.in.h, gl/stdint_.h, gl/stdio.in.h,
-       gl/stdio_.h, gl/stdlib.in.h, gl/stdlib_.h, gl/strerror.c,
-       gl/string.in.h, gl/string_.h, gl/sys_select.in.h, gl/sys_select_.h,
-       gl/sys_socket.in.h, gl/sys_socket_.h, gl/unistd.in.h, gl/unistd_.h,
-       gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h, gl/wctype_.h,
-       gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c: Update gnulib files.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/float.in.h, lib/gl/gc-gnulib.c,
-       lib/gl/m4/extensions.m4, lib/gl/m4/getdelim.m4,
-       lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lock.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/strverscmp.m4, lib/gl/m4/vasprintf.m4, lib/gl/stdio.in.h,
-       lib/gl/string.in.h: Update gnulib files.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * lib/gl/alloca.in.h, lib/gl/alloca_.h, lib/gl/float.in.h,
-       lib/gl/float_.h, lib/gl/m4/absolute-header.m4, lib/gl/m4/malloc.m4,
-       lib/gl/m4/realloc.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4,
-       lib/gl/malloc.c, lib/gl/realloc.c, lib/gl/stdbool.in.h,
-       lib/gl/stdbool_.h, lib/gl/stdint.in.h, lib/gl/stdint_.h,
-       lib/gl/stdio.in.h, lib/gl/stdio_.h, lib/gl/stdlib.in.h,
-       lib/gl/string.in.h, lib/gl/string_.h, lib/gl/unistd.in.h,
-       lib/gl/wchar.in.h, lib/gl/wchar_.h: Update gnulib files.
-
-2007-10-08  Simon Josefsson <address@hidden>
-
-       * .cvsignore, build-aux/.cvsignore, doc/.cvsignore,
-       doc/doxygen/.cvsignore, doc/man/.cvsignore,
-       doc/reference/.cvsignore, doc/reference/tmpl/.cvsignore,
-       examples/.cvsignore, gl/.cvsignore, lib/.cvsignore,
-       lib/anonymous/.cvsignore, lib/build-aux/.cvsignore,
-       lib/cram-md5/.cvsignore, lib/digest-md5/.cvsignore,
-       lib/external/.cvsignore, lib/gl/.cvsignore, lib/gs2/.cvsignore,
-       lib/gssapi/.cvsignore, lib/kerberos_v5/.cvsignore,
-       lib/login/.cvsignore, lib/m4/.cvsignore, lib/ntlm/.cvsignore,
-       lib/plain/.cvsignore, lib/po/.cvsignore, lib/securid/.cvsignore,
-       lib/src/.cvsignore, lib/tests/.cvsignore, m4/.cvsignore,
-       po/.cvsignore, src/.cvsignore, tests/.cvsignore: Remove
-       .cvsignore's.
-
-2007-09-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-04.txt: Add.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Drop gnits mode.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * configure.ac: Drop gnits mode.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-08-31  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/getdelim.h, gl/getline.c,
-       gl/getline.h, gl/getpass.c, gl/m4/getdelim.m4, gl/m4/getline.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/readline.c, gl/stdio_.h,
-       lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/getdelim.h,
-       lib/gl/getline.c, lib/gl/getline.h, lib/gl/m4/getdelim.m4,
-       lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/stdio_.h: Update gnulib files.
-
-2007-08-28  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix warnings.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.21.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump versions.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * gl/fseeko.c, gl/lseek.c, gl/m4/lseek.m4: Update gnulib files.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Add.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Indent.
-
-2007-08-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Remove the extra leading, trailing, and
-       intermediate commas.  Patch from James Canete <address@hidden>.
-
-2007-08-12  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2007-08-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typoes.  Tiny patch from Brad Hards
-       <address@hidden>.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.20.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-08-11  Simon Josefsson <address@hidden>
-
-       * build-aux/GNUmakefile, build-aux/maint.mk,
-       lib/build-aux/GNUmakefile, lib/build-aux/maint.mk: Update gnulib
-       files.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac: Increment shared library version
-       properly.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2007-08-10  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Don't bother looking for GSS-API library if
-       GS2/GSS-API disabled.  Reported by Maxim Britov
-       <address@hidden>.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.19.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl: Update.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Update.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Clarify license portion of blurb.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/src/free.c: Add Since: to mark when gsasl_free was introduced.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Update.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Update version.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Document gsasl_free.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Add free.c.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/src/free.c: Add doc string.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Change version to
-       0.2.19, we'll need another release.
-
-2007-08-09  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/free.c, lib/src/gsasl.h: Add gsasl_free().
-
-2007-08-08  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-09.txt: Add.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump versions.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * lib/AUTHORS: Update PGP key.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * po/zh_CN.po: Sync with TP.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix markup.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/build-aux/config.rpath, lib/build-aux/maint.mk,
-       lib/gl/Makefile.am, lib/gl/float_.h, lib/gl/m4/absolute-header.m4,
-       lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4,
-       lib/gl/m4/wchar.m4, lib/gl/stdint_.h, lib/gl/stdio_.h,
-       lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/wchar_.h: Update
-       gnulib files.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Clarify license versions.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/doxygen/gdoc2doxygen, doc/gdoc-error,
-       maint-cfg.mk: Re-license to GPLv3.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, examples/Makefile.am,
-       examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c, src/Makefile.am,
-       src/callbacks.c, src/callbacks.h, src/gsasl.c, src/gsasl.ggo,
-       src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h,
-       tests/Makefile.am, tests/cram-md5.c, tests/digest-md5.c,
-       tests/external.c, tests/gssapi.c, tests/md5file.c,
-       tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c,
-       tests/old-md5file.c, tests/simple.c, tests/threadsafety,
-       tests/unicode.c, tests/utils.c, tests/utils.h: Re-license to GPLv3.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * README: Clarify license versions.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/gpl.texi, doc/lgpl.texi: Remove unused license files.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * COPYING: Use GPLv3.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gsasl.texi, gl/override/doc/gpl.texi.diff,
-       gl/override/doc/lgpl.texi.diff: Update manual for GPLv3 change.
-
-2007-08-06  Simon Josefsson <address@hidden>
-
-       * build-aux/config.rpath, build-aux/gendocs.sh, build-aux/maint.mk,
-       doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-2.1.texi, gl/Makefile.am,
-       gl/error.c, gl/float_.h, gl/iconv_.h, gl/m4/absolute-header.m4,
-       gl/m4/float_h.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/include_next.m4,
-       gl/m4/netinet_in_h.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4,
-       gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_select_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4,
-       gl/m4/wctype.m4, gl/netinet_in_.h, gl/stdint_.h, gl/stdio_.h,
-       gl/stdlib_.h, gl/string_.h, gl/sys_select_.h, gl/sys_socket_.h,
-       gl/unistd_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h: Update
-       gnulib files.
-
-2007-08-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-03.txt: Add.
-
-2007-07-12  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-zeilenga-sasl-yap-01.txt: Add.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add *.po files.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add *.po files.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * lib/po/ga.po: Sync with TP.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/fseeko.c, gl/m4/stdint.m4, gl/m4/string_h.m4,
-       gl/m4/vasnprintf.m4, gl/m4/wchar.m4, gl/printf-args.c,
-       gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h,
-       gl/string_.h, gl/vasnprintf.c, gl/wchar_.h, lib/gl/Makefile.am,
-       lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/intlmacosx.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/string_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar.m4,
-       lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c,
-       lib/gl/printf-parse.h, lib/gl/string_.h, lib/gl/vasnprintf.c,
-       lib/gl/wchar_.h: Update gnulib files.
-
-2007-06-12  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.18.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-06-07  Simon Josefsson <address@hidden>
-
-       * gl/m4/vasnprintf.m4, gl/vasnprintf.c, gl/wchar_.h,
-       lib/gl/m4/vasnprintf.m4, lib/gl/vasnprintf.c, lib/gl/wchar_.h: 
-       Update.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump versions.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/intl.m4, lib/gl/m4/stdint.m4: Update.
-
-2007-06-05  Simon Josefsson <address@hidden>
-
-       * gl/m4/lseek.m4, gl/m4/stdint.m4: Update.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * ChangeLog: Generated.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Generated.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix ChangeLog target.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix release target.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.17.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/float+.h, lib/gl/float_.h,
-       lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4,
-       lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/vasprintf.m4, lib/gl/m4/wint_t.m4, lib/gl/stdint_.h,
-       lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c,
-       lib/gl/wchar_.h, lib/tests/test-gc-hmac-md5.c,
-       lib/tests/test-gc-md5.c, lib/tests/test-gc.c: Update.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/float+.h, gl/float_.h, gl/fseeko.c,
-       gl/getpass.c, gl/iconv_.h, gl/lseek.c, gl/m4/float_h.m4,
-       gl/m4/fseeko.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4,
-       gl/m4/lseek.m4, gl/m4/socklen.m4, gl/m4/stdint.m4,
-       gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4,
-       gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/netinet_in_.h, gl/socket_.h,
-       gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h,
-       gl/sys_select_.h, gl/sys_socket_.h, gl/unistd_.h, gl/vasnprintf.c,
-       gl/wchar_.h, gl/wctype_.h: Update.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po rule.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Sync with
-       TP.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/id.po, po/nl.po,
-       po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po,
-       po/zh_CN.po, po/zh_TW.po: Sync with TP.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-06-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am, README-alpha, lib/Makefile.am, lib/README-alpha: Use
-       git instead of cvs.
-
-2007-05-23  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-02.txt: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/id.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po,
-       po/zh_TW.po: Generated.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.16.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Dist gpl.texi, lgpl.texi.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update copyrights.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix 'make distcheck'.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * NEWS, README, lib/NEWS: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/po/sr.po, po/LINGUAS, po/id.po, po/sr.po, po/zh_TW.po: Sync
-       with TP.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Fix.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Duplicate lib/GNUmakefile stuff, to avoid having
-       lib/GNUmakefile revert things.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Remove false positives for threadsafety in
-       vasnprintf.c.
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: [no log message]
-
-2007-04-20  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-libgcrypt.c: Update.
-
-2007-04-12  Simon Josefsson <address@hidden>
-
-       * build-aux/gendocs.sh, gl/.cvsignore, gl/Makefile.am,
-       gl/alloca_.h, gl/float+.h, gl/iconv_.h, gl/iconv_open-aix.gperf,
-       gl/iconv_open-hpux.gperf, gl/iconv_open-irix.gperf,
-       gl/iconv_open-osf.gperf, gl/iconv_open.c, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4,
-       gl/m4/longdouble.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4,
-       gl/m4/vasnprintf.m4, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/stdbool_.h, gl/stdio_.h, gl/stdlib_.h,
-       gl/string_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h,
-       lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asprintf.c,
-       lib/gl/float+.h, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/intl.m4, lib/gl/m4/longdouble.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/vasprintf.m4, lib/gl/printf-args.c, lib/gl/printf-args.h,
-       lib/gl/printf-parse.c, lib/gl/stdbool_.h, lib/gl/stdio_.h,
-       lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/vasprintf.c,
-       lib/gl/wchar_.h: Update.
-
-2007-04-12  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update.
-
-2007-04-04  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc2554bis-09.txt: Add.
-
-2007-03-27  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, lib/build-aux/.cvsignore, lib/gl/.cvsignore,
-       lib/m4/.cvsignore: [no log message]
-
-2007-03-27  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, gl/Makefile.am, gl/c-ctype.c, gl/c-ctype.h,
-       gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4,
-       gl/striconv.c, gl/striconv.h, src/callbacks.c: Replace iconvme with
-       striconv.
-
-2007-03-27  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, gl/Makefile.am: Update.
-
-2007-03-27  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/float+.h, gl/getaddrinfo.c, gl/iconvme.c,
-       gl/iconvme.h, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/iconv.m4, gl/m4/iconvme.m4, gl/m4/stdint.m4,
-       gl/m4/stdio_h.m4, gl/m4/ulonglong.m4, gl/m4/vasnprintf.m4,
-       gl/printf-parse.c, gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h,
-       gl/string_.h, gl/vasnprintf.c, lib/gl/.cvsignore,
-       lib/gl/Makefile.am, lib/gl/float+.h, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4,
-       lib/gl/printf-parse.c, lib/gl/stdio_.h, lib/gl/string_.h,
-       lib/gl/vasnprintf.c: Update.
-
-2007-03-22  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Generated.
-
-2007-03-19  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Need gnulib's builddir.
-
-2007-03-19  Simon Josefsson <address@hidden>
-
-       * lib/gs2/README: Add.
-
-2007-03-19  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Revert version,
-       GS2 won't be in the next release.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Don't use vasprintf.h.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, maint-cfg.mk: More config.rpath fixes.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg, Makefile.maint: Remove.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/build-aux/GNUmakefile,
-       lib/build-aux/config.rpath, lib/build-aux/link-warning.h,
-       lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/asprintf.c,
-       lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h,
-       lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/stdio_h.m4,
-       lib/gl/m4/strdup.m4, lib/gl/m4/string_h.m4, lib/gl/m4/uint32_t.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4,
-       lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c,
-       lib/gl/stdbool_.h, lib/gl/stdint_.h, lib/gl/stdio_.h,
-       lib/gl/strdup.c, lib/gl/strdup.h, lib/gl/string_.h,
-       lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c,
-       lib/gl/vasprintf.h, lib/maint-cfg.mk, lib/maint.mk: Update.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump versions.  Use build-aux/.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Don't use strdup.h.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * build-aux/.cvsignore, gl/.cvsignore, m4/.cvsignore: [no log
-       message]
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, maint-cfg.mk: Work around config.rpath problem.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * gl/m4/onceonly_2_57.m4: Remove.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * build-aux/GNUmakefile, build-aux/config.rpath,
-       build-aux/gendocs.sh, build-aux/link-warning.h, build-aux/maint.mk,
-       gendocs.sh, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, maint.mk: Use build-aux/.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump versions.  Use build-aux/.
-
-2007-03-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/exit.h, gl/exitfail.c, gl/gai_strerror.c,
-       gl/getaddrinfo.c, gl/getopt_.h, gl/iconvme.c, gl/m4/extensions.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/netinet_in_h.m4, gl/m4/snprintf.m4,
-       gl/m4/socklen.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4,
-       gl/m4/strdup.m4, gl/m4/string_h.m4, gl/m4/sys_select_h.m4,
-       gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4,
-       gl/netinet_in_.h, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/quotearg.c, gl/snprintf.c, gl/snprintf.h,
-       gl/socket_.h, gl/stdbool_.h, gl/stdio_.h, gl/stdlib_.h,
-       gl/strdup.c, gl/strdup.h, gl/string_.h, gl/sys_select_.h,
-       gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/xalloc.h: Update.
-
-2007-03-09  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-auth-scram-04.txt: Add.
-
-2007-03-08  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-01.txt: Add.
-
-2007-03-07  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-08.txt: Add.
-
-2007-03-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-12.txt: Add.
-
-2007-02-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-cridland-sasl-hexa-00.txt: Add.
-
-2007-02-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-zeilenga-sasl-yap-00.txt: Add.
-
-2007-02-25  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-11.txt,
-       doc/specification/draft-siemborski-rfc2554bis-08.txt: Add.
-
-2007-01-25  Simon Josefsson <address@hidden>
-
-       * lib/m4/libgcrypt.m4: Remove.
-
-2007-01-25  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/gettext.h, gl/iconvme.c,
-       gl/m4/absolute-header.m4, gl/m4/eoverflow.m4,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/quotearg.m4,
-       gl/m4/size_max.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4,
-       gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/quotearg.c, gl/socket_.h,
-       gl/strdup.h, gl/unistd_.h, gl/wchar_.h, gl/wctype_.h,
-       lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/gettext.h, lib/gl/m4/eoverflow.m4, lib/gl/m4/gc-hmac-md5.m4,
-       lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/wint_t.m4, lib/gl/stdint_.h, lib/gl/strdup.h: Update.
-
-2007-01-25  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gs2-05.txt,
-       doc/specification/draft-siemborski-rfc1734bis-09.txt,
-       doc/specification/draft-siemborski-rfc2554bis-07.txt,
-       lib/gl/m4/gnulib-common.m4, lib/gl/m4/wchar.m4, lib/gl/wchar_.h: 
-       Add.
-
-2007-01-24  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-10.txt: Add.
-
-2007-01-13  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-08.txt: Add.
-
-2006-12-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-07.txt: Add.
-
-2006-12-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-altman-tls-channel-bindings-01.txt,
-       doc/specification/draft-siemborski-rfc2554bis-06.txt: Add.
-
-2006-12-09  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Test gsasl_check_version too.
-
-2006-12-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Version 0.3.0.
-
-2006-12-08  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Fix typo, reported by Thadeu Lima de Souza
-       Cascardo <address@hidden>.
-
-2006-12-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-06.txt: Add.
-
-2006-11-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc4752.txt: Add.
-
-2006-11-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-05.txt: Add.
-
-2006-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gpl.texi, doc/lgpl.texi, gl/Makefile.am, gl/asnprintf.c,
-       gl/error.c, gl/exitfail.c, gl/gai_strerror.c, gl/getaddrinfo.c,
-       gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt1.c,
-       gl/getopt_.h, gl/getpass.c, gl/gettext.h, gl/iconvme.c,
-       gl/inet_ntop.c, gl/m4/alloca.m4, gl/m4/getpass.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/inline.m4, gl/m4/lib-link.m4,
-       gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/size_max.m4,
-       gl/m4/sockpfaf.m4, gl/m4/vasnprintf.m4, gl/m4/xalloc.m4,
-       gl/override/lgpl.texi.diff, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/progname.c, gl/progname.h, gl/quote.c,
-       gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/snprintf.c,
-       gl/strdup.c, gl/vasnprintf.c, gl/xalloc-die.c, gl/xalloc.h,
-       gl/xmalloc.c, lib/gl/Makefile.am, lib/gl/asnprintf.c,
-       lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/gc-gnulib.c,
-       lib/gl/gc-libgcrypt.c, lib/gl/getdelim.c, lib/gl/getline.c,
-       lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/m4/alloca.m4,
-       lib/gl/m4/codeset.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-h.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/signed.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/md5.c,
-       lib/gl/memxor.c, lib/gl/printf-args.c, lib/gl/printf-args.h,
-       lib/gl/printf-parse.c, lib/gl/stdint_.h, lib/gl/strdup.c,
-       lib/gl/strverscmp.c, lib/gl/vasnprintf.c, lib/gl/vasprintf.c,
-       lib/tests/test-gc.c: Update.
-
-2006-11-20  Simon Josefsson <address@hidden>
-
-       * lib/gs2/client.c, lib/gs2/server.c: Snapshot.
-
-2006-11-20  Simon Josefsson <address@hidden>
-
-       * gl/override/doc/gpl.texi.diff, gl/override/doc/lgpl.texi.diff,
-       gl/override/lgpl.texi.diff, lib/gs2/gs2wrap.c: Add.
-
-2006-11-16  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-11.txt: Add.
-
-2006-10-11  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-10.txt: Add.
-
-2006-09-13  Simon Josefsson <address@hidden>
-
-       * doc/gpl.texi, doc/lgpl.texi, gl/Makefile.am,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update.
-
-2006-09-13  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: 
-       Update.
-
-2006-09-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add GPL.  Place concept index last.
-
-2006-09-12  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/vasnprintf.c,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/stdint.m4, lib/gl/stdint_.h, lib/gl/vasnprintf.c,
-       lib/gl/vasprintf.c: Update.
-
-2006-09-07  Simon Josefsson <address@hidden>
-
-       * doc/fdl.texi, doc/specification/draft-ietf-sasl-gssapi-08.txt: 
-       Update.
-
-2006-09-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc4616.txt: Add.
-
-2006-08-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/gc.m4,
-       lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/hmac-md5.m4, lib/gl/m4/intmax_t.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/stdint_h.m4, lib/gl/stdint_.h: Update.
-
-2006-08-28  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getaddrinfo.c, gl/m4/getdelim.m4,
-       gl/m4/getline.m4, gl/m4/gnulib-cache.m4, gl/m4/intmax_t.m4,
-       gl/m4/inttypes_h.m4, gl/m4/longlong.m4, gl/m4/readline.m4,
-       gl/m4/stdint_h.m4, gl/override/doc/gendocs_template: Update.
-
-2006-08-27  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-07.txt: Update.
-
-2006-08-27  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c: Allocate output instead.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix mem leak.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Support GSASL_VALIDATE_GSSAPI callback.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c: Fix uint32 parsing.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * src/imap.c: Fix last commit.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * src/imap.c: The IMAP '+ ' prefix is only for server data.
-
-2006-08-24  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Doc fix.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Disable GS2 by default.  Doc fix.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/.cvsignore: [no log message]
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/test-parser.c: Add.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c: Fix bug.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am: Add gs2parser to library.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/test-parser.c: Add self-tests of GS2 parser.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/Makefile.am: Add.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h: Fix.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c: Fix.
-
-2006-08-23  Simon Josefsson <address@hidden>
-
-       * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h: Add.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/init.c: Add GS2.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: (gsasl_finish): Don't crash on sctx's without mech 
pointer, happens
-       if you call gsasl_client_start or gsasl_server_start with unknown
-       mechanism.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/gs2/mechinfo.c: Fix.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/gs2/.cvsignore: [no log message]
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Add.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Bump version.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/gs2/Makefile.am,
-       lib/gs2/README, lib/gs2/gs2.h, lib/gs2/mechinfo.c,
-       lib/gssapi/client.c, lib/gssapi/server.c: Add some GS2
-       infrastructure.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/exitfail.m4, gl/m4/getpass.m4,
-       gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/strdup.m4,
-       gl/m4/xalloc.m4, lib/gl/Makefile.am, lib/gl/m4/md5.m4,
-       lib/gl/m4/memxor.m4, lib/gl/m4/strdup.m4, lib/gl/m4/strverscmp.m4: 
-       Update.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated.
-
-2006-08-22  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.15.
-
-2006-08-21  Simon Josefsson <address@hidden>
-
-       * lib/AUTHORS: Update PGP key.
-
-2006-08-21  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/AUTHORS: Fix.
-
-2006-08-21  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/strerror_r.m4: Update.
-
-2006-08-21  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump version.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update key.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.14.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Sync with
-       TP.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-08-19  Simon Josefsson <address@hidden>
-
-       * gendocs.sh, gl/Makefile.am, gl/error.c, gl/m4/getaddrinfo.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/minmax.m4,
-       gl/m4/restrict.m4, gl/minmax.h, gl/snprintf.c, lib/gl/m4/base64.m4,
-       lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memxor.m4,
-       lib/gl/m4/restrict.m4: Update.
-
-2006-08-11  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-williams-on-channel-binding-00.txt: Add.
-
-2006-08-10  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2006-08-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add.
-
-2006-08-09  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump versions.
-
-2006-08-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version.
-
-2006-08-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-08-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/error.h, gl/exitfail.c,
-       gl/getaddrinfo.c, gl/getaddrinfo.h, gl/gettext.h, gl/inet_ntop.h,
-       gl/m4/arpa_inet_h.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/inet_ntop.m4, gl/m4/lib-link.m4, gl/m4/netinet_in_h.m4,
-       gl/m4/onceonly_2_57.m4, gl/printf-args.c, gl/quote.c,
-       lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/absolute-header.m4,
-       lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/inttypes-h.m4, lib/gl/m4/inttypes-pri.m4,
-       lib/gl/m4/inttypes.m4, lib/gl/m4/isc-posix.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/nls.m4,
-       lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/po.m4, lib/gl/m4/stdint.m4,
-       lib/gl/m4/visibility.m4, lib/gl/printf-args.c, lib/gl/stdint_.h,
-       lib/gl/vasprintf.h: Update.
-
-2006-08-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-08-08  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Doc fix.
-
-2006-08-08  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl.h, lib/src/internal.h: Add
-       gsasl_session_hook_set and gsasl_session_hook_get, based on
-       suggestion by "MANSION, James, GBM" <address@hidden>.  Doc
-       fix gsasl_callback_hook_set and gsasl_callback_hook_get.  Add new
-       variable application_hook to internal Gsasl_session type.
-
-2006-07-28  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2006-07-28  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2006-07-28  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add requirements, suggested by "MANSION, James,
-       GBM".
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.13.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix gendocs path.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh, gendocs.sh, gl/Makefile.am,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update.
-
-2006-07-14  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gs2-02.txt: Add.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: 
-       Update.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Dist doxygen.c.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/src/doxygen.c: Add.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Update doxygen version.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.orig: New.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix gendocs.sh -I's.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix include paths.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix texi2dvi -I's.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-07-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-07-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't hard code dia/epstopdf.
-
-2006-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use missing for epstopdf.
-
-2006-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use missing for dia.
-
-2006-07-10  Simon Josefsson <address@hidden>
-
-       * gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/onceonly_2_57.m4,
-       lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/onceonly_2_57.m4: Update.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/src/xstart.c: Fix mem leak.  If a mechanism set properties in
-       the session indirectly, but later fails to start the mechanism, the
-       properties would be leaked.  Solved by cleaning up the mechanism
-       with gsasl_finish, which require mechanism finish procedures to
-       handle failed mechanism startups.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/server.c, lib/digest-md5/client.c,
-       lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/login/client.c, lib/login/server.c, lib/ntlm/ntlm.c,
-       lib/securid/client.c: Don't crash in finish for un-initialized
-       sessions.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/src/listmech.c: Simplify.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Fix typo.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Run under valgrind, if available.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Test for valgrind.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, lib/gl/.cvsignore: [no log message]
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/src/md5pwd.c, lib/src/obsolete.c: Doc fix.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Assume sys/types.h.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gssapi/client.c, lib/gssapi/server.c: Don't
-       need netinet/in.h nor sys/types.h.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * lib/m4/ax_create_stdint_h.m4: Remove.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, src/internal.h: Assume
-       unistd.h, sys/select.h, sys/socket.h and sys/types.h.
-
-2006-07-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/alloca_.h, gl/asnprintf.c, gl/exit.h,
-       gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getopt.c, gl/inet_ntop.c,
-       gl/inet_ntop.h, gl/m4/alloca.m4, gl/m4/eoverflow.m4,
-       gl/m4/getaddrinfo.m4, gl/m4/getpass.m4, gl/m4/gnulib-comp.m4,
-       gl/m4/inet_ntop.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4,
-       gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/minmax.m4,
-       gl/m4/onceonly_2_57.m4, gl/m4/signed.m4, gl/m4/size_max.m4,
-       gl/m4/snprintf.m4, gl/m4/sockpfaf.m4, gl/m4/stdint_h.m4,
-       gl/m4/vasnprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4,
-       gl/m4/xsize.m4, gl/minmax.h, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/printf-parse.h, gl/size_max.h, gl/snprintf.c,
-       gl/snprintf.h, gl/socket_.h, gl/vasnprintf.c, gl/vasnprintf.h,
-       gl/xsize.h, lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/base64.c,
-       lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/onceonly_2_57.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/size_max.h, lib/gl/stdint_.h, lib/gl/strverscmp.c: Update
-       gnulib.
-
-2006-06-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-09.txt: Add.
-
-2006-06-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gs2-01.txt: Add.
-
-2006-06-27  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Fix texinfo/man output.
-
-2006-06-22  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Make portable to mingw.
-
-2006-06-20  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-09.txt: Add.
-
-2006-06-19  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-06.txt: Update.
-
-2006-06-13  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-07.txt: Add.
-
-2006-06-09  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc4422.txt, doc/specification/rfc4505.txt: Add.
-
-2006-05-31  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, lib/gl/printf-args.c: Update.
-
-2006-05-31  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-05.txt: Add.
-
-2006-05-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/stdbool.m4, lib/gl/m4/stdbool.m4, lib/gl/stdint_.h: Update.
-
-2006-05-16  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4: Update.
-
-2006-05-04  Simon Josefsson <address@hidden>
-
-       * lib/gl/stdint_.h: Update.
-
-2006-04-26  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getpass.m4, gl/m4/strerror_r.m4,
-       lib/gl/Makefile.am, lib/gl/m4/longdouble.m4: Update.
-
-2006-04-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c, lib/gl/stdint_.h: Update.
-
-2006-03-24  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2006-03-24  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2006-03-24  Simon Josefsson <address@hidden>
-
-       * doc/man/.cvsignore: Add.
-
-2006-03-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2006-03-16  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: No invariant section, suggested by Yvan.
-
-2006-03-11  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h: Bump version.
-
-2006-03-10  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/gc-random.m4: Update.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add -I's to fix make dist.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.12.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Remove gsasl.h.in.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/unistd_h.m4,
-       gl/unistd_.h, lib/gl/gc-gnulib.c, lib/gl/m4/gc-random.m4,
-       lib/maint.mk, maint.mk: Update.
-
-2006-03-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Update.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS: Add.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Add -no-undefined, required to produce DLLs
-       on mingw32.
-
-2006-03-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.c, gl/m4/gnulib-comp.m4,
-       gl/m4/readline.m4, gl/m4/unistd_h.m4, gl/unistd_.h,
-       lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/m4/gc-random.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/maint.mk, maint.mk: Update.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-06.txt: Add.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * lib/po/rw.po: Remove.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS: Sync with TP.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/maint-cfg.mk, lib/maint.mk: Add.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * po/rw.po: Remove.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS: Sync with TP.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix update-po.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4, maint.mk: Update.
-
-2006-03-03  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c, gl/m4/getaddrinfo.m4, gl/m4/readline.m4,
-       gl/readline.c, maint.mk: Update.
-
-2006-03-02  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-08.txt: Add.
-
-2006-03-01  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2006-03-01  Simon Josefsson <address@hidden>
-
-       * lib/src/md5pwd.c, lib/src/obsolete.c: Doc fix, implied by report
-       from Yvan Bassuel <address@hidden>.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * maint-cfg.mk: Don't gtkdocize.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * gtk-doc.make: Add.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, lib/gl/base64.h, lib/gl/strverscmp.h: Update.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
-       Bump versions.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po,
-       po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix version update.
-
-2006-02-28  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Update version number in src/gsasl.h.
-
-2006-02-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Don't build gsasl.h.
-
-2006-02-23  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h, lib/src/gsasl.h.in: Move gsasl.h.in to gsasl.h
-       and hard code version number (a script will be needed to update it).
-       This simplifies porting to Windows.
-
-2006-02-19  Simon Josefsson <address@hidden>
-
-       * lib/po/nl.po, po/nl.po: Update.
-
-2006-02-16  Simon Josefsson <address@hidden>
-
-       * maint-cfg.mk: Fix.
-
-2006-02-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4, gl/m4/socklen.m4, gl/m4/sys_socket_h.m4,
-       gl/xalloc-die.c, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/stdbool.m4,
-       lib/gl/stdbool_.h, lib/gl/strverscmp.h, lib/gl/vasnprintf.c,
-       maint.mk: Update.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/m4/gnulib-comp.m4, maint-cfg.mk, maint.mk: Rename
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Run test-parser test.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Don't crash.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/validate.c: Test finish token further.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg: Fix.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg: Add --enable-gtk-doc.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Update.
-
-2006-02-14  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-04.txt: Add.
-
-2006-02-13  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Remove.
-
-2006-02-13  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Update.
-
-2006-02-13  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg: Fix.
-
-2006-02-11  Simon Josefsson <address@hidden>
-
-       * GNUmakefile: Update gnulib.
-
-2006-02-11  Simon Josefsson <address@hidden>
-
-       * Makefile.cfg: Add.
-
-2006-02-11  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, Makefile.maint: Update gnulib.
-
-2006-02-11  Simon Josefsson <address@hidden>
-
-       * GNUmakefile, gl/Makefile.am, gl/m4/gnulib-cache.m4,
-       gl/m4/gnulib-comp.m4: Update gnulib.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: 0.2.11.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.11.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Update.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/vi.po, po/zh_CN.po: Update
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Typo.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Initialize ws2_32, if necessary.
-
-2006-02-07  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/getopt.c, gl/m4/getopt.m4,
-       gl/m4/gnulib-tool.m4, gl/m4/stdbool.m4, gl/quotearg.c,
-       gl/socket_.h, gl/stdbool_.h: Update.
-
-2006-01-24  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-15.txt: Add.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4,
-       gl/socket_.h: Update.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4,
-       gl/m4/socklen.m4: Update.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * gl/socket_.h: Add.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix cross-compile test.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix cross-compile test.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Don't be fooled by krb5-config when
-       cross-compiling.
-
-2006-01-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/socklen.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/socklen.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * lib/tests/Makefile.am: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Mingw32 fix.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix EXEEXT.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: Add.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4,
-       gl/socket_.h: Update.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix #include's.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Protect getpwuid, for mingw32.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for getpwuid.
-
-2006-01-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/sys_socket_h.m4,
-       gl/socket_.h: Add.
-
-2006-01-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getaddrinfo.m4, lib/gl/Makefile.am,
-       lib/gl/base64.c, lib/gl/md5.c, lib/gl/md5.h, lib/gl/stdint_.h: 
-       Update.
-
-2006-01-11  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Update.
-
-2006-01-10  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/readline.m4,
-       gl/m4/socklen.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/gnulib-tool.m4, lib/gl/m4/stdint.m4, lib/gl/stdint_.h: 
-       Update.
-
-2005-12-25  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4, gl/m4/socklen.m4: Update.
-
-2005-12-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4: Update.
-
-2005-12-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2005-12-14  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-12-01  Simon Josefsson <address@hidden>
-
-       * gl/m4/socklen.m4: Update.
-
-2005-11-30  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/readline.c, lib/gl/gc-gnulib.c,
-       lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/md5.c, lib/gl/stdint_.h,
-       lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c: Sync gnulib.
-
-2005-11-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-14.txt: Add.
-
-2005-11-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-josefsson-sasl-gs2-00.txt: Add.
-
-2005-11-11  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-13.txt: Add.
-
-2005-10-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-07.txt: Add.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump versions.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/src/md5pwd.c: Fix memory leak.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Generated.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.10.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/tests/.cvsignore: [no log message]
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac: Move gnulib self tests.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/gnulib-cache.m4, lib/tests/Makefile.am,
-       lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c,
-       lib/tests/test-gc.c: Update.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Add gnulib self
-       tests.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Fix pr29_8z call.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Improve pr29 check.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/Makefile.am: Need libgss.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/Makefile.am: Need libntlm.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix libidn test.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Use new defines.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/m4/check_headerlib.m4: Remove.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix GSS checks.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix shishi test.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix ntlm check.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/gl/md5.c, lib/gl/md5.h: Update.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for gnutls_certificate_verify_peers2, to get a
-       recent gnutls.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/gc.h, lib/gl/hmac-md5.c, lib/gl/m4/gc-hmac-md5.m4,
-       lib/gl/m4/gc-md5.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/stdbool.m4: Update.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Work around GnuTLS bug when sending zero length
-       messages.
-
-2005-10-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-10-22  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump versions.
-
-2005-10-22  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-10-22  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib-comp.m4, gl/m4/stdbool.m4: Update.
-
-2005-10-17  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c: Update.
-
-2005-10-17  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h,
-       lib/gl/m4/stdbool.m4: Update.
-
-2005-10-12  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c,
-       lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc.m4,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/stdint.m4, lib/gl/stdint_.h: Update.
-
-2005-10-12  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h,
-       lib/gl/m4/md5.m4, lib/gl/md5.c, lib/gl/md5.h: Update.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: 
-       Generated.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.9.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Fix cast error.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c: Fix cast errors.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS: Fix.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-10-07  Simon Josefsson <address@hidden>
-
-       * gl/m4/stdbool.m4, lib/gl/hmac.h, lib/gl/m4/memxor.m4,
-       lib/gl/m4/stdbool.m4: Update.
-
-2005-10-06  Simon Josefsson <address@hidden>
-
-       * gl/getdelim.c, gl/m4/getaddrinfo.m4, lib/gl/gc-gnulib.c,
-       lib/gl/gc-libgcrypt.c, lib/gl/getdelim.c, lib/gl/m4/memxor.m4,
-       lib/gl/memxor.c: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, lib/gl/memxor.c: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc-gnulib.c, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/memxor.m4, lib/gl/memxor.c, lib/gl/memxor.h: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/gl/gc.h: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c, lib/digest-md5/session.c: Use new gc API.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Use new gc API.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/src/Makefile.am: Remove crypto/.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Update.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/configure.ac, lib/crypto/.cvsignore,
-       lib/crypto/Makefile.am, lib/crypto/README, lib/crypto/README.gsasl,
-       lib/crypto/cbc.h, lib/crypto/gc-libgcrypt.c,
-       lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/crypto/hmac-md5.c,
-       lib/crypto/hmac.c, lib/crypto/hmac.h, lib/crypto/macros.h,
-       lib/crypto/md5-meta.c, lib/crypto/md5.c, lib/crypto/md5.h,
-       lib/crypto/memxor.c, lib/crypto/memxor.h,
-       lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h,
-       lib/crypto/sha.h, lib/gl/Makefile.am, lib/gl/gc-gnulib.c,
-       lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/hmac-md5.c,
-       lib/gl/hmac.h, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/md5.m4,
-       lib/gl/m4/uint32_t.m4, lib/gl/md5.c, lib/gl/md5.h: Replace crypto/
-       with gnulib modules.
-
-2005-10-05  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/getdelim.c, gl/m4/getaddrinfo.m4,
-       lib/gl/getdelim.c: Update.
-
-2005-10-01  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2005-10-01  Simon Josefsson <address@hidden>
-
-       * gl/getdelim.c, lib/gl/getdelim.c: Update.
-
-2005-10-01  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.h, gl/m4/getaddrinfo.m4: Update.
-
-2005-09-28  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-09-28  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Typo.
-
-2005-09-28  Simon Josefsson <address@hidden>
-
-       * gl/m4/getaddrinfo.m4: Update.
-
-2005-09-25  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/getaddrinfo.c, gl/getopt_.h,
-       gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/socklen.m4,
-       gl/quotearg.c: Gnulib getaddrinfo fix.
-
-2005-09-22  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.c, gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-comp.m4: 
-       Update.
-
-2005-09-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Simplify CPP symbol usage.
-
-2005-09-20  Simon Josefsson <address@hidden>
-
-       * gl/exitfail.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c,
-       gl/getopt1.c, gl/getpass.c, gl/progname.c, gl/quote.c,
-       gl/quotearg.c, gl/readline.c, gl/xalloc-die.c, gl/xmalloc.c,
-       lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/strverscmp.c: Update.
-
-2005-09-19  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h,
-       gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
-       lib/gl/base64.c, lib/gl/m4/gnulib-cache.m4,
-       lib/gl/m4/gnulib-comp.m4: Update.
-
-2005-09-19  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Gnupload sign the file too.
-
-2005-09-12  Simon Josefsson <address@hidden>
-
-       * m4/gtk-doc.m4: Update.
-
-2005-09-12  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: 0.2.8.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.8.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po,
-       lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po,
-       po/vi.po, po/zh_CN.po: Generated.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/rw.po, po/de.po, po/eu.po, po/fr.po,
-       po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po,
-       po/sv.po, po/vi.po, po/zh_CN.po: Update.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * NEWS, po/LINGUAS, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po,
-       po/sv.po, po/vi.po, po/zh_CN.po: Add.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * configure.ac: Update gnulib.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't check for getaddrinfo.
-
-2005-09-08  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/getpass.c,
-       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
-       gl/m4/gnulib.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
-       lib/configure.ac, lib/gl/Makefile.am, lib/gl/getdelim.c,
-       lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4,
-       lib/gl/m4/gnulib-tool.m4, lib/gl/m4/gnulib.m4,
-       lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4: Update.
-
-2005-09-07  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-03.txt: Add.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, po/LINGUAS: Sync with TP.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Update.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix typo.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't define WITH_GNUTLS, already handled.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use new CPP symbol to test for GnuTLS.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * configure.ac: Typo.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * configure.ac: Simplify gnutls check.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix for modern wget.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync
-       with TP.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Use --disable-obsolete for distcheck, so it is
-       tested.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getpass.c, gl/iconvme.c, gl/iconvme.h,
-       gl/m4/gnulib.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Update.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Use gnupload.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/imap.c: Fix typo.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Prefer PLAIN over LOGIN.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/imap.c, src/imap.h, src/smtp.c, src/smtp.h: Fix
-       has_starttls().
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix gsasl parameters.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/imap.c, src/smtp.c: Fix --client.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Link with @LTLIBIDN@ too.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix --client and --server again.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix --client.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix --client and --server.  Don't start TLS on
-       stdin/stdout connections.  Fix crashes.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Revert bogus --connect fix.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix server certificate verification.  Fix --connect.
-
-2005-08-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/gsasl.ggo, src/imap.c, src/imap.h,
-       src/internal.h, src/smtp.c, src/smtp.h: Add STARTTLS support.  Use
-       readline() when reading protocol server output from stdin (rarely).
-       Handle second argument protocol names better.
-
-2005-08-26  Simon Josefsson <address@hidden>
-
-       * configure.ac, src/Makefile.am, src/gsasl.c: Start to use GnuTLS.
-
-2005-08-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/configure.ac: Improve libidn checking (to get -R,
-       -rpath etc).
-
-2005-08-26  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Update.
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated.
-
-2005-08-25  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.7.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c: Update.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib.m4: Update.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * configure.ac: Replace getpass-gnu with getpass (getpass-gnu is
-       always built on glibc systems..).
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c: Update.
-
-2005-08-24  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, gl/m4/getpass.m4: Update.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Fix warnings.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: (gsasl_callback): Fix typo in GSASL_PASSWORD 
backwards compatibility
-       handling.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, gl/m4/getopt.m4, gl/m4/getpass.m4: Update.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Assume C89, for errno.h.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Include quote.h.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Remove unused variable.
-
-2005-08-23  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Fix warning when no mechanism is enabled.
-
-2005-08-22  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-05.txt: Add.
-
-2005-08-12  Simon Josefsson <address@hidden>
-
-       * README: Reprioritize.
-
-2005-08-12  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2005-08-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4: Update.
-
-2005-08-12  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4: Update.
-
-2005-08-11  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4, lib/gl/m4/gnulib.m4,
-       lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/strdup.m4: Update.
-
-2005-08-11  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4: Update.
-
-2005-08-11  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Possibly -lreadline.
-
-2005-08-11  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib.m4, gl/m4/onceonly_2_57.m4, gl/m4/readline.m4,
-       gl/m4/strdup.m4, gl/readline.c, gl/readline.h: Update.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Update.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: 
-       Generated.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.6.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * AUTHORS, lib/AUTHORS: Update PGP key.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Update.
-
-2005-08-10  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Reorder.
-
-2005-08-04  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getopt.m4: Update.
-
-2005-08-04  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP.
-
-2005-08-02  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/m4/getdelim.m4: 
-       Update.
-
-2005-07-24  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-06.txt: Add.
-
-2005-07-19  Simon Josefsson <address@hidden>
-
-       * gl/quote.c, gl/quote.h: Add.
-
-2005-07-18  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Loop through all getaddrinfo replies.  Print 'Trying
-       foo...' lines, a'la telnet.
-
-2005-07-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/exitfail.c, gl/exitfail.h, gl/getdelim.c,
-       gl/m4/exitfail.m4, gl/m4/getdelim.m4, gl/m4/gnulib.m4,
-       gl/m4/mbrtowc.m4, gl/m4/mbstate_t.m4, gl/m4/quote.m4,
-       gl/m4/quotearg.m4, gl/m4/xalloc.m4, gl/quotearg.c, gl/quotearg.h,
-       gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c: Add quote.
-
-2005-07-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use quote too.
-
-2005-07-17  Simon Josefsson <address@hidden>
-
-       * gl/getdelim.c, lib/gl/getdelim.c: Update.
-
-2005-07-17  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getdelim.c, gl/getdelim.h, gl/getline.c,
-       gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/m4/codeset.m4,
-       gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4,
-       gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/glibc21.m4,
-       gl/m4/gnulib.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4,
-       gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/longdouble.m4,
-       gl/m4/longlong.m4, gl/m4/nls.m4, gl/m4/po.m4,
-       gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/signed.m4,
-       gl/m4/size_max.m4, gl/m4/ssize_t.m4, gl/m4/stdint_h.m4,
-       gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/wchar_t.m4,
-       gl/m4/wint_t.m4, gl/m4/xsize.m4: Update
-
-2005-07-17  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/getdelim.c,
-       lib/gl/getdelim.h, lib/gl/getline.c, lib/gl/getline.h,
-       lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c,
-       lib/gl/lgetline.h, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4: 
-       Use new LGPL getline module.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Mention help-gsasl.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * lib/m4/ax_create_stdint_h.m4: Update.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * README, lib/NEWS: Add.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/readline.m4, gl/readline.c: Update.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Simplify readline.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/gnulib.m4, gl/m4/readline.m4,
-       gl/readline.c, gl/readline.h: Use new readline module.
-
-2005-07-16  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Simplify.
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * gl/readline.c: Fix license.
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Use strverscmp rather than now obsolete
-       check-version module.
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/check-version.c,
-       lib/gl/check-version.h, lib/gl/m4/check-version.m4,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/size_max.m4: Update
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Don't use gnulib's check-version, use strverscmp
-       directly instead.
-
-2005-07-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getaddrinfo.h, gl/m4/gnulib.m4: Update.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/check-version.c: Typo.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/check-version.m4: Add.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/check-version.c,
-       lib/gl/check-version.h, lib/gl/check_version.c,
-       lib/gl/check_version.h, lib/gl/m4/gnulib.m4,
-       lib/gl/m4/strverscmp.m4, lib/gl/strverscmp.c, lib/gl/strverscmp.h: 
-       Use the real check-version module.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c, lib/gl/base64.h: Update gnulib files.
-
-2005-06-28  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/src/version.c: Typo.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * README, doc/reference/gsasl-docs.sgml: Don't reference
-       COPYING.DOC.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * COPYING.DOC: Remove (already included in manual).
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, doc/Makefile.am,
-       doc/doxygen/gdoc2doxygen, doc/fdl.texi, doc/gdoc-error,
-       doc/gendocs_template, examples/Makefile.am,
-       examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c, src/Makefile.am,
-       src/gsasl.ggo, tests/Makefile.am, tests/utils.c, tests/utils.h: Fix
-       address in license.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Update from texinfo.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Typo.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * COPYING, lib/COPYING, lib/Makefile.am, lib/anonymous/Makefile.am,
-       lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/configure.ac,
-       lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c,
-       lib/cram-md5/challenge.h, lib/cram-md5/client.c,
-       lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c,
-       lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c,
-       lib/cram-md5/server.c, lib/crypto/Makefile.am,
-       lib/digest-md5/Makefile.am, lib/digest-md5/client.c,
-       lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/free.c,
-       lib/digest-md5/free.h, lib/digest-md5/getsubopt.c,
-       lib/digest-md5/mechinfo.c, lib/digest-md5/parser.c,
-       lib/digest-md5/parser.h, lib/digest-md5/printer.c,
-       lib/digest-md5/printer.h, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/session.h,
-       lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h,
-       lib/digest-md5/validate.c, lib/digest-md5/validate.h,
-       lib/external/Makefile.am, lib/external/client.c,
-       lib/external/external.h, lib/external/mechinfo.c,
-       lib/external/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c,
-       lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h,
-       lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h,
-       lib/login/Makefile.am, lib/login/client.c, lib/login/login.h,
-       lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/Makefile.am,
-       lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h,
-       lib/plain/Makefile.am, lib/plain/client.c, lib/plain/mechinfo.c,
-       lib/plain/plain.h, lib/plain/server.c, lib/securid/Makefile.am,
-       lib/securid/client.c, lib/securid/mechinfo.c,
-       lib/securid/securid.h, lib/securid/server.c, lib/src/Makefile.am,
-       lib/src/base64.c, lib/src/callback.c, lib/src/crypto.c,
-       lib/src/done.c, lib/src/error.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl-mech.h, lib/src/gsasl.h.in, lib/src/init.c,
-       lib/src/internal.h, lib/src/listmech.c, lib/src/md5pwd.c,
-       lib/src/obsolete.c, lib/src/property.c, lib/src/register.c,
-       lib/src/saslprep.c, lib/src/suggest.c, lib/src/supportp.c,
-       lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c,
-       lib/src/xstart.c, lib/src/xstep.c, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c, src/imap.c, src/imap.h,
-       src/internal.h, src/smtp.c, src/smtp.h, tests/cram-md5.c,
-       tests/digest-md5.c, tests/external.c, tests/gssapi.c,
-       tests/md5file.c, tests/old-cram-md5.c, tests/old-digest-md5.c,
-       tests/old-gssapi.c, tests/old-md5file.c, tests/simple.c,
-       tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: 
-       Fix address in license.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/check_version.c,
-       lib/gl/check_version.h, lib/gl/m4/gnulib.m4, lib/src/version.c: Use
-       check_version gnulib module.
-
-2005-06-25  Simon Josefsson <address@hidden>
-
-       * lib/gl/size_max.h: Sync with gnulib.
-
-2005-06-15  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-06-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/error.h, gl/exit.h,
-       gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h,
-       gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h,
-       gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h,
-       gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconvme.c,
-       gl/iconvme.h, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4,
-       gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4,
-       gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/gnulib.m4,
-       gl/m4/intdiv0.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4,
-       gl/m4/inttypes.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/nls.m4, gl/m4/po.m4,
-       gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/strdup.m4,
-       gl/progname.c, gl/progname.h, gl/stdbool_.h, gl/strdup.c,
-       gl/strdup.h, lib/gl/Makefile.am, lib/gl/alloca_.h,
-       lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c,
-       lib/gl/base64.h, lib/gl/gettext.h, lib/gl/m4/gettext.m4,
-       lib/gl/m4/glibc2.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-pri.m4,
-       lib/gl/m4/inttypes.m4, lib/gl/m4/isc-posix.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4,
-       lib/gl/m4/strdup.m4, lib/gl/printf-args.c, lib/gl/printf-args.h,
-       lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stdbool_.h,
-       lib/gl/strdup.c, lib/gl/strdup.h, lib/gl/vasnprintf.c,
-       lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/vasprintf.h,
-       lib/gl/xsize.h: Update gnulib files.
-
-2005-06-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-11.txt: Add.
-
-2005-05-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-zeilenga-sasl-rfc2222bis-00.txt: Add.
-
-2005-04-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-05.txt: Add.
-
-2005-04-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-02.txt: Add.
-
-2005-03-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-08.txt: Add.
-
-2005-03-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Define __attribute__ to empty for C++,
-       tiny patch Ryan Slack <address@hidden>.
-
-2005-03-02  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2005-03-02  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: API fix, reported by Ryan Slack <address@hidden>.
-
-2005-03-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/rfc4013.txt: Add.
-
-2005-02-23  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Use SASLprep(authcid) as authzid, when the
-       provided authzid is empty.
-
-2005-02-22  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-05.txt,
-       doc/specification/draft-ietf-sasl-plain-07.txt: Add.
-
-2005-02-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-10.txt: Add.
-
-2005-02-14  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump versions.
-
-2005-02-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-02-14  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Align unassigned code point usage in
-       preparation, as per -06.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Fix.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po,
-       po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po,
-       po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.5.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * gl/progname.c: Fix.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-02-08  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-02-06  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Typos, reported by Clytie Siddall
-       <address@hidden>.
-
-2005-02-06  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/vi.po: Add.
-
-2005-01-29  Simon Josefsson <address@hidden>
-
-       * NEWS, po/LINGUAS, po/vi.po: Add.
-
-2005-01-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/gai_strerror.c, gl/m4/codeset.m4,
-       gl/m4/error.m4, gl/m4/getaddrinfo.m4, gl/m4/getline.m4,
-       gl/m4/getndelim2.m4, gl/m4/getopt.m4, gl/m4/getpass.m4,
-       gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/inttypes_h.m4,
-       gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
-       gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/restrict.m4,
-       gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/sockpfaf.m4,
-       gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/stdint_h.m4,
-       gl/m4/strdup.m4, gl/m4/strerror_r.m4, gl/m4/uintmax_t.m4,
-       gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4,
-       gl/m4/xsize.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4,
-       lib/gl/m4/codeset.m4, lib/gl/m4/eoverflow.m4, lib/gl/m4/glibc21.m4,
-       lib/gl/m4/iconv.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes_h.m4,
-       lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/m4/longdouble.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/restrict.m4, lib/gl/m4/signed.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint_h.m4,
-       lib/gl/m4/strdup.m4, lib/gl/m4/uintmax_t.m4,
-       lib/gl/m4/ulonglong.m4, lib/gl/m4/vasnprintf.m4,
-       lib/gl/m4/vasprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4,
-       lib/gl/m4/xsize.m4, lib/gl/size_max.h: Update.
-
-2005-01-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-06.txt: Add.
-
-2005-01-18  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2005-01-18  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix typo, reported by Clytie Siddall
-       <address@hidden>.
-
-2005-01-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-nntpext-authinfo-06.txt: Add.
-
-2005-01-05  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2005-01-05  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: If we have pr29 functionality, use it to
-       verify output.
-
-2005-01-05  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Look for pr29.h and pr29_8z in libidn.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Consistency.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Validate input better.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Validate upper token length as well.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Add comments.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/external/client.c: Return "" instead of NULL when no authzid.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: Treat NULL input as empty string.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/external.c: Add external self test.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Wait for real token.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Simplify.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Simplify.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Fix distcheck.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: Generated.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.4.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Indent.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Prefer CRAM-MD5 over DIGEST-MD5.  Decision based
-       on available public analysis that MD5 is broken, but HMAC-MD5 still
-       likely secure, and the lack of public analysis of the consequences
-       of the MD5 break for DIGEST-MD5.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/po/ro.po, po/ro.po: Sync with TP.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fix.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/lgetdelim.c: Update.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c,
-       lib/gl/lgetline.h: Update.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4: 
-       Update.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/iconvme.c, gl/m4/getline.m4,
-       gl/m4/gnulib.m4, gl/m4/strdup.m4, lib/gl/Makefile.am,
-       lib/gl/base64.c, lib/gl/base64.h, lib/gl/lgetdelim.c,
-       lib/gl/lgetdelim.h, lib/gl/lgetline.c, lib/gl/lgetline.h,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4,
-       lib/gl/m4/strdup.m4: Update.
-
-2005-01-01  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Need lgetline.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Use correct constants.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Disable qop auth-conf, and ciphers, for
-       now.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/tokens.h: Fix warnings.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Add gsasl_simple_getpass.  Remove
-       gsasl_md5pwd_get_password.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c,
-       lib/anonymous/mechinfo.c, lib/cram-md5/mechinfo.c,
-       lib/digest-md5/client.c, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/free.c,
-       lib/digest-md5/free.h, lib/digest-md5/getsubopt.c,
-       lib/digest-md5/mechinfo.c, lib/digest-md5/parser.c,
-       lib/digest-md5/parser.h, lib/digest-md5/printer.c,
-       lib/digest-md5/printer.h, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/test-parser.c,
-       lib/digest-md5/tokens.h, lib/digest-md5/validate.c,
-       lib/digest-md5/validate.h, lib/external/mechinfo.c,
-       lib/external/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c,
-       lib/gssapi/server.c, lib/login/login.h, lib/login/mechinfo.c,
-       lib/ntlm/mechinfo.c, lib/ntlm/x-ntlm.h, lib/plain/mechinfo.c,
-       lib/plain/server.c, lib/securid/mechinfo.c, lib/src/callback.c,
-       lib/src/gsasl.h.in, lib/src/md5pwd.c, src/callbacks.c,
-       src/callbacks.h, tests/gssapi.c, tests/simple.c: Indent.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Fix comment.
-
-2004-12-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Dist README.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump versions.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c,
-       lib/src/xfinish.c: Revert and remove qop, maxbuf until we need them.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Revert.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP.
-
-2004-12-26  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-12-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Fix comment.
-
-2004-12-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Remove debug code.
-
-2004-12-21  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Only set realm if entered.
-
-2004-12-21  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-12-21  Simon Josefsson <address@hidden>
-
-       * src/smtp.c: Fix CRLF.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/validate.c: Doc fix.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/validate.c: Doc fix.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Fix.F
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Simplify.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Fix mem leak.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Typo.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Fix logic.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Typo.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Reject invalid input.  More SASLprep.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: SASLprep client string too.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Handle malloc==NULL.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/error.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in: Deprecate GSASL_INVALID_HANDLE.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Assume sctx.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/error.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/md5pwd.c, lib/src/obsolete.c,
-       tests/Makefile.am, tests/md5file.c, tests/old-md5file.c: Replace
-       gsasl_md5pwd_get_password with gsasl_simple_getpass, and update
-       callers.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac, lib/src/Makefile.am,
-       tests/Makefile.am: Add --disable-obsolete.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Fix parse check.
-
-2004-12-20  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Use new API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Rewrite using new API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/old-digest-md5.c: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Work around x86 sparc printf bug.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/validate.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Add FIXME.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Use auth qop.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/session.c: Don't use uint32_t nor htonl.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix warning.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c: Fix uint32_t uses.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Need libgl.la.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Re-enable DIGEST-MD5.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/parser.c,
-       lib/digest-md5/server.c: Fix warnings.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.h: Add doc.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README, lib/digest-md5/client.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/free.c, lib/digest-md5/parser.c,
-       lib/digest-md5/tokens.h: Use static buffer for response->rspauth.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/shared.c,
-       lib/digest-md5/shared.h: Remove.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Rewrite, unfinished, but still probably
-       an improvement.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/validate.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Simplify.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.c: Zero terminate.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/session.h: Modularize
-       session.*.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digesthmac.h, lib/digest-md5/tokens.h: Move.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/shared.h: Remove.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/server.c: Fix API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Rewrite, unfinished but probably still an
-       improvement.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/shared.c, lib/digest-md5/shared.h: Remove.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Use new API (temporarily).
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/digesthmac.c,
-       lib/digest-md5/digesthmac.h, lib/digest-md5/test-parser.c: 
-       Modularize digest computation into digesthmac.*.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Clear buffer before calling obsolete
-       callbacks, for buggy callbacks.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Free more.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c, gl/m4/getline.m4, gl/m4/strdup.m4, lib/gl/alloca_.h: 
-       Update.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Add realm callback.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/free.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/parser.h,
-       lib/digest-md5/test-parser.c: Use string length indicator in parser
-       API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Typo.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: No multiple realms.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Typo.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Add
-       qop property.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/.cvsignore: [no log message]
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix callback for service/hostname.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.c: Validate input.  Fix printf call.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/free.c,
-       lib/digest-md5/free.h: Add functions to deallocate DIGEST-MD5 token
-       structures.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/validate.c,
-       lib/digest-md5/validate.h: Move more validation logic from parser.c
-       to validate.*.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/tokens.h: Make response->response array.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Test more.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/printer.c,
-       lib/digest-md5/printer.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asnprintf.c,
-       lib/gl/asprintf.c, lib/gl/m4/alloca.m4, lib/gl/m4/codeset.m4,
-       lib/gl/m4/eoverflow.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc21.m4,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4,
-       lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4,
-       lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4,
-       lib/gl/m4/inttypes_h.m4, lib/gl/m4/isc-posix.m4,
-       lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4,
-       lib/gl/m4/lib-prefix.m4, lib/gl/m4/longdouble.m4,
-       lib/gl/m4/longlong.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4,
-       lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4,
-       lib/gl/m4/signed.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/strdup.m4,
-       lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4,
-       lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4,
-       lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4,
-       lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c,
-       lib/gl/printf-parse.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h,
-       lib/gl/vasprintf.c, lib/gl/vasprintf.h, lib/gl/xsize.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Add vasprintf module, because DIGEST-MD5 need
-       asprintf.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/parser.c,
-       lib/digest-md5/parser.h, lib/digest-md5/validate.c: Move validate
-       functions to separate file.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/tokens.h: Fix qop/cipher types.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/printer.h, lib/digest-md5/validate.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Parse qop/cipher in response.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Handle qop/cipher in challenge.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Test more.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/test-parser.c: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/tokens.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Use new API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Use new API.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/getsubopt.c: Fix.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Use 'static'.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c: Remove getsubopt (in getsubopt.c now).
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Add tokens.h.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/getsubopt.c: Rename, and use prototype from
-       parser.h.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.h: Use tokens.h.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/tokens.h: Add.
-
-2004-12-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/parser.h: Add.
-
-2004-12-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Fix.
-
-2004-12-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/README,
-       lib/digest-md5/parser.c, lib/digest-md5/parser.h,
-       lib/digest-md5/test-parser.c: Add.
-
-2004-12-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/README: Add.
-
-2004-12-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/.cvsignore: [no log message]
-
-2004-12-17  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/parser.c, lib/digest-md5/parser.h,
-       lib/digest-md5/test-parser.c: Add, unfinished.
-
-2004-12-16  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-12-16  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c: Update.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Generated.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.3.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c: Reorder authid/password queries, tiny patch
-       from Sergey Poznyakoff <address@hidden>.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Simplify.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: New message.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Revert.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Rename from saslprep to stringprep, for
-       backwards compatibility.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Output more info.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Typo.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Don't NFKC.  Fix use-after-free.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c: Don't NFKC for now.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/server.c: Update SASLprep API.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Just fail if libidn isn't installed.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Deprecate
-       GSASL_UNICODE_NORMALIZATION_ERROR.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Move.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/error.c: Add.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Work (as much as possible) when libidn isn't
-       available.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix libidn.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/NEWS, lib/configure.ac,
-       lib/libidn/.cvsignore, lib/libidn/Makefile.am, lib/libidn/README,
-       lib/libidn/gunibreak.h, lib/libidn/gunicomp.h,
-       lib/libidn/gunidecomp.h, lib/libidn/nfkc.c, lib/libidn/profiles.c,
-       lib/libidn/rfc3454.c, lib/libidn/stringprep.c,
-       lib/libidn/stringprep.h, lib/libidn/toutf8.c, lib/src/Makefile.am: 
-       Revert LibIDN dependency stuff.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c: Fix.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Use new iconv API.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/dummy.c: Remove.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Dummy not needed.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib.m4, lib/gl/Makefile.am,
-       lib/gl/dummy.c, lib/gl/m4/gnulib.m4: Update.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Dummy not needed, base64 always enabled.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Remove GSASL_CANNOT_VALIDATE.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/login/server.c, lib/plain/server.c: Fall back to internal
-       authentication logic if GSASL_VALIDATE_SIMPLE leads to
-       GSASL_NO_CALLBACK.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Remove authzid from LOGIN test vectors.
-
-2004-12-15  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: Zero terminate password.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: Add 'break' in switch-case.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: (gsasl_callback): Handle GSASL_VALIDATE_SIMPLE 
and GSASL_PASSWORD,
-       tiny patch from Sergey Poznyakoff <address@hidden>.
-
-2004-12-14  Simon Josefsson <address@hidden>
-
-       * lib/login/server.c, lib/plain/server.c: Invert password validation
-       logic, tiny patch from Sergey Poznyakoff <address@hidden>.
-
-2004-12-12  Simon Josefsson <address@hidden>
-
-       * gl/iconvme.c, gl/iconvme.h: Update.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Revert.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Fix.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/iconvme.c: Update.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Link with libiconv.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Use iconvme instead libidn.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Remove.
-
-2004-12-10  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/iconvme.c, gl/iconvme.h,
-       gl/m4/gnulib.m4, gl/m4/iconvme.m4: Add iconvme.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add GSASL_REALM.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Add
-       realm property.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c: Set domain field to GSASL_REALM property value,
-       because some servers appear to need non-empty domain fields,
-       reported by Martin Lambers <address@hidden>.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * gl/m4/restrict.m4, lib/gl/base64.c: Update.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: More idn checks.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Libidn need ICONV_CONST.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/restrict.m4: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Sync example.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c: Fix, for new
-       base64 API.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/base64.h,
-       lib/gl/m4/base64.m4, lib/gl/m4/gnulib.m4: Update.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Complain if aborting early.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Don't clobber return code, reported by Martin
-       Lambers <address@hidden>.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/login/client.c: Cleanup.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix LOGIN test vector.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/login/client.c: Don't even use SASLprep, SASLprep should be on
-       server side.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/login/client.c: Use SASLprep, not NFKC.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c: Don't NFKC, align with
-       draft-ietf-sasl-plain-05.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Don't use lib/config.h.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Ignore thread problems in libidn files.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/Makefile.am, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/obsolete.c, lib/src/stringprep.c: 
-       Obsolete gsasl_stringprep_nfkc, gsasl_stringprep_saslprep, and
-       gsasl_stringprep_trace.  Use gsasl_saslprep instead.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: Improve API.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/libidn/.cvsignore: [no log message]
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/NEWS, lib/configure.ac,
-       lib/libidn/Makefile.am, lib/libidn/README, lib/libidn/gunibreak.h,
-       lib/libidn/gunicomp.h, lib/libidn/gunidecomp.h, lib/libidn/nfkc.c,
-       lib/libidn/profiles.c, lib/libidn/rfc3454.c,
-       lib/libidn/stringprep.c, lib/libidn/stringprep.h,
-       lib/libidn/toutf8.c, lib/src/Makefile.am, lib/src/saslprep.c,
-       lib/src/stringprep-no.c, lib/src/stringprep.c: Add copy of libidn,
-       so we always have SASLprep functionality.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Don't do anything if DIGEST-MD5 isn't
-       supported.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix LOGIN tests.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/callbacks.h, src/gsasl.c: Use new API (server
-       mode not ported yet).
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Add saslprep.c.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/saslprep.c: New file.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Add gsasl_saslprep.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Disable DIGEST-MD5 by default, until it is
-       rewritten.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c: Use new API.
-
-2004-11-30  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump versions.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c: Initialize length variables, fixes problem
-       when no AUTHZID is available.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/login/client.c: Use AUTHID, not AUTHZID, reported by Martin
-       Lambers <address@hidden>.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/NEWS: Add.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c, lib/gl/base64.h: Update.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: 0.2.2.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.2.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Generated.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP.
-
-2004-11-29  Simon Josefsson <address@hidden>
-
-       * lib/THANKS: Fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c: Typo.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c: Simplify.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c, lib/src/obsolete.c: Doc fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * gl/getopt_.h, gl/m4/getopt.m4: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c: Doc fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c: Cosmetic fix.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c: Use new API.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c, lib/gl/base64.h: Update.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Simplify.
-
-2004-11-28  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/m4/base64.m4,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/xsize.m4, lib/gl/xsize.h: Update.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c, lib/src/obsolete.c, lib/src/property.c: Indent.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Use new base64 API.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/src/base64.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in,
-       lib/src/obsolete.c: Use gnulib for base64 support.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/securid/server.c: Fix read out of bounds error.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Use challengelen.
-
-2004-11-27  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/m4/gnulib.m4,
-       lib/gl/m4/size_max.m4, lib/gl/m4/xsize.m4, lib/gl/xsize.h: Add.
-
-2004-11-26  Simon Josefsson <address@hidden>
-
-       * lib/gl/base64.c: Fix.
-
-2004-11-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/base64.c,
-       lib/gl/base64.h, lib/gl/m4/gnulib.m4, lib/gl/m4/stdbool.m4,
-       lib/gl/stdbool_.h: Add base64.
-
-2004-11-25  Simon Josefsson <address@hidden>
-
-       * lib/THANKS: Simplify.
-
-2004-11-25  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2004-11-25  Simon Josefsson <address@hidden>
-
-       * THANKS: Make cronological.
-
-2004-11-25  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Fix AM_CPPFLAGS, so objdir != srcdir builds
-       work, tiny patch from Mike Castle <address@hidden>.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Normalize warning messages.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/pl.po: Update.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po,
-       po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po,
-       po/sr.po, po/sv.po, po/zh_CN.po: Try without line numbers.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Sync with libidn.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po: Update.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/ga.po: Add.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po: Sync with TP.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * lib/po/Makevars, po/LINGUAS, po/Makevars: Fix.
-
-2004-11-23  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP.
-
-2004-11-22  Simon Josefsson <address@hidden>
-
-       * gl/getopt_.h: Update.
-
-2004-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-11-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/init.c: Doc fix.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c, lib/src/suggest.c, lib/src/supportp.c: Doc fix.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix valgrins warnings.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: Fix valgrind warnings.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/server.c: Fix mem leak.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Change headings.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h,
-       gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h,
-       gl/m4/getaddrinfo.m4, gl/m4/getopt.m4, gl/m4/sockpfaf.m4,
-       gl/progname.c, gl/progname.h: Update.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po,
-       po/zh_CN.po: Generated.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.1.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po,
-       po/zh_CN.po: Sync with TP.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-11-19  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c,
-       lib/digest-md5/session.c: Fix encode/decode.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in: 
-       Obsolete GSASL_CANNOT_GET_CTX.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/error.c, lib/src/gsasl.h.in,
-       lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c: Add CPP
-       definition GSASL_NO_OBSOLETE to hide obsolete code (md5pwd.c still
-       todo).
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/common.c, lib/src/init.c: Collapse
-       common.c into init.c.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Fix.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Doc fix.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/callback-c.c, lib/src/callback-s.c,
-       lib/src/obsolete.c: Move obsolete callback interface to obsolete.c.
-
-2004-11-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Fix.
-
-2004-11-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Typo.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * README-alpha, lib/README-alpha: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Sync with texinfo.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po,
-       po/zh_CN.po: Generated.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.2.0.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/md5file.c: Fix distcheck.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c: Use authid instead of authzid.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix NTLM.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml: Add
-       image.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Doc fix.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Improve typography.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add image.  Fixes.
-
-2004-11-07  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/abstraction.eps: Add image.
-
-2004-11-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Typo.
-
-2004-11-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-11-03  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, gl/m4/getpass.m4: Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix mem leak.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Revert.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Only use __attribute__ with gcc 3.1 or
-       later.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Invert MIT vs Heimdal detection logic.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Fix -export-symbols-regex call.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Dist cram-md5.pwd.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/gl/gettext.h, lib/gl/m4/gnulib.m4: Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Use gnulib for gettext.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am: Generate.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Enable flyspell too.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Typo.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * AUTHORS, lib/AUTHORS: Fix PGP key.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix PDF output.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * Makefile.am: No more doxygen refman.ps.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Typo.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Be specific.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Move around.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix properties.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Markup fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Typo.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/.cvsignore: [no log message]
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl-unused.sgml: Add (dummy file, to shut up
-       gtk-doc.make).
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/done.c: Make it compile.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Doc fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Fix mem leaks.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/controlflow.eps, doc/controlflow2.eps: Add, dia --export is
-       buggy.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * : Update.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix, for removed gsasl_property.*global.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Remove *_global property stuff.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * examples/client.c: Remove gsasl_property.*global.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, lib/gssapi/server.c, lib/src/gsasl.h.in,
-       lib/src/property.c: Rename gsasl_property_lset to
-       gsasl_property_set_raw.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/login/server.c, lib/plain/server.c: Rename property type.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: (Gsasl_property): Remove unused properties, for 
now.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, lib/gssapi/server.c: Fix warnings.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Limit exported symbols to ^gsasl.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Doc fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Add comment.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Add gtkdocize.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Move callback functions last too, to
-       improve GTK-DOC output.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Move callback typedef's last.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Doc fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Add index.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/obsolete.c, lib/src/property.c,
-       lib/src/register.c: Doc fix.
-
-2004-10-31  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: Doc fix.
-
-2004-10-29  Simon Josefsson <address@hidden>
-
-       * lib/src/version.c: Doc fix.
-
-2004-10-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-04.txt,
-       doc/specification/draft-ietf-sasl-rfc2222bis-09.txt: Add.
-
-2004-10-28  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Support -include.  Replace struct marker from & to #, to
-       align with modern GTK-DOC.  Improve man and texinfo output.
-
-2004-10-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-04.txt,
-       doc/specification/draft-ietf-sasl-plain-05.txt: Add.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add images.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml: Add.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml,
-       doc/reference/gsasl.types, doc/reference/gtk-doc.make: Revamp.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * Makefile.am: (DISTCHECK_CONFIGURE_FLAGS): Add --enable-gtk-doc.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: (update-po): Fix.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * po/address@hidden, po/address@hidden: Remove.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS: Sync with TP.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/LINGUAS: Sync with TP.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, po/LINGUAS, po/de.po, po/address@hidden,
-       po/address@hidden, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP.
-
-2004-10-24  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS: Sync with TP.
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am: Update
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generated.
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/getopt.m4, gl/m4/gnulib.m4: Update.
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Update.
-
-2004-10-15  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/error.c, gl/getndelim2.c, gl/getpass.c,
-       gl/m4/gnulib.m4, gl/m4/unlocked-io.m4, gl/unlocked-io.h: Update.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Fix.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Fix.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/gssapi.c: Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/old-gssapi.c: Typo.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Don't use fixed size buffers.  Use new
-       property API.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/old-gssapi.c: Make it work.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/property.c: (gsasl_property_lset): Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Use new callback API.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: Support GSASL_GSSAPI_DISPLAY_NAME.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: (gsasl_callback): Support deprecated 
GSASL_VALIDATE_GSSAPI.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Avoid old-style service callback.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c: Fix memory leak.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c: Fix memory leak.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, tests/old-gssapi.c: Fix crash.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/old-gssapi.c: Fix.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Remove old-gssapi for now.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/digest-md5.c, tests/gssapi.key,
-       tests/gssapi.tkt, tests/md5file.c, tests/old-gssapi.c: Add.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Support service and hostname properties.
-
-2004-10-14  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Remove duplicated stuff.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/server.c, lib/cram-md5/client.c,
-       lib/cram-md5/cram-md5.h, lib/cram-md5/server.c,
-       lib/digest-md5/client.c, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/server.c, lib/digest-md5/session.c,
-       lib/digest-md5/session.h, lib/external/client.c,
-       lib/external/server.c, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/gssapi/x-gssapi.h, lib/kerberos_v5/client.c,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/kerberos_v5/server.c, lib/login/client.c, lib/login/login.h,
-       lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h,
-       lib/plain/client.c, lib/plain/plain.h, lib/plain/server.c,
-       lib/securid/client.c, lib/securid/securid.h, lib/securid/server.c,
-       lib/src/obsolete.c, tests/cram-md5.c: Fix warnings.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Don't deprecate the types that are used in
-       this file.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * lib/external/external.h: Fix warning.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Use GCC __attribute__((deprecated)), if
-       available, to generate warnings on use.
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-10-13  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/cram-md5.c, tests/old-cram-md5.c,
-       tests/utils.c: Add new cram-md5 test.
-
-2004-10-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Typo.
-
-2004-10-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c,
-       lib/digest-md5/getsubopt.c, lib/digest-md5/shared.c,
-       lib/digest-md5/shared.h, lib/plain/client.c: Fix warnings.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generated.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c, lib/digest-md5/shared.c,
-       lib/digest-md5/shared.h: Fix warnings.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/getsubopt.c: Fix warning.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/gsasl-compat.h, lib/src/obsolete.c: 
(gsasl_server_suggest_mechanism): Add, but as deprecated, for binary
-       compatibility.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Typo.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/gsasl.h.in, lib/src/suggest.c: 
(gsasl_server_suggest_mechanism): Remove.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * : Update.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * : Update.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * examples/client-mech.c: Typ.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-10-04  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: (Using the Library): Rewrite.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-serverfirst.c,
-       examples/client.c: Fix.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Doc fix.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/anonymous/client.c, lib/anonymous/server.c,
-       lib/securid/server.c, lib/src/callback.c, lib/src/gsasl.h.in,
-       lib/src/property.c: Cleanup properties.
-
-2004-10-03  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Clear authzid.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * : Update.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, examples/client-mech.c,
-       examples/client-serverfirst.c, examples/client.c: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gsasl.texi: Add.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/src/callback.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c: Simplify
-       callback hook.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Doc fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * examples/client-callback.c, lib/anonymous/server.c,
-       lib/external/server.c, lib/login/server.c, lib/plain/server.c,
-       lib/securid/server.c, lib/src/callback.c, lib/src/gsasl.h.in,
-       lib/src/internal.h, lib/src/property.c: Simplify callbacks, now
-       there is only one application callback (the global).
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h: Typo.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Obsolete some error
-       codes.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Update, for libntlm 0.3.6.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gsasl-example1.c: Remove.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, doc/gsasl.texi, examples/.cvsignore,
-       examples/Makefile.am, examples/README, examples/client-callback.c,
-       examples/client-mech.c, examples/client-serverfirst.c,
-       examples/client.c: Add examples.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Generate.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: (gsasl_property_fast, 
gsasl_property_fast_global): Fix crashes on
-       NULL input.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: (gsasl_callback): Give sctx to global callback.
-
-2004-09-30  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c, lib/securid/client.c: Don't fail on missing
-       authzid.
-
-2004-09-29  Simon Josefsson <address@hidden>
-
-       * NEWS, tests/Makefile.am, tests/md5file.c, tests/utils.c: Add.
-
-2004-09-29  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-09-29  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.pwd, tests/utils.c, tests/utils.h: Add.
-
-2004-09-29  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/dummy.c, gl/m4/gnulib.m4, gl/progname.h,
-       lib/gl/Makefile.am, lib/gl/dummy.c, lib/gl/m4/gnulib.m4: Update.
-
-2004-09-28  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/gl/Makefile.am, lib/gl/dummy.c,
-       lib/gl/m4/gnulib.m4, lib/gl/m4/strdup.m4, lib/gl/strdup.c,
-       lib/gl/strdup.h: Use new GNULib.
-
-2004-09-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/crypto/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/digest-md5/shared.h, lib/external/Makefile.am,
-       lib/gl/Makefile.am, lib/gl/m4/strdup.m4, lib/gl/strdup.c,
-       lib/gl/strdup.h, lib/gssapi/Makefile.am,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/shared.h,
-       lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am, lib/src/Makefile.am, tests/Makefile.am: Use
-       Lesser GNULib.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Generated.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Bump versions.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-mech.h, lib/src/gsasl.h.in: Move.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl: Add gsasl-mech.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h,
-       lib/cram-md5/server.c, lib/digest-md5/client.c,
-       lib/digest-md5/digest-md5.h, lib/digest-md5/server.c,
-       lib/digest-md5/session.c, lib/digest-md5/shared.c,
-       lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/gssapi/shared.h, lib/gssapi/x-gssapi.h, lib/login/client.c,
-       lib/login/login.h, lib/login/server.c, lib/ntlm/ntlm.c,
-       lib/ntlm/x-ntlm.h: Avoid use of internal.h.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.h, lib/cram-md5/server.c,
-       lib/digest-md5/client.c, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/gssapi/x-gssapi.h, lib/login/client.c, lib/login/login.h,
-       lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h,
-       lib/securid/client.c, lib/securid/securid.h, lib/src/gsasl-mech.h,
-       lib/src/xfinish.c: Make mechanism finish function return void.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/listmech.c: Cleanup.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/listmech.c: Use new API.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.h: Indent.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/anonymous/anonymous.h,
-       lib/anonymous/mechinfo.c, lib/cram-md5/Makefile.am,
-       lib/cram-md5/cram-md5.h, lib/cram-md5/mechinfo.c,
-       lib/digest-md5/Makefile.am, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/mechinfo.c, lib/external/Makefile.am,
-       lib/external/external.h, lib/external/mechinfo.c,
-       lib/gssapi/Makefile.am, lib/gssapi/mechinfo.c,
-       lib/gssapi/x-gssapi.h, lib/login/Makefile.am, lib/login/login.h,
-       lib/login/mechinfo.c, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c,
-       lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/mechinfo.c,
-       lib/plain/plain.h, lib/securid/Makefile.am, lib/securid/mechinfo.c,
-       lib/securid/securid.h, lib/src/common.c, lib/src/init.c: Move
-       mechanism definitions from src/common.c into */mechinfo.c.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/src/gsasl.h.in: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/gsasl-mech.h, lib/src/gsasl.h.in: 
-       Move mechanism stuff from gsasl.h.in to gsasl-mech.h.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h,
-       lib/cram-md5/server.c, lib/external/client.c,
-       lib/external/external.h, lib/external/server.c, lib/plain/client.c,
-       lib/plain/plain.h, lib/plain/server.c, lib/securid/client.c,
-       lib/securid/securid.h, lib/securid/server.c, lib/src/common.c: 
-       Remove useless start functions.  Cleanup.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/server.c, lib/src/common.c, lib/src/xstart.c: Support
-       NULL start mechanism functions.  Remove useless start functions.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/server.c: Typo.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/anonymous/anonymous.h,
-       lib/anonymous/client.c: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/client.c, lib/anonymous/server.c,
-       lib/external/client.c, lib/external/external.h,
-       lib/external/server.c: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Doc fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c, lib/src/gsasl.h.in, lib/src/xstart.c: Indent.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/xstart.c: Cleanup.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/register.c: Doc fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/register.c: Fix.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/gsasl.texi, lib/NEWS: Add.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c, lib/src/gsasl.h.in, lib/src/init.c,
-       lib/src/internal.h, lib/src/listmech.c, lib/src/register.c,
-       lib/src/suggest.c, lib/src/supportp.c, lib/src/xcode.c,
-       lib/src/xstart.c, lib/src/xstep.c: Make mechanism interface public.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c, lib/src/internal.h, lib/src/xstep.c: Remove
-       non-allocating step interface.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/server.c, lib/gssapi/x-gssapi.h: Make GSSAPI server use
-       allocating interface.
-
-2004-09-24  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/server.c, lib/src/common.c: Use new allocating step
-       API in DIGEST-MD5.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Fix.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * tests/digest-md5.c: Fix.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am, tests/digest-md5.c: Add.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix valgrind
-       complaints.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/server.c: Fix.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/client.c,
-       lib/digest-md5/server.c, lib/digest-md5/session.c,
-       lib/digest-md5/session.h: Split off and unify data protection in
-       DIGEST-MD5.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Remove debugging print of b64 encoded session data.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c: Cleanup.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c: Use digest.h API.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c: Disable KERBEROS_V5 for now.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/securid/securid.h, lib/securid/server.c, lib/src/callback.c,
-       lib/src/common.c: Make SECURID server use new APIs.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c: Fix.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/securid/client.c, lib/securid/securid.h, lib/src/common.c,
-       lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Make SECURID client use new allocating API.  Use
-       new callback/property API in SECURID client.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Reorder.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix gsasl_encode use.
-
-2004-09-23  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h,
-       lib/digest-md5/server.c, lib/gssapi/client.c,
-       lib/gssapi/x-gssapi.h, lib/kerberos_v5/client.c,
-       lib/kerberos_v5/server.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c,
-       lib/src/xcode.c: (gsasl_encode. gsasl_decode): Allocate OUTPUT
-       buffer.  Change in prototype.  Update types and callers.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix buggy callbacks.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h, lib/src/version.c: Cleanup includes.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix NTLM test.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix NTLM test cases.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Fix.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Add gnulib.
-
-2004-09-22  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Remove.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/x-gssapi.h: Fix.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/client.c, lib/gssapi/x-gssapi.h, lib/src/common.c: Make
-       GSSAPI client use new allocating API, and new callback interface.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Add.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c, lib/src/gsasl.h.in: Add.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Add.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/server.c: Fix.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/src/common.c: 
-       Make CRAM-MD5 server use new allocating output.  Use digest.* in
-       CRAM-MD5 server.  Use new callback interface in CRAM-MD5 server
-       (means dropping support for validation of CRAM-MD5 hashes within
-       application, will anyone miss it?).
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/src/common.c: 
-       Make CRAM-MD5 client use new allocating API, and new callback
-       interface.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c, lib/plain/server.c: Typo.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/plain/client.c: Typo.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/plain/server.c: Use new callback interface.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/plain/plain.h, lib/plain/server.c, lib/src/common.c: Make
-       PLAIN server use new allocating API.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/login/login.h, lib/login/server.c, lib/src/common.c: Make
-       LOGIN server support new allocating API.  Use new callback/property
-       API in LOGIN server.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Fix crash.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix crash in EXTERNAL client.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/src/property.c: (gsasl_property_set, gsasl_property_set_global): 
Handle data==NULL.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/external/client.c, lib/external/server.c, lib/login/client.c,
-       lib/ntlm/ntlm.c, lib/plain/client.c, lib/src/gsasl.h.in,
-       lib/src/property.c: Fix.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/external/server.c: Support authzid.
-
-2004-09-21  Simon Josefsson <address@hidden>
-
-       * lib/external/client.c: Support authorization identities.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c,
-       lib/src/xcode.c: (gsasl_encode, gsasl_decode): Obsolete.  
(gsasl_encode_inline, gsasl_decode_inline): Add.  Same as above.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: (Gsasl_rc): Specify numbers explicitly, to make 
sure existing names
-       are never renumbered.  Move new errors last, to maintain binary
-       compatibility with last release.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Move.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-20  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in,
-       lib/src/obsolete.c: (gsasl_ctx_get): Obsolete.
-
-2004-09-19  Simon Josefsson <address@hidden>
-
-       * gl/getaddrinfo.c, gl/getaddrinfo.h, gl/progname.c, gl/progname.h: 
-       Update.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/stringprep-no.c: Fix.Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/error.c: Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/crypto/gc-nettle.c, lib/crypto/hmac.h: Remove SHA.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/crypto/Makefile.am: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/THANKS: Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Check for netinet/in.h, reported by Paul Romero
-       <address@hidden>.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl.h.in: Move.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c: Doc fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Doc fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Move.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Move.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/crypto/gc-libgcrypt.c,
-       lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/gssapi/client.c,
-       lib/plain/client.c, lib/plain/server.c, lib/src/gsasl.h.in,
-       lib/src/internal.h, lib/src/property.c, lib/src/register.c,
-       lib/src/xstep.c, src/smtp.c, tests/cram-md5.c: Indent.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/internal.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/server.c, lib/crypto/gc-nettle.c, lib/ntlm/ntlm.c,
-       lib/src/common.c, tests/cram-md5.c: Fix warnings.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/ro.po, po/sr.po, po/sv.po: Generated.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/client.c: Cleanup.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/gssapi.c: Remove.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/server.c,
-       lib/gssapi/shared.h: Split up GSSAPI.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c,
-       lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h: Split up
-       KERBEROS_V5.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/digest-md5/client.c,
-       lib/digest-md5/digest-md5.c, lib/digest-md5/getsubopt.c,
-       lib/digest-md5/server.c, lib/digest-md5/shared.c,
-       lib/digest-md5/shared.h: Split up DIGEST-MD5.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/src/common.c: 
-       Cleanup CRAM-MD5.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/Makefile.am, lib/ntlm/ntlm.c: Cleanup NTLM.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/securid/Makefile.am, lib/securid/client.c,
-       lib/securid/securid.c, lib/securid/securid.h, lib/securid/server.c,
-       lib/src/common.c: Cleanup SECURID.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/Makefile.am, lib/src/xfinish.c: Typo.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/login/login.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/login/Makefile.am, lib/login/client.c, lib/login/login.c,
-       lib/login/server.c: Cleanup LOGIN.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/plain/Makefile.am, lib/plain/client.c, lib/plain/plain.c,
-       lib/plain/plain.h, lib/plain/server.c, lib/src/common.c: Cleanup
-       PLAIN.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/Makefile.am, lib/external/client.c,
-       lib/external/external.c, lib/external/server.c, lib/src/callback.c: 
-       Make EXTERNAL use new callback API.  Cleanup.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am: Typo.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am: Typo.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/anonymous/anonymous.c,
-       lib/anonymous/anonymous.h, lib/anonymous/client.c,
-       lib/anonymous/server.c, lib/src/common.c: Cleanup.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.c, lib/anonymous/client.c,
-       lib/anonymous/server.c: Cleanup.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/external.h: Fix.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/external.c, lib/src/common.c: Remove useless EXTERNAL
-       finish function.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/xfinish.c: Handle NULL finish plugin method.  Fix mem
-       leak.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/src/done.c: Fix mem leak.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/src/common.c: Make NTLM
-       use new allocating API.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/external/external.c, lib/external/external.h,
-       lib/src/common.c: Make EXTERNAL use new allocating API.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/plain/plain.c, lib/plain/plain.h, lib/src/common.c,
-       lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h,
-       lib/src/property.c: Make PLAIN client use new callback API.  Add
-       authid property.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/login/login.c, lib/login/login.h, lib/src/common.c,
-       lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in,
-       lib/src/internal.h, lib/src/property.c: Make LOGIN client use new
-       callback API.  Add password/authzid properties.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-09-18  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.c, lib/anonymous/anonymous.h,
-       lib/src/Makefile.am, lib/src/callback.c, lib/src/common.c,
-       lib/src/done.c, lib/src/error.c, lib/src/gsasl-compat.h,
-       lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c,
-       lib/src/xfinish.c: Add new callback/property interface, thereby
-       deprecating old callback system.  Move obsolete APIs from gsasl.h.in
-       to gsasl-compat.h.  Include gsasl-compat.h in gsasl.h.in.  Fix the
-       ANONYMOUS mechanism to use the new interface, including the new
-       allocating mechanism interface.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/init.c, lib/src/internal.h,
-       lib/src/register.c: (gsasl_register): Add.  (gsasl_init): Use it.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/src/init.c: Cleanup.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.c, lib/anonymous/anonymous.h,
-       lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h,
-       lib/external/external.c, lib/external/external.h,
-       lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/login/login.c, lib/login/login.h, lib/ntlm/ntlm.c,
-       lib/ntlm/x-ntlm.h, lib/plain/plain.c, lib/plain/plain.h,
-       lib/securid/securid.c, lib/src/common.c: Remove useless plugin
-       init/done functions.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.h,
-       lib/cram-md5/init_client.c, lib/cram-md5/init_server.c,
-       lib/src/common.c: Remove useless CRAM-MD5 init/done.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/src/done.c, lib/src/init.c: Support NULL module init/done
-       functions.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/cram-md5/client.c,
-       lib/cram-md5/cram-md5.c, lib/cram-md5/server.c: Split up cram-md5.c
-       into client.c and server.c.
-
-2004-09-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.c,
-       lib/cram-md5/init_client.c, lib/cram-md5/init_server.c: Cleanup
-       init.
-
-2004-09-16  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Fix.
-
-2004-09-16  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use threadsafety.
-
-2004-09-16  Simon Josefsson <address@hidden>
-
-       * tests/threadsafety: Add.
-
-2004-09-13  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/sr.po, lib/po/sv.po, po/pl.po: Sync with
-       TP.
-
-2004-09-13  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: (clean-local): Add style.css.
-
-2004-09-09  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-04.txt: Add.
-
-2004-09-05  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/getaddrinfo.c, gl/getaddrinfo.h,
-       gl/m4/getaddrinfo.m4, gl/m4/gnulib.m4, gl/m4/restrict.m4,
-       src/gsasl.c, src/internal.h: Assume getaddrinfo.  Add getaddrinfo
-       gnulib module, for system that lack it.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sv.po: Sync with TP.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl-example1.c, doc/gsasl.texi: Fix example.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.gdoci: Remove.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Simplify.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Rewrite gdoc stuff.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-08-31  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix update-po.
-
-2004-08-26  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2004-08-26  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-08-23  Simon Josefsson <address@hidden>
-
-       * m4/autobuild.m4: Update.
-
-2004-08-23  Simon Josefsson <address@hidden>
-
-       * NEWS: Typo.
-
-2004-08-21  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Add GC stuff.
-
-2004-08-21  Simon Josefsson <address@hidden>
-
-       * lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c,
-       lib/crypto/gc.h, lib/crypto/hmac.h, lib/crypto/sha.h: Sync GC with
-       GnuTLS.
-
-2004-08-18  Simon Josefsson <address@hidden>
-
-       * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po,
-       po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-08-18  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version.
-
-2004-08-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-08-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib.m4, lib/gl/m4/gnulib.m4: Update.
-
-2004-08-16  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/m4/gnulib.m4, lib/configure.ac,
-       lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Update.
-
-2004-08-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/gnulib.m4: Update.
-
-2004-08-10  Simon Josefsson <address@hidden>
-
-       * gl/getpass.c, gl/getpass.h: Update.
-
-2004-08-08  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Fix.
-
-2004-08-08  Simon Josefsson <address@hidden>
-
-       * gsasl.fms: Add.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po,
-       lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/sr.po, po/sv.po: Generated.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.4.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Fix.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump versions.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am, lib/gl/m4/gnulib.m4, po/sv.po: Update.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix aclocal -I's.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Use new gnulib-tool stuff.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/internal.h: Fix.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getline.c, gl/getline.h, gl/getndelim2.c,
-       gl/getndelim2.h, gl/getpass.c, gl/getpass.h, gl/getpassword.c,
-       gl/getpassword.h, gl/m4/getline.m4, gl/m4/getndelim2.m4,
-       gl/m4/getpass.m4, gl/m4/gnulib.m4, gl/m4/ssize_t.m4,
-       gl/m4/stdbool.m4, gl/stdbool_.h: Update.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use new gnulib-tool stuff.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/gnulib.m4, lib/gl/Makefile.am,
-       lib/gl/m4/gnulib.m4: Fix.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/gl/Makefile.am: Generated.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/gnulib.m4, lib/gl/m4/onceonly_2_57.m4: Add.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: For gnulib.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use new gnulib-tool stuff.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/stdbool_.h: Update.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/m4/codeset.m4, gl/m4/gettext.m4, gl/m4/glibc21.m4,
-       gl/m4/gnulib.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4,
-       gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/longdouble.m4,
-       gl/m4/longlong.m4, gl/m4/nls.m4, gl/m4/po.m4,
-       gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/signed.m4,
-       gl/m4/size_max.m4, gl/m4/stdint_h.m4, gl/m4/uintmax_t.m4,
-       gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4,
-       gl/m4/xsize.m4: Add.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Generated.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/error.c, gl/m4/fatal.m4, gl/m4/gnulib.m4, gl/m4/stdbool.m4,
-       lib/gl/m4/strdup.m4, lib/gl/strdup.c, lib/gl/strdup.h: Update.
-
-2004-08-07  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.c: Update.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, po/LINGUAS: Sync with TP.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: (update-po): Add.
-
-2004-08-06  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po,
-       po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP.
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Fix.
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * lib/po/.cvsignore, po/.cvsignore: [no log message]
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Add.
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * gl/progname.lo: Remove.
-
-2004-08-05  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/fr.po, lib/po/nl.po, lib/po/pl.po,
-       lib/po/ro.po, po/LINGUAS, po/de.po, po/eu.po, po/fr.po, po/ga.po,
-       po/nl.po, po/pl.po, po/ro.po, po/sr.po: Add.
-
-2004-08-04  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c, lib/crypto/gc-nettle.c,
-       lib/digest-md5/digest-md5.c, lib/src/crypto.c: Fix, reported by
-       Dimitri Papadopoulos-Orfanos <address@hidden>.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * lib/gl/dummy.c: Update.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/sv.po: Generated.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Update.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.3.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/getpassword.c, gl/getpassword.h, lib/cram-md5/digest.c,
-       src/gsasl.c, src/internal.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/progname.h: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * : Remove.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/configure.ac: Bump version.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: (_gsasl_digest_md5_client_step): If no 
qop callback, default to no
-       QOP.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Simplify setlocale.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Define setlocale.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix cmd line parsing.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/fatal.c, gl/fatal.h: Remove
-       fatal.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use error.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use error.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: #Include errno.h.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for errno.h.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use progname.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/progname.c, gl/progname.h, gl/progname.lo, gl/stdbool_.h: 
-       Gnulib.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/m4/error.m4, gl/m4/extensions.m4,
-       gl/m4/fatal.m4, gl/m4/onceonly_2_57.m4, gl/m4/stdbool.m4,
-       gl/m4/strerror_r.m4, gl/m4/unlocked-io.m4: Gnulib fixes.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Add progname.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/dummy.c, gl/error.c, gl/error.h, gl/exit.h,
-       gl/fatal.c, gl/fatal.h, gl/unlocked-io.h: Add fatal module.  Update.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use getaddrinfo, if available.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for getaddrinfo.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix unnamed option handling.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (client_callback_authentication_id): Use getpwuid.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/internal.h: #include pwd.h.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for pwd.h.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Handle hostname/port on command line.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Doc fix.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Use unnamed options.
-
-2004-08-03  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Make --client and --imap default.
-
-2004-07-26  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-10.txt: Add.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/sv.po: Generated.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.2.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * THANKS, lib/THANKS: Add.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, gl/getopt1.c, gl/m4/getopt.m4: Update.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use ABINIT.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * m4/autobuild.m4: Add.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * gl/dummy.c, lib/gl/dummy.c: Typo.
-
-2004-07-16  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/dummy.c, lib/gl/Makefile.am, lib/gl/dummy.c: 
-       Add.
-
-2004-07-13  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-melnikov-ldap-distr-auth-00.txt: Add.
-
-2004-07-13  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-03.txt: Add.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * lib/src/xstep.c: Use allocating interface, if present.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * lib/src/internal.h: Add allocating "step" interface.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * lib/src/callback-c.c, lib/src/callback-s.c: Don't crash on if
-       handed NULL input.
-
-2004-07-10  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix mem leak.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Mention SMTP.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * tests/utils.c: Add.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, tests/Makefile.am, tests/cram-md5.c,
-       tests/simple.c: Fix.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add comment.
-
-2004-07-05  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Use config.h's.
-
-2004-07-03  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use config.h again.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * configure.ac: Cosmetic fix.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: [no log message]
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * gl/readline.c: Fix.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Update getopt stuff.
-
-2004-07-02  Simon Josefsson <address@hidden>
-
-       * gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/getopt_.h,
-       gl/m4/getopt.m4: Update getopt, to make cross compile builds to
-       uClibc systems work.
-
-2004-06-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-07.txt: Add.
-
-2004-06-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-08.txt: Add.
-
-2004-06-29  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-01.txt: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Fix.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (client_callback_passcoe): Use getpassword.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Make -d the default.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Don't prompt for authzid.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Fix.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * NEWS, gl/getpassword.c: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * gl/getpassword.c: Fix.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Use getpassword.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getpassword.c, gl/getpassword.h: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Use extern readline.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * gl/readline.c: Add.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: (libgl_la_SOURCES) [!READLINE]: Add readline.c.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * configure.ac: Proper readline tests.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for readline properly.
-
-2004-06-28  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for readline.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * src/smtp.c: Fix EHLO greeting.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * src/smtp.c: Parse SASL mechanisms from EHLO.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Clear DEFS.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Include config.h unconditionally.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c, tests/utils.c: Don't #include config.h.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use AM_CPPFLAGS, only one config.h now.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't use config.h.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac, src/internal.h: Assume standard C.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/internal.h: Avoid errno.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove errno and uid_t tests.
-
-2004-06-27  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Generated.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.1.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Bump so version.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/src/Makefile.am: Fix -I's.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po: Generated.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Default libgcrypt off.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac, lib/crypto/Makefile.am: (NETTLE_CFLAGS, 
NETTLE_LIBS): Remove.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Add.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/crypto/gc-nettle.c: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/NEWS: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/crypto/gc.h: Fix (for GTK-DOC).
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.c, gl/getopt.h, gl/getopt1.c,
-       gl/getopt_int.h: Update.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-06-26  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Fix.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore: [no log message]
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Add.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Add cram-md5.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/cram-md5.c: Add.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Remove crypto.h.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Use utils.*.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/utils.c, tests/utils.h: Fix.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Build utils.
-
-2004-06-24  Simon Josefsson <address@hidden>
-
-       * tests/utils.c, tests/utils.h: Add.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/Makefile.am, lib/ntlm/Makefile.am: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Add doc.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Cleanup.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Cleanup.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c, lib/cram-md5/challenge.h: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am, lib/src/crypto.c, lib/src/obsolete.c: 
-       De-deprecate crypto API (may be need by applications that use
-       callbacks to verify HMAC-MD5 cookies).
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/src/gsasl.h.in: Revert.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-06-18  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/obsolete.c: (gsasl_nonce, gsasl_random): 
Remove.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Move obsolete functions around.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/cram-md5/challenge.c, lib/crypto/.cvsignore,
-       lib/crypto/Makefile.am, lib/crypto/gc-libgcrypt.c,
-       lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/src/Makefile.am,
-       lib/src/crypto.h, lib/src/init.c, lib/src/libgcrypt.c,
-       lib/src/nettle.c, lib/src/obsolete.c: Initiate creation of GC
-       ("generic crypto") as non-GSASL specific Nettle/Libgcrypt wrapper.
-       Obsolete gsasl_nonce, gsasl_random, gsasl_md5, gsasl_hmac_md5.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.c: Add.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.h: Fix.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/digest.h: Add.
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Modify DEFAULT_INCLUDES instead of AM_CPPFLAGS,
-       because the Automake defaults will make us pick up the wrong
-       config.h.  (This uses undocumented features, how to solve cleanly?)
-
-2004-06-17  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-08  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.h: Doc fix.
-
-2004-06-08  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.h: Doc fix.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/challenge.c: Doc fix.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/nettle.c: Doc fix.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Fix.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/libgcrypt.c, lib/src/nettle.c: (gsasl_randomize): Rename to 
gsasl_random.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/obsolete.c: (gsasl_randomize): Add.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: (gsasl_random): Add.  (gsasl_randomize): Make 
backwards compatible.  Now an obsolete
-       function.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Use gsasl_nonce.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c: Use challenge.h interface.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c,
-       lib/cram-md5/challenge.h: challenge.h, challenge.c: Add.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/nettle.c: (gsasl_randomize): Don't take "strong" parameter.  
(gsasl_nonce, randomize): Add.
-
-2004-06-07  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in, lib/src/libgcrypt.c: (gsasl_randomize): Don't 
take "strong" parameter.  (gsasl_nonce): Add.
-
-2004-06-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/sasl-mechanisms: Update.
-
-2004-06-06  Simon Josefsson <address@hidden>
-
-       * lib/NEWS, lib/THANKS: Add.
-
-2004-06-06  Simon Josefsson <address@hidden>
-
-       * lib/src/suggest.c: Indent.
-
-2004-06-06  Simon Josefsson <address@hidden>
-
-       * lib/src/suggest.c: (gsasl_client_suggest_mechanism, 
gsasl_server_suggest_mechanism):
-       Implement them, patch from Dirk Dierckx <address@hidden>.
-
-2004-05-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-sasl-c-api-03.txt: Add.
-
-2004-04-30  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Use -no-install to avoid libtool wrapper
-       script.
-
-2004-04-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix warnings.
-
-2004-04-30  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix warnings.
-
-2004-04-30  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c, lib/gssapi/gssapi.c, src/gsasl.c,
-       src/internal.h: Fix warnings.
-
-2004-04-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-09.txt: Add.
-
-2004-04-24  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/Makefile.am, lib/ntlm/Makefile.am: Fix license.
-
-2004-04-24  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Fix license.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * lib/src/common.c: Add GSSAPI client encode/decode.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/x-gssapi.h: Add.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (client_callback_qop): Default to none, for now.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/gssapi.c: Initial client-side integrity/confidentiality
-       layer support.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2004-04-21  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/gssapi.c: Use GSS_ERROR.
-
-2004-04-18  Simon Josefsson <address@hidden>
-
-       * lib/libgsasl.pc.in: Drop -R libs flag.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix paths.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: [no log message]
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po: Generated.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix release target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: [no log message]
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Version 0.1.0.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-burdis-cat-srp-sasl-08.txt: Add.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * README-alpha, lib/README-alpha: Fix versions.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add release target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/NEWS: Add.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/src/Makefile.am: Fix -I's.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am: Fix ChangeLog target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: Update.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * README, lib/README: Fix.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/gl/m4/strdup.m4: Add.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/getopt.m4: Re-add (accidentally removed).
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/m4/check_headerlib.m4: Cosmetic fixes.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * gl/m4/getopt.m4: Remove.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/src/gsasl.h.in: Fix license.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: Update.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/digest-md5/Makefile.am, lib/external/Makefile.am,
-       lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am,
-       lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am, lib/src/Makefile.am, src/Makefile.am,
-       tests/Makefile.am: Remove indent target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Typo.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * .cvscopying: [no log message]
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix ChangeLog target.  Remove indent target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix ChangeLog target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * .cvscopying: Fix.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix ChangeLog target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * m4/.cvsignore: [no log message]
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/configure.ac: Use modern software.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog, lib/po/sv.po: Generated.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Fix.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Typo.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix HIGNORE.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * ChangeLog, lib/ChangeLog: Generated.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add ChangeLog target.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/NEWS: Remove.
-
-2004-04-16  Simon Josefsson <address@hidden>
-
-       * lib/gl/strdup.h: Revert to my own version, for LGPL.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/strdup.c: Copy from libc, for LGPL, and fix some things.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/gl/gettext.h: From gettext CVS, with LGPL.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/crypto/Makefile.am: Fix license.  Remove alloca.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/crypto/Makefile.am, lib/crypto/cbc.h,
-       lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h: Update.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/sv.po: Generated.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * README, lib/README: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/README: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po, po/sv.po: Generated.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix HIGNORE.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Translation fixes.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * README, doc/gsasl.texi, po/sv.po, src/callbacks.h: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Translation fixes.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Revert HIGNORE change.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * po/pl.po: Remove (for now).
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * THANKS: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * COPYING, NEWS, lib/README-alpha, lib/THANKS: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * po/LINGUAS: Remove Polish (for now).
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/POTFILES.in, po/POTFILES.in: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/reference/Makefile.am, src/Makefile.am,
-       tests/Makefile.am: Fix paths.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po: Update.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h: 
-       Revert license.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/Makefile.am: Fix -I's.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/sv.po: Fixes.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/LINGUAS, lib/po/pl.po: Remove Polish (for now).
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/src/callback-c.c, lib/src/callback-s.c, lib/src/callback.c,
-       lib/src/common.c, lib/src/crypto.h, lib/src/done.c,
-       lib/src/error.c, lib/src/gsasl.h.in, lib/src/init.c,
-       lib/src/internal.h, lib/src/libgcrypt.c, lib/src/listmech.c,
-       lib/src/md5pwd.c, lib/src/nettle.c, lib/src/obsolete.c,
-       lib/src/stringprep-no.c, lib/src/stringprep.c, lib/src/suggest.c,
-       lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c,
-       lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c: Fix license.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/login/Makefile.am, lib/plain/Makefile.am: Fix -I's.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/Makefile.am: Fix license.  Fix -I's.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/anonymous/anonymous.c,
-       lib/anonymous/anonymous.h, lib/cram-md5/cram-md5.c,
-       lib/cram-md5/cram-md5.h, lib/digest-md5/Makefile.am,
-       lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h,
-       lib/external/Makefile.am, lib/external/external.c,
-       lib/external/external.h, lib/gssapi/Makefile.am,
-       lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h,
-       lib/kerberos_v5/Makefile.am, lib/kerberos_v5/kerberos_v5.c,
-       lib/kerberos_v5/kerberos_v5.h, lib/login/Makefile.am,
-       lib/login/login.c, lib/login/login.h, lib/plain/Makefile.am,
-       lib/plain/plain.c, lib/plain/plain.h, lib/securid/Makefile.am,
-       lib/securid/securid.c, lib/securid/securid.h: Fix license.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/COPYING: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/.cvsignore, lib/m4/.cvsignore: [no log message]
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/.cvsignore, lib/m4/.cvsignore, lib/po/.cvsignore,
-       lib/src/.cvsignore: [no log message]
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Build src/Makefile.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am,
-       lib/digest-md5/Makefile.am, lib/external/Makefile.am,
-       lib/gssapi/Makefile.am, lib/login/Makefile.am,
-       lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am: Fix paths.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Build gl/Makefile.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/POTFILES.in: Fix.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/base64.c, lib/callback-c.c,
-       lib/callback-s.c, lib/callback.c, lib/common.c, lib/configure.ac,
-       lib/crypto.h, lib/done.c, lib/error.c, lib/gsasl.h.in, lib/init.c,
-       lib/internal.h, lib/libgcrypt.c, lib/listmech.c, lib/md5pwd.c,
-       lib/nettle.c, lib/obsolete.c, lib/src/Makefile.am,
-       lib/src/base64.c, lib/src/callback-c.c, lib/src/callback-s.c,
-       lib/src/callback.c, lib/src/common.c, lib/src/crypto.h,
-       lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in,
-       lib/src/init.c, lib/src/internal.h, lib/src/libgcrypt.c,
-       lib/src/listmech.c, lib/src/md5pwd.c, lib/src/nettle.c,
-       lib/src/obsolete.c, lib/src/stringprep-no.c, lib/src/stringprep.c,
-       lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c,
-       lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c,
-       lib/src/xstep.c, lib/stringprep-no.c, lib/stringprep.c,
-       lib/suggest.c, lib/supportp.c, lib/version.c, lib/xcode.c,
-       lib/xfinish.c, lib/xstart.c, lib/xstep.c: Move *.{c,h,h.in} from to
-       src/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/gl/.cvsignore, lib/gl/Makefile.am,
-       lib/gl/gettext.h, lib/gl/strdup.c, lib/gl/strdup.h: Add gl/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix license.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/po/.cvsignore, lib/po/LINGUAS, lib/po/Makevars,
-       lib/po/POTFILES.in, lib/po/pl.po, lib/po/sv.po: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix NTLM.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Use gettext 0.14.0.  Remove non-C89 stuff.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/ChangeLog: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/AUTHORS, lib/NEWS, lib/README, lib/THANKS: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add ACLOCAL_AMFLAGS.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/m4/ax_create_stdint_h.m4, lib/m4/check_headerlib.m4,
-       lib/m4/libgcrypt.m4, m4/ax_create_stdint_h.m4,
-       m4/check_headerlib.m4, m4/libgcrypt.m4: Move library m4's from m4/
-       to lib/m4.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Autoupdated.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Recurse into po/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/autogen.sh: Add.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add libgsasl.pc*.  Recurse into crypto/ if
-       needed.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/configure.ac: Add, taken mostly from ../configure.ac.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove most of library specific code.  Add
-       AC_CONFIG_SUBDIRS(lib).
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't build libgsasl.pc here.  Don't recurse into
-       crypto/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * crypto/.cvsignore, crypto/Makefile.am, crypto/README,
-       crypto/README.gsasl, crypto/hmac-md5.c, crypto/hmac.c,
-       crypto/hmac.h, crypto/macros.h, crypto/md5-meta.c, crypto/md5.c,
-       crypto/md5.h, crypto/memxor.c, crypto/memxor.h,
-       crypto/nettle-internal.h, crypto/nettle-meta.h,
-       lib/crypto/.cvsignore, lib/crypto/Makefile.am, lib/crypto/README,
-       lib/crypto/README.gsasl, lib/crypto/hmac-md5.c, lib/crypto/hmac.c,
-       lib/crypto/hmac.h, lib/crypto/macros.h, lib/crypto/md5-meta.c,
-       lib/crypto/md5.c, lib/crypto/md5.h, lib/crypto/memxor.c,
-       lib/crypto/memxor.h, lib/crypto/nettle-internal.h,
-       lib/crypto/nettle-meta.h: Move crypto/ from top-level to lib/.
-
-2004-04-15  Simon Josefsson <address@hidden>
-
-       * lib/libgsasl.pc.in, libgsasl.pc.in: Move libgsasl.pc.in from
-       top-level to lib/.
-
-2004-04-13  Simon Josefsson <address@hidden>
-
-       *
-       doc/specification/draft-siemborski-imap-sasl-initial-response-03.tx
-       t, doc/specification/draft-siemborski-rfc1734bis-03.txt,
-       doc/specification/draft-siemborski-rfc2554bis-03.txt: Add.
-
-2004-04-12  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-08.txt: Add.
-
-2004-03-23  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-07.txt: Add.
-
-2004-03-10  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-06.txt: Add.
-
-2004-03-09  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2004-03-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix example code, reported by Tomas Ogren
-       <address@hidden>.
-
-2004-03-05  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-melnikov-rfc2831bis-02.txt: Add.
-
-2004-02-29  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-02-29  Simon Josefsson <address@hidden>
-
-       * gl/strdup.c, gl/strdup.h: Sync with gnulib.
-
-2004-02-29  Simon Josefsson <address@hidden>
-
-       * po/.cvsignore: [no log message]
-
-2004-02-29  Simon Josefsson <address@hidden>
-
-       * THANKS, po/LINGUAS, po/pl.po: Add Polish translation, from Jakub
-       Bogusz <address@hidden>.
-
-2004-02-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-04.txt,
-       doc/specification/draft-ietf-sasl-rfc2831bis-03.txt: Add.
-
-2004-02-17  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-03.txt,
-       doc/specification/draft-ietf-sasl-saslprep-05.txt: Add.
-
-2004-02-16  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-06.txt: Add.
-
-2004-01-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-02.txt,
-       doc/specification/draft-ietf-sasl-rfc2222bis-05.txt: Add.
-
-2004-01-23  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.c, gl/strdup.h: Update.
-
-2004-01-23  Simon Josefsson <address@hidden>
-
-       * gl/strdup.h: Fix.
-
-2004-01-22  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2004-01-22  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-01-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.14.
-
-2004-01-22  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Update.
-
-2004-01-21  Simon Josefsson <address@hidden>
-
-       * doc/specification/sasl-mechanisms: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix NTLM.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.h: Fix.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add fdl.texi.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/fdl.texi: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Fix -I's.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Fix -Igl.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add FDL.  Remove final TOCs.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Use FDL 1.2.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/fdl.texi, doc/gpl.texi, doc/gsasl.texi: 
-       Remove gpl.texi and fdl.texi for now.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Include strdup.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/strdup.h: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Add strdup.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Need
-       -lgl.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c, lib/kerberos_v5/kerberos_v5.c: 
-       Include strdup.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix ignore.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Fix HIGNORE.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/m4/strdup.m4, gl/strdup.c: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add strdup.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/getopt.c, src/getopt.h, src/getopt1.c: Moved to ../gl/.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/gettext.h: Use -Igl instead of gettext.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Add -Igl, for gettext.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Replace getopt with -lgl from ../gl/.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: [no log message]
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Aclocal -I gl/m4.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/getopt.c, gl/getopt.h, gl/getopt1.c,
-       gl/gettext.h, gl/m4/getopt.m4: Add.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove old getopt test.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add gl/.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use getopt from gnulib.  Add gl/.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/imap.c: Indent.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/init.c: Move _gsasl_crypto_init prototype to crypto.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/nettle.c: Include crypto.h.  Fix warnings.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/libgcrypt.c: Fix warnings.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/libgcrypt.c: Include crypto.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/crypto.h: Add crypto.h.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Use nettle-types.h for uint32_t etc.
-       Fix warning.
-
-2004-01-18  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/Makefile.am: Add.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/.cvsignore, lib/cram-md5/.cvsignore,
-       lib/digest-md5/.cvsignore, lib/external/.cvsignore,
-       lib/gssapi/.cvsignore, lib/kerberos_v5/.cvsignore,
-       lib/login/.cvsignore, lib/ntlm/.cvsignore, lib/plain/.cvsignore,
-       lib/securid/.cvsignore: [no log message]
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/Makefile.am, lib/anonymous/Makefile.am,
-       lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am,
-       lib/external/Makefile.am, lib/gssapi/Makefile.am,
-       lib/kerberos_v5/Makefile.am, lib/login/Makefile.am,
-       lib/ntlm/Makefile.am, lib/plain/Makefile.am,
-       lib/securid/Makefile.am: Build helper libraries for each mechanism.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix title.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * crypto/Makefile.am: Add nettle-types.h to BUILT_SOURCES and
-       DISTCLEANFILES.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * crypto/Makefile.am: Dist nettle-internal.h.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.13.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Generated.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * configure.ac, crypto/hmac.c, crypto/hmac.h, crypto/md5.h,
-       crypto/memxor.h, crypto/nettle-internal.h, crypto/nettle-meta.h,
-       m4/ax_create_stdint_h.m4: Update Nettle files.  Use
-       ax_create_stdint_h, for Nettle.
-
-2004-01-17  Simon Josefsson <address@hidden>
-
-       * crypto/.cvsignore, po/.cvsignore: [no log message]
-
-2004-01-16  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot: Remove.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.12.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am: (release): Use binary PGP.  Add ftp-upload.gnu.org 
stuff.  Use CSS.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Upstream sync.
-
-2004-01-15  Simon Josefsson <address@hidden>
-
-       * src/imap.c: (imap_step_recv): Remove \r\n from SASL base64 tokens.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * src/imap.c: (imap_select_mechanism): Read capability line and 
capability command
-       response in two separate calls.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: (readln): For sockets, just read one line at a time.
-
-2004-01-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: (gsasl_client_listmech, gsasl_server_listmech): Make 
room for \0.
-
-2004-01-12  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix messages.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Maintainerclean man pages.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix gsasl.1 depends.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Dist texinfo.css.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Sync with texinfo.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Remove DocBook.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix title.  Use @finalout.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Use CSS for HTML.
-
-2004-01-10  Simon Josefsson <address@hidden>
-
-       * doc/texinfo.css: Add.
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.11.
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Use ASCII encoding.  Bump copyright years.
-
-2004-01-06  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix.
-
-2004-01-01  Simon Josefsson <address@hidden>
-
-       * autogen.sh, configure.ac: Work with autoconf 2.58, automake 1.7,
-       libtool 1.5.
-
-2004-01-01  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Handle NULL stringprep_rc.
-
-2003-12-31  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-gssapi-00.txt: Add.
-
-2003-12-23  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-04.txt: Add.
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * COPYING: Remove.
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix.
-
-2003-12-22  Simon Josefsson <address@hidden>
-
-       * crypto/README, crypto/README.gsasl: Fix.
-
-2003-12-10  Simon Josefsson <address@hidden>
-
-       * README-alpha: Fix.
-
-2003-12-10  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.tmpl: Sync.
-
-2003-12-07  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/Makefile.am: Remove DocBook (for now).
-
-2003-12-07  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-03d.txt: Add.
-
-2003-12-06  Simon Josefsson <address@hidden>
-
-       *
-       doc/specification/draft-siemborski-imap-sasl-initial-response-02.tx
-       t, doc/specification/draft-siemborski-rfc1734bis-02.txt,
-       doc/specification/draft-siemborski-rfc2554bis-02.txt: Add.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * lib/stringprep.c: (gsasl_stringprep_saslprep): Fix return value 
check.  (gsasl_stringprep_trace): Likewise.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: (select_mechanism): Don't prompt for mechanism name when 
--mechanism
-       is used.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add GSASL_SASLPREP_ERROR.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c: Use SASLprep.  Fix challenge string to
-       conform to proper syntax.
-
-2003-12-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-01.txt: Add.
-
-2003-11-30  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-11-25  Simon Josefsson <address@hidden>
-
-       * src/gsasl.ggo: Add section and typestr.
-
-2003-11-25  Simon Josefsson <address@hidden>
-
-       * configure.ac: Disable fortran etc libtool tests.
-
-2003-11-24  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_step64): Fix deallocation of output.
-
-2003-11-23  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Remove ANNOUNCE.
-
-2003-11-23  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Remove.
-
-2003-11-23  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c: Doc fix.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.10.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Whitespace fixes to help GTK-DOC parser.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Fix indent target.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c: (_gsasl_cram_md5_server_step): Don't always 
return GSASL_OK.  Tiny
-       patch from Sergey Poznyakoff <address@hidden>.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * m4/pkg.m4: Remove (not used any more).
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS: Add.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Only descend into reference/ if ENABLE_GTK_DOC.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use sj_CHECK_HEADERLIB for libidn.  Fix
-       sj_CHECK_HEADERLIB logic for KERBEROS_V5.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * m4/check_headerlib.m4: Add to $LIBS.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Rename subst CRYPTO_* to NETTLE_*.  Remove subst
-       GSSAPI_*.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Remove unneeded @@'s.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Replace PKG_CHECK_MODULES with sj_CHECK_HEADERLIB.
-
-2003-11-22  Simon Josefsson <address@hidden>
-
-       * m4/check_headerlib.m4: Add.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Fix.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Cleanup EXTRA_DIST.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Cleanup EXTRA_DIST.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: Doc fix.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Fix last commit.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Fix doxygen links.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.9.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * .cvscopying, ChangeLog: [no log message]
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Remove bogus args_info declaration.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * lib/common.c, lib/digest-md5/digest-md5.c, src/callbacks.c,
-       src/gsasl.c, src/imap.c, src/smtp.c: Indent.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump so version.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Fix warning.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Add smtp.h and imap.h.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-21  Simon Josefsson <address@hidden>
-
-       *
-       doc/specification/draft-siemborski-imap-sasl-initial-response-01.tx
-       t: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c, src/imap.c, src/smtp.c: Fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am, src/callbacks.c, src/gsasl.c, src/imap.c,
-       src/imap.h, src/internal.h, src/smtp.c, src/smtp.h: Cleanup
-       IMAP/SMTP interaction.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Fix warnings.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Add NULL elements to fix warnings.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/gsasl.ggo: Add support for SMTP.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Cleanup.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Cleanup.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Sync commit.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Sync commit.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Sync commit.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Cleanup.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Fix typo.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Remove 'unsigned' from 'char *'.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * crypto/hmac.c: Use assert instead of abort.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * crypto/hmac.c: Don't use alloca.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove unused or pre-C89 checks.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * crypto/hmac.c: Don't use alloca.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for alloca.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * crypto/Makefile.am: Link $(ALLOCA).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac: Remove gnulib (gl/).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, gl/Makefile.am, gl/alloca.c, gl/alloca_.h,
-       gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c,
-       gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c,
-       gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/exit.h,
-       gl/exitfail.c, gl/exitfail.h, gl/getopt.c, gl/getopt.h,
-       gl/getopt1.c, gl/gettext.h, gl/m4/.cvsignore, gl/m4/alloca.m4,
-       gl/m4/argp.m4, gl/m4/codeset.m4, gl/m4/error.m4, gl/m4/exitfail.m4,
-       gl/m4/extensions.m4, gl/m4/getopt.m4, gl/m4/gettext.m4,
-       gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4,
-       gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/malloc.m4,
-       gl/m4/mempcpy.m4, gl/m4/nls.m4, gl/m4/onceonly_2_57.m4,
-       gl/m4/po.m4, gl/m4/progtest.m4, gl/m4/realloc.m4,
-       gl/m4/restrict.m4, gl/m4/stdbool.m4, gl/m4/stdint_h.m4,
-       gl/m4/strcase.m4, gl/m4/strchrnul.m4, gl/m4/strerror_r.m4,
-       gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/m4/sysexits.m4,
-       gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/unlocked-io.m4,
-       gl/m4/xalloc.m4, gl/malloc.c, gl/mempcpy.c, gl/mempcpy.h,
-       gl/realloc.c, gl/stdbool_.h, gl/strcase.h, gl/strcasecmp.c,
-       gl/strchrnul.c, gl/strchrnul.h, gl/strncasecmp.c, gl/strndup.c,
-       gl/strndup.h, gl/strnlen.c, gl/sysexit_.h, gl/unlocked-io.h,
-       gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c, lib/Makefile.am,
-       src/.cvsignore, src/Makefile.am, src/callbacks.c, src/getopt.c,
-       src/getopt.h, src/getopt1.c, src/gsasl.c, src/gsasl.ggo,
-       src/internal.h: Use getopt instead of argp.  Remove gnulib (gl/).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't use argp specific parameter for help2man.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Call textdomain.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Link with gnulib (for rpl_malloc breakage).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/error.c: (gsasl_strerror): Call bindtextdomain().
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/init.c: (gsasl_init): Move gettext initialization to error.c.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix license.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add crypto API.  Move old API down.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typo.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets (I smell a
-       pattern...).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Markup fixes.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/kerberos_v5.c: Indent.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix indent target.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c, lib/stringprep.c: Doc fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Remove.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Add comments.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/callback-c.c, lib/callback-s.c, lib/digest-md5/digest-md5.c,
-       lib/gsasl.h.in, lib/gssapi/gssapi.c, lib/internal.h, lib/nettle.c,
-       lib/obsolete.c, lib/xstart.c, lib/xstep.c, src/gsasl.c: Indent.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/init.c: Declare _gsasl_all_mechanisms (defined in common.c).
-       Fix comments.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Remove _gsasl_all_mechanism declaration.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Remove stringprep hack.  Remove VALID_HANDLE and
-       VALID_SESSION_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h, lib/stringprep-no.c, lib/stringprep.c: Fix file
-       comment.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/stringprep.c: Add comment.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Implement dummy API functions.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/done.c: (gsasl_done): Don't use VALID_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_step): Don't use VALID_SESSION_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/error.c, lib/internal.h: Move gettext declarations from
-       internal.h to error.c.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5/cram-md5.c, lib/digest-md5/digest-md5.c: Don't
-       initialize crypto (done by gsasl_init).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/init.c: (gsasl_init): Call _gsasl_crypto_init() to initialize 
crypto
-       functions.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: (gsasl_randomize, gsasl_md5, gsasl_hmac_md5): Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Remove.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: Add XXX.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_step): Check if sctx is valid.  Suggested by 
address@hidden
-       (Peter Prohaska).
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/done.c: (gsasl_done): Use VALID_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/error.c: (gsasl_strerror): Add GSASL_INVALID_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: (Gsasl_rc): Add GSASL_INVALID_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: (VALID_CTX): Rename to VALID_HANDLE.  
(VALID_SESSION_CTX): Rename to VALID_SESSION_HANDLE.
-
-2003-11-20  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-01.txt,
-       doc/specification/draft-siemborski-rfc2554bis-01.txt: Add.
-
-2003-11-19  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets.
-
-2003-11-18  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_step): Don't loop around TOO_SMALL_BUFFER, it 
only hides
-       problems because the plugins are not written to handle this.  Will
-       be solved when mechanism interface is fixed.
-
-2003-11-17  Simon Josefsson <address@hidden>
-
-       * README-alpha: Mention versions.
-
-2003-11-17  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: (readln): Try to be compatible with gsasl 0.0.6.
-
-2003-11-17  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: Increase initial length, for GSSAPI, until we rewrite
-       the internal mechanism API as well.
-
-2003-11-15  Simon Josefsson <address@hidden>
-
-       * doc/specification/tom.wu-rfc2945-message_digest_comment: Add.
-       From address@hidden (Peter Prohaska).
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add 'Old Functions'.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML target.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback.c, lib/gsasl.h.in: Shorten parameter name.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback-c.c, lib/callback-s.c, lib/callback.c, lib/done.c,
-       lib/gsasl.h.in, lib/init.c, lib/internal.h, lib/listmech.c,
-       lib/suggest.c, lib/supportp.c, lib/xcode.c, lib/xfinish.c,
-       lib/xstart.c, lib/xstep.c, po/gsasl.pot, po/sv.po: Rename Gsasl_ctx
-       to Gsasl, and Gsasl_session_ctx to Gsasl_session.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback-s.c: (gsasl_server_ctx_get): Moved to obsolete.c (use 
gsasl_ctx_get
-       instead).  (gsasl_server_application_data_get): Moved to obsolete.c (use
-       gsasl_appinfo_get).  (gsasl_server_application_data_set): Moved to 
obsolete.c (use
-       gsasl_appinfo_set).
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.  Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Move deprecated functions around.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: (gsasl_client_ctx_get): Add, from callback-c.c.  
(gsasl_client_application_data_set): Likewise.  
(gsasl_client_application_data_get): Likewise.  (gsasl_server_ctx_get): Add, 
from callback-s.c.  (gsasl_server_application_data_set): Likewise.  
(gsasl_server_application_data_get): Likewise.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback-c.c: (gsasl_client_ctx_get): Move to obsolete.c (use 
gsasl_ctx_get
-       instead).  (gsasl_client_application_data_get): Move to obsolete.c (use
-       gsasl_appinfo_get instead).  (gsasl_client_application_data_set): Move 
to obsolete.c (use
-       gsasl_appinfo_set instead).
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback.c: (gsasl_ctx_get): Add.  
(gsasl_application_session_data_get): Rename to gsasl_appinfo_get.  
(gsasl_application_session_data_set): Rename to gsasl_appinfo_set.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: (gsasl_application_session_data_set,
-       gsasl_application_session_data_get): New.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/callback.c: (gsasl_application_session_data_get,
-       gsasl_application_session_data_set): New.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * crypto/Makefile.am, crypto/md5-meta.c: Add md5-meta.c.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/plain/plain.c: Fix mem leak (again).
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/ntlm/ntlm.c, lib/plain/plain.c: Fix mem leak.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Fix mem leaks.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Indent.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Indent.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix DocBook HTML targets.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.  Fix.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/xfinish.c: (gsasl_finish): New.  (gsasl_client_finish, 
gsasl_server_finish): Removed, moved to
-       obsolete.c.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: (gsasl_step, gsasl_step64): New.  (gsasl_finish): 
Likewise.  (gsasl_client_step, gsasl_server_step): Deprecated; moved around to
-       obsolete.c.  (gsasl_client_step_base64, gsasl_server_step_base64): 
Likewise.  (gsasl_client_finish, gsasl_server_finish): Likewise.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (gsasl_client_step, gsasl_server_step): Deprecated, 
moved to
-       obsolete.c.  (gsasl_client_step_base64, gsasl_server_step_base64): 
Likewise.  (_gsasl_session_step_base64): Removed.  (gsasl_step): New function.  
(gsasl_step64): New function, based on _gsasl_session_step_base64.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: (gsasl_client_step, gsasl_server_step): New, from 
xstep.c.  (gsasl_client_step_base64, gsasl_server_step_base64): Likewise.  
(_gsasl_step, _gsasl_step64): Utility functions, used by previous
-       wrappers.  (gsasl_client_finish, gsasl_server_finish): New, from 
xfinish.c.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/securid/securid.c: Fix size checks.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Add size checks to callbacks.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/anonymous/anonymous.c: (_gsasl_anonymous_client_step): Don't 
increment step until we are
-       going to return success.
-
-2003-11-14  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: (_Gsasl_mechanism_functions): Split out function 
typedefs.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Add W to GSASL_VALID_MECHANISM_CHARACTERS.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Replace gsasl.html target with
-       AM_MAKEINFOHTMLFLAGS (part of CVS automake).
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Reorder error codes.  Rename GSASL_SHISHI_ERROR to
-       GSASL_KERBEROS_V5_INTERNAL_ERROR (but keep alias for a while).
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5/kerberos_v5.c: Replace GSASL_SHISHI_ERROR with
-       GSASL_KERBEROS_V5_INTERNAL_ERROR.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Remove gsasl_hexdump declaration.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Fix typo in last commit.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Don't use unportable asprintf.  Use
-       #define for maxbuf magic values.  Check callback supplied maxbuf
-       values for out of range.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c: Check supplied maxbuf values better.
-
-2003-11-11  Simon Josefsson <address@hidden>
-
-       * lib/gssapi/gssapi.c: Add the RFC reference to comment.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/specification/srp.ps, doc/specification/srp6.ps: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix --disable-client/server discussion.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * README-alpha: Update building for CVS explanation.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: (Features): Mention protability.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * README: Fix todos.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * README: Mention portability.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * README: Update dependencies for each mechanism.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Remove texinfo bug workaround (was fixed in CVS
-       texinfo).
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Update DocBook HTML targets.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix typo.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * THANKS: Typo.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c: (gsasl_server_mechlist): Use clientp=0.  From 
address@hidden (Peter
-       Prohaska).
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5/digest-md5.c, lib/gssapi/gssapi.c,
-       lib/libgcrypt.c, lib/listmech.c, lib/xstart.c, lib/xstep.c: Indent.
-
-2003-11-10  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix GSSAPI/NTLM header file names.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/error.c: (gsasl_strerror): Add GSASL_NO_CLIENT_CODE, 
GSASL_NO_SERVER_CODE.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add GSASL_NO_CLIENT_CODE, GSASL_NO_SERVER_CODE.
-       Typedef error code enum to Gsasl_rc.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c: (_gsasl_setup): Don't fail if there is no start 
function in the
-       mechanism.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Fix typos.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Always build callback-c. and callback-s.c.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: (_gsasl_session_step_base64): Cleanups, e.g. check 
malloc return
-       values.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xfinish.c: (gsasl_client_finish, gsasl_server_finish): Add XXX.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xcode.c: (_gsasl_code): Check output buffer size.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c: (_gsasl_start): Split off some code into _gsasl_setup, 
and use it.  (_gsasl_setup): New function.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c: (_gsasl_find_mechanism): New.  (_gsasl_start): 
Simplified, renamed from _gsasl_session_start.  (gsasl_client_start, 
gsasl_server_start): Fix call to _gsasl_start.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/xcode.c: (gsasl_encode, gsasl_decode): Call _gsasl_code.  
(_gsasl_code): New function, generalization of the other two.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/common.c: (GSASL_VALID_MECHANISM_CHARACTERS): Remove lower case 
characters.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/done.c: (gsasl_done): Use VALID_CTX.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Add VALID_CTX and VALID_SESSION_CTX macros.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c, lib/obsolete.c, lib/suggest.c, lib/supportp.c,
-       lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c: Remove
-       USE_CLIENT/USE_SERVER #ifdef's.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Update #include of mechanism headers.  Move
-       USE_CLIENT/USE_SERVER #ifdef's within structure, so that members are
-       initialized to NULL when USE_CLIENT/USE_SERVER is not defined.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/anonymous.c, lib/anonymous.h,
-       lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/common.c,
-       lib/cram-md5.c, lib/cram-md5.h, lib/cram-md5/cram-md5.c,
-       lib/cram-md5/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h,
-       lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h,
-       lib/external.c, lib/external.h, lib/external/external.c,
-       lib/external/external.h, lib/gssapi.c, lib/gssapi/gssapi.c,
-       lib/gssapi/x-gssapi.h, lib/kerberos_v5.c, lib/kerberos_v5.h,
-       lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h,
-       lib/login.c, lib/login.h, lib/login/login.c, lib/login/login.h,
-       lib/ntlm.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain.c,
-       lib/plain.h, lib/plain/plain.c, lib/plain/plain.h, lib/securid.c,
-       lib/securid.h, lib/securid/securid.c, lib/securid/securid.h,
-       lib/x-gssapi.h, lib/x-ntlm.h: Move implementation of each mechanism
-       into a separate directory.  Update SOURCES in Makefile.am and
-       #include's in common.c accordingly.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Use AM_CPPFLAGS instead of target_CPPFLAGS.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Update gnulib section.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/alloca.c, gl/getline.c, gl/getline.h,
-       gl/getndelim2.c, gl/getndelim2.h, gl/stdbool_.h, gl/strncasecmp.c,
-       gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c: Update.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * gl/m4/argp.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4,
-       gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/xalloc.m4: Update.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Remove unused ps_TEXINFOS pdf_TEXINFOS.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * .cvsignore, m4/.cvsignore: [no log message]
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Use
-       *_CPPFLAGS instead of obsolete INCLUDES.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * gl/m4/Makefile.am, m4/Makefile.am: Remove (not needed by modern
-       automake).
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Replace AC_HELP_STRING with AS_HELP_STRING.  Move
-       DocBook stuff last.  Remove TEXI2PDF.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't descend into m4.  Move gl/ after lib/.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Don't descend into m4/.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Conformance fixes.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Add warnings.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/securid.c: Make PASSCODE/PIN #define's visible to entire file.
-
-2003-11-09  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Remove CPP cruft.
-
-2003-11-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove libtool bug workaround.  Remove dmalloc
-       check.
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add DocBook targets.
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Add Doxygen.
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml, doc/reference/tmpl/.cvsignore,
-       doc/reference/tmpl/gsasl.sgml: Remove.
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2003-11-02  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am, doc/reference/gsasl-docs.tmpl,
-       doc/reference/gsasl.types: Rewrite, taken from libidn.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * po/POTFILES.in: Remove hexdump.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't disable gtk-doc for distcheck here.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use gtk-doc.m4.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am, m4/gtk-doc.m4: Add gtk-doc.m4.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't build doc/man/Makefile.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Mkdir -p.  Work around _ XML bug in makeinfo
-       --docbook.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Mkdir HTML.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs_template: Sync with libidn (modulo doxygen).
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh: Sync with libidn.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gendocs.sh, doc/gendocs_template: Add (from texinfo).
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, lib/Makefile.am, lib/hexdump.c: Remove hexdump.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Remove debug code.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Use GSASL crypto API instead of libgcrypt.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix typo.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Update PGP key.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Change @include's to point at GDOC version.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.gdoci: Rebuild Makefile after modifying Makefile.gdoc
-       (shouldn't that be automatic?).
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Use GDOC framework.  Cleanup DocBook targets.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Add gdoc bug workaround.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.gdoci: Add.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't build in man/.  Move gsasl.1 man target
-       here.  Add GDOC framework.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: [no log message]
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Update.
-
-2003-11-01  Simon Josefsson <address@hidden>
-
-       * doc/man/.cvsignore, doc/man/Makefile.am: Remove (replaced by gdoc
-       framework).
-
-2003-10-30  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-siemborski-rfc1734bis-00.txt,
-       doc/specification/draft-siemborski-rfc2554bis-00.txt: Add.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       *
-       doc/specification/draft-siemborski-imap-sasl-initial-response-00.tx
-       t,
-       doc/specification/draft-siemborski-imap-sasl-initial-response-01b.t
-       xt: Add.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       * README: Add todo item.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       * lib/libgcrypt.c: (_gsasl_crypto_init): Fix warnings.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-03.txt,
-       doc/specification/draft-ietf-sasl-rfc2222bis-03.txt: Add.
-
-2003-10-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-04.txt: Add.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Dist doxygen/gdoc2doxygen.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * .cvsignore, doc/doxygen/.cvsignore, doc/doxygen/gdoc2doxygen: Add.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Fix.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * doc/doxygen/Doxyfile.in: Add.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Dist doxygen/Doxyfile.in.
-
-2003-10-23  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add AC_CONFIG_AUX_DIR for new automake.  Build
-       doc/doxygen/Doxyfile.
-
-2003-10-16  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2003-10-16  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix order.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac: Use conditional NETTLE instead of
-       @CRYPTO@ substitution.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Rename MD5_LEN to MD5LEN, for consistency with
-       digest-md5.c.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * crypto/.cvsignore, crypto/Makefile.am, crypto/README,
-       crypto/hmac-md5.c, crypto/hmac.c, crypto/hmac.h, crypto/macros.h,
-       crypto/md5.c, crypto/md5.h, crypto/memxor.c, crypto/memxor.h,
-       crypto/nettle-meta.h: Add (from Lsh Nettle CVS).
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Use abstract crypto interface.
-
-2003-10-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am, NEWS, configure.ac, lib/Makefile.am, lib/gsasl.h.in,
-       lib/internal.h, lib/libgcrypt.c, lib/nettle.c: Add crypto/
-       containing (parts of) Nettle.  Test for libgcrypt 1.1.42 or later.
-       Fall back to Nettle if libgcrypt not found.  Add abstract crypto
-       interface.
-
-2003-10-12  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-10-12  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Remove unused error checking, based on report
-       from Marc Mutz <address@hidden>.
-
-2003-10-12  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2003-10-12  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Fix tokenizing of strings when they end with ",
-       based on report from Marc Mutz <address@hidden>.
-
-2003-10-11  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Bump versions.
-
-2003-10-11  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2003-10-11  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-10-11  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.8.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump so version.  Fix so version comments (mimic
-       libtool manual).
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.  Fix.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp.h,
-       gl/m4/argp.m4: Fix for Solaris Forte 7 CC, based on report from Lars
-       Engebretsen <address@hidden>.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/Makefile.am, gl/m4/strcase.m4,
-       gl/strcase.h, gl/strcasecmp.c: Add.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Gnulib fix.
-
-2003-10-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/m4/Makefile.am, gl/m4/restrict.m4,
-       gl/unlocked-io.h: Update.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Update.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Doc fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: (_gsasl_no_stringprep_nfkc, _gsasl_no_stringprep): 
Add prototypes.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: If both MIT and Heimdal is installed, chose Heimdal
-       and warn about it, instead of aborting.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Fix comment.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * doc/man/Makefile.am: Add.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Doc fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Make it work on Solaris: Don't use standard C for IO.
-       Fix strcpy to itself.  Based on report from Lars Engebretsen
-       <address@hidden>.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Remove debug code.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for socket in -lsocket and gethostbyname in
-       -lnsl.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, src/gsasl.c: Add -d as short form for
-       --application-data.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Use new gsasl_client_mechlist and
-       gsasl_server_mechlist API.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * lib/obsolete.c: Add.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/Makefile.am, lib/gsasl.h.in, lib/internal.h,
-       lib/listmech.c: (gsasl_client_mechlist, gsasl_server_mechlist): New.  
(gsasl_client_listmech, gsasl_server_listmech): Deprecate.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/gsasl.h.in, src/callbacks.c, src/callbacks.h,
-       src/gsasl.c: Make maxbuf size_t.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add getline.
-
-2003-10-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/argp-ba.c, gl/argp-eexst.c,
-       gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c,
-       gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c,
-       gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/getline.c,
-       gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/m4/Makefile.am,
-       gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/ssize_t.m4: Add
-       getline.  Update argp from gnulib.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (utf8cpy): Don't crash if stringprep is not used.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS: Add.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * configure.ac: Rewrite GSS test, suggested by Lars Engebretsen
-       <address@hidden>.
-
-2003-10-07  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/gssapi.c: Fix GSSAPI include check.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Fix.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Generated.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * tests/Makefile.am: Don't always build self tests.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Fix last commit.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c, lib/gsasl.h.in, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c: Maxbuf is unsigned long, suggested by
-       Alexey Melnikov <address@hidden>.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: (_gsasl_gssapi_server_finish): Fix call to 
gss_release_cred().
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c, lib/internal.h, lib/stringprep-no.c: Cleanup.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Generated.
-
-2003-10-06  Simon Josefsson <address@hidden>
-
-       * lib/common.c, lib/gsasl.h.in, lib/xstep.c, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c, tests/simple.c: Indent.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * lib/stringprep-no.c: Fix.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Handle no libstringprep.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Mention i18n string API.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi, doc/reference/tmpl/gsasl.sgml: Add.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/man/Makefile.am: Update.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add stringprep.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * lib/stringprep.c: Doc fix.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix callback.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c, lib/digest-md5.c, lib/gsasl.h.in, lib/login.c,
-       lib/plain.c: Use new stringprep API.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/Makefile.am, lib/internal.h,
-       lib/stringprep-no.c, lib/stringprep.c: Make libstringprep optional.
-
-2003-10-05  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-02.txt: Add.
-
-2003-10-03  Simon Josefsson <address@hidden>
-
-       * gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h,
-       gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c: Sync
-       with my proposed glibc patches.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Cosmetic fixes.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Comment fix.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix header checks.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * configure.ac: New libidn check; not included any more.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/.cvsignore, lib/Makefile.am, lib/anonymous.c,
-       lib/anonymous.h, lib/callback-c.c, lib/callback-s.c,
-       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/gssapi.c,
-       lib/kerberos_v5.c, lib/kerberos_v5.h, lib/login.c, lib/login.h,
-       lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h,
-       lib/x-gssapi.h, lib/x-ntlm.h: Client/server separation fixes.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't build libidn.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Remove LIBIDN_*.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Protect stringprep_locale_to_utf8.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * lib/internal.h, src/internal.h: Protect stringprep.h.
-
-2003-10-02  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c, lib/suggest.c, lib/supportp.c: Use
-       USE_CLIENT/SERVER.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Use --fsf with cvs2cl.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Disable GTK-DOC.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Sort includes.  Generalize install
-       hooks.  Don't break when GTK-DOC disabled.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore, doc/Makefile.am, doc/man/.cvsignore,
-       doc/man/Makefile.am: Add man pages.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Update (from Shishi).
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: New GTK-DOC check.  Add doc/man/.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * src/gettext.h: Remove (GNULib used instead).
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Fix string.h.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Use gettext.h from GNULib.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Don't use GNULib.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * NEWS, lib/gettext.h: Add.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Use lib/gettext.h instead of GNULib.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Don't use minmax.h.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/minmax.h: Remove minmax.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/gethostname.c, gl/m4/Makefile.am,
-       gl/m4/gethostname.m4, gl/m4/memmove.m4, gl/m4/memset.m4,
-       gl/m4/strdup.m4, gl/memmove.c, gl/memset.c, gl/strdup.c: We assume
-       C89.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Use minmax.h.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/argp-ba.c, gl/argp-eexst.c,
-       gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c,
-       gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c,
-       gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/asnprintf.c,
-       gl/asprintf.c, gl/m4/Makefile.am, gl/m4/intmax_t.m4,
-       gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/signed.m4,
-       gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/wchar_t.m4,
-       gl/m4/wint_t.m4, gl/printf-args.c, gl/printf-args.h,
-       gl/printf-parse.c, gl/printf-parse.h, gl/vasnprintf.c,
-       gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, lib/gettext.h: 
-       GNULib sync.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Fix.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Remove -I../intl.  Fix LIBADD for libfoo.la.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/minmax.h: Add minmax.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: Refuse to disable both client and server.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * configure.ac, gl/Makefile.am, gl/alloca.c, gl/alloca_.h,
-       gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c,
-       gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c,
-       gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/exit.h,
-       gl/exitfail.c, gl/gethostname.c, gl/getopt.c, gl/getopt.h,
-       gl/getopt1.c, gl/m4/Makefile.am, gl/m4/alloca.m4, gl/m4/argp.m4,
-       gl/m4/error.m4, gl/m4/exitfail.m4, gl/m4/extensions.m4,
-       gl/m4/getopt.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4,
-       gl/m4/lib-prefix.m4, gl/m4/mempcpy.m4, gl/m4/strchrnul.m4,
-       gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strndup.m4,
-       gl/m4/strnlen.m4, gl/m4/unlocked-io.m4, gl/m4/vasnprintf.m4,
-       gl/m4/xalloc.m4, gl/malloc.c, gl/memmove.c, gl/mempcpy.c,
-       gl/mempcpy.h, gl/memset.c, gl/realloc.c, gl/strchrnul.c,
-       gl/strdup.c, gl/strerror.c, gl/strndup.c, gl/strndup.h,
-       gl/strnlen.c, gl/vasnprintf.c, gl/xmalloc.c, gl/xstrdup.c: GNULib
-       sync.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Move #include <string.h> to STDC_HEADERS.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/xfinish.c: Revert and fix.  Suggested by Andorz Nilsson
-       <address@hidden>.
-
-2003-10-01  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c, lib/xstep.c: Revert, less duplicated code.
-       Suggested by Andorz Nilsson <address@hidden>.
-
-2003-09-20  Simon Josefsson <address@hidden>
-
-       * configure.ac: Disable KERBEROS_V5 by default (Shishi API too
-       unstable).
-
-2003-09-02  Simon Josefsson <address@hidden>
-
-       * doc/draft-newman-sasl-c-api-02.txt,
-       doc/specification/draft-newman-sasl-c-api-02.txt: Move to
-       specification/.
-
-2003-09-02  Simon Josefsson <address@hidden>
-
-       * doc/draft-newman-sasl-c-api-02.txt: Add.
-
-2003-09-01  Simon Josefsson <address@hidden>
-
-       * configure.ac: Don't check for math.h (not needed).
-
-2003-09-01  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Don't require -lm.
-
-2003-08-29  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-murchison-sasl-login-00.txt: Add.
-
-2003-08-22  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Link gnulib (for argp).
-
-2003-08-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: fix libidn paths.
-
-2003-08-22  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix libidn CFLAGS.
-
-2003-08-19  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-02.txt: Add.
-
-2003-08-09  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Use libtool.
-
-2003-08-09  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore: [no log message]
-
-2003-08-05  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * NEWS: Typo.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/common.c, lib/done.c, lib/init.c,
-       lib/internal.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c,
-       lib/xstep.c, tests/simple.c: Make client/server optional.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * configure.ac: Add gnulib checks.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Don't require -lm.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Remove -lm.
-
-2003-08-04  Simon Josefsson <address@hidden>
-
-       * NEWS, THANKS, gl/Makefile.am, gl/asnprintf.c, gl/asprintf.c,
-       gl/exitfail.c, gl/exitfail.h, gl/gettext.h, gl/m4/Makefile.am,
-       gl/m4/exitfail.m4, gl/m4/intmax_t.m4, gl/m4/longdouble.m4,
-       gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/vasnprintf.m4,
-       gl/m4/vasprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4,
-       gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
-       gl/printf-parse.h, gl/unlocked-io.h, gl/vasnprintf.c,
-       gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/xalloc.h,
-       gl/xmalloc.c: Add.
-
-2003-07-31  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Replace gnudist with gnuftp.
-
-2003-07-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Don't read token from server if we are done.
-
-2003-07-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typos, suggested by Andorz Nilsson.
-
-2003-07-31  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Update documentation to new API exit codes,
-       suggested by Andorz Nilsson.
-
-2003-07-11  Simon Josefsson <address@hidden>
-
-       * gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c,
-       gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c,
-       gl/argp-xinl.c, gl/argp.h: Sync.
-
-2003-07-11  Simon Josefsson <address@hidden>
-
-       * gl/argp-fmtstream.h, gl/argp-namefrob.h: Cleanup.
-
-2003-07-11  Simon Josefsson <address@hidden>
-
-       * gl/argp-fmtstream.c, gl/argp-help.c, gl/argp-parse.c: Sync.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Check for sys/types.h earlier.  Improve libidn
-       warning.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Include sys/types.h earlier.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-namefrob.h: Be safer when config.h doesn't define
-       _UNLOCKED stuff.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-namefrob.h, gl/m4/Makefile.am: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-help.c: Move namespace fixes to argp-namefrob.h.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am, gl/argp-fmtstream.c, gl/argp-fmtstream.h,
-       gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c,
-       gl/argp-xinl.c, gl/argp.h, gl/m4/argp.m4, gl/m4/mempcpy.m4,
-       gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/mempcpy.c, gl/mempcpy.h,
-       gl/strndup.c, gl/strnlen.c: Portability fixes.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: More gnulib tests.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Fix libtool warning when linking gnulib.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/Makefile.am: Add deps.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Warn about too recent libgcrypt.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/argp-fmtstream.h, gl/argp-help.c, gl/argp.h: Sent to
-       libc-alpha.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix test comparator.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/sv.po: Generated.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't regenerate ChangeLog too often.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am, m4/pkg.m4: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Disable libgcrypt if the unreleased API incompatible
-       version is installed.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/libgsasl.pot: Rename due to tarname change.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/Makevars: Use explicit bug address (cannot use relative one,
-       sigh).
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/Makevars: Add bug address.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Update release target.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Change tarname from libgsasl to gsasl.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/.cvsignore: [no log message]
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/.cvsignore: [no log message]
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * po/Makevars: Update.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Use gettext 0.12.1.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * configure.ac, lib/Makefile.am: Replace argp and REPLACE_OBJ with
-       gnulib.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * Makefile.am, src/Makefile.am: Replace argp with gl.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * gl/.cvsignore, gl/Makefile.am, gl/alloca.c, gl/alloca_.h,
-       gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c,
-       gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c,
-       gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c,
-       gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h,
-       gl/gethostname.c, gl/getopt.c, gl/getopt.h, gl/getopt1.c,
-       gl/gettext.h, gl/m4/.cvsignore, gl/m4/Makefile.am, gl/m4/alloca.m4,
-       gl/m4/argp.m4, gl/m4/codeset.m4, gl/m4/error.m4,
-       gl/m4/gethostname.m4, gl/m4/getopt.m4, gl/m4/gettext.m4,
-       gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4,
-       gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4,
-       gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4,
-       gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/malloc.m4,
-       gl/m4/memmove.m4, gl/m4/memset.m4, gl/m4/nls.m4,
-       gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/progtest.m4,
-       gl/m4/realloc.m4, gl/m4/stdint_h.m4, gl/m4/strchrnul.m4,
-       gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strerror_r.m4,
-       gl/m4/sysexits.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4,
-       gl/m4/unlocked-io.m4, gl/m4/xalloc.m4, gl/malloc.c, gl/memmove.c,
-       gl/memset.c, gl/realloc.c, gl/strchrnul.c, gl/strchrnul.h,
-       gl/strdup.c, gl/strerror.c, gl/sysexit_.h, gl/unlocked-io.h,
-       gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c: Add.
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * argp/.cvsignore: [no log message]
-
-2003-07-10  Simon Josefsson <address@hidden>
-
-       * argp/Makefile.am, argp/Versions, argp/acinclude.m4,
-       argp/argp-ba.c, argp/argp-eexst.c, argp/argp-fmtstream.c,
-       argp/argp-fmtstream.h, argp/argp-fs-xinl.c, argp/argp-help.c,
-       argp/argp-namefrob.h, argp/argp-parse.c, argp/argp-pv.c,
-       argp/argp-pvh.c, argp/argp-test.c, argp/argp-xinl.c, argp/argp.h,
-       argp/config.h.in, argp/configure.ac, argp/libargp.m4,
-       argp/mempcpy.c, argp/strchrnul.c, argp/strndup.c,
-       lib/gethostname.c, lib/memmove.c, lib/memset.c, lib/strdup.c,
-       lib/strerror.c: Remove (to be replaced by gnulib).
-
-2003-07-02  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-03.txt: Add.
-
-2003-07-02  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add legal information to ChangeLog.
-
-2003-07-02  Simon Josefsson <address@hidden>
-
-       * .cvscopying: Add.
-
-2003-07-01  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-01.txt,
-       doc/specification/draft-ietf-sasl-rfc2831bis-02.txt: Add.
-
-2003-06-12  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't overwrite gsasl.1 if help2man isn't
-       available.
-
-2003-06-10  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-crammd5-00.txt: Add.
-
-2003-06-08  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version.
-
-2003-06-02  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-06-02  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.7.
-
-2003-06-02  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Use gss.h.
-
-2003-05-30  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2831bis-01.txt: Add.
-
-2003-05-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-saslprep-02.txt: Add.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Mention GSS/Heimdal.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version number.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * README, THANKS: Mention Heimdal.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: SS_C_NT_HOSTBASED_SERVICE work around moved to
-       configure.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: GSS_C_NT_HOSTBASED_SERVICE work around moved to
-       configure.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * README: Mention GSS, CCured.  Remove todo.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Warn if GSS isn't found.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * THANKS: Mention GSS.
-
-2003-05-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: License doesn't have to be invariant.
-
-2003-05-26  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Replace lt-gsasl with gsasl in man page (work
-       around libtool).
-
-2003-05-24  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-rfc2222bis-00.txt: Add.
-
-2003-05-24  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Deallocate GSS context correctly.
-
-2003-05-18  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Support GSS.
-
-2003-05-18  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add GSS flags.
-
-2003-05-18  Simon Josefsson <address@hidden>
-
-       * configure.ac: Detect GSS.
-
-2003-05-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-01.txt,
-       doc/specification/draft-ietf-sasl-saslprep-00.txt,
-       doc/specification/draft-ietf-sasl-saslprep-01.txt: Add.
-
-2003-05-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-00.txt: Add.
-
-2003-05-06  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-plain-01.txt: Add.
-
-2003-04-16  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Mention devices it works on.
-
-2003-03-31  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-sasl-c-api-01.txt: Add.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * THANKS: Add.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Don't ack self.  Fix --imap descriptoin.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix release target.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix pkg-config filename.  Fix release target.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Version 0.0.6.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Generated.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Update ports.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump version.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * po/gsasl.pot, po/libgsasl.pot, po/sv.po: Fix.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * configure.ac: Revert libgsasl->gsasl rename.  Bump so version.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Don't prepend 's:'.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, gsasl.pc.in, libgsasl.pc.in: Revert
-       unfinished libgsasl->gsasl pkg-config rename (unwise since it has
-       been package in debian now).
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Add krb5.  Fix licensing.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix maintainer targets.
-
-2003-03-17  Simon Josefsson <address@hidden>
-
-       * lib/common.c, lib/kerberos_v5.c, lib/kerberos_v5.h: Add kerberos
-       encode/decode.
-
-2003-02-28  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-ietf-sasl-anon-00.txt,
-       doc/specification/draft-ietf-sasl-rfc2831bis-00.txt,
-       doc/specification/draft-newman-nntpext-auth-01.txt,
-       doc/specification/draft-nystrom-securid-sasl-00.txt,
-       doc/specification/draft-nystrom-securid-sasl-02.txt,
-       doc/specification/draft-weltman-java-sasl-01.txt,
-       doc/specification/draft-zuccherato-9798-3-sasl-01.txt,
-       doc/specification/draft-zuccherato-9798-3-sasl-02.txt: Add.
-
-2003-02-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Typo fix.
-
-2003-02-19  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Generate FSF style ChangeLog.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Add.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c, src/internal.h: Fix socket address.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * .cvsignore, Makefile.am, configure.ac, doc/Makefile.am,
-       gsasl.pc.in, lib/init.c, lib/internal.h, libgsasl.pc.in,
-       po/gsasl.pot, po/libgsasl.pot, po/sv.po, src/Makefile.am,
-       src/gsasl.c, src/internal.h: Rename package from libgsasl to gsasl.
-       Use external gettext.  Cleanup GTK-DOC, now disabled by default.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Remove spurious non-ASCII character.
-
-2003-02-14  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix libidn typo.
-
-2003-02-10  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-02-10  Simon Josefsson <address@hidden>
-
-       * README-alpha: Add CVS building info.
-
-2003-02-08  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix.
-
-2003-02-08  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in, lib/hexdump.c, lib/init.c, lib/listmech.c,
-       lib/login.c, lib/login.h, lib/supportp.c, lib/xstart.c,
-       lib/xstep.c, src/gsasl.c, src/internal.h, tests/simple.c: Fix.
-
-2003-02-08  Simon Josefsson <address@hidden>
-
-       * lib/done.c: Fix.
-
-2003-02-08  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add.
-
-2003-02-05  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: API fixes.
-
-2003-02-04  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-josefsson-sasl-kerberos5-01.txt: Add.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/gsasl.sgml: Generated.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Cleanup.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Fix.
-
-2003-02-03  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Fix.
-
-2003-02-02  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Remove.
-
-2003-02-02  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Almost operational.
-
-2003-02-02  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Code sync.
-
-2003-02-02  Simon Josefsson <address@hidden>
-
-       * lib/callback.c, lib/gsasl.h.in, lib/internal.h,
-       lib/kerberos_v5.c, src/callbacks.c, src/callbacks.h, src/gsasl.c: 
-       Add client realm callback.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * lib/kerberos_v5.c: Fixes.  Non-infrastructure mode finishes SASL
-       negotiation, but with fixed username, realm etc and without proper
-       Authentication application data.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * lib/error.c, lib/gsasl.h.in: Add
-       GSASL_NEED_SERVER_RETRIEVE_CALLBACK.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add KERBEROS_V5.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * README: Add.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * README: Add.
-
-2003-02-01  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * lib/common.c, lib/cram-md5.c, lib/digest-md5.c,
-       lib/kerberos_v5.c, lib/kerberos_v5.h, src/gsasl.c, src/internal.h: 
-       Indent.
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * lib/.cvsignore: [no log message]
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/common.c, lib/gsasl.h.in, lib/kerberos_v5.c,
-       lib/kerberos_v5.h: Add unfinished KERBEROS_V5.
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * configure.ac: Fix NTLM.  Add shishi test.
-
-2003-01-31  Simon Josefsson <address@hidden>
-
-       * lib/anonymous.c, lib/anonymous.h, lib/cram-md5.c,
-       lib/digest-md5.c, lib/external.c, lib/external.h, lib/gssapi.c,
-       lib/login.h, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c,
-       lib/securid.h, lib/x-gssapi.h, lib/x-ntlm.h: Fix includes.
-
-2003-01-30  Simon Josefsson <address@hidden>
-
-       * README: Add.
-
-2003-01-30  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Set --service to "imap" when --imap is specified.
-       Set --hostname when --connect is specified.
-
-2003-01-30  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Add.
-
-2003-01-30  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * THANKS: Fix.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * THANKS, doc/specification/draft-josefsson-sasl-kerberos5-00.txt: 
-       Add.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Fix link.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Don't try to build gsasl.txt.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Release 0.0.5.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add Invoking gsasl.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Incomplete but working --imap and --connect support.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * src/internal.h: Include more (for select and friends).
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove gnet.  Don't check for libntlm, libgcrypt if
-       disabled.  Check errno.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Fix return value of last step in client.
-
-2003-01-27  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Fix encode/decode.
-
-2003-01-26  Simon Josefsson <address@hidden>
-
-       * configure.ac: Look for libgnet.
-
-2003-01-25  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add libgcrypt secure memory.
-
-2003-01-25  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c, lib/digest-md5.c: Fix libgcrypt initialization.
-
-2003-01-23  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: (_gsasl_digest_md5_server_encode): Don't check 
output buffer size
-       when output buffer is NULL.  Reported by Sergey Poznyakoff
-       <address@hidden>.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * po/libgsasl.pot, po/sv.po: Update.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * NEWS: Fix.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix acks.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Use automake's ps and pdf targets.  Remove
-       gsasl.txt target.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * README-alpha, doc/reference/tmpl/gsasl.sgml: Fix.
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * doc/reference/tmpl/.cvsignore: [no log message]
-
-2003-01-20  Simon Josefsson <address@hidden>
-
-       * doc/reference/gsasl-docs.sgml, doc/reference/tmpl/gsasl.sgml: Add.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * NEWS: Add.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * doc/reference/Makefile.am: Add uninstall target.  Make distcheck
-       fail gracefully.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * configure.ac: Typos.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Distcheck doesn't work with GTK-DOC.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Fix distcheck for ChangeLog.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, lib/Makefile.am, src/Makefile.am: Use
-       libidn instead of libstringprep.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * README: Fix URL.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix typos.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * doc/gdoc: Fix -texinfo.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Fix.
-
-2003-01-15  Simon Josefsson <address@hidden>
-
-       * lib/error.c, lib/version.c: Doc fix.
-
-2002-12-15  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Fix.
-
-2002-12-14  Simon Josefsson <address@hidden>
-
-       * 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  Simon Josefsson <address@hidden>
-
-       * doc/reference/.cvsignore: [no log message]
-
-2002-12-14  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am, doc/reference/Makefile.am,
-       doc/reference/gsasl-docs.sgml, doc/reference/gsasl.types: Add
-       GTK-DOC generated manual.
-
-2002-12-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Make sure ChangeLog is regenerated.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Fix.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * autogen.sh: [no log message]
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE, Makefile.am, README: GNU fixes.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac, doc/gsasl.texi: More GNU changes.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: Release 0.0.4.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Fix.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * po/libgsasl.pot, po/sv.po: Autogenerated stuff.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Ports.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Remove lgpl.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * NEWS, doc/Makefile.am: Fix.
-
-2002-12-13  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE, COPYING.LIB, Makefile.am, NEWS, README, configure.ac,
-       doc/Makefile.am, doc/gsasl.texi, doc/lgpl.texi, lib/Makefile.am,
-       lib/anonymous.c, lib/anonymous.h, lib/callback.c, lib/common.c,
-       lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h,
-       lib/done.c, lib/error.c, lib/external.c, lib/external.h,
-       lib/gsasl.h.in, lib/gssapi.c, lib/hexdump.c, lib/init.c,
-       lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h,
-       lib/md5pwd.c, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c,
-       lib/securid.h, lib/suggest.c, lib/supportp.c, lib/version.c,
-       lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c,
-       lib/xstart.c, lib/xstep.c, src/Makefile.am, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c, src/internal.h, tests/Makefile.am: 
-       GPL.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: Check length in pin callback.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * lib/securid.c: Fix crash.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE, doc/gsasl.texi: Fix.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Name changes.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * AUTHORS, Makefile.am, NEWS, README, THANKS, configure.ac,
-       doc/Makefile.am, doc/gsasl.texi, lib/Makefile.am, lib/anonymous.c,
-       lib/anonymous.h, lib/callback.c, lib/common.c, lib/cram-md5.c,
-       lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/done.c,
-       lib/error.c, lib/external.c, lib/external.h, lib/gsasl.h.in,
-       lib/gssapi.c, lib/hexdump.c, lib/init.c, lib/internal.h,
-       lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c,
-       lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h,
-       lib/suggest.c, lib/supportp.c, lib/version.c, lib/x-gssapi.h,
-       lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c,
-       lib/xstep.c, libgsasl.pc.in, m4/Makefile.am, src/Makefile.am,
-       src/callbacks.c, src/callbacks.h, src/gsasl.c, src/internal.h,
-       tests/Makefile.am, tests/simple.c, tests/unicode.c: Update name to
-       "GNU SASL".
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * configure.ac: Support dmalloc.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * NEWS: GNU project.
-
-2002-12-10  Simon Josefsson <address@hidden>
-
-       * autogen.sh: [no log message]
-
-2002-12-09  Simon Josefsson <address@hidden>
-
-       * configure.ac: Gnits.
-
-2002-12-09  Simon Josefsson <address@hidden>
-
-       * README-alpha: Add.
-
-2002-12-09  Simon Josefsson <address@hidden>
-
-       * README, doc/gsasl.texi: GNU project.
-
-2002-12-09  Simon Josefsson <address@hidden>
-
-       * ANNOUNCE: Add.
-
-2002-12-07  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Use GPL instead of LGPL.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * NEWS: 0.0.3 released.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Don't cvs2cl libstringprep.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/anonymous.c, lib/cram-md5.c, lib/digest-md5.c, lib/xstep.c,
-       src/callbacks.c, src/callbacks.h, src/gsasl.c, tests/simple.c: 
-       Indent.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * argp/argp-fmtstream.c, argp/argp-help.c: s/putc_unlocked/putc/g
-       for freebsd on alpha
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, src/Makefile.am: Use libtool with
-       gettext (again! but see hack in Makefile.am).
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * README: Openbsd on alpha fails self tests.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/securid.c: Don't strlen possibly indefinite string.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * src/Makefile.am: Use ARGP_*.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: EXTRA_DIST AC_LIBOBJ's.  Use LTLIBINTL, not
-       LIBINTL.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * configure.ac: Trim some junk.  Replace non-existing required
-       functions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/gethostname.c, lib/memmove.c, lib/memset.c, lib/strdup.c,
-       lib/strerror.c: An AC_LIBOBJ, from gnulib.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * THANKS: Add copying conditions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * README: Fix.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Tested on IRIX and AIX.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Clean up #include mess by creating internal.h.  Add
-       --no-client-first.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/callbacks.h, src/internal.h: Clean up
-       #include mess by creating internal.h.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Add #include guards.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add rationale for #include's.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Add supported platforms, bug reporting, error
-       labels.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add error-labels.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-josefsson-sasl-api-export.txt: Save it for
-       posterity.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/.cvsignore: Add.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Fix copying conditions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Fix copying conditions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Make it less shishi specific.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Add copying conditions.
-
-2002-12-05  Simon Josefsson <address@hidden>
-
-       * autogen.sh: fix
-
-2002-12-03  Simon Josefsson <address@hidden>
-
-       * doc/gdoc-error: Generate error label documentation.
-
-2002-11-26  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am, m4/libgcrypt.m4: add gcrypt
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * AUTHORS: Add OpenPGP key.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * po/sv.po: Update.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * po/libgsasl.pot: Autoupdate.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am: It's back, EXTRA_DIST was needed.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * .cvsignore, argp/.cvsignore, doc/.cvsignore, po/.cvsignore: [no
-       log message]
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add sign target.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * m4/.cvsignore: Everything in this directory is automatically
-       generated.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * m4/.cvsignore: Removed.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * ABOUT-NLS, config.rpath, m4/Makefile.am, m4/libgcrypt.m4,
-       m4/pkg.m4, po/ChangeLog, po/Makefile.in.in, po/Makevars.template,
-       po/Rules-quot, po/boldquot.sed, po/address@hidden,
-       po/address@hidden, po/insert-header.sin, po/quot.sed,
-       po/remove-potcdate.sin: Remove junk (automatically generated).
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * intl/.cvsignore, intl/ChangeLog, intl/Makefile.in, intl/VERSION,
-       intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c,
-       intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
-       intl/dngettext.c, intl/eval-plural.h, intl/explodename.c,
-       intl/finddomain.c, intl/gettext.c, intl/gettextP.h, intl/gmo.h,
-       intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
-       intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c,
-       intl/localcharset.c, intl/locale.alias, intl/localealias.c,
-       intl/localename.c, intl/ngettext.c, intl/os2compat.c,
-       intl/os2compat.h, intl/osdep.c, intl/plural-exp.c,
-       intl/plural-exp.h, intl/plural.y, intl/ref-add.sin,
-       intl/ref-del.sin, intl/textdomain.c, m4/ChangeLog, m4/codeset.m4,
-       m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4,
-       m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4,
-       m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4,
-       m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
-       m4/ulonglong.m4, mkinstalldirs: Remove junk (automatically
-       generated).
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * argp/depcomp, argp/install-sh, argp/missing, argp/mkinstalldirs: 
-       Removed junk (automatically generated).
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * configure.ac: Bump versions.  Fixes for autoreconf.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * autogen.sh: Use autoreconf.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * README: Add todos.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c: Clear outputlen in final step.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add consts.
-
-2002-11-14  Simon Josefsson <address@hidden>
-
-       * lib/error.c: Fix.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.h: Fix encode/decode headers.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/gssapi.c, lib/plain.c, lib/securid.c: -Wall fixes.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * autogen.sh: no -pedantic
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Fix -Wall warning.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/listmech.c: Remove unused variable.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/base64.c: Replace "unsigned char" with "char" in API function
-       arguments.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c, src/callbacks.h: Add const.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add const in a few places.  Don't specify sign of
-       char*.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * tests/simple.c: const stuff to sync with header changes.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Various -Wall cleanups.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Fix signedness compiler warnings.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Export GSASL_VALID_MECHANISM_CHARACTERS.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c, lib/ntlm.c, lib/plain.c, lib/securid.c,
-       src/gsasl.c: Indent.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/anonymous.c: Reject repeated empty server attempts.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add indent target.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Handle client sends first.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Fix memory leaks.  Don't misbehave if callbacks
-       return GSASL_NEEDS_MORE.  Set output length.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: (utf8cpy): Fix DST=NULL.  
(server_callback_retrieve): Print auth, authz, password.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Add --no-client-first for disabling client behaviour
-       of sending it's data first (RFC 2222 ยง5.1).
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * lib/cram-md5.c: Fail if no server challenge.  Don't misbehave if
-       callbacks return GSASL_NEEDS_MORE.
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Now defaults to disable application data processing
-       (subject to new parameter --application-data).
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Abort application data handling early on EOF
-
-2002-11-10  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Inform user that --password is only for testing.
-
-2002-11-08  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-nerenberg-sasl-crammd5-03.txt,
-       doc/specification/draft-zeilenga-sasl-anon-01.txt,
-       doc/specification/draft-zeilenga-sasl-plain-01.txt: [no log message]
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * NEWS, configure.ac: 0.0.2
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * libgsasl.pc.in: Add stringprep.  Add -R.
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * : [no log message]
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am, m4/pkg.m4: Add m4 for pkg-config.
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * Makefile.am, NEWS, README, configure.ac, lib/.cvsignore,
-       lib/CaseFolding-3.2.0.txt, lib/CompositionExclusions-3.2.0.txt,
-       lib/LineBreak-3.2.0.txt, lib/Makefile.am,
-       lib/SpecialCasing-3.2.0.txt, lib/UnicodeData-3.2.0.txt,
-       lib/cram-md5.c, lib/digest-md5.c, lib/gen-unicode-tables.pl,
-       lib/gsasl.h.in, lib/gunibreak.h, lib/gunicomp.h, lib/gunidecomp.h,
-       lib/internal.h, lib/login.c, lib/plain.c, lib/unicode.c,
-       po/libgsasl.pot, po/sv.po, src/Makefile.am, src/callbacks.c,
-       src/libcharset/.cvsignore, src/libcharset/Makefile.am,
-       src/libcharset/README, src/libcharset/config.charset,
-       src/libcharset/libcharset-gsasl.patch, src/libcharset/libcharset.h,
-       src/libcharset/localcharset.c, src/libcharset/localcharset.c.orig,
-       src/libcharset/make-patch.sh, src/libcharset/ref-add.sin,
-       src/libcharset/ref-del.sin, src/libcharset/update.sh,
-       tests/Makefile.am, tests/unicode.c: Use libstringprep (include copy
-       of 0.0.1) instead of internal Unicode stuff.
-
-2002-11-07  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-newman-sasl-c-api-00.txt: [no log message]
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * lib/securid.c: Remove 'const's (causes warnings). Flip order of
-       authorization and authentication ID.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * configure.ac: Silently continue if pkg-config isn't available.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * README: MIPS build was in 64 bit mode.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * README: Update list of systems; GNU make does not seem to be
-       required.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Ignore some files for ChangeLog entries.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * ChangeLog: [no log message]
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Update for new API that allows GSASL_OK to return
-       data during authentication.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * tests/.cvsignore, tests/Makefile.am, tests/plain-client.sh,
-       tests/simple.c, tests/unicode.c: Removed plain-client.sh (unreliable
-       with non-ASCII in shell script).  Added C program to check simple
-       SASL mechanisms against test vectors.  Added indent makefile target
-       to re-indent files.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * lib/anonymous.c, lib/cram-md5.c, lib/digest-md5.c,
-       lib/external.c, lib/login.c, lib/ntlm.c, lib/plain.c,
-       lib/securid.c, lib/xstep.c: Change API to allow data to be returned
-       with GSASL_OK.  Fix callback return code in ANONYMOUS client.  Make
-       mechanisms reject too many empty invocations.  Made LOGIN use
-       authorization ID instead of authentication ID.  NTLM doesn't require
-       initial challenge to be '+' (probably IMAP leftover).  SECURID
-       implements non-initial steps correctly.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * .cvsignore: [no log message]
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * .cvsignore, argp/.cvsignore, src/.cvsignore: [no log message]
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * libgsasl.pc.in: Pkg-config description file for libgsasl.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * NEWS: Pkg-config stuff.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * src/libgsasl-config.in, src/libgsasl.m4: Removed, replaced by
-       pkg-config.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * Makefile.am, configure.ac, src/Makefile.am: Use pkg-config instead
-       of libgsasl.m4 + libgsasl-config.in Use pkg-config to find libntlm.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Replace
-       LTLIBINTL with LIBINTL.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * m4/libntlm.m4: Remove libntlm.m4 (replaced by pkg-config).
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * m4/Makefile.am: Remove libntlm.m4
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * configure.ac: Remove use-libtool for gettext, it breaks distcheck.
-       Use pkg-config to find libntlm.  Bump version.
-
-2002-10-19  Simon Josefsson <address@hidden>
-
-       * argp/aclocal.m4, argp/configure: These should not be in CVS.
-
-2002-10-17  Simon Josefsson <address@hidden>
-
-       * Makefile.am, lib/Makefile.am, src/Makefile.am, tests/Makefile.am: 
-       Make distcheck happy.  Shouldn't LTLIBINTL be included in lib/
-       though? Maybe a libtool bug.
-
-2002-10-17  Simon Josefsson <address@hidden>
-
-       * autogen.sh: gettextize --copy to shut up cvsco.
-
-2002-10-17  Simon Josefsson <address@hidden>
-
-       * ABOUT-NLS, config.rpath, mkinstalldirs: Add files to shut up
-       gettextize.
-
-2002-10-13  Simon Josefsson <address@hidden>
-
-       * Makefile.am: Add ChangeLog target.
-
-2002-10-13  Simon Josefsson <address@hidden>
-
-       * .cvsusers: Add full name for better ChangeLog's.
-
-2002-10-13  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/base64.c,
-       lib/callback.c, lib/common.c, lib/cram-md5.c, lib/cram-md5.h,
-       lib/digest-md5.c, lib/digest-md5.h, lib/done.c, lib/error.c,
-       lib/external.c, lib/external.h, lib/gssapi.c, lib/gunicomp.h,
-       lib/gunidecomp.h, lib/hexdump.c, lib/init.c, lib/internal.h,
-       lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c,
-       lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h,
-       lib/suggest.c, lib/supportp.c, lib/unicode.c, lib/version.c,
-       lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c,
-       lib/xstart.c, lib/xstep.c, src/Makefile.am, src/callbacks.c,
-       src/callbacks.h, src/gsasl.c: Add indent Makefile targets.  Indent
-       all files.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * ChangeLog, po/libgsasl.pot, po/sv.po: [no log message]
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * .cvsusers, lib/.cvsignore: [no log message]
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/xcode.c: Implementation of gsasl_encode() and gsasl_decode()
-       APIs.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * configure.ac: Version 0.0.1 released.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * NEWS, README: [no log message]
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * doc/Makefile.am: Add xcode.c to the session API documentation.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: Fix title.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * src/gsasl.c: Improve QOP.  Allow user to send/receive application
-       payload after authentication.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * src/callbacks.c: Improve QOP callback.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/error.c: Add GSASL_INTEGRITY_ERROR.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/gsasl.h.in: Add GSASL_INTEGRITY_ERROR.  Add gsasl_encode() and
-       gsasl_decode().
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/xstart.c: Set clientp variable.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/xstep.c: Only free if data was allocated by us.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/internal.h: Add encode/decode functions.  Add clientp
-       variable.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.c: Support integrity mode.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/digest-md5.h: Add encode and decode functions.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/common.c: Add encode and decode functions for DIGEST-MD5.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/Makefile.am: Add xcode.c.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * lib/hexdump.c: Data is unsigned.
-
-2002-10-12  Simon Josefsson <address@hidden>
-
-       * autogen.sh: [no log message]
-
-2002-10-11  Simon Josefsson <address@hidden>
-
-       * doc/specification/draft-burdis-cat-srp-sasl-04.txt,
-       doc/specification/draft-burdis-cat-srp-sasl-05.txt,
-       doc/specification/draft-leach-cifs-v1-spec-02.txt,
-       doc/specification/draft-leach-digest-sasl-01.txt,
-       doc/specification/draft-leach-digest-sasl-02.txt,
-       doc/specification/draft-leach-digest-sasl-03.txt,
-       doc/specification/draft-leach-digest-sasl-05.txt,
-       doc/specification/draft-myers-saslrev-01.txt,
-       doc/specification/draft-nerenberg-sasl-crammd5-00.txt,
-       doc/specification/draft-newman-sasl-anon-00.txt,
-       doc/specification/rfc2095.txt: More specs.
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * m4/libgcrypt.m4: forgot to add it
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * .cvsignore, ChangeLog, argp/.cvsignore, doc/.cvsignore,
-       intl/.cvsignore, lib/.cvsignore, m4/.cvsignore, po/.cvsignore,
-       src/.cvsignore, src/libcharset/.cvsignore, tests/.cvsignore: [no log
-       message]
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * doc/gsasl.texi: ack mit kerberos team for gssapi
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * README: gssapi works in server mode
-
-2002-10-07  Simon Josefsson <address@hidden>
-
-       * Initial release, version 0.0.0.
-
-       -----
-
-       Copyright (C) 2002-2012 Simon Josefsson
-
-       Copying and distribution of this file, with or without
-       modification, are permitted provided the copyright notice
-       and this notice are preserved.
diff --git a/lib/cfg.mk b/lib/cfg.mk
index d097986..83818b3 100644
--- a/lib/cfg.mk
+++ b/lib/cfg.mk
@@ -17,36 +17,18 @@
 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
-INDENT_SOURCES = `find . -name '*.[chly]' | grep -v -e ^./gl -e ^./build-aux 
-e ^./win32`
-
-ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
-.DEFAULT_GOAL := bootstrap
-endif
-
 ifeq ($(PACKAGE),)
 PACKAGE := libgsasl
 endif
 
-autoreconf:
-       for f in po/*.po.in; do \
-               cp $$f `echo $$f | sed 's/.in//'`; \
-       done
-       mv build-aux/config.rpath build-aux/config.rpath-
-       test -f ./configure || autoreconf --install
-       mv build-aux/config.rpath- build-aux/config.rpath
-
-bootstrap: autoreconf
-       ./configure $(CFGFLAGS)
-
 ChangeLog:
        git2cl > ChangeLog
        cat ../.clcopying >> ChangeLog
 
-prepare:
+tarball:
        rm -f ChangeLog
        $(MAKE) ChangeLog distcheck
-       git commit -m Generated. ChangeLog
 
-upload:
-       gnupload --to alpha.gnu.org:gsasl $(distdir).tar.gz
-       cp -v $(distdir).tar.gz $(distdir).tar.gz.sig ../../releases/gsasl/
+release-upload-ftp:
+       gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.gz
+       cp -v $(distdir).tar.gz $(distdir).tar.gz.sig ../../releases/$(PACKAGE)/
diff --git a/lib/configure.ac b/lib/configure.ac
index b93af2b..fc2ac16 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -208,7 +208,7 @@ fi
 
 # GSSAPI.
 AC_ARG_WITH(gssapi-impl,
-  AS_HELP_STRING([--with-gssapi-impl=gss/kfw/mit/heimdal/yes],
+  AS_HELP_STRING([--with-gssapi-impl=no/gss/kfw/mit/heimdal/yes],
                  [select GSS-API implementation]),
   gssapi_impl=$withval, gssapi_impl=yes)
 if test "$gs2" = no && test "$gssapi" = no; then
diff --git a/lib/gl/build-aux/config.rpath b/lib/gl/build-aux/config.rpath
deleted file mode 100755
index 85c2f20..0000000
--- a/lib/gl/build-aux/config.rpath
+++ /dev/null
@@ -1,672 +0,0 @@
-#! /bin/sh
-# Output a system dependent set of variables, describing how to set the
-# run time search path of shared libraries in an executable.
-#
-#   Copyright 1996-2008 Free Software Foundation, Inc.
-#   Taken from GNU libtool, 2001
-#   Originally by Gordon Matzigkeit <address@hidden>, 1996
-#
-#   This file is free software; the Free Software Foundation gives
-#   unlimited permission to copy and/or distribute it, with or without
-#   modifications, as long as this notice is preserved.
-#
-# The first argument passed to this file is the canonical host specification,
-#    CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
-# or
-#    CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
-# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
-# should be set by the caller.
-#
-# The set of defined variables is at the end of this script.
-
-# Known limitations:
-# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
-#   than 256 bytes, otherwise the compiler driver will dump core. The only
-#   known workaround is to choose shorter directory names for the build
-#   directory and/or the installation directory.
-
-# All known linkers require a `.a' archive for static linking (except MSVC,
-# which needs '.lib').
-libext=a
-shrext=.so
-
-host="$1"
-host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
-host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
-host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
-
-# Code taken from libtool.m4's _LT_CC_BASENAME.
-
-for cc_temp in $CC""; do
-  case $cc_temp in
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-    \-*) ;;
-    *) break;;
-  esac
-done
-cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
-
-# Code taken from libtool.m4's _LT_COMPILER_PIC.
-
-wl=
-if test "$GCC" = yes; then
-  wl='-Wl,'
-else
-  case "$host_os" in
-    aix*)
-      wl='-Wl,'
-      ;;
-    darwin*)
-      case $cc_basename in
-        xlc*)
-          wl='-Wl,'
-          ;;
-      esac
-      ;;
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      ;;
-    hpux9* | hpux10* | hpux11*)
-      wl='-Wl,'
-      ;;
-    irix5* | irix6* | nonstopux*)
-      wl='-Wl,'
-      ;;
-    newsos6)
-      ;;
-    linux* | k*bsd*-gnu)
-      case $cc_basename in
-        ecc*)
-          wl='-Wl,'
-          ;;
-        icc* | ifort*)
-          wl='-Wl,'
-          ;;
-        lf95*)
-          wl='-Wl,'
-          ;;
-        pgcc | pgf77 | pgf90)
-          wl='-Wl,'
-          ;;
-        ccc*)
-          wl='-Wl,'
-          ;;
-        como)
-          wl='-lopt='
-          ;;
-        *)
-          case `$CC -V 2>&1 | sed 5q` in
-            *Sun\ C*)
-              wl='-Wl,'
-              ;;
-          esac
-          ;;
-      esac
-      ;;
-    osf3* | osf4* | osf5*)
-      wl='-Wl,'
-      ;;
-    rdos*)
-      ;;
-    solaris*)
-      wl='-Wl,'
-      ;;
-    sunos4*)
-      wl='-Qoption ld '
-      ;;
-    sysv4 | sysv4.2uw2* | sysv4.3*)
-      wl='-Wl,'
-      ;;
-    sysv4*MP*)
-      ;;
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-      wl='-Wl,'
-      ;;
-    unicos*)
-      wl='-Wl,'
-      ;;
-    uts4*)
-      ;;
-  esac
-fi
-
-# Code taken from libtool.m4's _LT_LINKER_SHLIBS.
-
-hardcode_libdir_flag_spec=
-hardcode_libdir_separator=
-hardcode_direct=no
-hardcode_minus_L=no
-
-case "$host_os" in
-  cygwin* | mingw* | pw32* | cegcc*)
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
-    # When not using gcc, we currently assume that we are using
-    # Microsoft Visual C++.
-    if test "$GCC" != yes; then
-      with_gnu_ld=no
-    fi
-    ;;
-  interix*)
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
-    with_gnu_ld=yes
-    ;;
-  openbsd*)
-    with_gnu_ld=no
-    ;;
-esac
-
-ld_shlibs=yes
-if test "$with_gnu_ld" = yes; then
-  # Set some defaults for GNU ld with shared library support. These
-  # are reset later if shared libraries are not supported. Putting them
-  # here allows them to be overridden if necessary.
-  # Unlike libtool, we use -rpath here, not --rpath, since the documented
-  # option of GNU ld is called -rpath, not --rpath.
-  hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-  case "$host_os" in
-    aix[3-9]*)
-      # On AIX/PPC, the GNU linker is very broken
-      if test "$host_cpu" != ia64; then
-        ld_shlibs=no
-      fi
-      ;;
-    amigaos*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      # Samuel A. Falvo II <address@hidden> reports
-      # that the semantics of dynamic libraries on AmigaOS, at least up
-      # to version 4, is to share data among multiple programs linked
-      # with the same dynamic library.  Since this doesn't match the
-      # behavior of shared libraries on other platforms, we cannot use
-      # them.
-      ld_shlibs=no
-      ;;
-    beos*)
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-        :
-      else
-        ld_shlibs=no
-      fi
-      ;;
-    cygwin* | mingw* | pw32* | cegcc*)
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      hardcode_libdir_flag_spec='-L$libdir'
-      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
-        :
-      else
-        ld_shlibs=no
-      fi
-      ;;
-    interix[3-9]*)
-      hardcode_direct=no
-      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-      ;;
-    gnu* | linux* | k*bsd*-gnu)
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-        :
-      else
-        ld_shlibs=no
-      fi
-      ;;
-    netbsd*)
-      ;;
-    solaris*)
-      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
-        ld_shlibs=no
-      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; 
then
-        :
-      else
-        ld_shlibs=no
-      fi
-      ;;
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-      case `$LD -v 2>&1` in
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
-          ld_shlibs=no
-          ;;
-        *)
-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; 
then
-            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo 
${wl}-rpath,$libdir`'
-          else
-            ld_shlibs=no
-          fi
-          ;;
-      esac
-      ;;
-    sunos4*)
-      hardcode_direct=yes
-      ;;
-    *)
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
-        :
-      else
-        ld_shlibs=no
-      fi
-      ;;
-  esac
-  if test "$ld_shlibs" = no; then
-    hardcode_libdir_flag_spec=
-  fi
-else
-  case "$host_os" in
-    aix3*)
-      # Note: this linker hardcodes the directories in LIBPATH if there
-      # are no directories specified by -L.
-      hardcode_minus_L=yes
-      if test "$GCC" = yes; then
-        # Neither direct hardcoding nor static linking is supported with a
-        # broken collect2.
-        hardcode_direct=unsupported
-      fi
-      ;;
-    aix[4-9]*)
-      if test "$host_cpu" = ia64; then
-        # On IA64, the linker does run time linking by default, so we don't
-        # have to do anything special.
-        aix_use_runtimelinking=no
-      else
-        aix_use_runtimelinking=no
-        # Test if we are trying to use run time linking or normal
-        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-        # need to do runtime linking.
-        case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-          for ld_flag in $LDFLAGS; do
-            if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
-              aix_use_runtimelinking=yes
-              break
-            fi
-          done
-          ;;
-        esac
-      fi
-      hardcode_direct=yes
-      hardcode_libdir_separator=':'
-      if test "$GCC" = yes; then
-        case $host_os in aix4.[012]|aix4.[012].*)
-          collect2name=`${CC} -print-prog-name=collect2`
-          if test -f "$collect2name" && \
-            strings "$collect2name" | grep resolve_lib_name >/dev/null
-          then
-            # We have reworked collect2
-            :
-          else
-            # We have old collect2
-            hardcode_direct=unsupported
-            hardcode_minus_L=yes
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_libdir_separator=
-          fi
-          ;;
-        esac
-      fi
-      # Begin _LT_AC_SYS_LIBPATH_AIX.
-      echo 'int main () { return 0; }' > conftest.c
-      ${CC} ${LDFLAGS} conftest.c -o conftest
-      aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File 
Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
-}'`
-      if test -z "$aix_libpath"; then
-        aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File 
Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
-}'`
-      fi
-      if test -z "$aix_libpath"; then
-        aix_libpath="/usr/lib:/lib"
-      fi
-      rm -f conftest.c conftest
-      # End _LT_AC_SYS_LIBPATH_AIX.
-      if test "$aix_use_runtimelinking" = yes; then
-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
-      else
-        if test "$host_cpu" = ia64; then
-          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
-        else
-          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
-        fi
-      fi
-      ;;
-    amigaos*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      # see comment about different semantics on the GNU ld section
-      ld_shlibs=no
-      ;;
-    bsdi[45]*)
-      ;;
-    cygwin* | mingw* | pw32* | cegcc*)
-      # When not using gcc, we currently assume that we are using
-      # Microsoft Visual C++.
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      hardcode_libdir_flag_spec=' '
-      libext=lib
-      ;;
-    darwin* | rhapsody*)
-      hardcode_direct=no
-      if test "$GCC" = yes ; then
-        :
-      else
-        case $cc_basename in
-          xlc*)
-            ;;
-          *)
-            ld_shlibs=no
-            ;;
-        esac
-      fi
-      ;;
-    dgux*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      ;;
-    freebsd1*)
-      ld_shlibs=no
-      ;;
-    freebsd2.2*)
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      ;;
-    freebsd2*)
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      ;;
-    freebsd* | dragonfly*)
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      ;;
-    hpux9*)
-      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-      hardcode_libdir_separator=:
-      hardcode_direct=yes
-      # hardcode_minus_L: Not really in the search PATH,
-      # but as the default location of the library.
-      hardcode_minus_L=yes
-      ;;
-    hpux10*)
-      if test "$with_gnu_ld" = no; then
-        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-        hardcode_libdir_separator=:
-        hardcode_direct=yes
-        # hardcode_minus_L: Not really in the search PATH,
-        # but as the default location of the library.
-        hardcode_minus_L=yes
-      fi
-      ;;
-    hpux11*)
-      if test "$with_gnu_ld" = no; then
-        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
-        hardcode_libdir_separator=:
-        case $host_cpu in
-          hppa*64*|ia64*)
-            hardcode_direct=no
-            ;;
-          *)
-            hardcode_direct=yes
-            # hardcode_minus_L: Not really in the search PATH,
-            # but as the default location of the library.
-            hardcode_minus_L=yes
-            ;;
-        esac
-      fi
-      ;;
-    irix5* | irix6* | nonstopux*)
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-      hardcode_libdir_separator=:
-      ;;
-    netbsd*)
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      ;;
-    newsos6)
-      hardcode_direct=yes
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-      hardcode_libdir_separator=:
-      ;;
-    openbsd*)
-      if test -f /usr/libexec/ld.so; then
-        hardcode_direct=yes
-        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test 
"$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-        else
-          case "$host_os" in
-            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
-              hardcode_libdir_flag_spec='-R$libdir'
-              ;;
-            *)
-              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-              ;;
-          esac
-        fi
-      else
-        ld_shlibs=no
-      fi
-      ;;
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      ;;
-    osf3*)
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-      hardcode_libdir_separator=:
-      ;;
-    osf4* | osf5*)
-      if test "$GCC" = yes; then
-        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-      else
-        # Both cc and cxx compiler support -rpath directly
-        hardcode_libdir_flag_spec='-rpath $libdir'
-      fi
-      hardcode_libdir_separator=:
-      ;;
-    solaris*)
-      hardcode_libdir_flag_spec='-R$libdir'
-      ;;
-    sunos4*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      ;;
-    sysv4)
-      case $host_vendor in
-        sni)
-          hardcode_direct=yes # is this really true???
-          ;;
-        siemens)
-          hardcode_direct=no
-          ;;
-        motorola)
-          hardcode_direct=no #Motorola manual says yes, but my tests say they 
lie
-          ;;
-      esac
-      ;;
-    sysv4.3*)
-      ;;
-    sysv4*MP*)
-      if test -d /usr/nec; then
-        ld_shlibs=yes
-      fi
-      ;;
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | 
sco3.2v5.0.[024]*)
-      ;;
-    sysv5* | sco3.2v5* | sco5v6*)
-      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo 
${wl}-R,$libdir`'
-      hardcode_libdir_separator=':'
-      ;;
-    uts4*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      ;;
-    *)
-      ld_shlibs=no
-      ;;
-  esac
-fi
-
-# Check dynamic linker characteristics
-# Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER.
-# Unlike libtool.m4, here we don't care about _all_ names of the library, but
-# only about the one the linker finds when passed -lNAME. This is the last
-# element of library_names_spec in libtool.m4, or possibly two of them if the
-# linker has special search rules.
-library_names_spec=      # the last element of library_names_spec in libtool.m4
-libname_spec='lib$name'
-case "$host_os" in
-  aix3*)
-    library_names_spec='$libname.a'
-    ;;
-  aix[4-9]*)
-    library_names_spec='$libname$shrext'
-    ;;
-  amigaos*)
-    library_names_spec='$libname.a'
-    ;;
-  beos*)
-    library_names_spec='$libname$shrext'
-    ;;
-  bsdi[45]*)
-    library_names_spec='$libname$shrext'
-    ;;
-  cygwin* | mingw* | pw32* | cegcc*)
-    shrext=.dll
-    library_names_spec='$libname.dll.a $libname.lib'
-    ;;
-  darwin* | rhapsody*)
-    shrext=.dylib
-    library_names_spec='$libname$shrext'
-    ;;
-  dgux*)
-    library_names_spec='$libname$shrext'
-    ;;
-  freebsd1*)
-    ;;
-  freebsd* | dragonfly*)
-    case "$host_os" in
-      freebsd[123]*)
-        library_names_spec='$libname$shrext$versuffix' ;;
-      *)
-        library_names_spec='$libname$shrext' ;;
-    esac
-    ;;
-  gnu*)
-    library_names_spec='$libname$shrext'
-    ;;
-  hpux9* | hpux10* | hpux11*)
-    case $host_cpu in
-      ia64*)
-        shrext=.so
-        ;;
-      hppa*64*)
-        shrext=.sl
-        ;;
-      *)
-        shrext=.sl
-        ;;
-    esac
-    library_names_spec='$libname$shrext'
-    ;;
-  interix[3-9]*)
-    library_names_spec='$libname$shrext'
-    ;;
-  irix5* | irix6* | nonstopux*)
-    library_names_spec='$libname$shrext'
-    case "$host_os" in
-      irix5* | nonstopux*)
-        libsuff= shlibsuff=
-        ;;
-      *)
-        case $LD in
-          *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;;
-          *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 
shlibsuff=N32 ;;
-          *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;;
-          *) libsuff= shlibsuff= ;;
-        esac
-        ;;
-    esac
-    ;;
-  linux*oldld* | linux*aout* | linux*coff*)
-    ;;
-  linux* | k*bsd*-gnu)
-    library_names_spec='$libname$shrext'
-    ;;
-  knetbsd*-gnu)
-    library_names_spec='$libname$shrext'
-    ;;
-  netbsd*)
-    library_names_spec='$libname$shrext'
-    ;;
-  newsos6)
-    library_names_spec='$libname$shrext'
-    ;;
-  nto-qnx*)
-    library_names_spec='$libname$shrext'
-    ;;
-  openbsd*)
-    library_names_spec='$libname$shrext$versuffix'
-    ;;
-  os2*)
-    libname_spec='$name'
-    shrext=.dll
-    library_names_spec='$libname.a'
-    ;;
-  osf3* | osf4* | osf5*)
-    library_names_spec='$libname$shrext'
-    ;;
-  rdos*)
-    ;;
-  solaris*)
-    library_names_spec='$libname$shrext'
-    ;;
-  sunos4*)
-    library_names_spec='$libname$shrext$versuffix'
-    ;;
-  sysv4 | sysv4.3*)
-    library_names_spec='$libname$shrext'
-    ;;
-  sysv4*MP*)
-    library_names_spec='$libname$shrext'
-    ;;
-  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-    library_names_spec='$libname$shrext'
-    ;;
-  uts4*)
-    library_names_spec='$libname$shrext'
-    ;;
-esac
-
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
-escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
-shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
-escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e 
"$sed_quote_subst"`
-escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e 
"$sed_quote_subst"`
-escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 
's/^X//' -e "$sed_quote_subst"`
-
-LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
-
-# How to pass a linker flag through the compiler.
-wl="$escaped_wl"
-
-# Static library suffix (normally "a").
-libext="$libext"
-
-# Shared library suffix (normally "so").
-shlibext="$shlibext"
-
-# Format of library name prefix.
-libname_spec="$escaped_libname_spec"
-
-# Library names that the linker finds when passed -lNAME.
-library_names_spec="$escaped_library_names_spec"
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist.
-hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec"
-
-# Whether we need a single -rpath flag with a separated argument.
-hardcode_libdir_separator="$hardcode_libdir_separator"
-
-# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
-# resulting binary.
-hardcode_direct="$hardcode_direct"
-
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
-# resulting binary.
-hardcode_minus_L="$hardcode_minus_L"
-
-EOF
diff --git a/lib/gl/build-aux/link-warning.h b/lib/gl/build-aux/link-warning.h
deleted file mode 100644
index fda0194..0000000
--- a/lib/gl/build-aux/link-warning.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* GL_LINK_WARNING("literal string") arranges to emit the literal string as
-   a linker warning on most glibc systems.
-   We use a linker warning rather than a preprocessor warning, because
-   #warning cannot be used inside macros.  */
-#ifndef GL_LINK_WARNING
-  /* This works on platforms with GNU ld and ELF object format.
-     Testing __GLIBC__ is sufficient for asserting that GNU ld is in use.
-     Testing __ELF__ guarantees the ELF object format.
-     Testing __GNUC__ is necessary for the compound expression syntax.  */
-# if defined __GLIBC__ && defined __ELF__ && defined __GNUC__
-#  define GL_LINK_WARNING(message) \
-     GL_LINK_WARNING1 (__FILE__, __LINE__, message)
-#  define GL_LINK_WARNING1(file, line, message) \
-     GL_LINK_WARNING2 (file, line, message)  /* macroexpand file and line */
-#  define GL_LINK_WARNING2(file, line, message) \
-     GL_LINK_WARNING3 (file ":" #line ": warning: " message)
-#  define GL_LINK_WARNING3(message) \
-     ({ static const char warning[sizeof (message)]            \
-          __attribute__ ((__unused__,                          \
-                          __section__ (".gnu.warning"),                \
-                          __aligned__ (1)))                    \
-          = message "\n";                                      \
-        (void)0;                                               \
-     })
-# else
-#  define GL_LINK_WARNING(message) ((void) 0)
-# endif
-#endif
diff --git a/lib/gl/build-aux/useless-if-before-free 
b/lib/gl/build-aux/useless-if-before-free
deleted file mode 100755
index abcdef2..0000000
--- a/lib/gl/build-aux/useless-if-before-free
+++ /dev/null
@@ -1,206 +0,0 @@
-#!/usr/bin/perl -T
-# Detect instances of "if (p) free (p);".
-# Likewise for "if (p != NULL) free (p);".  And with braces.
-# Also detect "if (NULL != p) free (p);".
-# And with 0 in place of NULL.
-
-my $VERSION = '2009-04-16 15:57'; # UTC
-# The definition above must lie within the first 8 lines in order
-# for the Emacs time-stamp write hook (at end) to update it.
-# If you change this file with Emacs, please let the write hook
-# do its job.  Otherwise, update this string manually.
-
-# Copyright (C) 2008, 2009 Free Software Foundation, Inc.
-
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# Written by Jim Meyering
-
-use strict;
-use warnings;
-use Getopt::Long;
-
-(my $ME = $0) =~ s|.*/||;
-
-# use File::Coda; # http://meyering.net/code/Coda/
-END {
-  defined fileno STDOUT or return;
-  close STDOUT and return;
-  warn "$ME: failed to close standard output: $!\n";
-  $? ||= 1;
-}
-
-sub usage ($)
-{
-  my ($exit_code) = @_;
-  my $STREAM = ($exit_code == 0 ? *STDOUT : *STDERR);
-  if ($exit_code != 0)
-    {
-      print $STREAM "Try `$ME --help' for more information.\n";
-    }
-  else
-    {
-      print $STREAM <<EOF;
-Usage: $ME [OPTIONS] FILE...
-
-Detect any instance in FILE of a useless "if" test before a free call, e.g.,
-"if (p) free (p);".  Any such test may be safely removed without affecting
-the semantics of the C code in FILE.  Use --name=FOO --name=BAR to also
-detect free-like functions named FOO and BAR.
-
-OPTIONS:
-
-   --list       print only the name of each matching FILE (\0-terminated)
-   --name=N     add name N to the list of \`free\'-like functions to detect;
-                  may be repeated
-
-   --help       display this help and exit
-   --version    output version information and exit
-
-Exit status:
-
-  0   one or more matches
-  1   no match
-  2   an error
-
-EXAMPLE:
-
-For example, this command prints all removable "if" tests before "free"
-and "kfree" calls in the linux kernel sources:
-
-    git ls-files -z |xargs -0 $ME --name=kfree
-
-EOF
-    }
-  exit $exit_code;
-}
-
-sub is_NULL ($)
-{
-  my ($expr) = @_;
-  return ($expr eq 'NULL' || $expr eq '0');
-}
-
-{
-  sub EXIT_MATCH {0}
-  sub EXIT_NO_MATCH {1}
-  sub EXIT_ERROR {2}
-  my $err = EXIT_NO_MATCH;
-
-  my $list;
-  my @name = qw(free);
-  GetOptions
-    (
-     help => sub { usage 0 },
-     version => sub { print "$ME version $VERSION\n"; exit },
-     list => \$list,
-     'name=s@' => address@hidden,
-    ) or usage 1;
-
-  # Make sure we have the right number of non-option arguments.
-  # Always tell the user why we fail.
-  @ARGV < 1
-    and (warn "$ME: missing FILE argument\n"), usage EXIT_ERROR;
-
-  my $or = join '|', @name;
-  my $regexp = qr/(?:$or)/;
-
-  # Set the input record separator.
-  # Note: this makes it impractical to print line numbers.
-  $/ = '"';
-
-  my $found_match = 0;
- FILE:
-  foreach my $file (@ARGV)
-    {
-      open FH, '<', $file
-        or (warn "$ME: can't open `$file' for reading: $!\n"),
-          $err = EXIT_ERROR, next;
-      while (defined (my $line = <FH>))
-        {
-          while ($line =~
-              /\b(if\s*\(\s*([^)]+?)(?:\s*!=\s*([^)]+?))?\s*\)
-              #  1          2                  3
-               (?:   \s*$regexp\s*\((?:\s*\([^)]+\))?\s*([^)]+)\)|
-                
\s*\{\s*$regexp\s*\((?:\s*\([^)]+\))?\s*([^)]+)\)\s*;\s*\}))/sxg)
-            {
-              my $all = $1;
-              my ($lhs, $rhs) = ($2, $3);
-              my ($free_opnd, $braced_free_opnd) = ($4, $5);
-              my $non_NULL;
-              if (!defined $rhs) { $non_NULL = $lhs }
-              elsif (is_NULL $rhs) { $non_NULL = $lhs }
-              elsif (is_NULL $lhs) { $non_NULL = $rhs }
-              else { next }
-
-              # Compare the non-NULL part of the "if" expression and the
-              # free'd expression, without regard to white space.
-              $non_NULL =~ tr/ \t//d;
-              my $e2 = defined $free_opnd ? $free_opnd : $braced_free_opnd;
-              $e2 =~ tr/ \t//d;
-              if ($non_NULL eq $e2)
-                {
-                  $found_match = 1;
-                  $list
-                    and (print "$file\0"), next FILE;
-                  print "$file: $all\n";
-                }
-            }
-        }
-    }
-  continue
-    {
-      close FH;
-    }
-
-  $found_match && $err == EXIT_NO_MATCH
-    and $err = EXIT_MATCH;
-
-  exit $err;
-}
-
-my $foo = <<'EOF';
-# The above is to *find* them.
-# This adjusts them, removing the unnecessary "if (p)" part.
-
-# FIXME: do something like this as an option (doesn't do braces):
-free=xfree
-git grep -l -z "$free *(" \
-  | xargs -0 useless-if-before-free -l --name="$free" \
-  | xargs -0 perl -0x3b -pi -e \
-   
's/\bif\s*\(\s*(\S+?)(?:\s*!=\s*(?:0|NULL))?\s*\)\s+('"$free"'\s*\((?:\s*\([^)]+\))?\s*\1\s*\))/$2/s'
-
-# Use the following to remove redundant uses of kfree inside braces.
-# Note that -0777 puts perl in slurp-whole-file mode;
-# but we have plenty of memory, these days...
-free=kfree
-git grep -l -z "$free *(" \
-  | xargs -0 useless-if-before-free -l --name="$free" \
-  | xargs -0 perl -0777 -pi -e \
-     
's/\bif\s*\(\s*(\S+?)(?:\s*!=\s*(?:0|NULL))?\s*\)\s*\{\s*('"$free"'\s*\((?:\s*\([^)]+\))?\s*\1\s*\);)\s*\}[^\n]*$/$2/gms'
-
-Be careful that the result of the above transformation is valid.
-If the matched string is followed by "else", then obviously, it won't be.
-
-When modifying files, refuse to process anything other than a regular file.
-EOF
-
-## Local Variables:
-## indent-tabs-mode: nil
-## eval: (add-hook 'write-file-hooks 'time-stamp)
-## time-stamp-start: "my $VERSION = '"
-## time-stamp-format: "%:y-%02m-%02d %02H:%02M"
-## time-stamp-time-zone: "UTC"
-## time-stamp-end: "'; # UTC"
-## End:
diff --git a/lib/gl/build-aux/vc-list-files b/lib/gl/build-aux/vc-list-files
deleted file mode 100755
index 9376e3d..0000000
--- a/lib/gl/build-aux/vc-list-files
+++ /dev/null
@@ -1,116 +0,0 @@
-#!/bin/sh
-# List version-controlled file names.
-
-# Print a version string.
-scriptversion=2009-04-25.13; # UTC
-
-# Copyright (C) 2006-2009 Free Software Foundation, Inc.
-
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-# List the specified version-controlled files.
-# With no argument, list them all.  With a single DIRECTORY argument,
-# list the version-controlled files in that directory.
-
-# If there's an argument, it must be a single, "."-relative directory name.
-# cvsu is part of the cvsutils package: http://www.red-bean.com/cvsutils/
-
-postprocess=
-case $1 in
-  --help) cat <<EOF
-Usage: $0 [-C SRCDIR] [DIR]
-
-Output a list of version-controlled files in DIR (default .), relative to
-SRCDIR (default .).  SRCDIR must be the top directory of a checkout.
-
-Options:
-  --help     print this help, then exit
-  --version  print version number, then exit
-  -C SRCDIR  change directory to SRCDIR before generating list
-
-Report bugs and patches to <address@hidden>.
-EOF
-    exit ;;
-
-  --version)
-    year=`echo "$scriptversion" | sed 's/[^0-9].*//'`
-    cat <<EOF
-vc-list-files $scriptversion
-Copyright (C) $year Free Software Foundation, Inc,
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
-This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.
-EOF
-    exit ;;
-
-  -C)
-    test "$2" = . || postprocess="| sed 's|^|$2/|'"
-    cd "$2" || exit 1
-    shift; shift ;;
-esac
-
-dir=
-case $# in
-  0) ;;
-  1) dir=$1 ;;
-  *) echo "$0: too many arguments" 1>&2
-     echo "Usage: $0 [-C srcdir] [DIR]" 1>&2; exit 1;;
-esac
-
-test "x$dir" = x && dir=.
-
-if test -d .git; then
-  test "x$dir" = x. \
-    && dir= sed_esc= \
-    || dir="$dir/" sed_esc=`echo "$dir"|sed 's,\([\\/]\),\\\\\1,g'`
-  # Ignore git symlinks - either they point into the tree, in which case
-  # we don't need to visit the target twice, or they point somewhere
-  # else (often into a submodule), in which case the content does not
-  # belong to this package.
-  eval exec git ls-tree -r 'HEAD:"$dir"' \
-    \| sed -n '"s/^100[^       ]*./$sed_esc/p"' $postprocess
-elif test -d .hg; then
-  eval exec hg locate '"$dir/*"' $postprocess
-elif test -d .bzr; then
-  test "$postprocess" = '' && postprocess="| sed 's|^\./||'"
-  eval exec bzr ls --versioned '"$dir"' $postprocess
-elif test -d CVS; then
-  test "$postprocess" = '' && postprocess="| sed 's|^\./||'"
-  if test -x build-aux/cvsu; then
-    eval build-aux/cvsu --find --types=AFGM '"$dir"' $postprocess
-  elif (cvsu --help) >/dev/null 2>&1; then
-    eval cvsu --find --types=AFGM '"$dir"' $postprocess
-  else
-    eval awk -F/ \''{                  \
-       if (!$1 && $3 !~ /^-/) {        \
-         f=FILENAME;                   \
-         if (f ~ /CVS\/Entries$/)      \
-           f = substr(f, 1, length(f)-11); \
-         print f $2;                   \
-       }}'\''                          \
-      `find "$dir" -name Entries -print` /dev/null' $postprocess
-  fi
-else
-  echo "$0: Failed to determine type of version control used in `pwd`" 1>&2
-  exit 1
-fi
-
-# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
-# End:
diff --git a/lib/maint.mk b/lib/maint.mk
index be7ba49..1dd6493 100644
--- a/lib/maint.mk
+++ b/lib/maint.mk
@@ -1015,8 +1015,8 @@ update-NEWS-hash: NEWS
 # setting this to ' && !/PRAGMA_SYSTEM_HEADER/'.
 _makefile_at_at_check_exceptions ?=
 sc_makefile_at_at_check:
-       @perl -ne '/address@hidden@/'                                   \
-          -e ' && !/([A-Z_0-9]+)address@hidden@$$/'                    \
+       @perl -ne '/address@hidden@/'                                           
\
+          -e ' && !/(\w+)address@hidden@$$/'                           \
           -e ''$(_makefile_at_at_check_exceptions)                     \
          -e 'and (print "$$ARGV:$$.: $$_"), $$m=1; END {exit !$$m}'    \
            $$($(VC_LIST_EXCEPT) | grep -E '(^|/)(Makefile\.am|[^/]+\.mk)$$') \
diff --git a/maint.mk b/maint.mk
index be7ba49..1dd6493 100644
--- a/maint.mk
+++ b/maint.mk
@@ -1015,8 +1015,8 @@ update-NEWS-hash: NEWS
 # setting this to ' && !/PRAGMA_SYSTEM_HEADER/'.
 _makefile_at_at_check_exceptions ?=
 sc_makefile_at_at_check:
-       @perl -ne '/address@hidden@/'                                   \
-          -e ' && !/([A-Z_0-9]+)address@hidden@$$/'                    \
+       @perl -ne '/address@hidden@/'                                           
\
+          -e ' && !/(\w+)address@hidden@$$/'                           \
           -e ''$(_makefile_at_at_check_exceptions)                     \
          -e 'and (print "$$ARGV:$$.: $$_"), $$m=1; END {exit !$$m}'    \
            $$($(VC_LIST_EXCEPT) | grep -E '(^|/)(Makefile\.am|[^/]+\.mk)$$') \
diff --git a/windows/gsasl4win.mk b/windows/gsasl4win.mk
index a8f6f50..94fe811 100644
--- a/windows/gsasl4win.mk
+++ b/windows/gsasl4win.mk
@@ -26,10 +26,6 @@ all:
 clean:
        rm -rf src build-x86 build-x64 inst-x86 inst-x64 kfw322x86 kfw323x86
 
-upload:
-       gnupload --to ftp.gnu.org:gsasl *.zip
-       cp *.zip *.sig ../../releases/gsasl/
-
 gsasl4win: gsasl4win32 gsasl4win64 gsasl4win32kfw322
 gsasl4win32: gsasl-$(VERSION)-x86.zip
 gsasl4win64: gsasl-$(VERSION)-x64.zip


hooks/post-receive
-- 
GNU gsasl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]