2021-05-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.6.7.

2021-05-01  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2021-05-01  Simon Josefsson <simon@josefsson.org>

	* HACKING: Fix dependency.

2021-05-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add NEWS blurb.

2021-05-01  Jason Graham <jgraham@compukix.net>

	* pam_oath/configure.ac: Removed empty line in pam_oath/configure.ac

2021-04-03  Jason Graham <jgraham@compukix.net>

	* pam_oath/pam_oath.c: Moved the call to pam_modutil_getpwnam() to
	within parser_usersfile_str() since it is only used there.  This cleans up the implementation in pam_sm_authenticate().

2021-04-02  Jason Graham <jgraham@compukix.net>

	* pam_oath/pam_oath.c: Removed additional string length checks.  The string length accounting is included in the original string
	length. The additional accounting was originally added for debugging
	purposes.

2021-04-02  Jason Graham <jgraham@compukix.net>

	* liboath/tests/tst_usersfile.c: Reverted changes to
	liboath/tests/tst_usersfile.c.  This is due to reverting oath_authenticate_usersfile() where the
	usersfile uid no longer passed as an argument.

2021-04-02  Jason Graham <jgraham@compukix.net>

	* liboath/errors.c: Fixed missing OATH_FILE_STAT_ERROR error string.

2021-04-02  Jason Graham <jgraham@compukix.net>

	* liboath/oath.h.in: Reverted inclusion of sys/types.h.

2021-04-02  Jason Graham <jgraham@compukix.net>

	* liboath/oath.h.in, liboath/usersfile.c, pam_oath/pam_oath.c: 
	Changed new users file to have the same uid and gid as original
	users file.  This reverts the change to the liboath API which required passing
	the uid for the users file to oath_authenticate_usersfile(), but
	this is no longer necessary/needed.  The parse_userfile_str() procedure has been simplified and cleaned
	up.

2020-11-16  Jason Graham <jgraham@compukix.net>

	* liboath/tests/tst_usersfile.c: Updated calls to
	oath_authenticate_usersfile() in tst_usersfile.c to conform to API
	changes.  The API change adds the userfile_uid parmeter.

2020-11-15  Jason Graham <jgraham@compukix.net>

	* pam_oath/pam_oath.c: Removed NULL check prior to usersfile free()
	to conform to Debian's "avoid_if_before_free" rule.

2020-11-15  Jason Graham <jgraham@compukix.net>

	* pam_oath/pam_oath.c: Change stack allocation of usersfile to be
	heap allocation in pam_sm_authenticate().  This is to address the "Avoid stack allocations of size PATH_MAX"
	Debian build requirement.

2020-11-15  Jason Graham <jgraham@compukix.net>

	* liboath/errors.c, liboath/oath.h.in, liboath/usersfile.c,
	pam_oath/README, pam_oath/configure.ac, pam_oath/pam_oath.c: Added
	support for user based placeholder values in pam_oath usersfile
	string.  These changes introduce the the "${USER}" and "${HOME}" placeholder
	values for the "usersfile" string in the pam_oath configuration
	file. The placeholder values allow the user credentials file to be
	stored in a file path that is relative to the user, and mimicks
	similar behavior found in google-authenticator-libpam.  The motivation for these changes is to allow for non-privileged
	processes to use pam_oath (e.g., for 2FA with xscreensaver).
	Non-priviledged and non-suid programs are unable to use pam_oath.
	These changes are a proposed alternative to a suid helper binary as
	well.  The user credential file ownership is automatically adjusted if
	"${USER}" and/or "${HOME}" is used. The default is the owner of the
	calling process (as returned by getuid()), but if either placeholder
	is used the UID of the user is obtained from pam_modutil_getpwnam().
	The ownership is changed just prior the renaming the new modified
	user crediential file, while the lock is in place.

2021-05-01  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix syntax-check.

2021-05-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2021-05-01  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Print checksums to be included in release email.

2021-05-01  Simon Josefsson <simon@josefsson.org>

	* HACKING, doc/release-process.txt: Move release process docs to
	HACKING.

2021-05-01  Simon Josefsson <simon@josefsson.org>

	* HACKING: Drop reference to gNewSense as it appers to have
	disappeared.

2021-05-01  Simon Josefsson <simon@josefsson.org>

	* build-aux/git-version-gen, build-aux/useless-if-before-free,
	gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
	liboath/build-aux/config.rpath, liboath/gl/Makefile.am,
	liboath/gl/canonicalize-lgpl.c, liboath/gl/cdefs.h,
	liboath/gl/free.c, liboath/gl/ftello.c, liboath/gl/intprops.h,
	liboath/gl/libc-config.h, liboath/gl/m4/af_alg.m4,
	liboath/gl/m4/arpa_inet_h.m4, liboath/gl/m4/{ctype.m4 =>
	ctype_h.m4}, liboath/gl/m4/dirent_h.m4, liboath/gl/m4/fcntl_h.m4,
	liboath/gl/m4/free.m4, liboath/gl/m4/fstat.m4,
	liboath/gl/m4/ftello.m4, liboath/gl/m4/gettimeofday.m4,
	liboath/gl/m4/gnulib-common.m4, liboath/gl/m4/gnulib-comp.m4,
	liboath/gl/m4/host-cpu-c-abi.m4, liboath/gl/m4/inttypes.m4,
	liboath/gl/m4/ioctl.m4, liboath/gl/m4/lib-ld.m4,
	liboath/gl/m4/malloc.m4, liboath/gl/m4/math_h.m4,
	liboath/gl/m4/memchr.m4, liboath/gl/m4/mempcpy.m4,
	liboath/gl/m4/nanosleep.m4, liboath/gl/m4/printf.m4,
	liboath/gl/m4/pthread_h.m4, liboath/gl/m4/pthread_sigmask.m4,
	liboath/gl/m4/rawmemchr.m4, liboath/gl/m4/realloc.m4,
	liboath/gl/m4/sched_h.m4, liboath/gl/m4/select.m4,
	liboath/gl/m4/signal_h.m4, liboath/gl/m4/sockpfaf.m4,
	liboath/gl/m4/stat.m4, liboath/gl/m4/stdalign.m4,
	liboath/gl/m4/stddef_h.m4, liboath/gl/m4/stdint.m4,
	liboath/gl/m4/stdio_h.m4, liboath/gl/m4/stdlib_h.m4,
	liboath/gl/m4/strcase.m4, liboath/gl/m4/strdup.m4,
	liboath/gl/m4/strerror.m4, liboath/gl/m4/strerror_r.m4,
	liboath/gl/m4/string_h.m4, liboath/gl/m4/strings_h.m4,
	liboath/gl/m4/strptime.m4, liboath/gl/m4/strtok_r.m4,
	liboath/gl/m4/strverscmp.m4, liboath/gl/m4/sys_ioctl_h.m4,
	liboath/gl/m4/sys_resource_h.m4, liboath/gl/m4/sys_select_h.m4,
	liboath/gl/m4/sys_socket_h.m4, liboath/gl/m4/sys_stat_h.m4,
	liboath/gl/m4/sys_time_h.m4, liboath/gl/m4/sys_types_h.m4,
	liboath/gl/m4/sys_uio_h.m4, liboath/gl/m4/threadlib.m4,
	liboath/gl/m4/time_h.m4, liboath/gl/m4/time_r.m4,
	liboath/gl/m4/ungetc.m4, liboath/gl/m4/unistd_h.m4,
	liboath/gl/m4/visibility.m4, liboath/gl/m4/wchar_h.m4,
	liboath/gl/m4/wint_t.m4, liboath/gl/malloc.c, liboath/gl/malloca.c,
	liboath/gl/malloca.h, liboath/gl/mempcpy.c, liboath/gl/rawmemchr.c,
	liboath/gl/realloc.c, liboath/gl/rename.c,
	liboath/gl/scratch_buffer.h, liboath/gl/stdalign.in.h,
	liboath/gl/stddef.in.h, liboath/gl/stdint.in.h,
	liboath/gl/stdlib.in.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/getcwd-lgpl.c, liboath/gl/tests/link.c,
	liboath/gl/tests/putenv.c, liboath/gl/tests/test-alloca-opt.c,
	liboath/gl/tests/test-malloca.c,
	liboath/gl/tests/test-scratch-buffer.c, liboath/gl/time.in.h,
	liboath/gl/vasnprintf.c, liboath/gl/wchar.in.h,
	liboath/gl/xalloc-oversized.h, libpskc/gl/Makefile.am,
	libpskc/gl/cdefs.h, libpskc/gl/intprops.h,
	libpskc/gl/libc-config.h, libpskc/gl/m4/free.m4,
	libpskc/gl/m4/gnulib-common.m4, libpskc/gl/m4/gnulib-comp.m4,
	libpskc/gl/m4/inttypes.m4, libpskc/gl/m4/math_h.m4,
	libpskc/gl/m4/memchr.m4, libpskc/gl/m4/printf.m4,
	libpskc/gl/m4/stdalign.m4, libpskc/gl/m4/stddef_h.m4,
	libpskc/gl/m4/stdint.m4, libpskc/gl/m4/stdio_h.m4,
	libpskc/gl/m4/stdlib_h.m4, libpskc/gl/m4/string_h.m4,
	libpskc/gl/m4/strverscmp.m4, libpskc/gl/m4/sys_types_h.m4,
	libpskc/gl/m4/unistd_h.m4, libpskc/gl/m4/visibility.m4,
	libpskc/gl/m4/wchar_h.m4, libpskc/gl/m4/wint_t.m4,
	libpskc/gl/stddef.in.h, libpskc/gl/stdint.in.h,
	libpskc/gl/tests/Makefile.am, libpskc/gl/tests/_Noreturn.h,
	libpskc/gl/tests/free.c, libpskc/gl/tests/stdalign.in.h,
	libpskc/gl/tests/stdlib.in.h, libpskc/gl/tests/test-alloca-opt.c,
	libpskc/gl/tests/test-free.c, libpskc/gl/tests/test-stdlib.c,
	libpskc/gl/tests/test-sys_wait.h, libpskc/gl/tests/vasnprintf.c,
	libpskc/gl/tests/wchar.in.h, maint.mk, oathtool/gl/Makefile.am,
	oathtool/gl/cdefs.h, oathtool/gl/free.c, oathtool/gl/intprops.h,
	oathtool/gl/libc-config.h, oathtool/gl/m4/arpa_inet_h.m4,
	oathtool/gl/m4/{ctype.m4 => ctype_h.m4}, oathtool/gl/m4/fcntl_h.m4,
	oathtool/gl/m4/free.m4, oathtool/gl/m4/fstat.m4,
	oathtool/gl/m4/gettimeofday.m4, oathtool/gl/m4/gnulib-common.m4,
	oathtool/gl/m4/gnulib-comp.m4, oathtool/gl/m4/inttypes.m4,
	oathtool/gl/m4/ioctl.m4, oathtool/gl/m4/malloc.m4,
	oathtool/gl/m4/math_h.m4, oathtool/gl/m4/memchr.m4,
	oathtool/gl/m4/mktime.m4, oathtool/gl/m4/nanosleep.m4,
	oathtool/gl/m4/printf.m4, oathtool/gl/m4/pthread_h.m4,
	oathtool/gl/m4/pthread_sigmask.m4, oathtool/gl/m4/sched_h.m4,
	oathtool/gl/m4/select.m4, oathtool/gl/m4/signal_h.m4,
	oathtool/gl/m4/sockpfaf.m4, oathtool/gl/m4/stat.m4,
	oathtool/gl/m4/stdalign.m4, oathtool/gl/m4/stddef_h.m4,
	oathtool/gl/m4/stdint.m4, oathtool/gl/m4/stdio_h.m4,
	oathtool/gl/m4/stdlib_h.m4, oathtool/gl/m4/strerror.m4,
	oathtool/gl/m4/strerror_r.m4, oathtool/gl/m4/string_h.m4,
	oathtool/gl/m4/strtoll.m4, oathtool/gl/m4/sys_ioctl_h.m4,
	oathtool/gl/m4/sys_select_h.m4, oathtool/gl/m4/sys_socket_h.m4,
	oathtool/gl/m4/sys_stat_h.m4, oathtool/gl/m4/sys_time_h.m4,
	oathtool/gl/m4/sys_types_h.m4, oathtool/gl/m4/sys_uio_h.m4,
	oathtool/gl/m4/threadlib.m4, oathtool/gl/m4/time_h.m4,
	oathtool/gl/m4/time_r.m4, oathtool/gl/m4/time_rz.m4,
	oathtool/gl/m4/timegm.m4, oathtool/gl/m4/tzset.m4,
	oathtool/gl/m4/unistd_h.m4, oathtool/gl/m4/wchar_h.m4,
	oathtool/gl/m4/wint_t.m4, oathtool/gl/malloca.c,
	oathtool/gl/malloca.h, oathtool/gl/parse-datetime.y,
	oathtool/gl/stddef.in.h, oathtool/gl/stdint.in.h,
	oathtool/gl/stdlib.in.h, oathtool/gl/tests/Makefile.am,
	oathtool/gl/tests/getcwd-lgpl.c, oathtool/gl/tests/malloc.c,
	oathtool/gl/tests/putenv.c, oathtool/gl/tests/stdalign.in.h,
	oathtool/gl/tests/strtol.c, oathtool/gl/tests/test-alloca-opt.c,
	oathtool/gl/tests/test-free.c, oathtool/gl/tests/test-malloca.c,
	oathtool/gl/tests/test-parse-datetime.c,
	oathtool/gl/tests/test-strtoll.c, oathtool/gl/time.in.h,
	oathtool/gl/vasnprintf.c, oathtool/gl/wchar.in.h,
	oathtool/gl/xalloc-oversized.h, pskctool/gl/Makefile.am,
	pskctool/gl/explicit_bzero.c, pskctool/gl/free.c,
	pskctool/gl/ftello.c, pskctool/gl/idx.h, pskctool/gl/intprops.h,
	pskctool/gl/m4/arpa_inet_h.m4, pskctool/gl/m4/{ctype.m4 =>
	ctype_h.m4}, pskctool/gl/m4/explicit_bzero.m4,
	pskctool/gl/m4/fcntl_h.m4, pskctool/gl/m4/free.m4,
	pskctool/gl/m4/fstat.m4, pskctool/gl/m4/ftello.m4,
	pskctool/gl/m4/gettimeofday.m4, pskctool/gl/m4/gnulib-common.m4,
	pskctool/gl/m4/gnulib-comp.m4, pskctool/gl/m4/inttypes.m4,
	pskctool/gl/m4/ioctl.m4, pskctool/gl/m4/malloc.m4,
	pskctool/gl/m4/nanosleep.m4, pskctool/gl/m4/pthread_h.m4,
	pskctool/gl/m4/pthread_sigmask.m4, pskctool/gl/m4/realloc.m4,
	pskctool/gl/m4/sched_h.m4, pskctool/gl/m4/select.m4,
	pskctool/gl/m4/signal_h.m4, pskctool/gl/m4/sockpfaf.m4,
	pskctool/gl/m4/stat.m4, pskctool/gl/m4/stdalign.m4,
	pskctool/gl/m4/stddef_h.m4, pskctool/gl/m4/stdint.m4,
	pskctool/gl/m4/stdio_h.m4, pskctool/gl/m4/stdlib_h.m4,
	pskctool/gl/m4/strerror.m4, pskctool/gl/m4/strerror_r.m4,
	pskctool/gl/m4/string_h.m4, pskctool/gl/m4/sys_ioctl_h.m4,
	pskctool/gl/m4/sys_select_h.m4, pskctool/gl/m4/sys_socket_h.m4,
	pskctool/gl/m4/sys_stat_h.m4, pskctool/gl/m4/sys_time_h.m4,
	pskctool/gl/m4/sys_types_h.m4, pskctool/gl/m4/sys_uio_h.m4,
	pskctool/gl/m4/threadlib.m4, pskctool/gl/m4/time_h.m4,
	pskctool/gl/m4/ungetc.m4, pskctool/gl/m4/unistd_h.m4,
	pskctool/gl/m4/wchar_h.m4, pskctool/gl/m4/wint_t.m4,
	pskctool/gl/malloc.c, pskctool/gl/malloca.c, pskctool/gl/malloca.h,
	pskctool/gl/read-file.c, pskctool/gl/realloc.c,
	pskctool/gl/stddef.in.h, pskctool/gl/stdint.in.h,
	pskctool/gl/stdlib.in.h, pskctool/gl/tests/Makefile.am,
	pskctool/gl/tests/getcwd-lgpl.c, pskctool/gl/tests/putenv.c,
	pskctool/gl/tests/stdalign.in.h,
	pskctool/gl/tests/test-alloca-opt.c, pskctool/gl/tests/test-free.c,
	pskctool/gl/tests/test-malloca.c, pskctool/gl/tests/wchar.in.h,
	pskctool/gl/time.in.h, pskctool/gl/xalloc-oversized.h: Update gnulib
	files.

2021-04-30  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add NEWS entry.

2021-04-30  Simon Josefsson <simon@josefsson.org>

	* liboath/man/Makefile.am, libpskc/man/Makefile.am,
	libpskc/man/gdoc: Fix libpskc man pages too.

2021-04-30  Simon Josefsson <simon@josefsson.org>

	* liboath/man/gdoc: Fix typo.

2021-04-30  Simon Josefsson <simon@josefsson.org>

	* : commit 6714bda6c9daa28eb13956900d017a41a0c6da6f Author: Simon
	Josefsson <simon@josefsson.org> Date:   Fri Apr 30 22:01:43 2021
	+0200

2021-04-30  Simon Josefsson <simon@josefsson.org>

	* pskctool/tests/tst_libexamples.sh,
	pskctool/tests/tst_pskctool.sh, pskctool/tests/tst_roundtrip.sh,
	pskctool/tests/tst_sign.sh: Make it easier to re-use pskctool test
	framework outside of build.

2021-04-04  Jason Graham <jgraham@compukix.net>

	* liboath/man/Makefile.am, liboath/man/gdoc: Updated liboath man
	pages project URL to use PACKAGE_URL from liboath/configure.ac
	AC_INIT.  This change adds the '-pkg-url' argument to liboath/man/gdoc to set
	the project home page URL. Both '-pkg-name' and '-pkg-url' are
	needed to include the project home page url with '-bugsto'.

2021-03-09  Simon Josefsson <simon@josefsson.org>

	* website/intro-2.txt: Mention ykman.  Closes #21.

2021-02-04  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix syntax-check.

2021-02-04  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix syntax-check.

2021-02-04  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add NEWS entries.

2021-02-04  Simon Josefsson <simon@josefsson.org>

	* libpskc/Makefile.am, libpskc/configure.ac: Fix libxml
	CFLAGS/LDFLAGS.

2021-02-04  Simon Josefsson <simon@josefsson.org>

	* libpskc/configure.ac, pam_oath/configure.ac: Use AS_HELP_STRING
	instead of AC_HELP_STRING.

2021-02-04  Simon Josefsson <simon@josefsson.org>

	* configure.ac, libpskc/configure.ac, libpskc/m4/pkg.m4,
	m4/libxml2.m4, {liboath/m4 => m4}/pkg.m4: Use pkg-config instead of
	AM_PATH_XML2.

2021-02-04  Simon Josefsson <simon@josefsson.org>

	* configure.ac, liboath/configure.ac, libpskc/configure.ac,
	oathtool/configure.ac, pam_oath/configure.ac, pskctool/configure.ac: 
	Modernize autotools.  Require automake 1.13 or later, which assumes silent rules and
	AM_PROG_AR.  Don't use automake -Werror as it may cause future
	failures.  Use LT_INIT to initialize libtool.  Don't use libtool's
	win32-dll with pam_oath (it does not work on Windows?).

2021-02-04  Simon Josefsson <simon@josefsson.org>

	* liboath/m4/pkg.m4, libpskc/m4/pkg.m4: Add pkg.m4, gtk-doc.m4
	requires it.

2021-01-30  Simon Josefsson <simon@josefsson.org>

	* pam_oath/configure.ac: Fix version number of pam-module.

2021-01-30  Simon Josefsson <simon@josefsson.org>

	* oathtool/Makefile.am: Make idempotent.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump NEWS.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* README: Doc fix.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.6.6.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.6.5.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/intro-2.txt: Fix markup.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Drop removed targets.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.6.6.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/download.txt: Use https in links.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/oath-toolkit.xsl: Fix w3 links/images.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, website/build-website.sh: More website fixes.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/build-website.sh, website/docs.txt: Fix man page links.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* HACKING: Clarify other website.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/intro-2.txt: doc: Add external link.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* libpskc/gtk-doc/libpskc-docs.xml: doc: Prettier libpskc HTML
	files.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* libpskc/gtk-doc/libpskc-docs.xml, website/build-website.sh,
	website/oath-toolkit.xsl: Doc fixes.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/build-website.sh: Put PDF in old path.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Fix dist.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* libpskc/gtk-doc/libpskc-docs.xml: Markup fixes.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* HACKING, README, liboath/gtk-doc/liboath-docs.xml,
	website/build-website.sh, website/docs.txt, website/intro-1.txt,
	website/{intro.txt => intro-2.txt}: Doc fixes for website.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/oath-toolkit.xsl: Fix paths.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/build-website.sh: Copy *.css too.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Improve .gitignore.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* HACKING: doc: Add dep.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* HACKING: doc: Improve HACKING.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, website/build-website.sh: Improve website building.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/oath-toolkit.xsl: Use https.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, HACKING, Makefile.am, README, cfg.mk,
	configure.ac, liboath/Makefile.am, liboath/aux.c, liboath/aux.h,
	liboath/coding.c, liboath/errors.c, liboath/global.c,
	liboath/hotp.c, liboath/hotp.h, liboath/liboath.map,
	liboath/liboath.pc.in, liboath/man/Makefile.am,
	liboath/tests/Makefile.am, liboath/tests/tst_basic.c,
	liboath/tests/tst_coding.c, liboath/tests/tst_errors.c,
	liboath/tests/tst_hotp_algo.c, liboath/tests/tst_hotp_validate.c,
	liboath/tests/tst_totp_algo.c, liboath/tests/tst_totp_validate.c,
	liboath/tests/tst_usersfile.c, liboath/tests/tst_usersfile.sh,
	liboath/totp.c, liboath/usersfile.c, libpskc/Makefile.am,
	libpskc/README, libpskc/build.c, libpskc/container.c,
	libpskc/enums.c, libpskc/errors.c, libpskc/examples/Makefile.am,
	libpskc/include/Makefile.am, libpskc/include/pskc/Makefile.am,
	libpskc/include/pskc/container.h, libpskc/include/pskc/enums.h,
	libpskc/include/pskc/errors.h, libpskc/include/pskc/exports.h,
	libpskc/include/pskc/keypackage.h, libpskc/include/pskc/pskc.h,
	libpskc/include/pskc/version.h.in, libpskc/internal.h,
	libpskc/libpskc.map, libpskc/libpskc.pc.in,
	libpskc/man/Makefile.am, libpskc/output.c, libpskc/parser.c,
	libpskc/sign.c, libpskc/tests/Makefile.am,
	libpskc/tests/libpskc.supp, libpskc/tests/tst_accessors.c,
	libpskc/tests/tst_basic.c, libpskc/tests/tst_errors.c,
	libpskc/tests/tst_invalidread.c, libpskc/tests/tst_setters.c,
	libpskc/tests/tst_validate.c, libpskc/validate.c,
	oathtool/Makefile.am, oathtool/configure.ac, oathtool/oathtool.c,
	oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/Makefile.am, oathtool/tests/tst_hyphen.sh,
	oathtool/tests/tst_oathtool.sh, pam_oath/Makefile.am,
	pam_oath/README, pam_oath/configure.ac, pam_oath/pam_oath.c,
	pam_oath/tests/Makefile.am, pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c,
	pam_oath/tests/test-pam_oath.c, pskctool/Makefile.am,
	pskctool/configure.ac, pskctool/pskctool.c, pskctool/pskctool.ggo,
	pskctool/pskctool.h2m, pskctool/tests/Makefile.am,
	pskctool/tests/tst_hyphen.sh, pskctool/tests/tst_libexamples.sh,
	pskctool/tests/tst_pskctool.sh, pskctool/tests/tst_roundtrip.sh,
	pskctool/tests/tst_sign.sh: Update copyright years.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* libpskc/gtk-doc/libpskc-docs.xml: Fix indentation.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Rewrite .gitignore.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac, liboath/gtk-doc/Makefile.am,
	liboath/gtk-doc/liboath-docs.sgml,
	liboath/gtk-doc/liboath-docs.xml, liboath/oath.h.in,
	libpskc/configure.ac, libpskc/global.c,
	libpskc/gtk-doc/Makefile.am, libpskc/gtk-doc/{libpskc-docs.sgml =>
	libpskc-docs.xml}, libpskc/include/pskc/global.h: Doc: Improve
	GTK-DOC outputs.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* website/intro.txt: Update external links.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* NEWS, oathtool/Makefile.am, oathtool/tests/tst_oathtool.sh: 
	oathtool: Handle HOTP --counter values larger than
	0x7FFFFFFFFFFFFFFF.

2021-01-20  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/git-version-gen,
	build-aux/update-copyright, build-aux/useless-if-before-free,
	build-aux/vc-list-files, gl/Makefile.am, gl/dummy.c,
	gl/m4/00gnulib.m4, gl/m4/autobuild.m4, gl/m4/gnulib-cache.m4,
	gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
	gl/m4/zzgnulib.m4, gl/tests/Makefile.am, gl/tests/init.sh,
	gl/tests/test-init.sh, gl/tests/test-update-copyright.sh,
	gl/tests/test-vc-list-files-cvs.sh,
	gl/tests/test-vc-list-files-git.sh, liboath/build-aux/config.rpath,
	liboath/gl/Makefile.am, liboath/gl/_Noreturn.h,
	liboath/gl/af_alg.c, liboath/gl/af_alg.h, liboath/gl/alloca.in.h,
	liboath/gl/arg-nonnull.h, liboath/gl/asnprintf.c,
	liboath/gl/attribute.h, liboath/gl/base32.c, liboath/gl/base32.h,
	liboath/gl/basename-lgpl.c, liboath/gl/basename-lgpl.h,
	liboath/gl/byteswap.in.h, liboath/gl/c++defs.h,
	liboath/gl/c-ctype.h, liboath/gl/canonicalize-lgpl.c,
	liboath/gl/cdefs.h, liboath/gl/cloexec.c, liboath/gl/cloexec.h,
	liboath/gl/close.c, liboath/gl/dirname-lgpl.c,
	liboath/gl/dirname.h, liboath/gl/dup2.c,
	liboath/gl/eloop-threshold.h, liboath/gl/errno.in.h,
	liboath/gl/fclose.c, liboath/gl/fcntl.c, liboath/gl/fcntl.in.h,
	liboath/gl/fd-hook.c, liboath/gl/fd-hook.h, liboath/gl/fflush.c,
	liboath/gl/filename.h, liboath/gl/float+.h, liboath/gl/float.c,
	liboath/gl/float.in.h, liboath/gl/fopen.c, liboath/gl/fpurge.c,
	liboath/gl/freading.c, liboath/gl/freading.h, liboath/gl/free.c,
	liboath/gl/fseek.c, liboath/gl/fseeko.c, liboath/gl/fstat.c,
	liboath/gl/fsync.c, liboath/gl/ftell.c, liboath/gl/ftello.c,
	liboath/gl/gc-gnulib.c, liboath/gl/gc-libgcrypt.c, liboath/gl/gc.h,
	liboath/gl/getdelim.c, liboath/gl/getdtablesize.c,
	liboath/gl/getline.c, liboath/gl/gl_openssl.h,
	liboath/gl/hmac-sha1.c, liboath/gl/hmac-sha256.c,
	liboath/gl/hmac-sha512.c, liboath/gl/hmac.c, liboath/gl/hmac.h,
	liboath/gl/idx.h, liboath/gl/intprops.h, liboath/gl/inttypes.in.h,
	liboath/gl/itold.c, liboath/gl/libc-config.h,
	liboath/gl/limits.in.h, liboath/gl/lseek.c, liboath/gl/lstat.c,
	liboath/gl/m4/00gnulib.m4, liboath/gl/m4/__inline.m4,
	liboath/gl/m4/absolute-header.m4, liboath/gl/m4/af_alg.m4,
	liboath/gl/m4/alloca.m4, liboath/gl/m4/arpa_inet_h.m4,
	liboath/gl/m4/base32.m4, liboath/gl/m4/byteswap.m4,
	liboath/gl/m4/canonicalize.m4, liboath/gl/m4/close.m4,
	liboath/gl/m4/closedir.m4, liboath/gl/m4/ctype.m4,
	liboath/gl/m4/dirent_h.m4, liboath/gl/m4/dirfd.m4,
	liboath/gl/m4/double-slash-root.m4, liboath/gl/m4/dup2.m4,
	liboath/gl/m4/eealloc.m4, liboath/gl/m4/environ.m4,
	liboath/gl/m4/errno_h.m4, liboath/gl/m4/exponentd.m4,
	liboath/gl/m4/extensions.m4, liboath/gl/m4/extern-inline.m4,
	liboath/gl/m4/fclose.m4, liboath/gl/m4/fcntl-o.m4,
	liboath/gl/m4/fcntl.m4, liboath/gl/m4/fcntl_h.m4,
	liboath/gl/m4/fdopen.m4, liboath/gl/m4/fflush.m4,
	liboath/gl/m4/float_h.m4, liboath/gl/m4/fopen.m4,
	liboath/gl/m4/fpieee.m4, liboath/gl/m4/fpurge.m4,
	liboath/gl/m4/freading.m4, liboath/gl/m4/free.m4,
	liboath/gl/m4/fseek.m4, liboath/gl/m4/fseeko.m4,
	liboath/gl/m4/fstat.m4, liboath/gl/m4/fsync.m4,
	liboath/gl/m4/ftell.m4, liboath/gl/m4/ftello.m4,
	liboath/gl/m4/ftruncate.m4, liboath/gl/m4/gc-hmac-sha1.m4,
	liboath/gl/m4/gc-hmac-sha256.m4, liboath/gl/m4/gc-hmac-sha512.m4,
	liboath/gl/m4/gc.m4, liboath/gl/m4/getcwd.m4,
	liboath/gl/m4/getdelim.m4, liboath/gl/m4/getdtablesize.m4,
	liboath/gl/m4/getline.m4, liboath/gl/m4/getpagesize.m4,
	liboath/gl/m4/getrusage.m4, liboath/gl/m4/gettimeofday.m4,
	liboath/gl/m4/gl-openssl.m4, liboath/gl/m4/gnulib-cache.m4,
	liboath/gl/m4/gnulib-common.m4, liboath/gl/m4/gnulib-comp.m4,
	liboath/gl/m4/gnulib-tool.m4, liboath/gl/m4/host-cpu-c-abi.m4,
	liboath/gl/m4/include_next.m4, liboath/gl/m4/inet_pton.m4,
	liboath/gl/m4/intmax_t.m4, liboath/gl/m4/inttypes.m4,
	liboath/gl/m4/inttypes_h.m4, liboath/gl/m4/ioctl.m4,
	liboath/gl/m4/isblank.m4, liboath/gl/m4/largefile.m4,
	liboath/gl/m4/ld-version-script.m4, liboath/gl/m4/lib-ld.m4,
	liboath/gl/m4/lib-link.m4, liboath/gl/m4/lib-prefix.m4,
	liboath/gl/m4/limits-h.m4, liboath/gl/m4/link.m4,
	liboath/gl/m4/lock.m4, liboath/gl/m4/lseek.m4,
	liboath/gl/m4/lstat.m4, liboath/gl/m4/malloc.m4,
	liboath/gl/m4/malloca.m4, liboath/gl/m4/manywarnings-c++.m4,
	liboath/gl/m4/manywarnings.m4, liboath/gl/m4/math_h.m4,
	liboath/gl/m4/memchr.m4, liboath/gl/m4/mempcpy.m4,
	liboath/gl/m4/memxor.m4, liboath/gl/m4/minmax.m4,
	liboath/gl/m4/mmap-anon.m4, liboath/gl/m4/mode_t.m4,
	liboath/gl/m4/msvc-inval.m4, liboath/gl/m4/msvc-nothrow.m4,
	liboath/gl/m4/multiarch.m4, liboath/gl/m4/nanosleep.m4,
	liboath/gl/m4/netinet_in_h.m4, liboath/gl/m4/nocrash.m4,
	liboath/gl/m4/off_t.m4, liboath/gl/m4/open-cloexec.m4,
	liboath/gl/m4/open-slash.m4, liboath/gl/m4/open.m4,
	liboath/gl/m4/opendir.m4, liboath/gl/m4/pathmax.m4,
	liboath/gl/m4/perror.m4, liboath/gl/m4/pid_t.m4,
	liboath/gl/m4/pipe.m4, liboath/gl/m4/printf.m4,
	liboath/gl/m4/priv-set.m4, liboath/gl/m4/pthread-thread.m4,
	liboath/gl/m4/pthread_h.m4, liboath/gl/m4/pthread_rwlock_rdlock.m4,
	liboath/gl/m4/pthread_sigmask.m4, liboath/gl/m4/putenv.m4,
	liboath/gl/m4/raise.m4, liboath/gl/m4/rawmemchr.m4,
	liboath/gl/m4/readdir.m4, liboath/gl/m4/readlink.m4,
	liboath/gl/m4/rename.m4, liboath/gl/m4/rmdir.m4,
	liboath/gl/m4/sched_h.m4, liboath/gl/m4/sched_yield.m4,
	liboath/gl/m4/select.m4, liboath/gl/m4/semaphore.m4,
	liboath/gl/m4/setenv.m4, liboath/gl/m4/sha1.m4,
	liboath/gl/m4/sha256.m4, liboath/gl/m4/sha512.m4,
	liboath/gl/m4/sigaction.m4, liboath/gl/m4/signal_h.m4,
	liboath/gl/m4/signalblocking.m4, liboath/gl/m4/size_max.m4,
	liboath/gl/m4/sleep.m4, liboath/gl/m4/snprintf.m4,
	liboath/gl/m4/socketlib.m4, liboath/gl/m4/sockets.m4,
	liboath/gl/m4/socklen.m4, liboath/gl/m4/sockpfaf.m4,
	liboath/gl/m4/ssize_t.m4, liboath/gl/m4/stat-time.m4,
	liboath/gl/m4/stat.m4, liboath/gl/m4/std-gnu11.m4,
	liboath/gl/m4/stdalign.m4, liboath/gl/m4/stdbool.m4,
	liboath/gl/m4/stddef_h.m4, liboath/gl/m4/stdint.m4,
	liboath/gl/m4/stdint_h.m4, liboath/gl/m4/stdio_h.m4,
	liboath/gl/m4/stdlib_h.m4, liboath/gl/m4/strcase.m4,
	liboath/gl/m4/strdup.m4, liboath/gl/m4/strerror.m4,
	liboath/gl/m4/strerror_r.m4, liboath/gl/m4/string_h.m4,
	liboath/gl/m4/strings_h.m4, liboath/gl/m4/strptime.m4,
	liboath/gl/m4/strtok_r.m4, liboath/gl/m4/strverscmp.m4,
	liboath/gl/m4/symlink.m4, liboath/gl/m4/sys_ioctl_h.m4,
	liboath/gl/m4/sys_resource_h.m4, liboath/gl/m4/sys_select_h.m4,
	liboath/gl/m4/sys_socket_h.m4, liboath/gl/m4/sys_stat_h.m4,
	liboath/gl/m4/sys_time_h.m4, liboath/gl/m4/sys_types_h.m4,
	liboath/gl/m4/sys_uio_h.m4, liboath/gl/m4/thread.m4,
	liboath/gl/m4/threadlib.m4, liboath/gl/m4/time_h.m4,
	liboath/gl/m4/time_r.m4, liboath/gl/m4/tm_gmtoff.m4,
	liboath/gl/m4/ungetc.m4, liboath/gl/m4/unistd_h.m4,
	liboath/gl/m4/unlink.m4, liboath/gl/m4/unlinkdir.m4,
	liboath/gl/m4/usleep.m4, liboath/gl/m4/valgrind-tests.m4,
	liboath/gl/m4/vasnprintf.m4, liboath/gl/m4/visibility.m4,
	liboath/gl/m4/warn-on-use.m4, liboath/gl/m4/warnings.m4,
	liboath/gl/m4/wchar_h.m4, liboath/gl/m4/wchar_t.m4,
	liboath/gl/m4/wint_t.m4, liboath/gl/m4/xsize.m4,
	liboath/gl/m4/yield.m4, liboath/gl/m4/zzgnulib.m4,
	liboath/gl/malloc.c, liboath/gl/malloc/scratch_buffer.h,
	liboath/gl/malloc/scratch_buffer_dupfree.c,
	liboath/gl/malloc/scratch_buffer_grow.c,
	liboath/gl/malloc/scratch_buffer_grow_preserve.c,
	liboath/gl/malloc/scratch_buffer_set_array_size.c,
	liboath/gl/malloca.c, liboath/gl/malloca.h, liboath/gl/memchr.c,
	liboath/gl/memchr.valgrind, liboath/gl/mempcpy.c,
	liboath/gl/memxor.c, liboath/gl/memxor.h, liboath/gl/minmax.h,
	liboath/gl/msvc-inval.c, liboath/gl/msvc-inval.h,
	liboath/gl/msvc-nothrow.c, liboath/gl/msvc-nothrow.h,
	liboath/gl/open.c, liboath/gl/pathmax.h, liboath/gl/printf-args.c,
	liboath/gl/printf-args.h, liboath/gl/printf-parse.c,
	liboath/gl/printf-parse.h, liboath/gl/rawmemchr.c,
	liboath/gl/rawmemchr.valgrind, liboath/gl/readlink.c,
	liboath/gl/rename.c, liboath/gl/rmdir.c, liboath/gl/same-inode.h,
	liboath/gl/scratch_buffer.h, liboath/gl/sha1.c, liboath/gl/sha1.h,
	liboath/gl/sha256.c, liboath/gl/sha256.h, liboath/gl/sha512.c,
	liboath/gl/sha512.h, liboath/gl/size_max.h, liboath/gl/snprintf.c,
	liboath/gl/stat-time.h, liboath/gl/stat-w32.c,
	liboath/gl/stat-w32.h, liboath/gl/stat.c, liboath/gl/stdalign.in.h,
	liboath/gl/stdbool.in.h, liboath/gl/stddef.in.h,
	liboath/gl/stdint.in.h, liboath/gl/stdio-impl.h,
	liboath/gl/stdio.in.h, liboath/gl/stdlib.in.h,
	liboath/gl/strcasecmp.c, liboath/gl/strdup.c,
	liboath/gl/string.in.h, liboath/gl/strings.in.h,
	liboath/gl/stripslash.c, liboath/gl/strncasecmp.c,
	liboath/gl/strptime.c, liboath/gl/strtok_r.c,
	liboath/gl/strverscmp.c, liboath/gl/sys-limits.h,
	liboath/gl/sys_socket.in.h, liboath/gl/sys_stat.in.h,
	liboath/gl/sys_time.in.h, liboath/gl/sys_types.in.h,
	liboath/gl/sys_uio.in.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/_Noreturn.h, liboath/gl/tests/accept.c,
	liboath/gl/tests/arg-nonnull.h, liboath/gl/tests/arpa_inet.in.h,
	liboath/gl/tests/atomic-int-gnulib.h,
	liboath/gl/tests/bench-digest.h, liboath/gl/tests/bench-sha1.c,
	liboath/gl/tests/bench-sha224.c, liboath/gl/tests/bench-sha256.c,
	liboath/gl/tests/bench-sha384.c, liboath/gl/tests/bench-sha512.c,
	liboath/gl/tests/binary-io.c, liboath/gl/tests/binary-io.h,
	liboath/gl/tests/bind.c, liboath/gl/tests/c++defs.h,
	liboath/gl/tests/closedir.c, liboath/gl/tests/connect.c,
	liboath/gl/tests/ctype.in.h, liboath/gl/tests/dirent-private.h,
	liboath/gl/tests/dirent.in.h, liboath/gl/tests/dirfd.c,
	liboath/gl/tests/fdopen.c, liboath/gl/tests/fpucw.h,
	liboath/gl/tests/ftruncate.c, liboath/gl/tests/getcwd-lgpl.c,
	liboath/gl/tests/getpagesize.c, liboath/gl/tests/getrusage.c,
	liboath/gl/tests/gettimeofday.c, liboath/gl/tests/glthread/lock.c,
	liboath/gl/tests/glthread/lock.h,
	liboath/gl/tests/glthread/thread.c,
	liboath/gl/tests/glthread/thread.h,
	liboath/gl/tests/glthread/threadlib.c,
	liboath/gl/tests/glthread/yield.h, liboath/gl/tests/ignore-value.h,
	liboath/gl/tests/inet_pton.c, liboath/gl/tests/init.sh,
	liboath/gl/tests/ioctl.c, liboath/gl/tests/isblank.c,
	liboath/gl/tests/link.c, liboath/gl/tests/listen.c,
	liboath/gl/tests/macros.h, liboath/gl/tests/nanosleep.c,
	liboath/gl/tests/nap.h, liboath/gl/tests/netinet_in.in.h,
	liboath/gl/tests/null-ptr.h, liboath/gl/tests/opendir.c,
	liboath/gl/tests/perror.c, liboath/gl/tests/pipe.c,
	liboath/gl/tests/priv-set.c, liboath/gl/tests/priv-set.h,
	liboath/gl/tests/pthread-thread.c, liboath/gl/tests/pthread.in.h,
	liboath/gl/tests/pthread_sigmask.c, liboath/gl/tests/putenv.c,
	liboath/gl/tests/raise.c, liboath/gl/tests/readdir.c,
	liboath/gl/tests/root-uid.h, liboath/gl/tests/sched.in.h,
	liboath/gl/tests/sched_yield.c, liboath/gl/tests/select.c,
	liboath/gl/tests/setsockopt.c, liboath/gl/tests/sig-handler.h,
	liboath/gl/tests/sigaction.c, liboath/gl/tests/signal.in.h,
	liboath/gl/tests/signature.h, liboath/gl/tests/sigprocmask.c,
	liboath/gl/tests/sleep.c, liboath/gl/tests/socket.c,
	liboath/gl/tests/sockets.c, liboath/gl/tests/sockets.h,
	liboath/gl/tests/strerror-override.c,
	liboath/gl/tests/strerror-override.h, liboath/gl/tests/strerror.c,
	liboath/gl/tests/strerror_r.c, liboath/gl/tests/symlink.c,
	liboath/gl/tests/sys_ioctl.in.h,
	liboath/gl/tests/sys_resource.in.h,
	liboath/gl/tests/sys_select.in.h, liboath/gl/tests/test-accept.c,
	liboath/gl/tests/test-alloca-opt.c,
	liboath/gl/tests/test-arpa_inet.c, liboath/gl/tests/test-base32.c,
	liboath/gl/tests/test-binary-io.c, liboath/gl/tests/test-bind.c,
	liboath/gl/tests/test-byteswap.c, liboath/gl/tests/test-c-ctype.c,
	liboath/gl/tests/test-canonicalize-lgpl.c,
	liboath/gl/tests/test-chdir.c, liboath/gl/tests/test-cloexec.c,
	liboath/gl/tests/test-close.c, liboath/gl/tests/test-connect.c,
	liboath/gl/tests/test-ctype.c, liboath/gl/tests/test-digest.h,
	liboath/gl/tests/test-dirent.c, liboath/gl/tests/test-dup2.c,
	liboath/gl/tests/test-environ.c, liboath/gl/tests/test-errno.c,
	liboath/gl/tests/test-fclose.c, liboath/gl/tests/test-fcntl-h.c,
	liboath/gl/tests/test-fcntl.c, liboath/gl/tests/test-fdopen.c,
	liboath/gl/tests/test-fflush.c, liboath/gl/tests/test-fflush2.c,
	liboath/gl/tests/test-fgetc.c, liboath/gl/tests/test-float.c,
	liboath/gl/tests/test-fopen.c, liboath/gl/tests/test-fopen.h,
	liboath/gl/tests/test-fpurge.c, liboath/gl/tests/test-fputc.c,
	liboath/gl/tests/test-fread.c, liboath/gl/tests/test-freading.c,
	liboath/gl/tests/test-free.c, liboath/gl/tests/test-fseek.c,
	liboath/gl/tests/test-fseeko.c, liboath/gl/tests/test-fseeko3.c,
	liboath/gl/tests/test-fseeko4.c, liboath/gl/tests/test-fstat.c,
	liboath/gl/tests/test-fsync.c, liboath/gl/tests/test-ftell.c,
	liboath/gl/tests/test-ftell3.c, liboath/gl/tests/test-ftello.c,
	liboath/gl/tests/test-ftello3.c, liboath/gl/tests/test-ftello4.c,
	liboath/gl/tests/test-ftruncate.c, liboath/gl/tests/test-fwrite.c,
	liboath/gl/tests/test-gc-hmac-sha1.c,
	liboath/gl/tests/test-gc-hmac-sha256.c,
	liboath/gl/tests/test-gc-hmac-sha512.c, liboath/gl/tests/test-gc.c,
	liboath/gl/tests/test-getcwd-lgpl.c,
	liboath/gl/tests/test-getdelim.c,
	liboath/gl/tests/test-getdtablesize.c,
	liboath/gl/tests/test-getline.c, liboath/gl/tests/test-getrusage.c,
	liboath/gl/tests/test-gettimeofday.c,
	liboath/gl/tests/test-hmac-sha1.c,
	liboath/gl/tests/test-hmac-sha256.c,
	liboath/gl/tests/test-hmac-sha512.c,
	liboath/gl/tests/test-ignore-value.c,
	liboath/gl/tests/test-inet_pton.c, liboath/gl/tests/test-init.sh,
	liboath/gl/tests/test-intprops.c, liboath/gl/tests/test-inttypes.c,
	liboath/gl/tests/test-ioctl.c, liboath/gl/tests/test-isblank.c,
	liboath/gl/tests/test-limits-h.c, liboath/gl/tests/test-link.c,
	liboath/gl/tests/test-link.h, liboath/gl/tests/test-listen.c,
	liboath/gl/tests/test-lock.c, liboath/gl/tests/test-lseek.c,
	liboath/gl/tests/test-lstat.c, liboath/gl/tests/test-lstat.h,
	liboath/gl/tests/test-malloca.c, liboath/gl/tests/test-memchr.c,
	liboath/gl/tests/test-nanosleep.c,
	liboath/gl/tests/test-netinet_in.c, liboath/gl/tests/test-once.c,
	liboath/gl/tests/test-open.c, liboath/gl/tests/test-open.h,
	liboath/gl/tests/test-pathmax.c, liboath/gl/tests/test-perror.c,
	liboath/gl/tests/test-perror2.c, liboath/gl/tests/test-pipe.c,
	liboath/gl/tests/test-priv-set.c,
	liboath/gl/tests/test-pthread-thread.c,
	liboath/gl/tests/test-pthread.c,
	liboath/gl/tests/test-pthread_sigmask1.c,
	liboath/gl/tests/test-pthread_sigmask2.c,
	liboath/gl/tests/test-raise.c, liboath/gl/tests/test-rawmemchr.c,
	liboath/gl/tests/test-readlink.c, liboath/gl/tests/test-readlink.h,
	liboath/gl/tests/test-rename.c, liboath/gl/tests/test-rename.h,
	liboath/gl/tests/test-rmdir.c, liboath/gl/tests/test-rmdir.h,
	liboath/gl/tests/test-rwlock1.c, liboath/gl/tests/test-sched.c,
	liboath/gl/tests/test-scratch-buffer.c,
	liboath/gl/tests/test-select-fd.c,
	liboath/gl/tests/test-select-stdin.c,
	liboath/gl/tests/test-select.c, liboath/gl/tests/test-select.h,
	liboath/gl/tests/test-setsockopt.c, liboath/gl/tests/test-sha1.c,
	liboath/gl/tests/test-sha256.c, liboath/gl/tests/test-sha512.c,
	liboath/gl/tests/test-sigaction.c,
	liboath/gl/tests/test-signal-h.c,
	liboath/gl/tests/test-sigprocmask.c, liboath/gl/tests/test-sleep.c,
	liboath/gl/tests/test-snprintf.c, liboath/gl/tests/test-sockets.c,
	liboath/gl/tests/test-stat-time.c, liboath/gl/tests/test-stat.c,
	liboath/gl/tests/test-stat.h, liboath/gl/tests/test-stdalign.c,
	liboath/gl/tests/test-stdbool.c, liboath/gl/tests/test-stddef.c,
	liboath/gl/tests/test-stdint.c, liboath/gl/tests/test-stdio.c,
	liboath/gl/tests/test-stdlib.c, liboath/gl/tests/test-strerror.c,
	liboath/gl/tests/test-strerror_r.c, liboath/gl/tests/test-string.c,
	liboath/gl/tests/test-strings.c,
	liboath/gl/tests/test-strverscmp.c,
	liboath/gl/tests/test-symlink.c, liboath/gl/tests/test-symlink.h,
	liboath/gl/tests/test-sys_ioctl.c,
	liboath/gl/tests/test-sys_resource.c,
	liboath/gl/tests/test-sys_select.c,
	liboath/gl/tests/test-sys_socket.c,
	liboath/gl/tests/test-sys_stat.c, liboath/gl/tests/test-sys_time.c,
	liboath/gl/tests/test-sys_types.c, liboath/gl/tests/test-sys_uio.c,
	liboath/gl/tests/test-sys_wait.h,
	liboath/gl/tests/test-thread_create.c,
	liboath/gl/tests/test-thread_self.c, liboath/gl/tests/test-time.c,
	liboath/gl/tests/test-u64.c, liboath/gl/tests/test-unistd.c,
	liboath/gl/tests/test-unlink.c, liboath/gl/tests/test-unlink.h,
	liboath/gl/tests/test-unsetenv.c, liboath/gl/tests/test-usleep.c,
	liboath/gl/tests/test-vasnprintf.c,
	liboath/gl/tests/test-verify-try.c, liboath/gl/tests/test-verify.c,
	liboath/gl/tests/test-wchar.c, liboath/gl/tests/unlinkdir.c,
	liboath/gl/tests/unlinkdir.h, liboath/gl/tests/unsetenv.c,
	liboath/gl/tests/unused-parameter.h, liboath/gl/tests/usleep.c,
	liboath/gl/tests/w32sock.h, liboath/gl/tests/warn-on-use.h,
	liboath/gl/tests/windows-initguard.h,
	liboath/gl/tests/windows-mutex.c, liboath/gl/tests/windows-mutex.h,
	liboath/gl/tests/windows-once.c, liboath/gl/tests/windows-once.h,
	liboath/gl/tests/windows-recmutex.c,
	liboath/gl/tests/windows-recmutex.h,
	liboath/gl/tests/windows-rwlock.c,
	liboath/gl/tests/windows-rwlock.h,
	liboath/gl/tests/windows-thread.c,
	liboath/gl/tests/windows-thread.h, liboath/gl/tests/windows-tls.c,
	liboath/gl/tests/windows-tls.h, liboath/gl/tests/zerosize-ptr.h,
	liboath/gl/time.in.h, liboath/gl/time_r.c, liboath/gl/u64.h,
	liboath/gl/unistd.in.h, liboath/gl/unlink.c,
	liboath/gl/unused-parameter.h, liboath/gl/vasnprintf.c,
	liboath/gl/vasnprintf.h, liboath/gl/verify.h,
	liboath/gl/warn-on-use.h, liboath/gl/wchar.in.h,
	liboath/gl/xalloc-oversized.h, liboath/gl/xsize.h,
	libpskc/gl/Makefile.am, libpskc/gl/anytostr.c,
	libpskc/gl/arg-nonnull.h, libpskc/gl/base64.c, libpskc/gl/base64.h,
	libpskc/gl/c++defs.h, libpskc/gl/cdefs.h, libpskc/gl/intprops.h,
	libpskc/gl/inttostr.h, libpskc/gl/libc-config.h,
	libpskc/gl/limits.in.h, libpskc/gl/m4/00gnulib.m4,
	libpskc/gl/m4/__inline.m4, libpskc/gl/m4/absolute-header.m4,
	libpskc/gl/m4/alloca.m4, libpskc/gl/m4/base64.m4,
	libpskc/gl/m4/errno_h.m4, libpskc/gl/m4/exponentd.m4,
	libpskc/gl/m4/extensions.m4, libpskc/gl/m4/extern-inline.m4,
	libpskc/gl/m4/fdopen.m4, libpskc/gl/m4/float_h.m4,
	libpskc/gl/m4/fpieee.m4, libpskc/gl/m4/getpagesize.m4,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/m4/gnulib-common.m4,
	libpskc/gl/m4/gnulib-comp.m4, libpskc/gl/m4/gnulib-tool.m4,
	libpskc/gl/m4/include_next.m4, libpskc/gl/m4/intmax_t.m4,
	libpskc/gl/m4/inttostr.m4, libpskc/gl/m4/inttypes.m4,
	libpskc/gl/m4/inttypes_h.m4, libpskc/gl/m4/ld-version-script.m4,
	libpskc/gl/m4/limits-h.m4, libpskc/gl/m4/manywarnings-c++.m4,
	libpskc/gl/m4/manywarnings.m4, libpskc/gl/m4/math_h.m4,
	libpskc/gl/m4/memchr.m4, libpskc/gl/m4/minmax.m4,
	libpskc/gl/m4/mmap-anon.m4, libpskc/gl/m4/msvc-inval.m4,
	libpskc/gl/m4/multiarch.m4, libpskc/gl/m4/off_t.m4,
	libpskc/gl/m4/pid_t.m4, libpskc/gl/m4/printf.m4,
	libpskc/gl/m4/size_max.m4, libpskc/gl/m4/snprintf.m4,
	libpskc/gl/m4/ssize_t.m4, libpskc/gl/m4/std-gnu11.m4,
	libpskc/gl/m4/stdalign.m4, libpskc/gl/m4/stdbool.m4,
	libpskc/gl/m4/stddef_h.m4, libpskc/gl/m4/stdint.m4,
	libpskc/gl/m4/stdint_h.m4, libpskc/gl/m4/stdio_h.m4,
	libpskc/gl/m4/string_h.m4, libpskc/gl/m4/strverscmp.m4,
	libpskc/gl/m4/sys_types_h.m4, libpskc/gl/m4/unistd_h.m4,
	libpskc/gl/m4/valgrind-tests.m4, libpskc/gl/m4/vasnprintf.m4,
	libpskc/gl/m4/visibility.m4, libpskc/gl/m4/warn-on-use.m4,
	libpskc/gl/m4/warnings.m4, libpskc/gl/m4/wchar_h.m4,
	libpskc/gl/m4/wchar_t.m4, libpskc/gl/m4/wint_t.m4,
	libpskc/gl/m4/xsize.m4, libpskc/gl/m4/zzgnulib.m4,
	libpskc/gl/memchr.c, libpskc/gl/memchr.valgrind,
	libpskc/gl/minmax.h, libpskc/gl/stdbool.in.h,
	libpskc/gl/stddef.in.h, libpskc/gl/stdint.in.h,
	libpskc/gl/string.in.h, libpskc/gl/strverscmp.c,
	libpskc/gl/sys_types.in.h, libpskc/gl/tests/Makefile.am,
	libpskc/gl/tests/alloca.in.h, libpskc/gl/tests/arg-nonnull.h,
	libpskc/gl/tests/asnprintf.c, libpskc/gl/tests/attribute.h,
	libpskc/gl/tests/c++defs.h, libpskc/gl/tests/errno.in.h,
	libpskc/gl/tests/fdopen.c, libpskc/gl/tests/float+.h,
	libpskc/gl/tests/float.c, libpskc/gl/tests/float.in.h,
	libpskc/gl/tests/fpucw.h, libpskc/gl/tests/getpagesize.c,
	libpskc/gl/tests/init.sh, libpskc/gl/tests/inttypes.in.h,
	libpskc/gl/tests/itold.c, libpskc/gl/tests/macros.h,
	libpskc/gl/tests/msvc-inval.c, libpskc/gl/tests/msvc-inval.h,
	libpskc/gl/tests/printf-args.c, libpskc/gl/tests/printf-args.h,
	libpskc/gl/tests/printf-parse.c, libpskc/gl/tests/printf-parse.h,
	libpskc/gl/tests/signature.h, libpskc/gl/tests/size_max.h,
	libpskc/gl/tests/snprintf.c, libpskc/gl/tests/stdalign.in.h,
	libpskc/gl/tests/stdio.in.h, libpskc/gl/tests/test-alloca-opt.c,
	libpskc/gl/tests/test-base64.c, libpskc/gl/tests/test-errno.c,
	libpskc/gl/tests/test-fdopen.c, libpskc/gl/tests/test-fgetc.c,
	libpskc/gl/tests/test-float.c, libpskc/gl/tests/test-fputc.c,
	libpskc/gl/tests/test-fread.c, libpskc/gl/tests/test-fwrite.c,
	libpskc/gl/tests/test-init.sh, libpskc/gl/tests/test-intprops.c,
	libpskc/gl/tests/test-inttostr.c, libpskc/gl/tests/test-inttypes.c,
	libpskc/gl/tests/test-limits-h.c, libpskc/gl/tests/test-memchr.c,
	libpskc/gl/tests/test-snprintf.c, libpskc/gl/tests/test-stdalign.c,
	libpskc/gl/tests/test-stdbool.c, libpskc/gl/tests/test-stddef.c,
	libpskc/gl/tests/test-stdint.c, libpskc/gl/tests/test-stdio.c,
	libpskc/gl/tests/test-string.c, libpskc/gl/tests/test-strverscmp.c,
	libpskc/gl/tests/test-sys_types.c, libpskc/gl/tests/test-unistd.c,
	libpskc/gl/tests/test-vasnprintf.c,
	libpskc/gl/tests/test-verify-try.c, libpskc/gl/tests/test-verify.c,
	libpskc/gl/tests/test-wchar.c, libpskc/gl/tests/unistd.in.h,
	libpskc/gl/tests/vasnprintf.c, libpskc/gl/tests/vasnprintf.h,
	libpskc/gl/tests/verify.h, libpskc/gl/tests/warn-on-use.h,
	libpskc/gl/tests/wchar.in.h, libpskc/gl/tests/xsize.h,
	libpskc/gl/tests/zerosize-ptr.h, libpskc/gl/warn-on-use.h,
	maint.mk, oathtool/doc/parse-datetime.texi,
	oathtool/gl/Makefile.am, oathtool/gl/_Noreturn.h,
	oathtool/gl/alloca.in.h, oathtool/gl/arg-nonnull.h,
	oathtool/gl/asnprintf.c, oathtool/gl/asprintf.c,
	oathtool/gl/attribute.h, oathtool/gl/basename-lgpl.c,
	oathtool/gl/basename-lgpl.h, oathtool/gl/c++defs.h,
	oathtool/gl/c-ctype.h, oathtool/gl/cdefs.h, oathtool/gl/cloexec.c,
	oathtool/gl/cloexec.h, oathtool/gl/close.c, oathtool/gl/dup2.c,
	oathtool/gl/errno.in.h, oathtool/gl/error.c, oathtool/gl/error.h,
	oathtool/gl/fcntl.c, oathtool/gl/fcntl.in.h, oathtool/gl/fd-hook.c,
	oathtool/gl/fd-hook.h, oathtool/gl/filename.h,
	oathtool/gl/flexmember.h, oathtool/gl/float+.h,
	oathtool/gl/float.c, oathtool/gl/float.in.h, oathtool/gl/fstat.c,
	oathtool/gl/getdtablesize.c, oathtool/gl/getprogname.c,
	oathtool/gl/getprogname.h, oathtool/gl/gettext.h,
	oathtool/gl/gettime.c, oathtool/gl/gettimeofday.c,
	oathtool/gl/idx.h, oathtool/gl/intprops.h,
	oathtool/gl/inttypes.in.h, oathtool/gl/itold.c,
	oathtool/gl/libc-config.h, oathtool/gl/limits.in.h,
	oathtool/gl/m4/00gnulib.m4, oathtool/gl/m4/__inline.m4,
	oathtool/gl/m4/absolute-header.m4, oathtool/gl/m4/alloca.m4,
	oathtool/gl/m4/arpa_inet_h.m4, oathtool/gl/m4/atoll.m4,
	oathtool/gl/m4/bison.m4, oathtool/gl/m4/clock_time.m4,
	oathtool/gl/m4/close.m4, oathtool/gl/m4/ctype.m4,
	oathtool/gl/m4/double-slash-root.m4, oathtool/gl/m4/dup2.m4,
	oathtool/gl/m4/eealloc.m4, oathtool/gl/m4/environ.m4,
	oathtool/gl/m4/errno_h.m4, oathtool/gl/m4/error.m4,
	oathtool/gl/m4/exponentd.m4, oathtool/gl/m4/extensions.m4,
	oathtool/gl/m4/extern-inline.m4, oathtool/gl/m4/fcntl-o.m4,
	oathtool/gl/m4/fcntl.m4, oathtool/gl/m4/fcntl_h.m4,
	oathtool/gl/m4/fdopen.m4, oathtool/gl/m4/flexmember.m4,
	oathtool/gl/m4/float_h.m4, oathtool/gl/m4/fpieee.m4,
	oathtool/gl/m4/fstat.m4, oathtool/gl/m4/ftruncate.m4,
	oathtool/gl/m4/getcwd.m4, oathtool/gl/m4/getdtablesize.m4,
	oathtool/gl/m4/getpagesize.m4, oathtool/gl/m4/getprogname.m4,
	oathtool/gl/m4/gettime.m4, oathtool/gl/m4/gettimeofday.m4,
	oathtool/gl/m4/gnulib-cache.m4, oathtool/gl/m4/gnulib-common.m4,
	oathtool/gl/m4/gnulib-comp.m4, oathtool/gl/m4/gnulib-tool.m4,
	oathtool/gl/m4/include_next.m4, oathtool/gl/m4/inet_pton.m4,
	oathtool/gl/m4/intmax_t.m4, oathtool/gl/m4/inttypes.m4,
	oathtool/gl/m4/inttypes_h.m4, oathtool/gl/m4/ioctl.m4,
	oathtool/gl/m4/isblank.m4, oathtool/gl/m4/largefile.m4,
	oathtool/gl/m4/limits-h.m4, oathtool/gl/m4/lock.m4,
	oathtool/gl/m4/lstat.m4, oathtool/gl/m4/malloc.m4,
	oathtool/gl/m4/malloca.m4, oathtool/gl/m4/math_h.m4,
	oathtool/gl/m4/memchr.m4, oathtool/gl/m4/mktime.m4,
	oathtool/gl/m4/mmap-anon.m4, oathtool/gl/m4/mode_t.m4,
	oathtool/gl/m4/msvc-inval.m4, oathtool/gl/m4/msvc-nothrow.m4,
	oathtool/gl/m4/multiarch.m4, oathtool/gl/m4/nanosleep.m4,
	oathtool/gl/m4/netinet_in_h.m4, oathtool/gl/m4/nstrftime.m4,
	oathtool/gl/m4/off_t.m4, oathtool/gl/m4/open-cloexec.m4,
	oathtool/gl/m4/open-slash.m4, oathtool/gl/m4/open.m4,
	oathtool/gl/m4/parse-datetime.m4, oathtool/gl/m4/pathmax.m4,
	oathtool/gl/m4/perror.m4, oathtool/gl/m4/pid_t.m4,
	oathtool/gl/m4/pipe.m4, oathtool/gl/m4/printf.m4,
	oathtool/gl/m4/pthread-thread.m4, oathtool/gl/m4/pthread_h.m4,
	oathtool/gl/m4/pthread_rwlock_rdlock.m4,
	oathtool/gl/m4/pthread_sigmask.m4, oathtool/gl/m4/putenv.m4,
	oathtool/gl/m4/raise.m4, oathtool/gl/m4/sched_h.m4,
	oathtool/gl/m4/sched_yield.m4, oathtool/gl/m4/select.m4,
	oathtool/gl/m4/semaphore.m4, oathtool/gl/m4/setenv.m4,
	oathtool/gl/m4/sigaction.m4, oathtool/gl/m4/signal_h.m4,
	oathtool/gl/m4/signalblocking.m4, oathtool/gl/m4/size_max.m4,
	oathtool/gl/m4/sleep.m4, oathtool/gl/m4/socketlib.m4,
	oathtool/gl/m4/sockets.m4, oathtool/gl/m4/socklen.m4,
	oathtool/gl/m4/sockpfaf.m4, oathtool/gl/m4/ssize_t.m4,
	oathtool/gl/m4/stat-time.m4, oathtool/gl/m4/stat.m4,
	oathtool/gl/m4/std-gnu11.m4, oathtool/gl/m4/stdalign.m4,
	oathtool/gl/m4/stdarg.m4, oathtool/gl/m4/stdbool.m4,
	oathtool/gl/m4/stddef_h.m4, oathtool/gl/m4/stdint.m4,
	oathtool/gl/m4/stdint_h.m4, oathtool/gl/m4/stdio_h.m4,
	oathtool/gl/m4/stdlib_h.m4, oathtool/gl/m4/strerror.m4,
	oathtool/gl/m4/strerror_r.m4, oathtool/gl/m4/string_h.m4,
	oathtool/gl/m4/strtoll.m4, oathtool/gl/m4/symlink.m4,
	oathtool/gl/m4/sys_ioctl_h.m4, oathtool/gl/m4/sys_select_h.m4,
	oathtool/gl/m4/sys_socket_h.m4, oathtool/gl/m4/sys_stat_h.m4,
	oathtool/gl/m4/sys_time_h.m4, oathtool/gl/m4/sys_types_h.m4,
	oathtool/gl/m4/sys_uio_h.m4, oathtool/gl/m4/thread.m4,
	oathtool/gl/m4/threadlib.m4, oathtool/gl/m4/time_h.m4,
	oathtool/gl/m4/time_r.m4, oathtool/gl/m4/time_rz.m4,
	oathtool/gl/m4/timegm.m4, oathtool/gl/m4/timespec.m4,
	oathtool/gl/m4/tm_gmtoff.m4, oathtool/gl/m4/tzset.m4,
	oathtool/gl/m4/unistd_h.m4, oathtool/gl/m4/usleep.m4,
	oathtool/gl/m4/vasnprintf.m4, oathtool/gl/m4/vasprintf.m4,
	oathtool/gl/m4/version-etc.m4, oathtool/gl/m4/warn-on-use.m4,
	oathtool/gl/m4/wchar_h.m4, oathtool/gl/m4/wchar_t.m4,
	oathtool/gl/m4/wint_t.m4, oathtool/gl/m4/xsize.m4,
	oathtool/gl/m4/yield.m4, oathtool/gl/m4/zzgnulib.m4,
	oathtool/gl/malloca.c, oathtool/gl/malloca.h, oathtool/gl/memchr.c,
	oathtool/gl/memchr.valgrind, oathtool/gl/mktime-internal.h,
	oathtool/gl/mktime.c, oathtool/gl/msvc-inval.c,
	oathtool/gl/msvc-inval.h, oathtool/gl/msvc-nothrow.c,
	oathtool/gl/msvc-nothrow.h, oathtool/gl/nstrftime.c,
	oathtool/gl/open.c, oathtool/gl/parse-datetime.h,
	oathtool/gl/parse-datetime.y, oathtool/gl/parse-duration.c,
	oathtool/gl/parse-duration.h, oathtool/gl/pathmax.h,
	oathtool/gl/printf-args.c, oathtool/gl/printf-args.h,
	oathtool/gl/printf-parse.c, oathtool/gl/printf-parse.h,
	oathtool/gl/progname.c, oathtool/gl/progname.h,
	oathtool/gl/setenv.c, oathtool/gl/size_max.h,
	oathtool/gl/stat-time.h, oathtool/gl/stat-w32.c,
	oathtool/gl/stat-w32.h, oathtool/gl/stat.c,
	oathtool/gl/stdarg.in.h, oathtool/gl/stdbool.in.h,
	oathtool/gl/stddef.in.h, oathtool/gl/stdint.in.h,
	oathtool/gl/stdio.in.h, oathtool/gl/stdlib.in.h,
	oathtool/gl/strerror-override.c, oathtool/gl/strerror-override.h,
	oathtool/gl/strerror.c, oathtool/gl/strftime.h,
	oathtool/gl/string.in.h, oathtool/gl/sys_stat.in.h,
	oathtool/gl/sys_time.in.h, oathtool/gl/sys_types.in.h,
	oathtool/gl/tests/Makefile.am, oathtool/gl/tests/_Noreturn.h,
	oathtool/gl/tests/accept.c, oathtool/gl/tests/arg-nonnull.h,
	oathtool/gl/tests/arpa_inet.in.h, oathtool/gl/tests/atoll.c,
	oathtool/gl/tests/atomic-int-gnulib.h,
	oathtool/gl/tests/binary-io.c, oathtool/gl/tests/binary-io.h,
	oathtool/gl/tests/bind.c, oathtool/gl/tests/c++defs.h,
	oathtool/gl/tests/connect.c, oathtool/gl/tests/ctype.in.h,
	oathtool/gl/tests/dtotimespec.c, oathtool/gl/tests/fdopen.c,
	oathtool/gl/tests/fpucw.h, oathtool/gl/tests/ftruncate.c,
	oathtool/gl/tests/getcwd-lgpl.c, oathtool/gl/tests/getpagesize.c,
	oathtool/gl/tests/glthread/lock.c,
	oathtool/gl/tests/glthread/lock.h,
	oathtool/gl/tests/glthread/thread.c,
	oathtool/gl/tests/glthread/thread.h,
	oathtool/gl/tests/glthread/threadlib.c,
	oathtool/gl/tests/glthread/yield.h,
	oathtool/gl/tests/ignore-value.h, oathtool/gl/tests/inet_pton.c,
	oathtool/gl/tests/init.sh, oathtool/gl/tests/ioctl.c,
	oathtool/gl/tests/isblank.c, oathtool/gl/tests/listen.c,
	oathtool/gl/tests/lstat.c, oathtool/gl/tests/macros.h,
	oathtool/gl/tests/malloc.c, oathtool/gl/tests/nanosleep.c,
	oathtool/gl/tests/nap.h, oathtool/gl/tests/netinet_in.in.h,
	oathtool/gl/tests/perror.c, oathtool/gl/tests/pipe.c,
	oathtool/gl/tests/pthread-thread.c, oathtool/gl/tests/pthread.in.h,
	oathtool/gl/tests/pthread_sigmask.c, oathtool/gl/tests/putenv.c,
	oathtool/gl/tests/raise.c, oathtool/gl/tests/same-inode.h,
	oathtool/gl/tests/sched.in.h, oathtool/gl/tests/sched_yield.c,
	oathtool/gl/tests/select.c, oathtool/gl/tests/setsockopt.c,
	oathtool/gl/tests/sig-handler.h, oathtool/gl/tests/sigaction.c,
	oathtool/gl/tests/signal.in.h, oathtool/gl/tests/signature.h,
	oathtool/gl/tests/sigprocmask.c, oathtool/gl/tests/sleep.c,
	oathtool/gl/tests/socket.c, oathtool/gl/tests/sockets.c,
	oathtool/gl/tests/sockets.h, oathtool/gl/tests/stdalign.in.h,
	oathtool/gl/tests/strerror_r.c, oathtool/gl/tests/strtol.c,
	oathtool/gl/tests/strtoll.c, oathtool/gl/tests/symlink.c,
	oathtool/gl/tests/sys_ioctl.in.h,
	oathtool/gl/tests/sys_select.in.h,
	oathtool/gl/tests/sys_socket.in.h, oathtool/gl/tests/sys_uio.in.h,
	oathtool/gl/tests/test-accept.c,
	oathtool/gl/tests/test-alloca-opt.c,
	oathtool/gl/tests/test-arpa_inet.c,
	oathtool/gl/tests/test-binary-io.c, oathtool/gl/tests/test-bind.c,
	oathtool/gl/tests/test-c-ctype.c, oathtool/gl/tests/test-cloexec.c,
	oathtool/gl/tests/test-close.c, oathtool/gl/tests/test-connect.c,
	oathtool/gl/tests/test-ctype.c, oathtool/gl/tests/test-dup2.c,
	oathtool/gl/tests/test-environ.c, oathtool/gl/tests/test-errno.c,
	oathtool/gl/tests/test-fcntl-h.c, oathtool/gl/tests/test-fcntl.c,
	oathtool/gl/tests/test-fdopen.c, oathtool/gl/tests/test-fgetc.c,
	oathtool/gl/tests/test-float.c, oathtool/gl/tests/test-fputc.c,
	oathtool/gl/tests/test-fread.c, oathtool/gl/tests/test-fstat.c,
	oathtool/gl/tests/test-ftruncate.c,
	oathtool/gl/tests/test-fwrite.c,
	oathtool/gl/tests/test-getcwd-lgpl.c,
	oathtool/gl/tests/test-getdtablesize.c,
	oathtool/gl/tests/test-getprogname.c,
	oathtool/gl/tests/test-gettimeofday.c,
	oathtool/gl/tests/test-ignore-value.c,
	oathtool/gl/tests/test-inet_pton.c, oathtool/gl/tests/test-init.sh,
	oathtool/gl/tests/test-intprops.c,
	oathtool/gl/tests/test-inttypes.c, oathtool/gl/tests/test-ioctl.c,
	oathtool/gl/tests/test-isblank.c,
	oathtool/gl/tests/test-limits-h.c, oathtool/gl/tests/test-listen.c,
	oathtool/gl/tests/test-lock.c, oathtool/gl/tests/test-lstat.c,
	oathtool/gl/tests/test-lstat.h, oathtool/gl/tests/test-malloca.c,
	oathtool/gl/tests/test-memchr.c,
	oathtool/gl/tests/test-nanosleep.c,
	oathtool/gl/tests/test-netinet_in.c,
	oathtool/gl/tests/test-nstrftime.c, oathtool/gl/tests/test-once.c,
	oathtool/gl/tests/test-open.c, oathtool/gl/tests/test-open.h,
	oathtool/gl/tests/test-parse-datetime.c,
	oathtool/gl/tests/test-parse-duration.c,
	oathtool/gl/tests/test-pathmax.c, oathtool/gl/tests/test-perror.c,
	oathtool/gl/tests/test-perror2.c, oathtool/gl/tests/test-pipe.c,
	oathtool/gl/tests/test-pthread-thread.c,
	oathtool/gl/tests/test-pthread.c,
	oathtool/gl/tests/test-pthread_sigmask1.c,
	oathtool/gl/tests/test-pthread_sigmask2.c,
	oathtool/gl/tests/test-raise.c, oathtool/gl/tests/test-rwlock1.c,
	oathtool/gl/tests/test-sched.c, oathtool/gl/tests/test-select-fd.c,
	oathtool/gl/tests/test-select-stdin.c,
	oathtool/gl/tests/test-select.c, oathtool/gl/tests/test-select.h,
	oathtool/gl/tests/test-setenv.c,
	oathtool/gl/tests/test-setsockopt.c,
	oathtool/gl/tests/test-sigaction.c,
	oathtool/gl/tests/test-signal-h.c,
	oathtool/gl/tests/test-sigprocmask.c,
	oathtool/gl/tests/test-sleep.c, oathtool/gl/tests/test-sockets.c,
	oathtool/gl/tests/test-stat-time.c, oathtool/gl/tests/test-stat.c,
	oathtool/gl/tests/test-stat.h, oathtool/gl/tests/test-stdalign.c,
	oathtool/gl/tests/test-stdbool.c, oathtool/gl/tests/test-stddef.c,
	oathtool/gl/tests/test-stdint.c, oathtool/gl/tests/test-stdio.c,
	oathtool/gl/tests/test-stdlib.c, oathtool/gl/tests/test-strerror.c,
	oathtool/gl/tests/test-strerror_r.c,
	oathtool/gl/tests/test-string.c, oathtool/gl/tests/test-strtoll.c,
	oathtool/gl/tests/test-symlink.c, oathtool/gl/tests/test-symlink.h,
	oathtool/gl/tests/test-sys_ioctl.c,
	oathtool/gl/tests/test-sys_select.c,
	oathtool/gl/tests/test-sys_socket.c,
	oathtool/gl/tests/test-sys_stat.c,
	oathtool/gl/tests/test-sys_time.c,
	oathtool/gl/tests/test-sys_types.c,
	oathtool/gl/tests/test-sys_uio.c,
	oathtool/gl/tests/test-sys_wait.h,
	oathtool/gl/tests/test-thread_create.c,
	oathtool/gl/tests/test-thread_self.c,
	oathtool/gl/tests/test-time.c, oathtool/gl/tests/test-timespec.c,
	oathtool/gl/tests/test-unistd.c, oathtool/gl/tests/test-unsetenv.c,
	oathtool/gl/tests/test-usleep.c,
	oathtool/gl/tests/test-vasnprintf.c,
	oathtool/gl/tests/test-vasprintf.c,
	oathtool/gl/tests/test-verify-try.c,
	oathtool/gl/tests/test-verify.c,
	oathtool/gl/tests/test-version-etc.c,
	oathtool/gl/tests/test-version-etc.sh,
	oathtool/gl/tests/test-wchar.c, oathtool/gl/tests/timespec-add.c,
	oathtool/gl/tests/timespec-sub.c, oathtool/gl/tests/usleep.c,
	oathtool/gl/tests/version-etc-fsf.c, oathtool/gl/tests/w32sock.h,
	oathtool/gl/tests/warn-on-use.h,
	oathtool/gl/tests/windows-initguard.h,
	oathtool/gl/tests/windows-mutex.c,
	oathtool/gl/tests/windows-mutex.h,
	oathtool/gl/tests/windows-once.c, oathtool/gl/tests/windows-once.h,
	oathtool/gl/tests/windows-recmutex.c,
	oathtool/gl/tests/windows-recmutex.h,
	oathtool/gl/tests/windows-rwlock.c,
	oathtool/gl/tests/windows-rwlock.h,
	oathtool/gl/tests/windows-thread.c,
	oathtool/gl/tests/windows-thread.h,
	oathtool/gl/tests/windows-tls.c, oathtool/gl/tests/windows-tls.h,
	oathtool/gl/tests/zerosize-ptr.h, oathtool/gl/time-internal.h,
	oathtool/gl/time.in.h, oathtool/gl/time_r.c, oathtool/gl/time_rz.c,
	oathtool/gl/timegm.c, oathtool/gl/timespec.h, oathtool/gl/tzset.c,
	oathtool/gl/unistd.in.h, oathtool/gl/unsetenv.c,
	oathtool/gl/vasnprintf.c, oathtool/gl/vasnprintf.h,
	oathtool/gl/vasprintf.c, oathtool/gl/verify.h,
	oathtool/gl/version-etc.c, oathtool/gl/version-etc.h,
	oathtool/gl/warn-on-use.h, oathtool/gl/wchar.in.h,
	oathtool/gl/xalloc-oversized.h, oathtool/gl/xsize.h,
	pskctool/gl/Makefile.am, pskctool/gl/_Noreturn.h,
	pskctool/gl/alloca.in.h, pskctool/gl/arg-nonnull.h,
	pskctool/gl/basename-lgpl.c, pskctool/gl/basename-lgpl.h,
	pskctool/gl/c++defs.h, pskctool/gl/cloexec.c,
	pskctool/gl/cloexec.h, pskctool/gl/close.c, pskctool/gl/dup2.c,
	pskctool/gl/errno.in.h, pskctool/gl/error.c, pskctool/gl/error.h,
	pskctool/gl/explicit_bzero.c, pskctool/gl/fcntl.c,
	pskctool/gl/fcntl.in.h, pskctool/gl/fd-hook.c,
	pskctool/gl/fd-hook.h, pskctool/gl/filename.h, pskctool/gl/fopen.c,
	pskctool/gl/fstat.c, pskctool/gl/ftell.c, pskctool/gl/ftello.c,
	pskctool/gl/getdtablesize.c, pskctool/gl/getprogname.c,
	pskctool/gl/getprogname.h, pskctool/gl/gettext.h,
	pskctool/gl/intprops.h, pskctool/gl/limits.in.h,
	pskctool/gl/lseek.c, pskctool/gl/m4/00gnulib.m4,
	pskctool/gl/m4/absolute-header.m4, pskctool/gl/m4/alloca.m4,
	pskctool/gl/m4/arpa_inet_h.m4, pskctool/gl/m4/close.m4,
	pskctool/gl/m4/ctype.m4, pskctool/gl/m4/double-slash-root.m4,
	pskctool/gl/m4/dup2.m4, pskctool/gl/m4/eealloc.m4,
	pskctool/gl/m4/environ.m4, pskctool/gl/m4/errno_h.m4,
	pskctool/gl/m4/error.m4, pskctool/gl/m4/explicit_bzero.m4,
	pskctool/gl/m4/extensions.m4, pskctool/gl/m4/extern-inline.m4,
	pskctool/gl/m4/fcntl-o.m4, pskctool/gl/m4/fcntl.m4,
	pskctool/gl/m4/fcntl_h.m4, pskctool/gl/m4/fdopen.m4,
	pskctool/gl/m4/fopen.m4, pskctool/gl/m4/fseeko.m4,
	pskctool/gl/m4/fstat.m4, pskctool/gl/m4/ftell.m4,
	pskctool/gl/m4/ftello.m4, pskctool/gl/m4/ftruncate.m4,
	pskctool/gl/m4/getcwd.m4, pskctool/gl/m4/getdtablesize.m4,
	pskctool/gl/m4/getpagesize.m4, pskctool/gl/m4/getprogname.m4,
	pskctool/gl/m4/gettimeofday.m4, pskctool/gl/m4/gnulib-cache.m4,
	pskctool/gl/m4/gnulib-common.m4, pskctool/gl/m4/gnulib-comp.m4,
	pskctool/gl/m4/gnulib-tool.m4, pskctool/gl/m4/include_next.m4,
	pskctool/gl/m4/inet_pton.m4, pskctool/gl/m4/inttypes.m4,
	pskctool/gl/m4/ioctl.m4, pskctool/gl/m4/isblank.m4,
	pskctool/gl/m4/largefile.m4, pskctool/gl/m4/limits-h.m4,
	pskctool/gl/m4/lock.m4, pskctool/gl/m4/lseek.m4,
	pskctool/gl/m4/lstat.m4, pskctool/gl/m4/malloc.m4,
	pskctool/gl/m4/malloca.m4, pskctool/gl/m4/mmap-anon.m4,
	pskctool/gl/m4/mode_t.m4, pskctool/gl/m4/msvc-inval.m4,
	pskctool/gl/m4/msvc-nothrow.m4, pskctool/gl/m4/multiarch.m4,
	pskctool/gl/m4/nanosleep.m4, pskctool/gl/m4/netinet_in_h.m4,
	pskctool/gl/m4/off_t.m4, pskctool/gl/m4/open-cloexec.m4,
	pskctool/gl/m4/open-slash.m4, pskctool/gl/m4/open.m4,
	pskctool/gl/m4/pathmax.m4, pskctool/gl/m4/perror.m4,
	pskctool/gl/m4/pid_t.m4, pskctool/gl/m4/pipe.m4,
	pskctool/gl/m4/pthread-thread.m4, pskctool/gl/m4/pthread_h.m4,
	pskctool/gl/m4/pthread_rwlock_rdlock.m4,
	pskctool/gl/m4/pthread_sigmask.m4, pskctool/gl/m4/putenv.m4,
	pskctool/gl/m4/raise.m4, pskctool/gl/m4/read-file.m4,
	pskctool/gl/m4/realloc.m4, pskctool/gl/m4/sched_h.m4,
	pskctool/gl/m4/sched_yield.m4, pskctool/gl/m4/select.m4,
	pskctool/gl/m4/semaphore.m4, pskctool/gl/m4/setenv.m4,
	pskctool/gl/m4/sigaction.m4, pskctool/gl/m4/signal_h.m4,
	pskctool/gl/m4/signalblocking.m4, pskctool/gl/m4/sleep.m4,
	pskctool/gl/m4/socketlib.m4, pskctool/gl/m4/sockets.m4,
	pskctool/gl/m4/socklen.m4, pskctool/gl/m4/sockpfaf.m4,
	pskctool/gl/m4/ssize_t.m4, pskctool/gl/m4/stat-time.m4,
	pskctool/gl/m4/stat.m4, pskctool/gl/m4/std-gnu11.m4,
	pskctool/gl/m4/stdalign.m4, pskctool/gl/m4/stdarg.m4,
	pskctool/gl/m4/stdbool.m4, pskctool/gl/m4/stddef_h.m4,
	pskctool/gl/m4/stdint.m4, pskctool/gl/m4/stdio_h.m4,
	pskctool/gl/m4/stdlib_h.m4, pskctool/gl/m4/strerror.m4,
	pskctool/gl/m4/strerror_r.m4, pskctool/gl/m4/string_h.m4,
	pskctool/gl/m4/symlink.m4, pskctool/gl/m4/sys_ioctl_h.m4,
	pskctool/gl/m4/sys_select_h.m4, pskctool/gl/m4/sys_socket_h.m4,
	pskctool/gl/m4/sys_stat_h.m4, pskctool/gl/m4/sys_time_h.m4,
	pskctool/gl/m4/sys_types_h.m4, pskctool/gl/m4/sys_uio_h.m4,
	pskctool/gl/m4/thread.m4, pskctool/gl/m4/threadlib.m4,
	pskctool/gl/m4/time_h.m4, pskctool/gl/m4/ungetc.m4,
	pskctool/gl/m4/unistd_h.m4, pskctool/gl/m4/usleep.m4,
	pskctool/gl/m4/version-etc.m4, pskctool/gl/m4/warn-on-use.m4,
	pskctool/gl/m4/wchar_h.m4, pskctool/gl/m4/wchar_t.m4,
	pskctool/gl/m4/wint_t.m4, pskctool/gl/m4/yield.m4,
	pskctool/gl/m4/zzgnulib.m4, pskctool/gl/malloc.c,
	pskctool/gl/malloca.c, pskctool/gl/malloca.h,
	pskctool/gl/msvc-inval.c, pskctool/gl/msvc-inval.h,
	pskctool/gl/msvc-nothrow.c, pskctool/gl/msvc-nothrow.h,
	pskctool/gl/open.c, pskctool/gl/pathmax.h, pskctool/gl/progname.c,
	pskctool/gl/progname.h, pskctool/gl/read-file.c,
	pskctool/gl/read-file.h, pskctool/gl/realloc.c,
	pskctool/gl/stat-time.h, pskctool/gl/stat-w32.c,
	pskctool/gl/stat-w32.h, pskctool/gl/stat.c,
	pskctool/gl/stdarg.in.h, pskctool/gl/stdbool.in.h,
	pskctool/gl/stddef.in.h, pskctool/gl/stdint.in.h,
	pskctool/gl/stdio-impl.h, pskctool/gl/stdio.in.h,
	pskctool/gl/stdlib.in.h, pskctool/gl/strerror-override.c,
	pskctool/gl/strerror-override.h, pskctool/gl/strerror.c,
	pskctool/gl/string.in.h, pskctool/gl/sys_stat.in.h,
	pskctool/gl/sys_types.in.h, pskctool/gl/tests/Makefile.am,
	pskctool/gl/tests/_Noreturn.h, pskctool/gl/tests/accept.c,
	pskctool/gl/tests/arg-nonnull.h, pskctool/gl/tests/arpa_inet.in.h,
	pskctool/gl/tests/atomic-int-gnulib.h,
	pskctool/gl/tests/attribute.h, pskctool/gl/tests/binary-io.c,
	pskctool/gl/tests/binary-io.h, pskctool/gl/tests/bind.c,
	pskctool/gl/tests/c++defs.h, pskctool/gl/tests/c-ctype.h,
	pskctool/gl/tests/connect.c, pskctool/gl/tests/ctype.in.h,
	pskctool/gl/tests/fdopen.c, pskctool/gl/tests/ftruncate.c,
	pskctool/gl/tests/getcwd-lgpl.c, pskctool/gl/tests/getpagesize.c,
	pskctool/gl/tests/gettimeofday.c,
	pskctool/gl/tests/glthread/lock.c,
	pskctool/gl/tests/glthread/lock.h,
	pskctool/gl/tests/glthread/thread.c,
	pskctool/gl/tests/glthread/thread.h,
	pskctool/gl/tests/glthread/threadlib.c,
	pskctool/gl/tests/glthread/yield.h,
	pskctool/gl/tests/ignore-value.h, pskctool/gl/tests/inet_pton.c,
	pskctool/gl/tests/init.sh, pskctool/gl/tests/inttypes.in.h,
	pskctool/gl/tests/ioctl.c, pskctool/gl/tests/isblank.c,
	pskctool/gl/tests/listen.c, pskctool/gl/tests/lstat.c,
	pskctool/gl/tests/macros.h, pskctool/gl/tests/nanosleep.c,
	pskctool/gl/tests/nap.h, pskctool/gl/tests/netinet_in.in.h,
	pskctool/gl/tests/perror.c, pskctool/gl/tests/pipe.c,
	pskctool/gl/tests/pthread-thread.c, pskctool/gl/tests/pthread.in.h,
	pskctool/gl/tests/pthread_sigmask.c, pskctool/gl/tests/putenv.c,
	pskctool/gl/tests/raise.c, pskctool/gl/tests/same-inode.h,
	pskctool/gl/tests/sched.in.h, pskctool/gl/tests/sched_yield.c,
	pskctool/gl/tests/select.c, pskctool/gl/tests/setsockopt.c,
	pskctool/gl/tests/sig-handler.h, pskctool/gl/tests/sigaction.c,
	pskctool/gl/tests/signal.in.h, pskctool/gl/tests/signature.h,
	pskctool/gl/tests/sigprocmask.c, pskctool/gl/tests/sleep.c,
	pskctool/gl/tests/socket.c, pskctool/gl/tests/sockets.c,
	pskctool/gl/tests/sockets.h, pskctool/gl/tests/stdalign.in.h,
	pskctool/gl/tests/strerror_r.c, pskctool/gl/tests/symlink.c,
	pskctool/gl/tests/sys_ioctl.in.h,
	pskctool/gl/tests/sys_select.in.h,
	pskctool/gl/tests/sys_socket.in.h, pskctool/gl/tests/sys_time.in.h,
	pskctool/gl/tests/sys_uio.in.h, pskctool/gl/tests/test-accept.c,
	pskctool/gl/tests/test-alloca-opt.c,
	pskctool/gl/tests/test-arpa_inet.c,
	pskctool/gl/tests/test-binary-io.c, pskctool/gl/tests/test-bind.c,
	pskctool/gl/tests/test-c-ctype.c, pskctool/gl/tests/test-cloexec.c,
	pskctool/gl/tests/test-close.c, pskctool/gl/tests/test-connect.c,
	pskctool/gl/tests/test-ctype.c, pskctool/gl/tests/test-dup2.c,
	pskctool/gl/tests/test-environ.c, pskctool/gl/tests/test-errno.c,
	pskctool/gl/tests/test-explicit_bzero.c,
	pskctool/gl/tests/test-fcntl-h.c, pskctool/gl/tests/test-fcntl.c,
	pskctool/gl/tests/test-fdopen.c, pskctool/gl/tests/test-fgetc.c,
	pskctool/gl/tests/test-fopen-gnu.c, pskctool/gl/tests/test-fopen.c,
	pskctool/gl/tests/test-fopen.h, pskctool/gl/tests/test-fputc.c,
	pskctool/gl/tests/test-fread.c, pskctool/gl/tests/test-fstat.c,
	pskctool/gl/tests/test-ftell.c, pskctool/gl/tests/test-ftell3.c,
	pskctool/gl/tests/test-ftello.c, pskctool/gl/tests/test-ftello3.c,
	pskctool/gl/tests/test-ftello4.c,
	pskctool/gl/tests/test-ftruncate.c,
	pskctool/gl/tests/test-fwrite.c,
	pskctool/gl/tests/test-getcwd-lgpl.c,
	pskctool/gl/tests/test-getdtablesize.c,
	pskctool/gl/tests/test-getprogname.c,
	pskctool/gl/tests/test-gettimeofday.c,
	pskctool/gl/tests/test-ignore-value.c,
	pskctool/gl/tests/test-inet_pton.c, pskctool/gl/tests/test-init.sh,
	pskctool/gl/tests/test-intprops.c,
	pskctool/gl/tests/test-inttypes.c, pskctool/gl/tests/test-ioctl.c,
	pskctool/gl/tests/test-isblank.c,
	pskctool/gl/tests/test-limits-h.c, pskctool/gl/tests/test-listen.c,
	pskctool/gl/tests/test-lock.c, pskctool/gl/tests/test-lseek.c,
	pskctool/gl/tests/test-lstat.c, pskctool/gl/tests/test-lstat.h,
	pskctool/gl/tests/test-malloca.c,
	pskctool/gl/tests/test-nanosleep.c,
	pskctool/gl/tests/test-netinet_in.c, pskctool/gl/tests/test-once.c,
	pskctool/gl/tests/test-open.c, pskctool/gl/tests/test-open.h,
	pskctool/gl/tests/test-pathmax.c, pskctool/gl/tests/test-perror.c,
	pskctool/gl/tests/test-perror2.c, pskctool/gl/tests/test-pipe.c,
	pskctool/gl/tests/test-pthread-thread.c,
	pskctool/gl/tests/test-pthread.c,
	pskctool/gl/tests/test-pthread_sigmask1.c,
	pskctool/gl/tests/test-pthread_sigmask2.c,
	pskctool/gl/tests/test-raise.c, pskctool/gl/tests/test-read-file.c,
	pskctool/gl/tests/test-rwlock1.c, pskctool/gl/tests/test-sched.c,
	pskctool/gl/tests/test-select-fd.c,
	pskctool/gl/tests/test-select-stdin.c,
	pskctool/gl/tests/test-select.c, pskctool/gl/tests/test-select.h,
	pskctool/gl/tests/test-setsockopt.c,
	pskctool/gl/tests/test-sigaction.c,
	pskctool/gl/tests/test-signal-h.c,
	pskctool/gl/tests/test-sigprocmask.c,
	pskctool/gl/tests/test-sleep.c, pskctool/gl/tests/test-sockets.c,
	pskctool/gl/tests/test-stat-time.c, pskctool/gl/tests/test-stat.c,
	pskctool/gl/tests/test-stat.h, pskctool/gl/tests/test-stdalign.c,
	pskctool/gl/tests/test-stdbool.c, pskctool/gl/tests/test-stddef.c,
	pskctool/gl/tests/test-stdint.c, pskctool/gl/tests/test-stdio.c,
	pskctool/gl/tests/test-stdlib.c, pskctool/gl/tests/test-strerror.c,
	pskctool/gl/tests/test-strerror_r.c,
	pskctool/gl/tests/test-string.c, pskctool/gl/tests/test-symlink.c,
	pskctool/gl/tests/test-symlink.h,
	pskctool/gl/tests/test-sys_ioctl.c,
	pskctool/gl/tests/test-sys_select.c,
	pskctool/gl/tests/test-sys_socket.c,
	pskctool/gl/tests/test-sys_stat.c,
	pskctool/gl/tests/test-sys_time.c,
	pskctool/gl/tests/test-sys_types.c,
	pskctool/gl/tests/test-sys_uio.c,
	pskctool/gl/tests/test-sys_wait.h,
	pskctool/gl/tests/test-thread_create.c,
	pskctool/gl/tests/test-thread_self.c,
	pskctool/gl/tests/test-time.c, pskctool/gl/tests/test-unistd.c,
	pskctool/gl/tests/test-unsetenv.c, pskctool/gl/tests/test-usleep.c,
	pskctool/gl/tests/test-verify-try.c,
	pskctool/gl/tests/test-verify.c,
	pskctool/gl/tests/test-version-etc.c,
	pskctool/gl/tests/test-version-etc.sh,
	pskctool/gl/tests/test-wchar.c, pskctool/gl/tests/unsetenv.c,
	pskctool/gl/tests/usleep.c, pskctool/gl/tests/version-etc-fsf.c,
	pskctool/gl/tests/vma-iter.c, pskctool/gl/tests/vma-iter.h,
	pskctool/gl/tests/w32sock.h, pskctool/gl/tests/warn-on-use.h,
	pskctool/gl/tests/wchar.in.h,
	pskctool/gl/tests/windows-initguard.h,
	pskctool/gl/tests/windows-mutex.c,
	pskctool/gl/tests/windows-mutex.h,
	pskctool/gl/tests/windows-once.c, pskctool/gl/tests/windows-once.h,
	pskctool/gl/tests/windows-recmutex.c,
	pskctool/gl/tests/windows-recmutex.h,
	pskctool/gl/tests/windows-rwlock.c,
	pskctool/gl/tests/windows-rwlock.h,
	pskctool/gl/tests/windows-thread.c,
	pskctool/gl/tests/windows-thread.h,
	pskctool/gl/tests/windows-tls.c, pskctool/gl/tests/windows-tls.h,
	pskctool/gl/time.in.h, pskctool/gl/unistd.in.h,
	pskctool/gl/verify.h, pskctool/gl/version-etc.c,
	pskctool/gl/version-etc.h, pskctool/gl/warn-on-use.h,
	pskctool/gl/xalloc-oversized.h: Update gnulib files.

2021-01-19  Simon Josefsson <simon@josefsson.org>

	* website/oath-toolkit.xsl: Drop flattr.

2020-12-29  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2020-12-29  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.6.5.

2020-12-29  Simon Josefsson <simon@josefsson.org>

	* libpskc/tests/libpskc.supp: Add.

2020-12-28  Simon Josefsson <simon@josefsson.org>

	* oathtool/tests/tst_oathtool.sh: oathtool: Self-tests -@ inputs.

2020-12-28  Simon Josefsson <simon@josefsson.org>

	* oathtool/tests/tst_oathtool.sh: oathtool: More self-tests of
	--verbose.

2020-12-27  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: oathtool.h2m: Doc fix, suggest using gpg.

2020-12-26  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: Fix typo.

2020-12-26  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2020-12-26  Simon Josefsson <simon@josefsson.org>

	* libpskc/parser.c, oathtool/oathtool.c: Indent code.

2020-12-26  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.ggo, oathtool/oathtool.h2m: Document KEY/OTP
	formats in oathtool man page.

2020-12-26  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.c: Use getline.  Fixes #6.

2020-09-30  Ian Jackson <ijackson@chiark.greenend.org.uk>

	* oathtool/oathtool.c: Provide --args-from-files option This causes KEY and OTP to be read from files.  You can specify the
	same filename twice in which case it takes a line from each.  "-"
	means stdin.  I have not provided a manpage patch at this stage.  Perhaps someone
	else can do that.  Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
	Signed-off-by: Simon Josefsson <simon@josefsson.org>

2020-12-26  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: Drop .gitlab-ci.yml (moved to oath-toolkit/cicd
	project).

2020-11-26  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add NEWS entry for libpam_oath fix.

2020-11-16  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2020-11-16  Simon Josefsson <simon@josefsson.org>

	* pam_oath/pam_oath.c: Fix uninitialized cfg.debug too.

2020-11-16  Simon Josefsson <simon@josefsson.org>

	* pam_oath/pam_oath.c: Fix memory deallocation in recent PAM patch.

2020-11-16  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Test PAM module.

2018-07-05  Matthias Gerstner <matthias.gerstner@suse.de>

	* pam_oath/pam_oath.c: pam_oath: assign safe default to alwaysok
	config member The way this was before allowed for the PAM authentication to
	potentially succeed when the first `goto done` line is hit. If the
	undefined data behind alwaysok is non-zero (which is quite probable)
	this would happen.  In theory a local attacker could try to exhaust memory just enough
	to hit this spot and get e.g. root access.  Signed-off-by: Simon Josefsson <simon@josefsson.org>

2020-11-16  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.ggo: Doc fix for oathtool --window.

2020-11-16  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add NEWS entry.

2020-11-16  Simon Josefsson <simon@josefsson.org>

	* pskctool/pskctool.c: Sync version strings.

2020-11-16  Simon Josefsson <simon@josefsson.org>

	* oathtool/tests/tst_oathtool.sh: Allow easier re-use
	out-of-package.

2020-11-13  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/pskctool-h.txt, pskctool/pskctool.ggo: Fix typo.

2020-11-13  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: Fix TOTP standard reference.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.6.4.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix release target.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.6.4.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/Makefile.am: Drop broken re-generation of pskc
	examples.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* pskctool/tests/tst_libexamples.sh: Don't cp into srcdir.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* website/oath-toolkit.xsl: Drop absolute links.  Fixes https://savannah.nongnu.org/support/?108939

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/tests/tst_invalidread.c: Fix memory leaks.
	Add license.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* libpskc/tests/Makefile.am, libpskc/tests/tst_invalidread.c: Add
	regression test.  From David Woodhouse.  https://bugzilla.redhat.com/show_bug.cgi?id=1129491

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/man/gdoc, libpskc/man/gdoc: Fix man pages.  Fixes <https://savannah.nongnu.org/support/?108312>.  Thanks to
	Jaroslav Škarvada for the patch.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* NEWS, libpskc/build.c, libpskc/internal.h, libpskc/parser.c: Fix
	libpskc memory corruption bug.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: ArchLinux-xmlsec.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* pskctool/tests/tst_libexamples.sh: Better error checking.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2016-08-01  Antoine Beaupré <anarcat@debian.org>

	* pam_oath/README, pam_oath/pam_oath.c: fail gracefully for missing
	users when the pam module is enabled, it forces *all* users to immediately
	start using OATH, or they can't login at all.  a more progressive approach would seem more reasonable to me,
	especially since each user need to get an admin user to update the
	central file for them.  this patch adds an early check to the users file and makes sure the
	user exists before prompting for a password.  if the user is missing, it exits early with a standard error code (PAM_USER_UNKNOWN) which can then be ignored in the PAM
	configuration (as shown in the README file). this leaves the policy
	decision up to the admin (and defaults to "fail closed").  if the user is present, the code path remains the same except the
	usersfile is scanned twice, which may be a performance penalty on
	very slow filesystems or very large files. the only workaround I can
	think of for this would be to load the whole file into memory, but
	this could have significant memory impact on large files.  the function used (`oath_authenticate_usersfile`) is a little
	overkill as it actually goes and tries to authenticate the user with
	an empty password. this is harmless because the file isn't updated
	if the OTP is incorrect and because no warning is sent to syslog.  a possible improvement on this would be to have a warning shown to
	the user inciting them to configure OATH or to warn them about a
	possible typo in their username before they enter their regular
	passphrase Signed-off-by: Simon Josefsson <simon@josefsson.org>

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac, libpskc/configure.ac,
	libpskc/tests/tst_basic.c: Fix builddir!=srcdir builds.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_basic.c: Sanity check versioning more.

2020-11-11  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: ArchLinux.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitignore, HACKING, cfg.mk, doc/announce.txt: Coverage/clang now
	point to CI/CD pages.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fedora.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Coverage pages.  Fixes

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Ubuntu stable.

2020-11-10  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Centos xmlsec.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/Makefile.am, liboath/gl/flock.c,
	liboath/gl/m4/flock.m4, liboath/gl/m4/gnulib-cache.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/sys_file_h.m4,
	liboath/gl/sys_file.in.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/test-flock.c, liboath/gl/tests/test-sys_file.c: 
	Drop unrelated gnulib modules, partially reverting previous mingw
	fix.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/Makefile.am, liboath/gl/flock.c, liboath/gl/fsync.c,
	liboath/gl/m4/flock.m4, liboath/gl/m4/fsync.m4,
	liboath/gl/m4/gnulib-cache.m4, liboath/gl/m4/gnulib-comp.m4,
	liboath/gl/m4/strcase.m4, liboath/gl/m4/strings_h.m4,
	liboath/gl/m4/strptime.m4, liboath/gl/m4/sys_file_h.m4,
	liboath/gl/m4/time_r.m4, liboath/gl/m4/tm_gmtoff.m4,
	liboath/gl/strcasecmp.c, liboath/gl/strings.in.h,
	liboath/gl/strncasecmp.c, liboath/gl/strptime.c,
	liboath/gl/sys_file.in.h, liboath/gl/{tests => }/sys_time.in.h,
	liboath/gl/tests/Makefile.am, liboath/gl/tests/test-flock.c,
	liboath/gl/tests/test-fsync.c, liboath/gl/tests/test-strings.c,
	liboath/gl/tests/test-sys_file.c, liboath/gl/time_r.c: More gnulib
	modules for liboath usersfile.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* libpskc/sign.c: Silence warnings.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* libpskc/output.c: NULL pointer dereference on malloc() failure.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* libpskc/global.c, libpskc/sign.c: libpskc: Allow libxmlsec to be
	optional.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Mingw32.  Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/pskctool-h.txt,
	pskctool/tests/tst_libexamples.sh: More gengetopt fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/pskctool-h.txt,
	pskctool/tests/tst_libexamples.sh: More gengetopt fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml, cfg.mk: Separate autoreconf and configure rules in
	cfg.mk.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* pskctool/tests/tst_libexamples.sh: Gengetopt fix.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Ubuntu.  Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Alpine.  Fixes.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fix.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Add CentOS.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Fix.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Mingw.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Simplify more.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Simplify.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: CICD: Add dist-check.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: No silent rules.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* HACKING, README, configure.ac, liboath/configure.ac,
	liboath/gtk-doc/liboath-docs.sgml, liboath/liboath.pc.in,
	libpskc/configure.ac, libpskc/examples/pskctool-h.txt,
	libpskc/gtk-doc/libpskc-docs.sgml, libpskc/libpskc.pc.in,
	oathtool/configure.ac, pam_oath/configure.ac,
	pskctool/configure.ac, pskctool/pskctool.h2m,
	website/oath-toolkit.xsl: Use https URLs.

2020-11-09  Simon Josefsson <simon@josefsson.org>

	* NEWS, libpskc/configure.ac: libpskc: New
	--with-xmlsec-crypto-engine to hard-code crypto engine.

2020-11-08  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/tests/Makefile.am, libpskc/gl/tests/Makefile.am: Update
	gnulib files.

2020-11-08  Simon Josefsson <simon@josefsson.org>

	* NEWS, oathtool/Makefile.am: Fail on gengetopt errors.  Reported by
	Ian Jackson <ijackson@chiark.greenend.org.uk>.

2020-11-08  Simon Josefsson <simon@josefsson.org>

	* oathtool/tests/tst_oathtool.sh: oathtool: Self-check --verbose
	output.

2020-11-08  Simon Josefsson <simon@josefsson.org>

	* NEWS, oathtool/oathtool.c, oathtool/oathtool.ggo,
	oathtool/oathtool.h2m, oathtool/tests/tst_oathtool.sh: Prefer
	capitalized hash names (e.g., SHA256) in oathtool --totp.  Closes
	#3.

2020-11-08  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: Doc fix.

2020-11-08  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.c: Use capitalized TOTP hash names in --verbose.

2020-11-08  Simon Josefsson <simon@josefsson.org>

	* : commit 657f002911604caf0747baa4f6264d04f6aa6b1d Author: Simon
	Josefsson <simon@josefsson.org> Date:   Sun Nov 8 09:40:00 2020
	+0100

2020-11-08  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.6.3.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.6.3.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac, libpskc/configure.ac: Fix version number
	generation.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* liboath/coding.c, liboath/hotp.c, liboath/usersfile.c,
	libpskc/build.c, libpskc/container.c,
	libpskc/include/pskc/container.h,
	libpskc/include/pskc/keypackage.h, libpskc/output.c,
	libpskc/parser.c, pam_oath/pam_oath.c: Indent.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c: Better failure on systems
	without pam config.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_usersfile.sh: Don't do anything unless datefudge
	is installed.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* pskctool/gl/tests/Makefile.am: Test workaround for
	test-version-etc linking.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* libpskc/tests/libpskc.supp: Fix libpskc.supp typo in last commit.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* libpskc/tests/tst_basic.c: Include string.h for strcmp.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac, libpskc/configure.ac: Fix
	oath-toolkit-version invocation.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* libpskc/tests/libpskc.supp: Add.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Fix git-version-gen hook.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/pskctool-h.txt: Generated.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, doc/announce.txt: Fix syntax-checks.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* oathtool/gl/tests/Makefile.am: Test workaround for
	test-version-etc linking.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: Gitlab CI make with V=1.

2020-11-07  Simon Josefsson <simon@josefsson.org>

	* build-aux/oath-toolkit-version: Fix version generator.

2020-11-06  Simon Josefsson <simon@josefsson.org>

	* COPYING, build-aux/oath-toolkit-version, liboath/man/Makefile.am,
	liboath/man/gdoc.mk, libpskc/man/Makefile.am,
	libpskc/schemas/Makefile.am: Fix remaining copyright years.

2020-11-06  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2020-11-06  Simon Josefsson <simon@josefsson.org>

	* pskctool/pskctool.c: Use new gnulib APIs.

2020-11-06  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.c: Improve version messages.

2020-11-06  Simon Josefsson <simon@josefsson.org>

	* libpskc/output.c: Fix compiler warnings.

2020-11-06  Simon Josefsson <simon@josefsson.org>

	* libpskc/enums.c: Fix gcc warning.

2020-11-06  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml, HACKING: Need dblatex as build-dependency.

2020-11-06  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, liboath/gtk-doc.make, liboath/m4/gtk-doc.m4,
	libpskc/gtk-doc.make, libpskc/m4/gtk-doc.m4: Update gtk-doc stuff.

2020-11-06  Simon Josefsson <simon@josefsson.org>

	* liboath/hotp.c: Fix gcc warnings by avoiding snprintf completely.

2020-11-05  Simon Josefsson <simon@josefsson.org>

	* liboath/coding.c: Fix gnulib warning.

2020-11-05  Simon Josefsson <simon@josefsson.org>

	* .gitignore, GNUmakefile, build-aux/git-version-gen,
	build-aux/update-copyright, build-aux/useless-if-before-free,
	build-aux/vc-list-files, gl/Makefile.am, gl/dummy.c,
	gl/m4/00gnulib.m4, gl/m4/autobuild.m4, gl/m4/gnulib-cache.m4,
	gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
	gl/m4/onceonly.m4, gl/m4/zzgnulib.m4, gl/tests/Makefile.am,
	gl/tests/init.sh, gl/tests/test-init.sh,
	gl/tests/test-update-copyright.sh,
	gl/tests/test-vc-list-files-cvs.sh,
	gl/tests/test-vc-list-files-git.sh, liboath/build-aux/config.rpath,
	liboath/build-aux/snippet/_Noreturn.h,
	liboath/build-aux/snippet/warn-on-use.h, liboath/gl/Makefile.am,
	liboath/gl/_Noreturn.h, liboath/gl/af_alg.c, liboath/gl/af_alg.h,
	liboath/gl/alloca.in.h, liboath/gl/arg-nonnull.h,
	liboath/gl/asnprintf.c, liboath/gl/attribute.h,
	liboath/gl/base32.c, liboath/gl/base32.h,
	liboath/gl/basename-lgpl.c, liboath/gl/basename-lgpl.h,
	liboath/gl/byteswap.in.h, liboath/gl/c++defs.h,
	liboath/gl/c-ctype.h, liboath/gl/canonicalize-lgpl.c,
	liboath/gl/cdefs.h, liboath/gl/cloexec.c, liboath/gl/cloexec.h,
	liboath/gl/close.c, liboath/gl/dirname-lgpl.c,
	liboath/gl/dirname.h, liboath/gl/dosname.h, liboath/gl/dup2.c,
	liboath/gl/errno.in.h, liboath/gl/fclose.c, liboath/gl/fcntl.c,
	liboath/gl/fcntl.in.h, liboath/gl/fd-hook.c, liboath/gl/fd-hook.h,
	liboath/gl/fflush.c, liboath/gl/filename.h, liboath/gl/float+.h,
	liboath/gl/float.c, liboath/gl/float.in.h, liboath/gl/fopen.c,
	liboath/gl/fpurge.c, liboath/gl/freading.c, liboath/gl/freading.h,
	liboath/gl/fseek.c, liboath/gl/fseeko.c, liboath/gl/fstat.c,
	liboath/gl/ftell.c, liboath/gl/ftello.c, liboath/gl/gc-gnulib.c,
	liboath/gl/gc-libgcrypt.c, liboath/gl/gc.h, liboath/gl/getdelim.c,
	liboath/gl/getdtablesize.c, liboath/gl/getline.c,
	liboath/gl/gettimeofday.c, liboath/gl/gl_openssl.h,
	liboath/gl/hmac-sha1.c, liboath/gl/hmac-sha256.c,
	liboath/gl/hmac-sha512.c, liboath/gl/hmac.c, liboath/gl/hmac.h,
	liboath/gl/{tests => }/intprops.h, liboath/gl/{tests =>
	}/inttypes.in.h, liboath/gl/itold.c, liboath/gl/libc-config.h,
	liboath/gl/limits.in.h, liboath/gl/lseek.c, liboath/gl/lstat.c,
	liboath/gl/m4/00gnulib.m4, liboath/gl/m4/__inline.m4,
	liboath/gl/m4/absolute-header.m4, liboath/gl/m4/af_alg.m4,
	liboath/gl/m4/alloca.m4, liboath/gl/m4/arpa_inet_h.m4,
	liboath/gl/m4/base32.m4, liboath/gl/m4/byteswap.m4,
	liboath/gl/m4/canonicalize.m4, liboath/gl/m4/close.m4,
	liboath/gl/m4/closedir.m4, liboath/gl/m4/ctype.m4,
	liboath/gl/m4/dirent_h.m4, liboath/gl/m4/dirfd.m4,
	liboath/gl/m4/dirname.m4, liboath/gl/m4/double-slash-root.m4,
	liboath/gl/m4/dup2.m4, liboath/gl/m4/eealloc.m4,
	liboath/gl/m4/environ.m4, liboath/gl/m4/errno_h.m4,
	liboath/gl/m4/exponentd.m4, liboath/gl/m4/extensions.m4,
	liboath/gl/m4/extern-inline.m4, liboath/gl/m4/fclose.m4,
	liboath/gl/m4/fcntl-o.m4, liboath/gl/m4/fcntl.m4,
	liboath/gl/m4/fcntl_h.m4, liboath/gl/m4/fdopen.m4,
	liboath/gl/m4/fflush.m4, liboath/gl/m4/float_h.m4,
	liboath/gl/m4/fopen.m4, liboath/gl/m4/fpieee.m4,
	liboath/gl/m4/fpurge.m4, liboath/gl/m4/freading.m4,
	liboath/gl/m4/fseek.m4, liboath/gl/m4/fseeko.m4,
	liboath/gl/m4/fstat.m4, liboath/gl/m4/ftell.m4,
	liboath/gl/m4/ftello.m4, liboath/gl/m4/ftruncate.m4,
	liboath/gl/m4/gc-hmac-sha1.m4, liboath/gl/m4/gc-hmac-sha256.m4,
	liboath/gl/m4/gc-hmac-sha512.m4, liboath/gl/m4/gc.m4,
	liboath/gl/m4/getcwd.m4, liboath/gl/m4/getdelim.m4,
	liboath/gl/m4/getdtablesize.m4, liboath/gl/m4/getline.m4,
	liboath/gl/m4/getpagesize.m4, liboath/gl/m4/getrusage.m4,
	liboath/gl/m4/gettimeofday.m4, liboath/gl/m4/gl-openssl.m4,
	liboath/gl/m4/gnulib-cache.m4, liboath/gl/m4/gnulib-common.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/gnulib-tool.m4,
	liboath/gl/m4/host-cpu-c-abi.m4, liboath/gl/m4/include_next.m4,
	liboath/gl/m4/inet_pton.m4, liboath/gl/m4/intmax_t.m4,
	liboath/gl/m4/inttypes-pri.m4, liboath/gl/m4/inttypes.m4,
	liboath/gl/m4/inttypes_h.m4, liboath/gl/m4/ioctl.m4,
	liboath/gl/m4/isblank.m4, liboath/gl/m4/largefile.m4,
	liboath/gl/m4/ld-version-script.m4, liboath/gl/m4/lib-ld.m4,
	liboath/gl/m4/lib-link.m4, liboath/gl/m4/lib-prefix.m4,
	liboath/gl/m4/libgcrypt.m4, liboath/gl/m4/limits-h.m4,
	liboath/gl/m4/link.m4, liboath/gl/m4/lock.m4,
	liboath/gl/m4/longlong.m4, liboath/gl/m4/lseek.m4,
	liboath/gl/m4/lstat.m4, liboath/gl/m4/malloc.m4,
	liboath/gl/m4/malloca.m4, liboath/gl/m4/manywarnings-c++.m4,
	liboath/gl/m4/manywarnings.m4, liboath/gl/m4/math_h.m4,
	liboath/gl/m4/memchr.m4, liboath/gl/m4/memxor.m4,
	liboath/gl/m4/mmap-anon.m4, liboath/gl/m4/mode_t.m4,
	liboath/gl/m4/msvc-inval.m4, liboath/gl/m4/msvc-nothrow.m4,
	liboath/gl/m4/multiarch.m4, liboath/gl/m4/nanosleep.m4,
	liboath/gl/m4/netinet_in_h.m4, liboath/gl/m4/nocrash.m4,
	liboath/gl/m4/off_t.m4, liboath/gl/m4/onceonly.m4,
	liboath/gl/m4/open-cloexec.m4, liboath/gl/m4/open-slash.m4,
	liboath/gl/m4/open.m4, liboath/gl/m4/opendir.m4,
	liboath/gl/m4/pathmax.m4, liboath/gl/m4/perror.m4,
	liboath/gl/m4/pid_t.m4, liboath/gl/m4/pipe.m4,
	liboath/gl/m4/printf.m4, liboath/gl/m4/priv-set.m4,
	liboath/gl/m4/pthread-thread.m4, liboath/gl/m4/pthread_h.m4,
	liboath/gl/m4/pthread_rwlock_rdlock.m4,
	liboath/gl/m4/pthread_sigmask.m4, liboath/gl/m4/putenv.m4,
	liboath/gl/m4/raise.m4, liboath/gl/m4/readdir.m4,
	liboath/gl/m4/readlink.m4, liboath/gl/m4/rename.m4,
	liboath/gl/m4/rmdir.m4, liboath/gl/m4/sched_h.m4,
	liboath/gl/m4/select.m4, liboath/gl/m4/semaphore.m4,
	liboath/gl/m4/setenv.m4, liboath/gl/m4/sha1.m4,
	liboath/gl/m4/sha256.m4, liboath/gl/m4/sha512.m4,
	liboath/gl/m4/sigaction.m4, liboath/gl/m4/signal_h.m4,
	liboath/gl/m4/signalblocking.m4, liboath/gl/m4/size_max.m4,
	liboath/gl/m4/sleep.m4, liboath/gl/m4/snprintf.m4,
	liboath/gl/m4/socketlib.m4, liboath/gl/m4/sockets.m4,
	liboath/gl/m4/socklen.m4, liboath/gl/m4/sockpfaf.m4,
	liboath/gl/m4/ssize_t.m4, liboath/gl/m4/stat-time.m4,
	liboath/gl/m4/stat.m4, liboath/gl/m4/std-gnu11.m4,
	liboath/gl/m4/stdalign.m4, liboath/gl/m4/stdbool.m4,
	liboath/gl/m4/stddef_h.m4, liboath/gl/m4/stdint.m4,
	liboath/gl/m4/stdint_h.m4, liboath/gl/m4/stdio_h.m4,
	liboath/gl/m4/stdlib_h.m4, liboath/gl/m4/strdup.m4,
	liboath/gl/m4/strerror.m4, liboath/gl/m4/strerror_r.m4,
	liboath/gl/m4/string_h.m4, liboath/gl/m4/strtok_r.m4,
	liboath/gl/m4/strverscmp.m4, liboath/gl/m4/symlink.m4,
	liboath/gl/m4/sys_ioctl_h.m4, liboath/gl/m4/sys_resource_h.m4,
	liboath/gl/m4/sys_select_h.m4, liboath/gl/m4/sys_socket_h.m4,
	liboath/gl/m4/sys_stat_h.m4, liboath/gl/m4/sys_time_h.m4,
	liboath/gl/m4/sys_types_h.m4, liboath/gl/m4/sys_uio_h.m4,
	liboath/gl/m4/thread.m4, liboath/gl/m4/threadlib.m4,
	liboath/gl/m4/time_h.m4, liboath/gl/m4/ungetc.m4,
	liboath/gl/m4/unistd_h.m4, liboath/gl/m4/unlink.m4,
	liboath/gl/m4/unlinkdir.m4, liboath/gl/m4/usleep.m4,
	liboath/gl/m4/valgrind-tests.m4, liboath/gl/m4/vasnprintf.m4,
	liboath/gl/m4/visibility.m4, liboath/gl/m4/warn-on-use.m4,
	liboath/gl/m4/warnings.m4, liboath/gl/m4/wchar_h.m4,
	liboath/gl/m4/wchar_t.m4, liboath/gl/m4/wint_t.m4,
	liboath/gl/m4/xsize.m4, liboath/gl/m4/yield.m4,
	liboath/gl/m4/zzgnulib.m4, liboath/gl/malloc.c,
	liboath/gl/malloca.c, liboath/gl/malloca.h,
	liboath/gl/malloca.valgrind, liboath/gl/memchr.c,
	liboath/gl/memchr.valgrind, liboath/gl/memxor.c,
	liboath/gl/memxor.h, liboath/gl/msvc-inval.c,
	liboath/gl/msvc-inval.h, liboath/gl/msvc-nothrow.c,
	liboath/gl/msvc-nothrow.h, liboath/gl/open.c, liboath/gl/pathmax.h,
	liboath/gl/printf-args.c, liboath/gl/printf-args.h,
	liboath/gl/printf-parse.c, liboath/gl/printf-parse.h,
	liboath/gl/readlink.c, liboath/gl/rename.c, liboath/gl/rmdir.c,
	liboath/gl/same-inode.h, liboath/gl/sha1.c, liboath/gl/sha1.h,
	liboath/gl/sha256.c, liboath/gl/sha256.h, liboath/gl/sha512.c,
	liboath/gl/sha512.h, liboath/gl/size_max.h, liboath/gl/snprintf.c,
	liboath/gl/stat-time.c, liboath/gl/stat-time.h,
	liboath/gl/stat-w32.c, liboath/gl/stat-w32.h, liboath/gl/stat.c,
	liboath/gl/stdalign.in.h, liboath/gl/stdbool.in.h,
	liboath/gl/stddef.in.h, liboath/gl/stdint.in.h,
	liboath/gl/stdio-impl.h, liboath/gl/stdio.in.h,
	liboath/gl/stdlib.in.h, liboath/gl/strdup.c,
	liboath/gl/string.in.h, liboath/gl/stripslash.c,
	liboath/gl/strtok_r.c, liboath/gl/strverscmp.c,
	liboath/gl/sys-limits.h, liboath/gl/sys_socket.c,
	liboath/gl/sys_socket.in.h, liboath/gl/sys_stat.in.h,
	liboath/gl/sys_types.in.h, liboath/gl/sys_uio.in.h,
	liboath/gl/tests/Makefile.am, liboath/gl/tests/_Noreturn.h,
	liboath/gl/tests/accept.c, liboath/gl/tests/alloca.c,
	{pskctool/build-aux/snippet => liboath/gl/tests}/arg-nonnull.h,
	liboath/gl/tests/arpa_inet.in.h,
	liboath/gl/tests/atomic-int-gnulib.h,
	liboath/gl/tests/bench-digest.h, liboath/gl/tests/bench-sha1.c,
	liboath/gl/tests/bench-sha224.c, liboath/gl/tests/bench-sha256.c,
	liboath/gl/tests/bench-sha384.c, liboath/gl/tests/bench-sha512.c,
	liboath/gl/tests/binary-io.c, liboath/gl/tests/binary-io.h,
	liboath/gl/tests/bind.c, {libpskc/build-aux/snippet =>
	liboath/gl/tests}/c++defs.h, liboath/gl/tests/closedir.c,
	liboath/gl/tests/connect.c, liboath/gl/tests/ctype.in.h,
	liboath/gl/tests/dirent-private.h, liboath/gl/tests/dirent.in.h,
	liboath/gl/tests/dirfd.c, liboath/gl/tests/fdopen.c,
	liboath/gl/tests/filename.h, liboath/gl/tests/fpucw.h,
	liboath/gl/tests/ftruncate.c, liboath/gl/tests/getcwd-lgpl.c,
	liboath/gl/tests/getpagesize.c, liboath/gl/tests/getrusage.c,
	liboath/gl/tests/gettimeofday.c, liboath/gl/tests/glthread/lock.c,
	liboath/gl/tests/glthread/lock.h,
	liboath/gl/tests/glthread/thread.c,
	liboath/gl/tests/glthread/thread.h,
	liboath/gl/tests/glthread/threadlib.c,
	liboath/gl/tests/glthread/yield.h, liboath/gl/tests/ignore-value.h,
	liboath/gl/tests/inet_pton.c, liboath/gl/tests/init.sh,
	liboath/gl/tests/ioctl.c, liboath/gl/tests/isblank.c,
	liboath/gl/tests/link.c, liboath/gl/tests/listen.c,
	liboath/gl/tests/macros.h, liboath/gl/tests/nanosleep.c,
	liboath/gl/tests/nap.h, liboath/gl/tests/netinet_in.in.h,
	liboath/gl/tests/null-ptr.h, liboath/gl/tests/opendir.c,
	liboath/gl/tests/perror.c, liboath/gl/tests/pipe.c,
	liboath/gl/tests/priv-set.c, liboath/gl/tests/priv-set.h,
	liboath/gl/tests/pthread-thread.c, liboath/gl/tests/pthread.in.h,
	liboath/gl/tests/pthread_sigmask.c, liboath/gl/tests/putenv.c,
	liboath/gl/tests/raise.c, liboath/gl/tests/readdir.c,
	liboath/gl/tests/root-uid.h, liboath/gl/tests/sched.in.h,
	liboath/gl/tests/select.c, liboath/gl/tests/setsockopt.c,
	liboath/gl/tests/sig-handler.c, liboath/gl/tests/sig-handler.h,
	liboath/gl/tests/sigaction.c, liboath/gl/tests/signal.in.h,
	liboath/gl/tests/signature.h, liboath/gl/tests/sigprocmask.c,
	liboath/gl/tests/sleep.c, liboath/gl/tests/socket.c,
	liboath/gl/tests/sockets.c, liboath/gl/tests/sockets.h,
	liboath/gl/tests/strerror-override.c,
	liboath/gl/tests/strerror-override.h, liboath/gl/tests/strerror.c,
	liboath/gl/tests/strerror_r.c, liboath/gl/tests/symlink.c,
	liboath/gl/tests/sys_ioctl.in.h,
	liboath/gl/tests/sys_resource.in.h,
	liboath/gl/tests/sys_select.in.h, {pskctool/gl =>
	liboath/gl/tests}/sys_time.in.h, liboath/gl/tests/test-accept.c,
	liboath/gl/tests/test-alloca-opt.c,
	oathtool/gl/tests/test-xalloc-die.c =>
	liboath/gl/tests/test-arpa_inet.c, liboath/gl/tests/test-base32.c,
	liboath/gl/tests/test-binary-io.c,
	liboath/gl/tests/test-binary-io.sh, liboath/gl/tests/test-bind.c,
	liboath/gl/tests/test-byteswap.c, liboath/gl/tests/test-c-ctype.c,
	liboath/gl/tests/test-canonicalize-lgpl.c,
	liboath/gl/tests/test-chdir.c, liboath/gl/tests/test-cloexec.c,
	liboath/gl/tests/test-close.c, liboath/gl/tests/test-connect.c,
	liboath/gl/tests/test-ctype.c, liboath/gl/tests/test-digest.h,
	liboath/gl/tests/test-dirent.c, liboath/gl/tests/test-dup2.c,
	liboath/gl/tests/test-environ.c, liboath/gl/tests/test-errno.c,
	liboath/gl/tests/test-fclose.c, liboath/gl/tests/test-fcntl-h.c,
	liboath/gl/tests/test-fcntl.c, liboath/gl/tests/test-fdopen.c,
	liboath/gl/tests/test-fflush.c, liboath/gl/tests/test-fflush2.c,
	liboath/gl/tests/test-fflush2.sh, liboath/gl/tests/test-fgetc.c,
	liboath/gl/tests/test-float.c, liboath/gl/tests/test-fopen.c,
	liboath/gl/tests/test-fopen.h, liboath/gl/tests/test-fpurge.c,
	liboath/gl/tests/test-fputc.c, liboath/gl/tests/test-fread.c,
	liboath/gl/tests/test-freading.c, liboath/gl/tests/test-fseek.c,
	liboath/gl/tests/test-fseek.sh, liboath/gl/tests/test-fseek2.sh,
	liboath/gl/tests/test-fseeko.c, liboath/gl/tests/test-fseeko.sh,
	liboath/gl/tests/test-fseeko2.sh, liboath/gl/tests/test-fseeko3.c,
	liboath/gl/tests/test-fseeko3.sh, liboath/gl/tests/test-fseeko4.c,
	liboath/gl/tests/test-fseeko4.sh, liboath/gl/tests/test-fstat.c,
	liboath/gl/tests/test-ftell.c, liboath/gl/tests/test-ftell.sh,
	liboath/gl/tests/test-ftell2.sh, liboath/gl/tests/test-ftell3.c,
	liboath/gl/tests/test-ftello.c, liboath/gl/tests/test-ftello.sh,
	liboath/gl/tests/test-ftello2.sh, liboath/gl/tests/test-ftello3.c,
	liboath/gl/tests/test-ftello4.c, liboath/gl/tests/test-ftello4.sh,
	liboath/gl/tests/test-ftruncate.c,
	liboath/gl/tests/test-ftruncate.sh, liboath/gl/tests/test-fwrite.c,
	liboath/gl/tests/test-gc-hmac-sha1.c,
	liboath/gl/tests/test-gc-hmac-sha256.c,
	liboath/gl/tests/test-gc-hmac-sha512.c, liboath/gl/tests/test-gc.c,
	liboath/gl/tests/test-getcwd-lgpl.c,
	liboath/gl/tests/test-getdelim.c,
	liboath/gl/tests/test-getdtablesize.c,
	liboath/gl/tests/test-getline.c, liboath/gl/tests/test-getrusage.c,
	liboath/gl/tests/test-gettimeofday.c,
	liboath/gl/tests/test-hmac-sha1.c,
	liboath/gl/tests/test-hmac-sha256.c,
	liboath/gl/tests/test-hmac-sha512.c,
	liboath/gl/tests/test-ignore-value.c,
	liboath/gl/tests/test-inet_pton.c, liboath/gl/tests/test-init.sh,
	liboath/gl/tests/test-intprops.c, liboath/gl/tests/test-inttypes.c,
	liboath/gl/tests/test-ioctl.c, liboath/gl/tests/test-isblank.c,
	liboath/gl/tests/test-limits-h.c, liboath/gl/tests/test-link.c,
	liboath/gl/tests/test-link.h, liboath/gl/tests/test-listen.c,
	liboath/gl/tests/test-lock.c, liboath/gl/tests/test-lseek.c,
	liboath/gl/tests/test-lseek.sh, liboath/gl/tests/test-lstat.c,
	liboath/gl/tests/test-lstat.h, liboath/gl/tests/test-malloca.c,
	liboath/gl/tests/test-memchr.c, liboath/gl/tests/test-nanosleep.c,
	liboath/gl/tests/test-netinet_in.c, liboath/gl/tests/test-once.c,
	liboath/gl/tests/test-open.c, liboath/gl/tests/test-open.h,
	liboath/gl/tests/test-pathmax.c, liboath/gl/tests/test-perror.c,
	liboath/gl/tests/test-perror.sh, liboath/gl/tests/test-perror2.c,
	liboath/gl/tests/test-pipe.c, liboath/gl/tests/test-priv-set.c,
	liboath/gl/tests/test-pthread-thread.c,
	liboath/gl/tests/test-pthread.c,
	liboath/gl/tests/test-pthread_sigmask1.c,
	liboath/gl/tests/test-pthread_sigmask2.c,
	liboath/gl/tests/test-raise.c, liboath/gl/tests/test-readlink.c,
	liboath/gl/tests/test-readlink.h, liboath/gl/tests/test-rename.c,
	liboath/gl/tests/test-rename.h, liboath/gl/tests/test-rmdir.c,
	liboath/gl/tests/test-rmdir.h, liboath/gl/tests/test-rwlock1.c,
	liboath/gl/tests/test-sched.c, liboath/gl/tests/test-select-fd.c,
	liboath/gl/tests/test-select-in.sh,
	liboath/gl/tests/test-select-out.sh,
	liboath/gl/tests/test-select-stdin.c,
	liboath/gl/tests/test-select.c, liboath/gl/tests/test-select.h,
	liboath/gl/tests/test-setsockopt.c, liboath/gl/tests/test-sha1.c,
	liboath/gl/tests/test-sha256.c, liboath/gl/tests/test-sha512.c,
	liboath/gl/tests/test-sigaction.c,
	liboath/gl/tests/test-signal-h.c,
	liboath/gl/tests/test-sigprocmask.c, liboath/gl/tests/test-sleep.c,
	liboath/gl/tests/test-snprintf.c, liboath/gl/tests/test-sockets.c,
	liboath/gl/tests/test-stat-time.c, liboath/gl/tests/test-stat.c,
	liboath/gl/tests/test-stat.h, liboath/gl/tests/test-stdalign.c,
	liboath/gl/tests/test-stdbool.c, liboath/gl/tests/test-stddef.c,
	liboath/gl/tests/test-stdint.c, liboath/gl/tests/test-stdio.c,
	liboath/gl/tests/test-stdlib.c, liboath/gl/tests/test-strerror.c,
	liboath/gl/tests/test-strerror_r.c, liboath/gl/tests/test-string.c,
	liboath/gl/tests/test-strverscmp.c,
	liboath/gl/tests/test-symlink.c, liboath/gl/tests/test-symlink.h,
	oathtool/gl/exitfail.h => liboath/gl/tests/test-sys_ioctl.c,
	liboath/gl/tests/test-sys_resource.c,
	liboath/gl/tests/test-sys_select.c,
	liboath/gl/tests/test-sys_socket.c,
	liboath/gl/tests/test-sys_stat.c, liboath/gl/tests/test-sys_time.c,
	liboath/gl/tests/test-sys_types.c, liboath/gl/tests/test-sys_uio.c,
	liboath/gl/tests/test-sys_wait.h,
	liboath/gl/tests/test-thread_create.c,
	liboath/gl/tests/test-thread_self.c, liboath/gl/tests/test-time.c,
	liboath/gl/tests/test-u64.c, liboath/gl/tests/test-unistd.c,
	liboath/gl/tests/test-unlink.c, liboath/gl/tests/test-unlink.h,
	liboath/gl/tests/test-unsetenv.c, liboath/gl/tests/test-usleep.c,
	liboath/gl/tests/test-vasnprintf.c,
	liboath/gl/tests/test-verify-try.c, liboath/gl/tests/test-verify.c,
	liboath/gl/tests/test-verify.sh, liboath/gl/tests/test-wchar.c,
	liboath/gl/tests/unlinkdir.c, liboath/gl/tests/unlinkdir.h,
	liboath/gl/tests/unsetenv.c, liboath/{build-aux/snippet =>
	gl/tests}/unused-parameter.h, liboath/gl/tests/usleep.c,
	liboath/gl/tests/w32sock.h, liboath/gl/tests/warn-on-use.h,
	liboath/gl/tests/windows-initguard.h,
	liboath/gl/tests/windows-mutex.c, liboath/gl/tests/windows-mutex.h,
	liboath/gl/tests/windows-once.c, liboath/gl/tests/windows-once.h,
	liboath/gl/tests/windows-recmutex.c,
	liboath/gl/tests/windows-recmutex.h,
	liboath/gl/tests/windows-rwlock.c,
	liboath/gl/tests/windows-rwlock.h,
	liboath/gl/tests/windows-thread.c,
	liboath/gl/tests/windows-thread.h, liboath/gl/tests/windows-tls.c,
	liboath/gl/tests/windows-tls.h, liboath/gl/tests/zerosize-ptr.h,
	liboath/gl/time.in.h, liboath/gl/u64.h, liboath/gl/unistd.in.h,
	liboath/gl/unlink.c, liboath/gl/unused-parameter.h,
	liboath/gl/vasnprintf.c, liboath/gl/vasnprintf.h,
	liboath/gl/verify.h, liboath/gl/warn-on-use.h,
	liboath/gl/wchar.in.h, liboath/gl/xalloc-oversized.h,
	liboath/gl/xsize.h, libpskc/build-aux/snippet/warn-on-use.h,
	libpskc/gl/Makefile.am, libpskc/gl/anytostr.c,
	libpskc/gl/arg-nonnull.h, libpskc/gl/base64.c, libpskc/gl/base64.h,
	libpskc/gl/c++defs.h, libpskc/gl/cdefs.h, libpskc/gl/intprops.h,
	libpskc/gl/inttostr.h, libpskc/gl/libc-config.h,
	libpskc/gl/limits.in.h, libpskc/gl/m4/00gnulib.m4,
	libpskc/gl/m4/__inline.m4, libpskc/gl/m4/absolute-header.m4,
	libpskc/gl/m4/alloca.m4, libpskc/gl/m4/base64.m4,
	libpskc/gl/m4/errno_h.m4, libpskc/gl/m4/exponentd.m4,
	libpskc/gl/m4/extensions.m4, libpskc/gl/m4/extern-inline.m4,
	libpskc/gl/m4/fdopen.m4, libpskc/gl/m4/float_h.m4,
	libpskc/gl/m4/fpieee.m4, libpskc/gl/m4/getpagesize.m4,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/m4/gnulib-common.m4,
	libpskc/gl/m4/gnulib-comp.m4, libpskc/gl/m4/gnulib-tool.m4,
	libpskc/gl/m4/include_next.m4, libpskc/gl/m4/intmax_t.m4,
	libpskc/gl/m4/inttostr.m4, libpskc/gl/m4/inttypes-pri.m4,
	libpskc/gl/m4/inttypes.m4, libpskc/gl/m4/inttypes_h.m4,
	libpskc/gl/m4/ld-version-script.m4, libpskc/gl/m4/limits-h.m4,
	libpskc/gl/m4/longlong.m4, libpskc/gl/m4/manywarnings-c++.m4,
	libpskc/gl/m4/manywarnings.m4, libpskc/gl/m4/math_h.m4,
	libpskc/gl/m4/memchr.m4, libpskc/gl/m4/minmax.m4,
	libpskc/gl/m4/mmap-anon.m4, libpskc/gl/m4/msvc-inval.m4,
	libpskc/gl/m4/multiarch.m4, libpskc/gl/m4/off_t.m4,
	libpskc/gl/m4/onceonly.m4, libpskc/gl/m4/pid_t.m4,
	libpskc/gl/m4/printf.m4, libpskc/gl/m4/size_max.m4,
	libpskc/gl/m4/snprintf.m4, libpskc/gl/m4/ssize_t.m4,
	libpskc/gl/m4/std-gnu11.m4, libpskc/gl/m4/stdalign.m4,
	libpskc/gl/m4/stdbool.m4, libpskc/gl/m4/stddef_h.m4,
	libpskc/gl/m4/stdint.m4, libpskc/gl/m4/stdint_h.m4,
	libpskc/gl/m4/stdio_h.m4, libpskc/gl/m4/string_h.m4,
	libpskc/gl/m4/strverscmp.m4, libpskc/gl/m4/sys_types_h.m4,
	libpskc/gl/m4/unistd_h.m4, libpskc/gl/m4/valgrind-tests.m4,
	libpskc/gl/m4/vasnprintf.m4, libpskc/gl/m4/visibility.m4,
	libpskc/gl/m4/warn-on-use.m4, libpskc/gl/m4/warnings.m4,
	libpskc/gl/m4/wchar_h.m4, libpskc/gl/m4/wchar_t.m4,
	libpskc/gl/m4/wint_t.m4, libpskc/gl/m4/xsize.m4,
	libpskc/gl/m4/zzgnulib.m4, libpskc/gl/memchr.c,
	libpskc/gl/memchr.valgrind, libpskc/gl/minmax.h,
	libpskc/gl/stdbool.in.h, libpskc/gl/stddef.in.h,
	libpskc/gl/stdint.in.h, libpskc/gl/string.in.h,
	libpskc/gl/strverscmp.c, libpskc/gl/sys_types.in.h,
	libpskc/gl/tests/Makefile.am, libpskc/gl/tests/alloca.in.h,
	libpskc/{build-aux/snippet => gl/tests}/arg-nonnull.h,
	libpskc/gl/tests/asnprintf.c, libpskc/gl/tests/attribute.h,
	{pskctool/build-aux/snippet => libpskc/gl/tests}/c++defs.h,
	libpskc/gl/tests/errno.in.h, libpskc/gl/tests/fdopen.c,
	libpskc/gl/tests/float+.h, libpskc/gl/tests/float.c,
	libpskc/gl/tests/float.in.h, libpskc/gl/tests/fpucw.h,
	libpskc/gl/tests/getpagesize.c, libpskc/gl/tests/init.sh,
	libpskc/gl/tests/inttypes.in.h, libpskc/gl/tests/itold.c,
	libpskc/gl/tests/macros.h, libpskc/gl/tests/msvc-inval.c,
	libpskc/gl/tests/msvc-inval.h, libpskc/gl/tests/printf-args.c,
	libpskc/gl/tests/printf-args.h, libpskc/gl/tests/printf-parse.c,
	libpskc/gl/tests/printf-parse.h, libpskc/gl/tests/signature.h,
	libpskc/gl/tests/size_max.h, libpskc/gl/tests/snprintf.c,
	libpskc/gl/tests/stdalign.in.h, libpskc/gl/tests/stdio.in.h,
	libpskc/gl/tests/test-alloca-opt.c, libpskc/gl/tests/test-base64.c,
	libpskc/gl/tests/test-errno.c, libpskc/gl/tests/test-fdopen.c,
	libpskc/gl/tests/test-fgetc.c, libpskc/gl/tests/test-float.c,
	libpskc/gl/tests/test-fputc.c, libpskc/gl/tests/test-fread.c,
	libpskc/gl/tests/test-fwrite.c, libpskc/gl/tests/test-init.sh,
	libpskc/gl/tests/test-intprops.c, libpskc/gl/tests/test-inttostr.c,
	libpskc/gl/tests/test-inttypes.c, libpskc/gl/tests/test-limits-h.c,
	libpskc/gl/tests/test-memchr.c, libpskc/gl/tests/test-snprintf.c,
	libpskc/gl/tests/test-stdalign.c, libpskc/gl/tests/test-stdbool.c,
	libpskc/gl/tests/test-stddef.c, libpskc/gl/tests/test-stdint.c,
	libpskc/gl/tests/test-stdio.c, libpskc/gl/tests/test-string.c,
	libpskc/gl/tests/test-strverscmp.c,
	libpskc/gl/tests/test-sys_types.c, libpskc/gl/tests/test-unistd.c,
	libpskc/gl/tests/test-vasnprintf.c,
	libpskc/gl/tests/test-verify-try.c, libpskc/gl/tests/test-verify.c,
	libpskc/gl/tests/test-verify.sh, libpskc/gl/tests/test-wchar.c,
	libpskc/gl/tests/unistd.in.h, libpskc/gl/tests/vasnprintf.c,
	libpskc/gl/tests/vasnprintf.h, libpskc/gl/{ => tests}/verify.h,
	libpskc/gl/tests/warn-on-use.h, libpskc/gl/tests/wchar.in.h,
	libpskc/gl/tests/xsize.h, libpskc/gl/tests/zerosize-ptr.h,
	libpskc/gl/warn-on-use.h, maint.mk,
	oathtool/build-aux/snippet/_Noreturn.h,
	oathtool/build-aux/snippet/warn-on-use.h,
	oathtool/doc/parse-datetime.texi, oathtool/gl/Makefile.am,
	oathtool/gl/_Noreturn.h, oathtool/gl/alloca.in.h,
	{liboath/build-aux/snippet => oathtool/gl}/arg-nonnull.h,
	oathtool/gl/asnprintf.c, oathtool/gl/asprintf.c,
	oathtool/gl/attribute.h, oathtool/gl/basename-lgpl.c,
	oathtool/gl/basename-lgpl.h, oathtool/{build-aux/snippet =>
	gl}/c++defs.h, oathtool/gl/c-ctype.h, oathtool/gl/cdefs.h,
	oathtool/gl/cloexec.c, oathtool/gl/cloexec.h, oathtool/gl/close.c,
	oathtool/gl/dirname-lgpl.c, oathtool/gl/dirname.h,
	oathtool/gl/dosname.h, oathtool/gl/dup2.c, oathtool/gl/errno.in.h,
	oathtool/gl/error.c, oathtool/gl/error.h, oathtool/gl/fcntl.c,
	{liboath/gl/tests => oathtool/gl}/fcntl.in.h,
	oathtool/gl/fd-hook.c, oathtool/gl/fd-hook.h,
	oathtool/gl/filename.h, oathtool/gl/flexmember.h,
	oathtool/gl/float+.h, oathtool/gl/float.c, oathtool/gl/float.in.h,
	oathtool/gl/fstat.c, oathtool/gl/getdtablesize.c,
	oathtool/gl/getprogname.c, oathtool/gl/getprogname.h,
	oathtool/gl/gettext.h, oathtool/gl/gettime.c,
	oathtool/gl/gettimeofday.c, oathtool/gl/intprops.h,
	oathtool/gl/inttypes.in.h, oathtool/gl/itold.c,
	oathtool/gl/libc-config.h, oathtool/gl/limits.in.h,
	oathtool/gl/m4/00gnulib.m4, oathtool/gl/m4/__inline.m4,
	oathtool/gl/m4/absolute-header.m4, oathtool/gl/m4/alloca.m4,
	oathtool/gl/m4/arpa_inet_h.m4, oathtool/gl/m4/atoll.m4,
	oathtool/gl/m4/bison.m4, oathtool/gl/m4/clock_time.m4,
	oathtool/gl/m4/close.m4, oathtool/gl/m4/ctype.m4,
	oathtool/gl/m4/dirname.m4, oathtool/gl/m4/double-slash-root.m4,
	oathtool/gl/m4/dup2.m4, oathtool/gl/m4/eealloc.m4,
	oathtool/gl/m4/environ.m4, oathtool/gl/m4/errno_h.m4,
	oathtool/gl/m4/error.m4, oathtool/gl/m4/exponentd.m4,
	oathtool/gl/m4/extensions.m4, oathtool/gl/m4/extern-inline.m4,
	oathtool/gl/m4/fcntl-o.m4, oathtool/gl/m4/fcntl.m4,
	oathtool/gl/m4/fcntl_h.m4, oathtool/gl/m4/fdopen.m4,
	oathtool/gl/m4/flexmember.m4, oathtool/gl/m4/float_h.m4,
	oathtool/gl/m4/fpieee.m4, oathtool/gl/m4/fstat.m4,
	oathtool/gl/m4/ftruncate.m4, oathtool/gl/m4/getcwd.m4,
	oathtool/gl/m4/getdtablesize.m4, oathtool/gl/m4/getpagesize.m4,
	oathtool/gl/m4/getprogname.m4, oathtool/gl/m4/gettime.m4,
	oathtool/gl/m4/gettimeofday.m4, oathtool/gl/m4/gnulib-cache.m4,
	oathtool/gl/m4/gnulib-common.m4, oathtool/gl/m4/gnulib-comp.m4,
	oathtool/gl/m4/gnulib-tool.m4, oathtool/gl/m4/include_next.m4,
	oathtool/gl/m4/inet_pton.m4, oathtool/gl/m4/intmax_t.m4,
	oathtool/gl/m4/inttypes-pri.m4, oathtool/gl/m4/inttypes.m4,
	oathtool/gl/m4/inttypes_h.m4, oathtool/gl/m4/ioctl.m4,
	oathtool/gl/m4/isblank.m4, oathtool/gl/m4/largefile.m4,
	oathtool/gl/m4/limits-h.m4, oathtool/gl/m4/lock.m4,
	oathtool/gl/m4/longlong.m4, oathtool/gl/m4/lstat.m4,
	oathtool/gl/m4/malloc.m4, oathtool/gl/m4/malloca.m4,
	oathtool/gl/m4/math_h.m4, oathtool/gl/m4/memchr.m4,
	oathtool/gl/m4/mktime.m4, oathtool/gl/m4/mmap-anon.m4,
	oathtool/gl/m4/mode_t.m4, oathtool/gl/m4/msvc-inval.m4,
	oathtool/gl/m4/msvc-nothrow.m4, oathtool/gl/m4/multiarch.m4,
	oathtool/gl/m4/nanosleep.m4, oathtool/gl/m4/netinet_in_h.m4,
	oathtool/gl/m4/{strftime.m4 => nstrftime.m4},
	oathtool/gl/m4/off_t.m4, oathtool/gl/m4/onceonly.m4,
	oathtool/gl/m4/open-cloexec.m4, oathtool/gl/m4/open-slash.m4,
	oathtool/gl/m4/open.m4, oathtool/gl/m4/parse-datetime.m4,
	oathtool/gl/m4/pathmax.m4, oathtool/gl/m4/perror.m4,
	oathtool/gl/m4/pid_t.m4, oathtool/gl/m4/pipe.m4,
	oathtool/gl/m4/printf.m4, oathtool/gl/m4/pthread-thread.m4,
	oathtool/gl/m4/pthread_h.m4,
	oathtool/gl/m4/pthread_rwlock_rdlock.m4,
	oathtool/gl/m4/pthread_sigmask.m4, oathtool/gl/m4/putenv.m4,
	oathtool/gl/m4/raise.m4, oathtool/gl/m4/sched_h.m4,
	oathtool/gl/m4/select.m4, oathtool/gl/m4/semaphore.m4,
	oathtool/gl/m4/setenv.m4, oathtool/gl/m4/sigaction.m4,
	oathtool/gl/m4/signal_h.m4, oathtool/gl/m4/signalblocking.m4,
	oathtool/gl/m4/size_max.m4, oathtool/gl/m4/sleep.m4,
	oathtool/gl/m4/socketlib.m4, oathtool/gl/m4/sockets.m4,
	oathtool/gl/m4/socklen.m4, oathtool/gl/m4/sockpfaf.m4,
	oathtool/gl/m4/ssize_t.m4, oathtool/gl/m4/stat-time.m4,
	oathtool/gl/m4/stat.m4, oathtool/gl/m4/std-gnu11.m4,
	oathtool/gl/m4/stdalign.m4, oathtool/gl/m4/stdarg.m4,
	oathtool/gl/m4/stdbool.m4, oathtool/gl/m4/stddef_h.m4,
	oathtool/gl/m4/stdint.m4, oathtool/gl/m4/stdint_h.m4,
	oathtool/gl/m4/stdio_h.m4, oathtool/gl/m4/stdlib_h.m4,
	oathtool/gl/m4/strerror.m4, oathtool/gl/m4/strerror_r.m4,
	oathtool/gl/m4/string_h.m4, oathtool/gl/m4/strtoll.m4,
	oathtool/gl/m4/symlink.m4, oathtool/gl/m4/sys_ioctl_h.m4,
	oathtool/gl/m4/sys_select_h.m4, oathtool/gl/m4/sys_socket_h.m4,
	oathtool/gl/m4/sys_stat_h.m4, oathtool/gl/m4/sys_time_h.m4,
	oathtool/gl/m4/sys_types_h.m4, oathtool/gl/m4/sys_uio_h.m4,
	oathtool/gl/m4/thread.m4, oathtool/gl/m4/threadlib.m4,
	oathtool/gl/m4/time_h.m4, oathtool/gl/m4/time_r.m4,
	oathtool/gl/m4/time_rz.m4, oathtool/gl/m4/timegm.m4,
	oathtool/gl/m4/timespec.m4, oathtool/gl/m4/tm_gmtoff.m4,
	oathtool/gl/m4/tzset.m4, oathtool/gl/m4/unistd_h.m4,
	oathtool/gl/m4/usleep.m4, oathtool/gl/m4/vasnprintf.m4,
	oathtool/gl/m4/vasprintf.m4, oathtool/gl/m4/version-etc.m4,
	oathtool/gl/m4/warn-on-use.m4, oathtool/gl/m4/wchar_h.m4,
	oathtool/gl/m4/wchar_t.m4, oathtool/gl/m4/wint_t.m4,
	oathtool/gl/m4/xalloc.m4, oathtool/gl/m4/xsize.m4,
	oathtool/gl/m4/yield.m4, oathtool/gl/m4/zzgnulib.m4,
	oathtool/gl/malloca.c, oathtool/gl/malloca.h,
	oathtool/gl/malloca.valgrind, oathtool/gl/memchr.c,
	oathtool/gl/memchr.valgrind, oathtool/gl/mktime-internal.h,
	oathtool/gl/mktime.c, oathtool/gl/msvc-inval.c,
	oathtool/gl/msvc-inval.h, oathtool/gl/msvc-nothrow.c,
	oathtool/gl/msvc-nothrow.h, oathtool/gl/{strftime.c =>
	nstrftime.c}, oathtool/gl/open.c, oathtool/gl/parse-datetime.h,
	oathtool/gl/parse-datetime.y, oathtool/gl/parse-duration.c,
	oathtool/gl/parse-duration.h, oathtool/gl/pathmax.h,
	oathtool/gl/printf-args.c, oathtool/gl/printf-args.h,
	oathtool/gl/printf-parse.c, oathtool/gl/printf-parse.h,
	oathtool/gl/progname.c, oathtool/gl/progname.h,
	oathtool/gl/setenv.c, oathtool/gl/size_max.h,
	oathtool/gl/stat-time.c, oathtool/gl/stat-time.h,
	oathtool/gl/stat-w32.c, oathtool/gl/stat-w32.h, oathtool/gl/stat.c,
	oathtool/gl/stdarg.in.h, oathtool/gl/stdbool.in.h,
	oathtool/gl/stddef.in.h, oathtool/gl/stdint.in.h,
	oathtool/gl/stdio.in.h, oathtool/gl/stdlib.in.h,
	oathtool/gl/strerror-override.c, oathtool/gl/strerror-override.h,
	oathtool/gl/strerror.c, oathtool/gl/strftime.h,
	oathtool/gl/string.in.h, oathtool/gl/stripslash.c,
	oathtool/gl/sys_stat.in.h, oathtool/gl/sys_time.in.h,
	oathtool/gl/sys_types.in.h, oathtool/gl/tests/Makefile.am,
	oathtool/gl/tests/_Noreturn.h, oathtool/gl/tests/accept.c,
	oathtool/gl/tests/alloca.c, oathtool/{build-aux/snippet =>
	gl/tests}/arg-nonnull.h, oathtool/gl/tests/arpa_inet.in.h,
	oathtool/gl/tests/atoll.c, oathtool/gl/tests/atomic-int-gnulib.h,
	oathtool/gl/tests/binary-io.c, oathtool/gl/tests/binary-io.h,
	oathtool/gl/tests/bind.c, {liboath/build-aux/snippet =>
	oathtool/gl/tests}/c++defs.h, oathtool/gl/tests/connect.c,
	oathtool/gl/tests/ctype.in.h, oathtool/gl/tests/dtotimespec.c,
	oathtool/gl/tests/fdopen.c, oathtool/gl/tests/fpucw.h,
	oathtool/gl/tests/ftruncate.c, oathtool/gl/tests/getcwd-lgpl.c,
	oathtool/gl/tests/getpagesize.c, oathtool/gl/tests/glthread/lock.c,
	oathtool/gl/tests/glthread/lock.h,
	oathtool/gl/tests/glthread/thread.c,
	oathtool/gl/tests/glthread/thread.h,
	oathtool/gl/tests/glthread/threadlib.c,
	oathtool/gl/tests/glthread/yield.h,
	oathtool/gl/tests/ignore-value.h, oathtool/gl/tests/inet_pton.c,
	oathtool/gl/tests/init.sh, oathtool/gl/tests/ioctl.c,
	oathtool/gl/tests/isblank.c, oathtool/gl/tests/listen.c,
	oathtool/gl/tests/lstat.c, oathtool/gl/tests/macros.h,
	oathtool/gl/{ => tests}/malloc.c, oathtool/gl/tests/nanosleep.c,
	oathtool/gl/tests/nap.h, oathtool/gl/tests/netinet_in.in.h,
	oathtool/gl/tests/perror.c, oathtool/gl/tests/pipe.c,
	oathtool/gl/tests/pthread-thread.c, oathtool/gl/tests/pthread.in.h,
	oathtool/gl/tests/pthread_sigmask.c, oathtool/gl/tests/putenv.c,
	oathtool/gl/tests/raise.c, oathtool/gl/tests/same-inode.h,
	oathtool/gl/tests/sched.in.h, oathtool/gl/tests/select.c,
	oathtool/gl/tests/setsockopt.c, oathtool/gl/tests/sig-handler.c,
	oathtool/gl/tests/sig-handler.h, oathtool/gl/tests/sigaction.c,
	oathtool/gl/tests/signal.in.h, oathtool/gl/tests/signature.h,
	oathtool/gl/tests/sigprocmask.c, oathtool/gl/tests/sleep.c,
	oathtool/gl/tests/socket.c, oathtool/gl/tests/sockets.c,
	oathtool/gl/tests/sockets.h, oathtool/gl/tests/stdalign.in.h,
	oathtool/gl/tests/strerror_r.c, oathtool/gl/tests/strtol.c,
	oathtool/gl/tests/strtoll.c, oathtool/gl/tests/symlink.c,
	oathtool/gl/tests/sys_ioctl.in.h,
	oathtool/gl/tests/sys_select.in.h, oathtool/gl/tests/sys_socket.c,
	oathtool/gl/tests/sys_socket.in.h, oathtool/gl/tests/sys_uio.in.h,
	oathtool/gl/tests/test-accept.c,
	oathtool/gl/tests/test-alloca-opt.c,
	oathtool/gl/tests/test-arpa_inet.c,
	oathtool/gl/tests/test-binary-io.c,
	oathtool/gl/tests/test-binary-io.sh, oathtool/gl/tests/test-bind.c,
	oathtool/gl/tests/test-c-ctype.c, oathtool/gl/tests/test-cloexec.c,
	oathtool/gl/tests/test-close.c, oathtool/gl/tests/test-connect.c,
	oathtool/gl/tests/test-ctype.c, oathtool/gl/tests/test-dup2.c,
	oathtool/gl/tests/test-environ.c, oathtool/gl/tests/test-errno.c,
	oathtool/gl/tests/test-fcntl-h.c, oathtool/gl/tests/test-fcntl.c,
	oathtool/gl/tests/test-fdopen.c, oathtool/gl/tests/test-fgetc.c,
	oathtool/gl/tests/test-float.c, oathtool/gl/tests/test-fputc.c,
	oathtool/gl/tests/test-fread.c, oathtool/gl/tests/test-fstat.c,
	oathtool/gl/tests/test-ftruncate.c,
	oathtool/gl/tests/test-ftruncate.sh,
	oathtool/gl/tests/test-fwrite.c,
	oathtool/gl/tests/test-getcwd-lgpl.c,
	oathtool/gl/tests/test-getdtablesize.c,
	oathtool/gl/tests/test-getprogname.c,
	oathtool/gl/tests/test-gettimeofday.c,
	oathtool/gl/tests/test-ignore-value.c,
	oathtool/gl/tests/test-inet_pton.c, oathtool/gl/tests/test-init.sh,
	oathtool/gl/tests/test-intprops.c,
	oathtool/gl/tests/test-inttypes.c, oathtool/gl/tests/test-ioctl.c,
	oathtool/gl/tests/test-isblank.c,
	oathtool/gl/tests/test-limits-h.c, oathtool/gl/tests/test-listen.c,
	oathtool/gl/tests/test-lock.c, oathtool/gl/tests/test-lstat.c,
	oathtool/gl/tests/test-lstat.h, oathtool/gl/tests/test-malloca.c,
	oathtool/gl/tests/test-memchr.c,
	oathtool/gl/tests/test-nanosleep.c,
	oathtool/gl/tests/test-netinet_in.c,
	oathtool/gl/tests/{test-strftime.c => test-nstrftime.c},
	oathtool/gl/tests/test-once.c, oathtool/gl/tests/test-open.c,
	oathtool/gl/tests/test-open.h,
	oathtool/gl/tests/test-parse-datetime.c,
	oathtool/gl/tests/test-parse-duration.c,
	oathtool/gl/tests/test-parse-duration.sh,
	oathtool/gl/tests/test-pathmax.c, oathtool/gl/tests/test-perror.c,
	oathtool/gl/tests/test-perror.sh, oathtool/gl/tests/test-perror2.c,
	oathtool/gl/tests/test-pipe.c,
	oathtool/gl/tests/test-pthread-thread.c,
	oathtool/gl/tests/test-pthread.c,
	oathtool/gl/tests/test-pthread_sigmask1.c,
	oathtool/gl/tests/test-pthread_sigmask2.c,
	oathtool/gl/tests/test-raise.c, oathtool/gl/tests/test-rwlock1.c,
	oathtool/gl/tests/test-sched.c, oathtool/gl/tests/test-select-fd.c,
	oathtool/gl/tests/test-select-in.sh,
	oathtool/gl/tests/test-select-out.sh,
	oathtool/gl/tests/test-select-stdin.c,
	oathtool/gl/tests/test-select.c, oathtool/gl/tests/test-select.h,
	oathtool/gl/tests/test-setenv.c,
	oathtool/gl/tests/test-setsockopt.c,
	oathtool/gl/tests/test-sigaction.c,
	oathtool/gl/tests/test-signal-h.c,
	oathtool/gl/tests/test-sigprocmask.c,
	oathtool/gl/tests/test-sleep.c, oathtool/gl/tests/test-sockets.c,
	oathtool/gl/tests/test-stat-time.c, oathtool/gl/tests/test-stat.c,
	oathtool/gl/tests/test-stat.h, oathtool/gl/tests/test-stdalign.c,
	oathtool/gl/tests/test-stdbool.c, oathtool/gl/tests/test-stddef.c,
	oathtool/gl/tests/test-stdint.c, oathtool/gl/tests/test-stdio.c,
	oathtool/gl/tests/test-stdlib.c, oathtool/gl/tests/test-strerror.c,
	oathtool/gl/tests/test-strerror_r.c,
	oathtool/gl/tests/test-string.c, oathtool/gl/tests/test-strtoll.c,
	oathtool/gl/tests/test-symlink.c, oathtool/gl/tests/test-symlink.h,
	oathtool/gl/tests/test-sys_ioctl.c,
	oathtool/gl/tests/test-sys_select.c,
	oathtool/gl/tests/test-sys_socket.c,
	oathtool/gl/tests/test-sys_stat.c,
	oathtool/gl/tests/test-sys_time.c,
	oathtool/gl/tests/test-sys_types.c,
	oathtool/gl/tests/test-sys_uio.c,
	oathtool/gl/tests/test-sys_wait.h,
	oathtool/gl/tests/test-thread_create.c,
	oathtool/gl/tests/test-thread_self.c,
	oathtool/gl/tests/test-time.c, oathtool/gl/tests/test-timespec.c,
	oathtool/gl/tests/test-unistd.c, oathtool/gl/tests/test-unsetenv.c,
	oathtool/gl/tests/test-usleep.c,
	oathtool/gl/tests/test-vasnprintf.c,
	oathtool/gl/tests/test-vasprintf.c,
	oathtool/gl/tests/test-verify-try.c,
	oathtool/gl/tests/test-verify.c, oathtool/gl/tests/test-verify.sh,
	oathtool/gl/tests/test-version-etc.c,
	oathtool/gl/tests/test-version-etc.sh,
	oathtool/gl/tests/test-wchar.c,
	oathtool/gl/tests/test-xalloc-die.sh,
	oathtool/gl/tests/timespec-add.c, oathtool/gl/tests/timespec-sub.c,
	oathtool/gl/tests/usleep.c, oathtool/gl/tests/version-etc-fsf.c,
	oathtool/gl/tests/w32sock.h, oathtool/gl/tests/warn-on-use.h,
	oathtool/gl/tests/windows-initguard.h,
	oathtool/gl/tests/windows-mutex.c,
	oathtool/gl/tests/windows-mutex.h,
	oathtool/gl/tests/windows-once.c, oathtool/gl/tests/windows-once.h,
	oathtool/gl/tests/windows-recmutex.c,
	oathtool/gl/tests/windows-recmutex.h,
	oathtool/gl/tests/windows-rwlock.c,
	oathtool/gl/tests/windows-rwlock.h,
	oathtool/gl/tests/windows-thread.c,
	oathtool/gl/tests/windows-thread.h,
	oathtool/gl/tests/windows-tls.c, oathtool/gl/tests/windows-tls.h,
	oathtool/gl/tests/zerosize-ptr.h, oathtool/gl/time-internal.h,
	oathtool/gl/time.in.h, oathtool/gl/time_r.c, oathtool/gl/time_rz.c,
	oathtool/gl/timegm.c, oathtool/gl/timespec.h, oathtool/gl/tzset.c,
	oathtool/gl/unistd.in.h, oathtool/gl/unsetenv.c,
	oathtool/gl/vasnprintf.c, oathtool/gl/vasnprintf.h,
	oathtool/gl/vasprintf.c, oathtool/gl/verify.h,
	oathtool/gl/version-etc.c, oathtool/gl/version-etc.h,
	oathtool/gl/warn-on-use.h, oathtool/gl/wchar.in.h,
	oathtool/gl/xalloc-die.c, oathtool/gl/xalloc-oversized.h,
	oathtool/gl/xalloc.h, oathtool/gl/xmalloc.c, oathtool/gl/xsize.h,
	pskctool/build-aux/snippet/_Noreturn.h,
	pskctool/build-aux/snippet/warn-on-use.h, pskctool/gl/Makefile.am,
	pskctool/gl/_Noreturn.h, pskctool/gl/alloca.in.h,
	pskctool/gl/arg-nonnull.h, pskctool/gl/basename-lgpl.c,
	pskctool/gl/basename-lgpl.h, pskctool/gl/c++defs.h,
	pskctool/gl/cloexec.c, pskctool/gl/cloexec.h, pskctool/gl/close.c,
	pskctool/gl/dirname-lgpl.c, pskctool/gl/dirname.h,
	pskctool/gl/dosname.h, pskctool/gl/dup2.c, pskctool/gl/errno.in.h,
	pskctool/gl/error.c, pskctool/gl/error.h,
	pskctool/gl/explicit_bzero.c, pskctool/gl/fcntl.c,
	pskctool/gl/{tests => }/fcntl.in.h, pskctool/gl/fd-hook.c,
	pskctool/gl/fd-hook.h, pskctool/gl/filename.h, pskctool/gl/fopen.c,
	pskctool/gl/fstat.c, pskctool/gl/ftell.c, pskctool/gl/ftello.c,
	pskctool/gl/getdtablesize.c, pskctool/gl/getprogname.c,
	pskctool/gl/getprogname.h, pskctool/gl/gettext.h,
	pskctool/gl/gettimeofday.c, pskctool/gl/intprops.h,
	pskctool/gl/limits.in.h, pskctool/gl/lseek.c,
	pskctool/gl/m4/00gnulib.m4, pskctool/gl/m4/absolute-header.m4,
	pskctool/gl/m4/alloca.m4, pskctool/gl/m4/arpa_inet_h.m4,
	pskctool/gl/m4/close.m4, pskctool/gl/m4/ctype.m4,
	pskctool/gl/m4/dirname.m4, pskctool/gl/m4/double-slash-root.m4,
	pskctool/gl/m4/dup2.m4, pskctool/gl/m4/eealloc.m4,
	pskctool/gl/m4/environ.m4, pskctool/gl/m4/errno_h.m4,
	pskctool/gl/m4/error.m4, pskctool/gl/m4/explicit_bzero.m4,
	pskctool/gl/m4/extensions.m4, pskctool/gl/m4/extern-inline.m4,
	pskctool/gl/m4/fcntl-o.m4, pskctool/gl/m4/fcntl.m4,
	pskctool/gl/m4/fcntl_h.m4, pskctool/gl/m4/fdopen.m4,
	pskctool/gl/m4/fopen.m4, pskctool/gl/m4/fseeko.m4,
	pskctool/gl/m4/fstat.m4, pskctool/gl/m4/ftell.m4,
	pskctool/gl/m4/ftello.m4, pskctool/gl/m4/ftruncate.m4,
	pskctool/gl/m4/getcwd.m4, pskctool/gl/m4/getdtablesize.m4,
	pskctool/gl/m4/getpagesize.m4, pskctool/gl/m4/getprogname.m4,
	pskctool/gl/m4/gettimeofday.m4, pskctool/gl/m4/gnulib-cache.m4,
	pskctool/gl/m4/gnulib-common.m4, pskctool/gl/m4/gnulib-comp.m4,
	pskctool/gl/m4/gnulib-tool.m4, pskctool/gl/m4/include_next.m4,
	pskctool/gl/m4/inet_pton.m4, pskctool/gl/m4/inttypes-pri.m4,
	pskctool/gl/m4/inttypes.m4, pskctool/gl/m4/ioctl.m4,
	pskctool/gl/m4/isblank.m4, pskctool/gl/m4/largefile.m4,
	pskctool/gl/m4/limits-h.m4, pskctool/gl/m4/lock.m4,
	pskctool/gl/m4/longlong.m4, pskctool/gl/m4/lseek.m4,
	pskctool/gl/m4/lstat.m4, pskctool/gl/m4/malloc.m4,
	pskctool/gl/m4/malloca.m4, pskctool/gl/m4/mmap-anon.m4,
	pskctool/gl/m4/mode_t.m4, pskctool/gl/m4/msvc-inval.m4,
	pskctool/gl/m4/msvc-nothrow.m4, pskctool/gl/m4/multiarch.m4,
	pskctool/gl/m4/nanosleep.m4, pskctool/gl/m4/netinet_in_h.m4,
	pskctool/gl/m4/off_t.m4, pskctool/gl/m4/onceonly.m4,
	pskctool/gl/m4/open-cloexec.m4, pskctool/gl/m4/open-slash.m4,
	pskctool/gl/m4/open.m4, pskctool/gl/m4/pathmax.m4,
	pskctool/gl/m4/perror.m4, pskctool/gl/m4/pid_t.m4,
	pskctool/gl/m4/pipe.m4, pskctool/gl/m4/pthread-thread.m4,
	pskctool/gl/m4/pthread_h.m4,
	pskctool/gl/m4/pthread_rwlock_rdlock.m4,
	pskctool/gl/m4/pthread_sigmask.m4, pskctool/gl/m4/putenv.m4,
	pskctool/gl/m4/raise.m4, pskctool/gl/m4/read-file.m4,
	pskctool/gl/m4/realloc.m4, pskctool/gl/m4/sched_h.m4,
	pskctool/gl/m4/select.m4, pskctool/gl/m4/semaphore.m4,
	pskctool/gl/m4/setenv.m4, pskctool/gl/m4/sigaction.m4,
	pskctool/gl/m4/signal_h.m4, pskctool/gl/m4/signalblocking.m4,
	pskctool/gl/m4/sleep.m4, pskctool/gl/m4/socketlib.m4,
	pskctool/gl/m4/sockets.m4, pskctool/gl/m4/socklen.m4,
	pskctool/gl/m4/sockpfaf.m4, pskctool/gl/m4/ssize_t.m4,
	pskctool/gl/m4/stat-time.m4, pskctool/gl/m4/stat.m4,
	pskctool/gl/m4/std-gnu11.m4, pskctool/gl/m4/stdalign.m4,
	pskctool/gl/m4/stdarg.m4, pskctool/gl/m4/stdbool.m4,
	pskctool/gl/m4/stddef_h.m4, pskctool/gl/m4/stdint.m4,
	pskctool/gl/m4/stdio_h.m4, pskctool/gl/m4/stdlib_h.m4,
	pskctool/gl/m4/strerror.m4, pskctool/gl/m4/strerror_r.m4,
	pskctool/gl/m4/string_h.m4, pskctool/gl/m4/symlink.m4,
	pskctool/gl/m4/sys_ioctl_h.m4, pskctool/gl/m4/sys_select_h.m4,
	pskctool/gl/m4/sys_socket_h.m4, pskctool/gl/m4/sys_stat_h.m4,
	pskctool/gl/m4/sys_time_h.m4, pskctool/gl/m4/sys_types_h.m4,
	pskctool/gl/m4/sys_uio_h.m4, pskctool/gl/m4/thread.m4,
	pskctool/gl/m4/threadlib.m4, pskctool/gl/m4/time_h.m4,
	pskctool/gl/m4/ungetc.m4, pskctool/gl/m4/unistd_h.m4,
	pskctool/gl/m4/usleep.m4, pskctool/gl/m4/version-etc.m4,
	pskctool/gl/m4/warn-on-use.m4, pskctool/gl/m4/wchar_h.m4,
	pskctool/gl/m4/wchar_t.m4, pskctool/gl/m4/wint_t.m4,
	pskctool/gl/m4/yield.m4, pskctool/gl/m4/zzgnulib.m4,
	pskctool/gl/malloc.c, pskctool/gl/malloca.c, pskctool/gl/malloca.h,
	pskctool/gl/msvc-inval.c, pskctool/gl/msvc-inval.h,
	pskctool/gl/msvc-nothrow.c, pskctool/gl/msvc-nothrow.h,
	pskctool/gl/open.c, pskctool/gl/pathmax.h, pskctool/gl/progname.c,
	pskctool/gl/progname.h, pskctool/gl/read-file.c,
	pskctool/gl/read-file.h, pskctool/gl/realloc.c,
	pskctool/gl/stat-time.c, pskctool/gl/stat-time.h,
	pskctool/gl/stat-w32.c, pskctool/gl/stat-w32.h, pskctool/gl/stat.c,
	pskctool/gl/stdarg.in.h, pskctool/gl/stdbool.in.h,
	pskctool/gl/stddef.in.h, pskctool/gl/stdint.in.h,
	pskctool/gl/stdio-impl.h, pskctool/gl/stdio.in.h,
	pskctool/gl/stdlib.in.h, pskctool/gl/strerror-override.c,
	pskctool/gl/strerror-override.h, pskctool/gl/strerror.c,
	pskctool/gl/string.in.h, pskctool/gl/stripslash.c,
	pskctool/gl/sys_stat.in.h, pskctool/gl/sys_types.in.h,
	pskctool/gl/tests/Makefile.am, pskctool/gl/tests/_Noreturn.h,
	pskctool/gl/tests/accept.c, pskctool/gl/tests/alloca.c,
	pskctool/gl/tests/arg-nonnull.h, pskctool/gl/tests/arpa_inet.in.h,
	pskctool/gl/tests/atomic-int-gnulib.h,
	pskctool/gl/tests/attribute.h, pskctool/gl/tests/binary-io.c,
	pskctool/gl/tests/binary-io.h, pskctool/gl/tests/bind.c,
	pskctool/gl/tests/c++defs.h, pskctool/gl/tests/c-ctype.c,
	pskctool/gl/tests/c-ctype.h, pskctool/gl/tests/connect.c,
	pskctool/gl/tests/ctype.in.h, pskctool/gl/tests/fdopen.c,
	pskctool/gl/tests/ftruncate.c, pskctool/gl/tests/getcwd-lgpl.c,
	pskctool/gl/tests/getpagesize.c, pskctool/gl/tests/gettimeofday.c,
	pskctool/gl/tests/glthread/lock.c,
	pskctool/gl/tests/glthread/lock.h,
	pskctool/gl/tests/glthread/thread.c,
	pskctool/gl/tests/glthread/thread.h,
	pskctool/gl/tests/glthread/threadlib.c,
	pskctool/gl/tests/glthread/yield.h,
	pskctool/gl/tests/ignore-value.h, pskctool/gl/tests/inet_pton.c,
	pskctool/gl/tests/init.sh, pskctool/gl/tests/inttypes.in.h,
	pskctool/gl/tests/ioctl.c, pskctool/gl/tests/isblank.c,
	pskctool/gl/tests/listen.c, pskctool/gl/tests/lstat.c,
	pskctool/gl/tests/macros.h, pskctool/gl/tests/nanosleep.c,
	pskctool/gl/tests/nap.h, pskctool/gl/tests/netinet_in.in.h,
	pskctool/gl/tests/perror.c, pskctool/gl/tests/pipe.c,
	pskctool/gl/tests/pthread-thread.c, pskctool/gl/tests/pthread.in.h,
	pskctool/gl/tests/pthread_sigmask.c, pskctool/gl/tests/putenv.c,
	pskctool/gl/tests/raise.c, pskctool/gl/tests/same-inode.h,
	pskctool/gl/tests/sched.in.h, pskctool/gl/tests/select.c,
	pskctool/gl/tests/setsockopt.c, pskctool/gl/tests/sig-handler.c,
	pskctool/gl/tests/sig-handler.h, pskctool/gl/tests/sigaction.c,
	pskctool/gl/tests/signal.in.h, pskctool/gl/tests/signature.h,
	pskctool/gl/tests/sigprocmask.c, pskctool/gl/tests/sleep.c,
	pskctool/gl/tests/socket.c, pskctool/gl/tests/sockets.c,
	pskctool/gl/tests/sockets.h, pskctool/gl/tests/stdalign.in.h,
	pskctool/gl/tests/strerror_r.c, pskctool/gl/tests/symlink.c,
	pskctool/gl/tests/sys_ioctl.in.h,
	pskctool/gl/tests/sys_select.in.h, pskctool/gl/tests/sys_socket.c,
	pskctool/gl/tests/sys_socket.in.h, {liboath/gl =>
	pskctool/gl/tests}/sys_time.in.h, pskctool/gl/tests/sys_uio.in.h,
	pskctool/gl/tests/test-accept.c,
	pskctool/gl/tests/test-alloca-opt.c,
	pskctool/gl/tests/test-arpa_inet.c,
	pskctool/gl/tests/test-binary-io.c,
	pskctool/gl/tests/test-binary-io.sh, pskctool/gl/tests/test-bind.c,
	pskctool/gl/tests/test-c-ctype.c, pskctool/gl/tests/test-cloexec.c,
	pskctool/gl/tests/test-close.c, pskctool/gl/tests/test-connect.c,
	oathtool/gl/exitfail.c => pskctool/gl/tests/test-ctype.c,
	pskctool/gl/tests/test-dup2.c, pskctool/gl/tests/test-environ.c,
	pskctool/gl/tests/test-errno.c,
	pskctool/gl/tests/test-explicit_bzero.c,
	pskctool/gl/tests/test-fcntl-h.c, pskctool/gl/tests/test-fcntl.c,
	pskctool/gl/tests/test-fdopen.c, pskctool/gl/tests/test-fgetc.c,
	pskctool/gl/tests/test-fopen-gnu.c, pskctool/gl/tests/test-fopen.c,
	pskctool/gl/tests/test-fopen.h, pskctool/gl/tests/test-fputc.c,
	pskctool/gl/tests/test-fread.c, pskctool/gl/tests/test-fstat.c,
	pskctool/gl/tests/test-ftell.c, pskctool/gl/tests/test-ftell.sh,
	pskctool/gl/tests/test-ftell2.sh, pskctool/gl/tests/test-ftell3.c,
	pskctool/gl/tests/test-ftello.c, pskctool/gl/tests/test-ftello.sh,
	pskctool/gl/tests/test-ftello2.sh,
	pskctool/gl/tests/test-ftello3.c, pskctool/gl/tests/test-ftello4.c,
	pskctool/gl/tests/test-ftello4.sh,
	pskctool/gl/tests/test-ftruncate.c,
	pskctool/gl/tests/test-ftruncate.sh,
	pskctool/gl/tests/test-fwrite.c,
	pskctool/gl/tests/test-getcwd-lgpl.c,
	pskctool/gl/tests/test-getdtablesize.c,
	pskctool/gl/tests/test-getprogname.c,
	pskctool/gl/tests/test-gettimeofday.c,
	pskctool/gl/tests/test-ignore-value.c,
	pskctool/gl/tests/test-inet_pton.c, pskctool/gl/tests/test-init.sh,
	pskctool/gl/tests/test-intprops.c,
	pskctool/gl/tests/test-inttypes.c, pskctool/gl/tests/test-ioctl.c,
	pskctool/gl/tests/test-isblank.c,
	pskctool/gl/tests/test-limits-h.c, pskctool/gl/tests/test-listen.c,
	pskctool/gl/tests/test-lock.c, pskctool/gl/tests/test-lseek.c,
	pskctool/gl/tests/test-lseek.sh, pskctool/gl/tests/test-lstat.c,
	pskctool/gl/tests/test-lstat.h, pskctool/gl/tests/test-malloca.c,
	pskctool/gl/tests/test-nanosleep.c,
	pskctool/gl/tests/test-netinet_in.c, pskctool/gl/tests/test-once.c,
	pskctool/gl/tests/test-open.c, pskctool/gl/tests/test-open.h,
	pskctool/gl/tests/test-pathmax.c, pskctool/gl/tests/test-perror.c,
	pskctool/gl/tests/test-perror.sh, pskctool/gl/tests/test-perror2.c,
	pskctool/gl/tests/test-pipe.c,
	pskctool/gl/tests/test-pthread-thread.c,
	pskctool/gl/tests/test-pthread.c,
	pskctool/gl/tests/test-pthread_sigmask1.c,
	pskctool/gl/tests/test-pthread_sigmask2.c,
	pskctool/gl/tests/test-raise.c, pskctool/gl/tests/test-read-file.c,
	pskctool/gl/tests/test-rwlock1.c, pskctool/gl/tests/test-sched.c,
	pskctool/gl/tests/test-select-fd.c,
	pskctool/gl/tests/test-select-in.sh,
	pskctool/gl/tests/test-select-out.sh,
	pskctool/gl/tests/test-select-stdin.c,
	pskctool/gl/tests/test-select.c, pskctool/gl/tests/test-select.h,
	pskctool/gl/tests/test-setsockopt.c,
	pskctool/gl/tests/test-sigaction.c,
	pskctool/gl/tests/test-signal-h.c,
	pskctool/gl/tests/test-sigprocmask.c,
	pskctool/gl/tests/test-sleep.c, pskctool/gl/tests/test-sockets.c,
	pskctool/gl/tests/test-stat-time.c, pskctool/gl/tests/test-stat.c,
	pskctool/gl/tests/test-stat.h, pskctool/gl/tests/test-stdalign.c,
	pskctool/gl/tests/test-stdbool.c, pskctool/gl/tests/test-stddef.c,
	pskctool/gl/tests/test-stdint.c, pskctool/gl/tests/test-stdio.c,
	pskctool/gl/tests/test-stdlib.c, pskctool/gl/tests/test-strerror.c,
	pskctool/gl/tests/test-strerror_r.c,
	pskctool/gl/tests/test-string.c, pskctool/gl/tests/test-symlink.c,
	pskctool/gl/tests/test-symlink.h,
	pskctool/gl/tests/test-sys_ioctl.c,
	pskctool/gl/tests/test-sys_select.c,
	pskctool/gl/tests/test-sys_socket.c,
	pskctool/gl/tests/test-sys_stat.c,
	pskctool/gl/tests/test-sys_time.c,
	pskctool/gl/tests/test-sys_types.c,
	pskctool/gl/tests/test-sys_uio.c,
	pskctool/gl/tests/test-sys_wait.h,
	pskctool/gl/tests/test-thread_create.c,
	pskctool/gl/tests/test-thread_self.c,
	pskctool/gl/tests/test-time.c, pskctool/gl/tests/test-unistd.c,
	pskctool/gl/tests/test-unsetenv.c, pskctool/gl/tests/test-usleep.c,
	pskctool/gl/tests/test-verify-try.c,
	pskctool/gl/tests/test-verify.c, pskctool/gl/tests/test-verify.sh,
	pskctool/gl/tests/test-version-etc.c,
	pskctool/gl/tests/test-version-etc.sh,
	pskctool/gl/tests/test-wchar.c, pskctool/gl/tests/unsetenv.c,
	pskctool/gl/tests/usleep.c, pskctool/gl/tests/version-etc-fsf.c,
	pskctool/gl/tests/vma-iter.c, pskctool/gl/tests/vma-iter.h,
	pskctool/gl/tests/w32sock.h, pskctool/gl/tests/warn-on-use.h,
	pskctool/gl/tests/wchar.in.h,
	pskctool/gl/tests/windows-initguard.h,
	pskctool/gl/tests/windows-mutex.c,
	pskctool/gl/tests/windows-mutex.h,
	pskctool/gl/tests/windows-once.c, pskctool/gl/tests/windows-once.h,
	pskctool/gl/tests/windows-recmutex.c,
	pskctool/gl/tests/windows-recmutex.h,
	pskctool/gl/tests/windows-rwlock.c,
	pskctool/gl/tests/windows-rwlock.h,
	pskctool/gl/tests/windows-thread.c,
	pskctool/gl/tests/windows-thread.h,
	pskctool/gl/tests/windows-tls.c, pskctool/gl/tests/windows-tls.h,
	pskctool/gl/time.in.h, pskctool/gl/unistd.in.h,
	pskctool/gl/verify.h, pskctool/gl/version-etc.c,
	pskctool/gl/version-etc.h, pskctool/gl/warn-on-use.h,
	pskctool/gl/xalloc-oversized.h: Update gnulib files.

2020-11-05  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2020-11-05  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, HACKING, Makefile.am, NEWS, README, cfg.mk,
	configure.ac, liboath/Makefile.am, liboath/aux.c, liboath/aux.h,
	liboath/coding.c, liboath/configure.ac, liboath/errors.c,
	liboath/global.c, liboath/hotp.c, liboath/hotp.h,
	liboath/liboath.map, liboath/liboath.pc.in,
	liboath/man/Makefile.am, liboath/oath.h.in,
	liboath/tests/Makefile.am, liboath/tests/tst_basic.c,
	liboath/tests/tst_coding.c, liboath/tests/tst_errors.c,
	liboath/tests/tst_hotp_algo.c, liboath/tests/tst_hotp_validate.c,
	liboath/tests/tst_totp_algo.c, liboath/tests/tst_totp_validate.c,
	liboath/tests/tst_usersfile.c, liboath/tests/tst_usersfile.sh,
	liboath/totp.c, liboath/usersfile.c, libpskc/Makefile.am,
	libpskc/README, libpskc/build.c, libpskc/configure.ac,
	libpskc/container.c, libpskc/enums.c, libpskc/errors.c,
	libpskc/examples/Makefile.am, libpskc/global.c,
	libpskc/include/Makefile.am, libpskc/include/pskc/Makefile.am,
	libpskc/include/pskc/container.h, libpskc/include/pskc/enums.h,
	libpskc/include/pskc/errors.h, libpskc/include/pskc/exports.h,
	libpskc/include/pskc/global.h, libpskc/include/pskc/keypackage.h,
	libpskc/include/pskc/pskc.h, libpskc/include/pskc/version.h.in,
	libpskc/internal.h, libpskc/libpskc.map, libpskc/libpskc.pc.in,
	libpskc/man/Makefile.am, libpskc/output.c, libpskc/parser.c,
	libpskc/sign.c, libpskc/tests/Makefile.am,
	libpskc/tests/libpskc.supp, libpskc/tests/tst_accessors.c,
	libpskc/tests/tst_basic.c, libpskc/tests/tst_errors.c,
	libpskc/tests/tst_setters.c, libpskc/tests/tst_validate.c,
	libpskc/validate.c, oathtool/Makefile.am, oathtool/configure.ac,
	oathtool/oathtool.c, oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/Makefile.am, oathtool/tests/tst_hyphen.sh,
	oathtool/tests/tst_oathtool.sh, pam_oath/Makefile.am,
	pam_oath/README, pam_oath/configure.ac, pam_oath/pam_oath.c,
	pam_oath/tests/Makefile.am, pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c,
	pam_oath/tests/test-pam_oath.c, pskctool/Makefile.am,
	pskctool/configure.ac, pskctool/pskctool.c, pskctool/pskctool.ggo,
	pskctool/pskctool.h2m, pskctool/tests/Makefile.am,
	pskctool/tests/tst_hyphen.sh, pskctool/tests/tst_libexamples.sh,
	pskctool/tests/tst_pskctool.sh, pskctool/tests/tst_roundtrip.sh,
	pskctool/tests/tst_sign.sh: Update copyright years.

2017-11-10  Mikkel Kirkgaard Nielsen <miki@vestergaardcompany.com>

	* oathtool/oathtool.c: Show TOTP mode when being verbose

2016-09-24  Simon Josefsson <simon@josefsson.org>

	* pam_oath/tests/run-root-tests.sh: Make it work for non-datefudge.

2016-09-24  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: Fix quoting and exit code.

2016-09-24  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: Use valgrind suppressions.  Install datefudge and
	libxml2 debug symbols.

2016-09-24  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: Output self check logs on errors.

2016-09-24  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/Makefile.am, liboath/gl/limits.in.h,
	liboath/gl/m4/extensions.m4, liboath/gl/m4/gnulib-comp.m4,
	liboath/gl/m4/limits-h.m4, liboath/gl/m4/manywarnings.m4,
	liboath/gl/m4/stdint.m4, liboath/gl/m4/stdio_h.m4,
	liboath/gl/m4/sys_types_h.m4, liboath/gl/stdint.in.h,
	liboath/gl/strverscmp.c, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/intprops.h, liboath/gl/tests/test-limits-h.c,
	liboath/gl/tests/test-stdint.c, liboath/gl/tests/test-strverscmp.c,
	libpskc/gl/Makefile.am, libpskc/gl/intprops.h,
	libpskc/gl/limits.in.h, libpskc/gl/m4/extensions.m4,
	libpskc/gl/m4/gnulib-comp.m4, libpskc/gl/m4/limits-h.m4,
	libpskc/gl/m4/manywarnings.m4, libpskc/gl/m4/stdint.m4,
	libpskc/gl/m4/stdio_h.m4, libpskc/gl/m4/sys_types_h.m4,
	libpskc/gl/stdint.in.h, libpskc/gl/strverscmp.c,
	libpskc/gl/tests/Makefile.am, libpskc/gl/tests/test-limits-h.c,
	libpskc/gl/tests/test-stdint.c, libpskc/gl/tests/test-strverscmp.c,
	maint.mk, oathtool/gl/Makefile.am, oathtool/gl/basename-lgpl.c,
	oathtool/gl/dirname-lgpl.c, oathtool/gl/dirname.h,
	oathtool/gl/dosname.h, oathtool/gl/error.c,
	oathtool/gl/flexmember.h, oathtool/gl/getprogname.c,
	oathtool/gl/getprogname.h, oathtool/gl/intprops.h,
	oathtool/gl/limits.in.h, oathtool/gl/m4/dirname.m4,
	oathtool/gl/m4/double-slash-root.m4, oathtool/gl/m4/extensions.m4,
	oathtool/gl/m4/flexmember.m4, oathtool/gl/m4/getprogname.m4,
	oathtool/gl/m4/gnulib-comp.m4, oathtool/gl/m4/limits-h.m4,
	oathtool/gl/m4/stdint.m4, oathtool/gl/m4/stdio_h.m4,
	oathtool/gl/m4/sys_types_h.m4, oathtool/gl/{tests => }/malloc.c,
	oathtool/gl/parse-datetime.y, oathtool/gl/stdint.in.h,
	oathtool/gl/stripslash.c, oathtool/gl/tests/Makefile.am,
	oathtool/gl/tests/test-getprogname.c,
	oathtool/gl/tests/test-limits-h.c,
	oathtool/gl/tests/test-parse-datetime.c,
	oathtool/gl/tests/test-stdint.c,
	oathtool/gl/tests/test-version-etc.c,
	oathtool/gl/tests/test-xalloc-die.c, oathtool/gl/time_rz.c,
	oathtool/gl/xalloc-oversized.h, pskctool/gl/Makefile.am,
	pskctool/gl/basename-lgpl.c, pskctool/gl/dirname-lgpl.c,
	pskctool/gl/dirname.h, pskctool/gl/dosname.h, pskctool/gl/error.c,
	pskctool/gl/getprogname.c, pskctool/gl/getprogname.h,
	pskctool/gl/intprops.h, pskctool/gl/limits.in.h,
	pskctool/gl/m4/dirname.m4, pskctool/gl/m4/double-slash-root.m4,
	pskctool/gl/m4/extensions.m4, pskctool/gl/m4/getprogname.m4,
	pskctool/gl/m4/gnulib-comp.m4, pskctool/gl/m4/limits-h.m4,
	pskctool/gl/m4/stdint.m4, pskctool/gl/m4/stdio_h.m4,
	pskctool/gl/m4/sys_types_h.m4, pskctool/gl/{tests =>
	}/stdbool.in.h, pskctool/gl/stdint.in.h, pskctool/gl/stripslash.c,
	pskctool/gl/tests/Makefile.am,
	pskctool/gl/tests/test-getprogname.c,
	pskctool/gl/tests/test-limits-h.c, pskctool/gl/tests/test-stdint.c,
	pskctool/gl/tests/test-version-etc.c: Update gnulib files.

2016-09-01  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.c: Fix asprint format warning, and clarify
	version string.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.6.2.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Drop CVS stuff.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.6.2.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml, HACKING: Need libpam0g-dev too.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml, HACKING: Need libxml2-utils for xmlcatalog.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: Install dependencies.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: Simplify .gitlab-ci.yml until we have our own
	runners.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* .gitlab-ci.yml: Add .gitlab-ci.yml

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* website/intro.txt: Fix links.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* README: Doc: Fix URLs.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* HACKING, website/oath-toolkit.xsl: Move Git repo from Savannah to
	GitLab.

2016-08-27  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2016-08-23  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2016-08-23  Simon Josefsson <simon@josefsson.org>

	* COPYING, build-aux/oath-toolkit-version, liboath/man/Makefile.am,
	liboath/man/gdoc, liboath/man/gdoc.mk, libpskc/man/Makefile.am,
	libpskc/man/gdoc, libpskc/man/gdoc.mk, libpskc/schemas/Makefile.am: 
	Update copyright years (manually).

2016-08-23  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, HACKING, Makefile.am, NEWS, README, cfg.mk,
	configure.ac, liboath/Makefile.am, liboath/aux.c, liboath/aux.h,
	liboath/coding.c, liboath/configure.ac, liboath/errors.c,
	liboath/global.c, liboath/hotp.c, liboath/hotp.h,
	liboath/liboath.map, liboath/liboath.pc.in,
	liboath/man/Makefile.am, liboath/oath.h.in,
	liboath/tests/Makefile.am, liboath/tests/tst_basic.c,
	liboath/tests/tst_coding.c, liboath/tests/tst_errors.c,
	liboath/tests/tst_hotp_algo.c, liboath/tests/tst_hotp_validate.c,
	liboath/tests/tst_totp_algo.c, liboath/tests/tst_totp_validate.c,
	liboath/tests/tst_usersfile.c, liboath/tests/tst_usersfile.sh,
	liboath/totp.c, liboath/usersfile.c, libpskc/Makefile.am,
	libpskc/README, libpskc/build.c, libpskc/configure.ac,
	libpskc/container.c, libpskc/enums.c, libpskc/errors.c,
	libpskc/examples/Makefile.am, libpskc/global.c,
	libpskc/include/Makefile.am, libpskc/include/pskc/Makefile.am,
	libpskc/include/pskc/container.h, libpskc/include/pskc/enums.h,
	libpskc/include/pskc/errors.h, libpskc/include/pskc/exports.h,
	libpskc/include/pskc/global.h, libpskc/include/pskc/keypackage.h,
	libpskc/include/pskc/pskc.h, libpskc/include/pskc/version.h.in,
	libpskc/internal.h, libpskc/libpskc.map, libpskc/libpskc.pc.in,
	libpskc/man/Makefile.am, libpskc/output.c, libpskc/parser.c,
	libpskc/sign.c, libpskc/tests/Makefile.am,
	libpskc/tests/libpskc.supp, libpskc/tests/tst_accessors.c,
	libpskc/tests/tst_basic.c, libpskc/tests/tst_errors.c,
	libpskc/tests/tst_setters.c, libpskc/tests/tst_validate.c,
	libpskc/validate.c, oathtool/Makefile.am, oathtool/configure.ac,
	oathtool/oathtool.c, oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/Makefile.am, oathtool/tests/tst_hyphen.sh,
	oathtool/tests/tst_oathtool.sh, pam_oath/Makefile.am,
	pam_oath/README, pam_oath/configure.ac, pam_oath/pam_oath.c,
	pam_oath/tests/Makefile.am, pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c,
	pam_oath/tests/test-pam_oath.c, pskctool/Makefile.am,
	pskctool/configure.ac, pskctool/pskctool.c, pskctool/pskctool.ggo,
	pskctool/pskctool.h2m, pskctool/tests/Makefile.am,
	pskctool/tests/tst_hyphen.sh, pskctool/tests/tst_libexamples.sh,
	pskctool/tests/tst_pskctool.sh, pskctool/tests/tst_roundtrip.sh,
	pskctool/tests/tst_sign.sh: Update copyright years.

2016-08-23  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/git-version-gen,
	build-aux/update-copyright, build-aux/useless-if-before-free,
	build-aux/vc-list-files, gl/Makefile.am, gl/dummy.c,
	gl/m4/00gnulib.m4, gl/m4/autobuild.m4, gl/m4/gnulib-cache.m4,
	gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
	gl/m4/onceonly.m4, gl/tests/Makefile.am, gl/tests/init.sh,
	gl/tests/test-init.sh, gl/tests/test-update-copyright.sh,
	gl/tests/test-vc-list-files-cvs.sh,
	gl/tests/test-vc-list-files-git.sh, liboath/build-aux/config.rpath,
	liboath/build-aux/snippet/arg-nonnull.h,
	liboath/build-aux/snippet/c++defs.h,
	liboath/build-aux/snippet/unused-parameter.h,
	liboath/build-aux/snippet/warn-on-use.h, liboath/gl/Makefile.am,
	liboath/gl/alloca.in.h, liboath/gl/asnprintf.c,
	liboath/gl/base32.c, liboath/gl/base32.h,
	liboath/gl/basename-lgpl.c, liboath/gl/c-ctype.c,
	liboath/gl/c-ctype.h, liboath/gl/canonicalize-lgpl.c,
	liboath/gl/close.c, liboath/gl/dirname-lgpl.c,
	liboath/gl/dirname.h, liboath/gl/dosname.h, liboath/gl/errno.in.h,
	liboath/gl/fclose.c, liboath/gl/fd-hook.c, liboath/gl/fd-hook.h,
	liboath/gl/fflush.c, liboath/gl/float+.h, liboath/gl/float.c,
	liboath/gl/float.in.h, liboath/gl/fopen.c, liboath/gl/fpurge.c,
	liboath/gl/freading.c, liboath/gl/freading.h, liboath/gl/fseek.c,
	liboath/gl/fseeko.c, liboath/gl/fstat.c, liboath/gl/ftell.c,
	liboath/gl/ftello.c, liboath/gl/gc-gnulib.c,
	liboath/gl/gc-libgcrypt.c, liboath/gl/gc.h, liboath/gl/getdelim.c,
	liboath/gl/getline.c, liboath/gl/gettimeofday.c,
	liboath/gl/gl_openssl.h, liboath/gl/hmac-sha1.c,
	liboath/gl/hmac-sha256.c, liboath/gl/hmac-sha512.c,
	liboath/gl/hmac.h, liboath/gl/itold.c, liboath/gl/lseek.c,
	liboath/gl/lstat.c, liboath/gl/m4/00gnulib.m4,
	liboath/gl/m4/absolute-header.m4, liboath/gl/m4/alloca.m4,
	liboath/gl/m4/base32.m4, liboath/gl/m4/canonicalize.m4,
	liboath/gl/m4/close.m4, liboath/gl/m4/closedir.m4,
	liboath/gl/m4/ctype.m4, liboath/gl/m4/dirent_h.m4,
	liboath/gl/m4/dirfd.m4, liboath/gl/m4/dirname.m4,
	liboath/gl/m4/double-slash-root.m4, liboath/gl/m4/eealloc.m4,
	liboath/gl/m4/environ.m4, liboath/gl/m4/errno_h.m4,
	liboath/gl/m4/exponentd.m4, liboath/gl/m4/extensions.m4,
	liboath/gl/m4/extern-inline.m4, liboath/gl/m4/fclose.m4,
	liboath/gl/m4/fcntl-o.m4, liboath/gl/m4/fcntl_h.m4,
	liboath/gl/m4/fdopen.m4, liboath/gl/m4/fflush.m4,
	liboath/gl/m4/float_h.m4, liboath/gl/m4/fopen.m4,
	liboath/gl/m4/fpieee.m4, liboath/gl/m4/fpurge.m4,
	liboath/gl/m4/freading.m4, liboath/gl/m4/fseek.m4,
	liboath/gl/m4/fseeko.m4, liboath/gl/m4/fstat.m4,
	liboath/gl/m4/ftell.m4, liboath/gl/m4/ftello.m4,
	liboath/gl/m4/gc-hmac-sha1.m4, liboath/gl/m4/gc-hmac-sha256.m4,
	liboath/gl/m4/gc-hmac-sha512.m4, liboath/gl/m4/gc.m4,
	liboath/gl/m4/getcwd.m4, liboath/gl/m4/getdelim.m4,
	liboath/gl/m4/getline.m4, liboath/gl/m4/getpagesize.m4,
	liboath/gl/m4/gettimeofday.m4, liboath/gl/m4/gl-openssl.m4,
	liboath/gl/m4/gnulib-cache.m4, liboath/gl/m4/gnulib-common.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/gnulib-tool.m4,
	liboath/gl/m4/include_next.m4, liboath/gl/m4/intmax_t.m4,
	liboath/gl/m4/inttypes-pri.m4, liboath/gl/m4/inttypes.m4,
	liboath/gl/m4/inttypes_h.m4, liboath/gl/m4/largefile.m4,
	liboath/gl/m4/ld-version-script.m4, liboath/gl/m4/lib-ld.m4,
	liboath/gl/m4/lib-link.m4, liboath/gl/m4/lib-prefix.m4,
	liboath/gl/m4/link.m4, liboath/gl/m4/longlong.m4,
	liboath/gl/m4/lseek.m4, liboath/gl/m4/lstat.m4,
	liboath/gl/m4/malloc.m4, liboath/gl/m4/malloca.m4,
	liboath/gl/m4/manywarnings.m4, liboath/gl/m4/math_h.m4,
	liboath/gl/m4/memchr.m4, liboath/gl/m4/memxor.m4,
	liboath/gl/m4/mmap-anon.m4, liboath/gl/m4/msvc-inval.m4,
	liboath/gl/m4/msvc-nothrow.m4, liboath/gl/m4/multiarch.m4,
	liboath/gl/m4/nocrash.m4, liboath/gl/m4/off_t.m4,
	liboath/gl/m4/onceonly.m4, liboath/gl/m4/opendir.m4,
	liboath/gl/m4/pathmax.m4, liboath/gl/m4/printf.m4,
	liboath/gl/m4/priv-set.m4, liboath/gl/m4/putenv.m4,
	liboath/gl/m4/readdir.m4, liboath/gl/m4/readlink.m4,
	liboath/gl/m4/realloc.m4, liboath/gl/m4/rename.m4,
	liboath/gl/m4/rmdir.m4, liboath/gl/m4/setenv.m4,
	liboath/gl/m4/sha1.m4, liboath/gl/m4/sha256.m4,
	liboath/gl/m4/sha512.m4, liboath/gl/m4/size_max.m4,
	liboath/gl/m4/snprintf.m4, liboath/gl/m4/ssize_t.m4,
	liboath/gl/m4/stat.m4, liboath/gl/m4/stdalign.m4,
	liboath/gl/m4/stdbool.m4, liboath/gl/m4/stddef_h.m4,
	liboath/gl/m4/stdint.m4, liboath/gl/m4/stdint_h.m4,
	liboath/gl/m4/stdio_h.m4, liboath/gl/m4/stdlib_h.m4,
	liboath/gl/m4/strdup.m4, liboath/gl/m4/string_h.m4,
	liboath/gl/m4/strtok_r.m4, liboath/gl/m4/strverscmp.m4,
	liboath/gl/m4/symlink.m4, liboath/gl/m4/sys_socket_h.m4,
	liboath/gl/m4/sys_stat_h.m4, liboath/gl/m4/sys_time_h.m4,
	liboath/gl/m4/sys_types_h.m4, liboath/gl/m4/time_h.m4,
	liboath/gl/m4/ungetc.m4, liboath/gl/m4/unistd_h.m4,
	liboath/gl/m4/unlink.m4, liboath/gl/m4/unlinkdir.m4,
	liboath/gl/m4/valgrind-tests.m4, liboath/gl/m4/vasnprintf.m4,
	liboath/gl/m4/visibility.m4, liboath/gl/m4/warn-on-use.m4,
	liboath/gl/m4/warnings.m4, liboath/gl/m4/wchar_h.m4,
	liboath/gl/m4/wchar_t.m4, liboath/gl/m4/wint_t.m4,
	liboath/gl/m4/xsize.m4, liboath/gl/malloc.c, liboath/gl/malloca.c,
	liboath/gl/malloca.h, liboath/gl/memchr.c, liboath/gl/memxor.c,
	liboath/gl/memxor.h, liboath/gl/msvc-inval.c,
	liboath/gl/msvc-inval.h, liboath/gl/msvc-nothrow.c,
	liboath/gl/msvc-nothrow.h, liboath/gl/pathmax.h,
	liboath/gl/printf-args.c, liboath/gl/printf-args.h,
	liboath/gl/printf-parse.c, liboath/gl/printf-parse.h,
	liboath/gl/readlink.c, liboath/gl/realloc.c, liboath/gl/rename.c,
	liboath/gl/rmdir.c, liboath/gl/same-inode.h, liboath/gl/sha1.c,
	liboath/gl/sha1.h, liboath/gl/sha256.c, liboath/gl/sha256.h,
	liboath/gl/sha512.c, liboath/gl/sha512.h, liboath/gl/size_max.h,
	liboath/gl/snprintf.c, liboath/gl/stat.c, liboath/gl/stdalign.in.h,
	liboath/gl/stdbool.in.h, liboath/gl/stddef.in.h,
	liboath/gl/stdint.in.h, liboath/gl/stdio-impl.h,
	liboath/gl/stdio.in.h, liboath/gl/stdlib.in.h, liboath/gl/strdup.c,
	liboath/gl/string.in.h, liboath/gl/stripslash.c,
	liboath/gl/strtok_r.c, liboath/gl/strverscmp.c,
	liboath/gl/sys_stat.in.h, liboath/gl/sys_time.in.h,
	liboath/gl/sys_types.in.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/binary-io.c, liboath/gl/tests/binary-io.h,
	liboath/gl/tests/closedir.c, liboath/gl/tests/ctype.in.h,
	liboath/gl/tests/dirent-private.h, liboath/gl/tests/dirent.in.h,
	liboath/gl/tests/dirfd.c, liboath/gl/tests/fcntl.in.h,
	liboath/gl/tests/fdopen.c, liboath/gl/tests/filename.h,
	liboath/gl/tests/fpucw.h, liboath/gl/tests/getcwd-lgpl.c,
	liboath/gl/tests/getpagesize.c, liboath/gl/tests/ignore-value.h,
	liboath/gl/tests/init.sh, liboath/gl/tests/intprops.h,
	liboath/gl/tests/inttypes.in.h, liboath/gl/tests/link.c,
	liboath/gl/tests/macros.h, liboath/gl/tests/opendir.c,
	liboath/gl/tests/priv-set.c, liboath/gl/tests/priv-set.h,
	liboath/gl/tests/putenv.c, liboath/gl/tests/readdir.c,
	liboath/gl/tests/root-uid.h, liboath/gl/tests/signature.h,
	liboath/gl/tests/symlink.c, liboath/gl/tests/test-alloca-opt.c,
	liboath/gl/tests/test-base32.c, liboath/gl/tests/test-binary-io.c,
	liboath/gl/tests/test-c-ctype.c,
	liboath/gl/tests/test-canonicalize-lgpl.c,
	liboath/gl/tests/test-chdir.c, liboath/gl/tests/test-close.c,
	liboath/gl/tests/test-ctype.c, liboath/gl/tests/test-dirent.c,
	liboath/gl/tests/test-environ.c, liboath/gl/tests/test-errno.c,
	liboath/gl/tests/test-fclose.c, liboath/gl/tests/test-fcntl-h.c,
	liboath/gl/tests/test-fdopen.c, liboath/gl/tests/test-fflush.c,
	liboath/gl/tests/test-fflush2.c, liboath/gl/tests/test-fgetc.c,
	liboath/gl/tests/test-float.c, liboath/gl/tests/test-fopen.c,
	liboath/gl/tests/test-fopen.h, liboath/gl/tests/test-fpurge.c,
	liboath/gl/tests/test-fputc.c, liboath/gl/tests/test-fread.c,
	liboath/gl/tests/test-freading.c, liboath/gl/tests/test-fseek.c,
	liboath/gl/tests/test-fseeko.c, liboath/gl/tests/test-fseeko3.c,
	liboath/gl/tests/test-fseeko4.c, liboath/gl/tests/test-fstat.c,
	liboath/gl/tests/test-ftell.c, liboath/gl/tests/test-ftell3.c,
	liboath/gl/tests/test-ftello.c, liboath/gl/tests/test-ftello3.c,
	liboath/gl/tests/test-ftello4.c, liboath/gl/tests/test-fwrite.c,
	liboath/gl/tests/test-gc-hmac-sha1.c,
	liboath/gl/tests/test-gc-hmac-sha256.c,
	liboath/gl/tests/test-gc-hmac-sha512.c, liboath/gl/tests/test-gc.c,
	liboath/gl/tests/test-getcwd-lgpl.c,
	liboath/gl/tests/test-getdelim.c, liboath/gl/tests/test-getline.c,
	liboath/gl/tests/test-gettimeofday.c,
	liboath/gl/tests/test-hmac-sha1.c,
	liboath/gl/tests/test-hmac-sha256.c,
	liboath/gl/tests/test-hmac-sha512.c,
	liboath/gl/tests/test-ignore-value.c,
	liboath/gl/tests/test-init.sh, liboath/gl/tests/test-intprops.c,
	liboath/gl/tests/test-inttypes.c, liboath/gl/tests/test-link.c,
	liboath/gl/tests/test-link.h, liboath/gl/tests/test-lseek.c,
	liboath/gl/tests/test-lstat.c, liboath/gl/tests/test-lstat.h,
	liboath/gl/tests/test-malloca.c, liboath/gl/tests/test-memchr.c,
	liboath/gl/tests/test-pathmax.c, liboath/gl/tests/test-priv-set.c,
	liboath/gl/tests/test-readlink.c, liboath/gl/tests/test-readlink.h,
	liboath/gl/tests/test-rename.c, liboath/gl/tests/test-rename.h,
	liboath/gl/tests/test-rmdir.c, liboath/gl/tests/test-rmdir.h,
	liboath/gl/tests/test-sha1.c, liboath/gl/tests/test-snprintf.c,
	liboath/gl/tests/test-stat.c, liboath/gl/tests/test-stat.h,
	liboath/gl/tests/test-stdalign.c, liboath/gl/tests/test-stdbool.c,
	liboath/gl/tests/test-stddef.c, liboath/gl/tests/test-stdint.c,
	liboath/gl/tests/test-stdio.c, liboath/gl/tests/test-stdlib.c,
	liboath/gl/tests/test-string.c, liboath/gl/tests/test-strverscmp.c,
	liboath/gl/tests/test-symlink.c, liboath/gl/tests/test-symlink.h,
	liboath/gl/tests/test-sys_stat.c, liboath/gl/tests/test-sys_time.c,
	liboath/gl/tests/test-sys_types.c,
	liboath/gl/tests/test-sys_wait.h, liboath/gl/tests/test-time.c,
	liboath/gl/tests/test-u64.c, liboath/gl/tests/test-unistd.c,
	liboath/gl/tests/test-unlink.c, liboath/gl/tests/test-unlink.h,
	liboath/gl/tests/test-unsetenv.c,
	liboath/gl/tests/test-vasnprintf.c, liboath/gl/tests/test-verify.c,
	liboath/gl/tests/test-wchar.c, liboath/gl/tests/unlinkdir.c,
	liboath/gl/tests/unlinkdir.h, liboath/gl/tests/unsetenv.c,
	liboath/gl/tests/zerosize-ptr.h, liboath/gl/time.in.h,
	liboath/gl/u64.c, liboath/gl/u64.h, liboath/gl/unistd.c,
	liboath/gl/unistd.in.h, liboath/gl/unlink.c,
	liboath/gl/vasnprintf.c, liboath/gl/vasnprintf.h,
	liboath/gl/verify.h, liboath/gl/wchar.in.h, liboath/gl/xsize.h,
	libpskc/build-aux/snippet/arg-nonnull.h,
	libpskc/build-aux/snippet/c++defs.h,
	libpskc/build-aux/snippet/warn-on-use.h, libpskc/gl/Makefile.am,
	libpskc/gl/anytostr.c, libpskc/gl/base64.c, libpskc/gl/base64.h,
	libpskc/gl/intprops.h, libpskc/gl/inttostr.h,
	libpskc/gl/m4/00gnulib.m4, libpskc/gl/m4/absolute-header.m4,
	libpskc/gl/m4/alloca.m4, libpskc/gl/m4/base64.m4,
	libpskc/gl/m4/errno_h.m4, libpskc/gl/m4/exponentd.m4,
	libpskc/gl/m4/extensions.m4, libpskc/gl/m4/extern-inline.m4,
	libpskc/gl/m4/fdopen.m4, libpskc/gl/m4/float_h.m4,
	libpskc/gl/m4/fpieee.m4, libpskc/gl/m4/getpagesize.m4,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/m4/gnulib-common.m4,
	libpskc/gl/m4/gnulib-comp.m4, libpskc/gl/m4/gnulib-tool.m4,
	libpskc/gl/m4/include_next.m4, libpskc/gl/m4/intmax_t.m4,
	libpskc/gl/m4/inttostr.m4, libpskc/gl/m4/inttypes-pri.m4,
	libpskc/gl/m4/inttypes.m4, libpskc/gl/m4/inttypes_h.m4,
	libpskc/gl/m4/ld-version-script.m4, libpskc/gl/m4/longlong.m4,
	libpskc/gl/m4/manywarnings.m4, libpskc/gl/m4/math_h.m4,
	libpskc/gl/m4/memchr.m4, libpskc/gl/m4/minmax.m4,
	libpskc/gl/m4/mmap-anon.m4, libpskc/gl/m4/msvc-inval.m4,
	libpskc/gl/m4/multiarch.m4, libpskc/gl/m4/off_t.m4,
	libpskc/gl/m4/onceonly.m4, libpskc/gl/m4/printf.m4,
	libpskc/gl/m4/size_max.m4, libpskc/gl/m4/snprintf.m4,
	libpskc/gl/m4/ssize_t.m4, libpskc/gl/m4/stdalign.m4,
	libpskc/gl/m4/stdbool.m4, libpskc/gl/m4/stddef_h.m4,
	libpskc/gl/m4/stdint.m4, libpskc/gl/m4/stdint_h.m4,
	libpskc/gl/m4/stdio_h.m4, libpskc/gl/m4/string_h.m4,
	libpskc/gl/m4/strverscmp.m4, libpskc/gl/m4/sys_types_h.m4,
	libpskc/gl/m4/unistd_h.m4, libpskc/gl/m4/valgrind-tests.m4,
	libpskc/gl/m4/vasnprintf.m4, libpskc/gl/m4/visibility.m4,
	libpskc/gl/m4/warn-on-use.m4, libpskc/gl/m4/warnings.m4,
	libpskc/gl/m4/wchar_h.m4, libpskc/gl/m4/wchar_t.m4,
	libpskc/gl/m4/wint_t.m4, libpskc/gl/m4/xsize.m4,
	libpskc/gl/memchr.c, libpskc/gl/minmax.h, libpskc/gl/stdbool.in.h,
	libpskc/gl/stddef.in.h, libpskc/gl/stdint.in.h,
	libpskc/gl/string.in.h, libpskc/gl/strverscmp.c,
	libpskc/gl/sys_types.in.h, libpskc/gl/tests/Makefile.am,
	libpskc/gl/tests/alloca.in.h, libpskc/gl/tests/asnprintf.c,
	libpskc/gl/tests/errno.in.h, libpskc/gl/tests/fdopen.c,
	libpskc/gl/tests/float+.h, libpskc/gl/tests/float.c,
	libpskc/gl/tests/float.in.h, libpskc/gl/tests/fpucw.h,
	libpskc/gl/tests/getpagesize.c, libpskc/gl/tests/init.sh,
	libpskc/gl/tests/inttypes.in.h, libpskc/gl/tests/itold.c,
	libpskc/gl/tests/macros.h, libpskc/gl/tests/msvc-inval.c,
	libpskc/gl/tests/msvc-inval.h, libpskc/gl/tests/printf-args.c,
	libpskc/gl/tests/printf-args.h, libpskc/gl/tests/printf-parse.c,
	libpskc/gl/tests/printf-parse.h, libpskc/gl/tests/signature.h,
	libpskc/gl/tests/size_max.h, libpskc/gl/tests/snprintf.c,
	libpskc/gl/tests/stdalign.in.h, libpskc/gl/tests/stdio.in.h,
	libpskc/gl/tests/test-alloca-opt.c, libpskc/gl/tests/test-base64.c,
	libpskc/gl/tests/test-errno.c, libpskc/gl/tests/test-fdopen.c,
	libpskc/gl/tests/test-fgetc.c, libpskc/gl/tests/test-float.c,
	libpskc/gl/tests/test-fputc.c, libpskc/gl/tests/test-fread.c,
	libpskc/gl/tests/test-fwrite.c, libpskc/gl/tests/test-init.sh,
	libpskc/gl/tests/test-intprops.c, libpskc/gl/tests/test-inttostr.c,
	libpskc/gl/tests/test-inttypes.c, libpskc/gl/tests/test-memchr.c,
	libpskc/gl/tests/test-snprintf.c, libpskc/gl/tests/test-stdalign.c,
	libpskc/gl/tests/test-stdbool.c, libpskc/gl/tests/test-stddef.c,
	libpskc/gl/tests/test-stdint.c, libpskc/gl/tests/test-stdio.c,
	libpskc/gl/tests/test-string.c, libpskc/gl/tests/test-strverscmp.c,
	libpskc/gl/tests/test-sys_types.c, libpskc/gl/tests/test-unistd.c,
	libpskc/gl/tests/test-vasnprintf.c, libpskc/gl/tests/test-verify.c,
	libpskc/gl/tests/test-wchar.c, libpskc/gl/tests/unistd.c,
	libpskc/gl/tests/unistd.in.h, libpskc/gl/tests/vasnprintf.c,
	libpskc/gl/tests/vasnprintf.h, libpskc/gl/tests/wchar.in.h,
	libpskc/gl/tests/xsize.h, libpskc/gl/tests/zerosize-ptr.h,
	libpskc/gl/{tests => }/verify.h, maint.mk,
	oathtool/build-aux/snippet/arg-nonnull.h,
	oathtool/build-aux/snippet/c++defs.h,
	oathtool/build-aux/snippet/warn-on-use.h,
	oathtool/doc/parse-datetime.texi, oathtool/gl/Makefile.am,
	oathtool/gl/alloca.in.h, oathtool/gl/asnprintf.c,
	oathtool/gl/asprintf.c, oathtool/gl/c-ctype.c,
	oathtool/gl/c-ctype.h, oathtool/gl/errno.in.h, oathtool/gl/error.c,
	oathtool/gl/error.h, oathtool/gl/exitfail.c,
	oathtool/gl/exitfail.h, oathtool/gl/float+.h, oathtool/gl/float.c,
	oathtool/gl/float.in.h, oathtool/gl/gettext.h,
	oathtool/gl/gettime.c, oathtool/gl/gettimeofday.c,
	oathtool/gl/intprops.h, oathtool/gl/inttypes.in.h,
	oathtool/gl/itold.c, oathtool/gl/m4/00gnulib.m4,
	oathtool/gl/m4/absolute-header.m4, oathtool/gl/m4/alloca.m4,
	oathtool/gl/m4/bison.m4, oathtool/gl/m4/clock_time.m4,
	oathtool/gl/m4/ctype.m4, oathtool/gl/m4/eealloc.m4,
	oathtool/gl/m4/environ.m4, oathtool/gl/m4/errno_h.m4,
	oathtool/gl/m4/error.m4, oathtool/gl/m4/exponentd.m4,
	oathtool/gl/m4/extensions.m4, oathtool/gl/m4/extern-inline.m4,
	oathtool/gl/m4/fdopen.m4, oathtool/gl/m4/flexmember.m4,
	oathtool/gl/m4/float_h.m4, oathtool/gl/m4/fpieee.m4,
	oathtool/gl/m4/getpagesize.m4, oathtool/gl/m4/gettime.m4,
	oathtool/gl/m4/gettimeofday.m4, oathtool/gl/m4/gnulib-cache.m4,
	oathtool/gl/m4/gnulib-common.m4, oathtool/gl/m4/gnulib-comp.m4,
	oathtool/gl/m4/gnulib-tool.m4, oathtool/gl/m4/include_next.m4,
	oathtool/gl/m4/intmax_t.m4, oathtool/gl/m4/inttypes-pri.m4,
	oathtool/gl/m4/inttypes.m4, oathtool/gl/m4/inttypes_h.m4,
	oathtool/gl/m4/longlong.m4, oathtool/gl/m4/malloc.m4,
	oathtool/gl/m4/malloca.m4, oathtool/gl/m4/math_h.m4,
	oathtool/gl/m4/memchr.m4, oathtool/gl/m4/mktime.m4,
	oathtool/gl/m4/mmap-anon.m4, oathtool/gl/m4/msvc-inval.m4,
	oathtool/gl/m4/msvc-nothrow.m4, oathtool/gl/m4/multiarch.m4,
	oathtool/gl/m4/off_t.m4, oathtool/gl/m4/onceonly.m4,
	oathtool/gl/m4/parse-datetime.m4, oathtool/gl/m4/printf.m4,
	oathtool/gl/m4/putenv.m4, oathtool/gl/m4/setenv.m4,
	oathtool/gl/m4/size_max.m4, oathtool/gl/m4/ssize_t.m4,
	oathtool/gl/m4/stdalign.m4, oathtool/gl/m4/stdarg.m4,
	oathtool/gl/m4/stdbool.m4, oathtool/gl/m4/stddef_h.m4,
	oathtool/gl/m4/stdint.m4, oathtool/gl/m4/stdint_h.m4,
	oathtool/gl/m4/stdio_h.m4, oathtool/gl/m4/stdlib_h.m4,
	oathtool/gl/m4/strerror.m4, oathtool/gl/m4/strftime.m4,
	oathtool/gl/m4/string_h.m4, oathtool/gl/m4/sys_socket_h.m4,
	oathtool/gl/m4/sys_time_h.m4, oathtool/gl/m4/sys_types_h.m4,
	oathtool/gl/m4/time_h.m4, oathtool/gl/m4/time_r.m4,
	oathtool/gl/m4/time_rz.m4, oathtool/gl/m4/timegm.m4,
	oathtool/gl/m4/timespec.m4, oathtool/gl/m4/tm_gmtoff.m4,
	oathtool/gl/m4/unistd_h.m4, oathtool/gl/m4/vasnprintf.m4,
	oathtool/gl/m4/vasprintf.m4, oathtool/gl/m4/version-etc.m4,
	oathtool/gl/m4/warn-on-use.m4, oathtool/gl/m4/wchar_h.m4,
	oathtool/gl/m4/wchar_t.m4, oathtool/gl/m4/wint_t.m4,
	oathtool/gl/m4/xalloc.m4, oathtool/gl/m4/xsize.m4,
	oathtool/gl/malloca.c, oathtool/gl/malloca.h, oathtool/gl/memchr.c,
	oathtool/gl/mktime-internal.h, oathtool/gl/mktime.c,
	oathtool/gl/msvc-inval.c, oathtool/gl/msvc-inval.h,
	oathtool/gl/msvc-nothrow.c, oathtool/gl/msvc-nothrow.h,
	oathtool/gl/parse-datetime.h, oathtool/gl/parse-datetime.y,
	oathtool/gl/parse-duration.c, oathtool/gl/parse-duration.h,
	oathtool/gl/printf-args.c, oathtool/gl/printf-args.h,
	oathtool/gl/printf-parse.c, oathtool/gl/printf-parse.h,
	oathtool/gl/progname.c, oathtool/gl/progname.h,
	oathtool/gl/setenv.c, oathtool/gl/size_max.h,
	oathtool/gl/stdarg.in.h, oathtool/gl/stdbool.in.h,
	oathtool/gl/stddef.in.h, oathtool/gl/stdint.in.h,
	oathtool/gl/stdio.in.h, oathtool/gl/stdlib.in.h,
	oathtool/gl/strerror-override.c, oathtool/gl/strerror-override.h,
	oathtool/gl/strerror.c, oathtool/gl/strftime.c,
	oathtool/gl/strftime.h, oathtool/gl/string.in.h,
	oathtool/gl/sys_time.in.h, oathtool/gl/sys_types.in.h,
	oathtool/gl/tests/Makefile.am, oathtool/gl/tests/ctype.in.h,
	oathtool/gl/tests/dtotimespec.c, oathtool/gl/tests/fdopen.c,
	oathtool/gl/tests/fpucw.h, oathtool/gl/tests/getpagesize.c,
	oathtool/gl/tests/init.sh, oathtool/gl/tests/macros.h,
	oathtool/gl/tests/malloc.c, oathtool/gl/tests/putenv.c,
	oathtool/gl/tests/signature.h, oathtool/gl/tests/stdalign.in.h,
	oathtool/gl/tests/test-alloca-opt.c,
	oathtool/gl/tests/test-c-ctype.c, oathtool/gl/tests/test-ctype.c,
	oathtool/gl/tests/test-environ.c, oathtool/gl/tests/test-errno.c,
	oathtool/gl/tests/test-fdopen.c, oathtool/gl/tests/test-fgetc.c,
	oathtool/gl/tests/test-float.c, oathtool/gl/tests/test-fputc.c,
	oathtool/gl/tests/test-fread.c, oathtool/gl/tests/test-fwrite.c,
	oathtool/gl/tests/test-gettimeofday.c,
	oathtool/gl/tests/test-init.sh, oathtool/gl/tests/test-intprops.c,
	oathtool/gl/tests/test-inttypes.c,
	oathtool/gl/tests/test-malloca.c, oathtool/gl/tests/test-memchr.c,
	oathtool/gl/tests/test-parse-datetime.c,
	oathtool/gl/tests/test-parse-duration.c,
	oathtool/gl/tests/test-setenv.c, oathtool/gl/tests/test-stdalign.c,
	oathtool/gl/tests/test-stdbool.c, oathtool/gl/tests/test-stddef.c,
	oathtool/gl/tests/test-stdint.c, oathtool/gl/tests/test-stdio.c,
	oathtool/gl/tests/test-stdlib.c, oathtool/gl/tests/test-strerror.c,
	oathtool/gl/tests/test-strftime.c, oathtool/gl/tests/test-string.c,
	oathtool/gl/tests/test-sys_time.c,
	oathtool/gl/tests/test-sys_types.c,
	oathtool/gl/tests/test-sys_wait.h, oathtool/gl/tests/test-time.c,
	oathtool/gl/tests/test-timespec.c, oathtool/gl/tests/test-unistd.c,
	oathtool/gl/tests/test-unsetenv.c,
	oathtool/gl/tests/test-vasnprintf.c,
	oathtool/gl/tests/test-vasprintf.c,
	oathtool/gl/tests/test-verify.c,
	oathtool/gl/tests/test-version-etc.c,
	oathtool/gl/tests/test-version-etc.sh,
	oathtool/gl/tests/test-wchar.c,
	oathtool/gl/tests/test-xalloc-die.c,
	oathtool/gl/tests/test-xalloc-die.sh,
	oathtool/gl/tests/timespec-add.c, oathtool/gl/tests/timespec-sub.c,
	oathtool/gl/tests/version-etc-fsf.c,
	oathtool/gl/tests/zerosize-ptr.h, oathtool/gl/time-internal.h,
	oathtool/gl/time.in.h, oathtool/gl/time_r.c, oathtool/gl/time_rz.c,
	oathtool/gl/timegm.c, oathtool/gl/timespec.h, oathtool/gl/unistd.c,
	oathtool/gl/unistd.in.h, oathtool/gl/unsetenv.c,
	oathtool/gl/vasnprintf.c, oathtool/gl/vasnprintf.h,
	oathtool/gl/vasprintf.c, oathtool/gl/verify.h,
	oathtool/gl/version-etc.c, oathtool/gl/version-etc.h,
	oathtool/gl/wchar.in.h, oathtool/gl/xalloc-die.c,
	oathtool/gl/xalloc-oversized.h, oathtool/gl/xalloc.h,
	oathtool/gl/xmalloc.c, oathtool/gl/xsize.h,
	pskctool/build-aux/snippet/arg-nonnull.h,
	pskctool/build-aux/snippet/c++defs.h,
	pskctool/build-aux/snippet/warn-on-use.h, pskctool/gl/Makefile.am,
	pskctool/gl/errno.in.h, pskctool/gl/error.c, pskctool/gl/error.h,
	pskctool/gl/fstat.c, pskctool/gl/ftell.c, pskctool/gl/ftello.c,
	pskctool/gl/gettext.h, pskctool/gl/gettimeofday.c,
	pskctool/gl/intprops.h, pskctool/gl/lseek.c,
	pskctool/gl/m4/00gnulib.m4, pskctool/gl/m4/absolute-header.m4,
	pskctool/gl/m4/errno_h.m4, pskctool/gl/m4/error.m4,
	pskctool/gl/m4/extensions.m4, pskctool/gl/m4/extern-inline.m4,
	pskctool/gl/m4/fcntl-o.m4, pskctool/gl/m4/fcntl_h.m4,
	pskctool/gl/m4/fdopen.m4, pskctool/gl/m4/fseeko.m4,
	pskctool/gl/m4/fstat.m4, pskctool/gl/m4/ftell.m4,
	pskctool/gl/m4/ftello.m4, pskctool/gl/m4/gettimeofday.m4,
	pskctool/gl/m4/gnulib-cache.m4, pskctool/gl/m4/gnulib-common.m4,
	pskctool/gl/m4/gnulib-comp.m4, pskctool/gl/m4/gnulib-tool.m4,
	pskctool/gl/m4/include_next.m4, pskctool/gl/m4/inttypes-pri.m4,
	pskctool/gl/m4/inttypes.m4, pskctool/gl/m4/largefile.m4,
	pskctool/gl/m4/longlong.m4, pskctool/gl/m4/lseek.m4,
	pskctool/gl/m4/malloc.m4, pskctool/gl/m4/msvc-inval.m4,
	pskctool/gl/m4/msvc-nothrow.m4, pskctool/gl/m4/multiarch.m4,
	pskctool/gl/m4/off_t.m4, pskctool/gl/m4/onceonly.m4,
	pskctool/gl/m4/read-file.m4, pskctool/gl/m4/realloc.m4,
	pskctool/gl/m4/ssize_t.m4, pskctool/gl/m4/stdalign.m4,
	pskctool/gl/m4/stdarg.m4, pskctool/gl/m4/stdbool.m4,
	pskctool/gl/m4/stddef_h.m4, pskctool/gl/m4/stdint.m4,
	pskctool/gl/m4/stdio_h.m4, pskctool/gl/m4/stdlib_h.m4,
	pskctool/gl/m4/strerror.m4, pskctool/gl/m4/string_h.m4,
	pskctool/gl/m4/sys_socket_h.m4, pskctool/gl/m4/sys_stat_h.m4,
	pskctool/gl/m4/sys_time_h.m4, pskctool/gl/m4/sys_types_h.m4,
	pskctool/gl/m4/time_h.m4, pskctool/gl/m4/ungetc.m4,
	pskctool/gl/m4/unistd_h.m4, pskctool/gl/m4/version-etc.m4,
	pskctool/gl/m4/warn-on-use.m4, pskctool/gl/m4/wchar_h.m4,
	pskctool/gl/m4/wchar_t.m4, pskctool/gl/m4/wint_t.m4,
	pskctool/gl/malloc.c, pskctool/gl/msvc-inval.c,
	pskctool/gl/msvc-inval.h, pskctool/gl/msvc-nothrow.c,
	pskctool/gl/msvc-nothrow.h, pskctool/gl/progname.c,
	pskctool/gl/progname.h, pskctool/gl/read-file.c,
	pskctool/gl/read-file.h, pskctool/gl/realloc.c,
	pskctool/gl/stdarg.in.h, pskctool/gl/stddef.in.h,
	pskctool/gl/stdint.in.h, pskctool/gl/stdio-impl.h,
	pskctool/gl/stdio.in.h, pskctool/gl/stdlib.in.h,
	pskctool/gl/strerror-override.c, pskctool/gl/strerror-override.h,
	pskctool/gl/strerror.c, pskctool/gl/string.in.h,
	pskctool/gl/sys_stat.in.h, pskctool/gl/sys_time.in.h,
	pskctool/gl/sys_types.in.h, pskctool/gl/tests/Makefile.am,
	pskctool/gl/tests/binary-io.c, pskctool/gl/tests/binary-io.h,
	pskctool/gl/tests/fcntl.in.h, pskctool/gl/tests/fdopen.c,
	pskctool/gl/tests/init.sh, pskctool/gl/tests/inttypes.in.h,
	pskctool/gl/tests/macros.h, pskctool/gl/tests/signature.h,
	pskctool/gl/tests/stdalign.in.h, pskctool/gl/tests/stdbool.in.h,
	pskctool/gl/tests/test-binary-io.c, pskctool/gl/tests/test-errno.c,
	pskctool/gl/tests/test-fcntl-h.c, pskctool/gl/tests/test-fdopen.c,
	pskctool/gl/tests/test-fgetc.c, pskctool/gl/tests/test-fputc.c,
	pskctool/gl/tests/test-fread.c, pskctool/gl/tests/test-fstat.c,
	pskctool/gl/tests/test-ftell.c, pskctool/gl/tests/test-ftell3.c,
	pskctool/gl/tests/test-ftello.c, pskctool/gl/tests/test-ftello3.c,
	pskctool/gl/tests/test-ftello4.c, pskctool/gl/tests/test-fwrite.c,
	pskctool/gl/tests/test-gettimeofday.c,
	pskctool/gl/tests/test-init.sh, pskctool/gl/tests/test-intprops.c,
	pskctool/gl/tests/test-inttypes.c, pskctool/gl/tests/test-lseek.c,
	pskctool/gl/tests/test-read-file.c,
	pskctool/gl/tests/test-stdalign.c,
	pskctool/gl/tests/test-stdbool.c, pskctool/gl/tests/test-stddef.c,
	pskctool/gl/tests/test-stdint.c, pskctool/gl/tests/test-stdio.c,
	pskctool/gl/tests/test-stdlib.c, pskctool/gl/tests/test-strerror.c,
	pskctool/gl/tests/test-string.c, pskctool/gl/tests/test-sys_stat.c,
	pskctool/gl/tests/test-sys_time.c,
	pskctool/gl/tests/test-sys_types.c,
	pskctool/gl/tests/test-sys_wait.h, pskctool/gl/tests/test-time.c,
	pskctool/gl/tests/test-unistd.c, pskctool/gl/tests/test-verify.c,
	pskctool/gl/tests/test-version-etc.c,
	pskctool/gl/tests/test-version-etc.sh,
	pskctool/gl/tests/test-wchar.c,
	pskctool/gl/tests/version-etc-fsf.c, pskctool/gl/tests/wchar.in.h,
	pskctool/gl/time.in.h, pskctool/gl/unistd.c,
	pskctool/gl/unistd.in.h, pskctool/gl/verify.h,
	pskctool/gl/version-etc.c, pskctool/gl/version-etc.h: Update gnulib
	files.

2015-07-31  Simon Josefsson <simon@josefsson.org>

	* doc/release-process.txt: Drop dead freecode.org instruction.

2015-07-31  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.6.1.

2015-07-31  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.6.1.

2015-07-31  Simon Josefsson <simon@josefsson.org>

	* build-aux/update-copyright, gl/m4/gnulib-common.m4,
	gl/tests/init.sh, liboath/gl/Makefile.am,
	liboath/gl/m4/gnulib-common.m4, liboath/gl/m4/stdio_h.m4,
	liboath/gl/m4/sys_time_h.m4, liboath/gl/m4/time_h.m4,
	liboath/gl/stdio.in.h, liboath/gl/string.in.h,
	liboath/gl/tests/init.sh, liboath/gl/tests/inttypes.in.h,
	liboath/gl/time.in.h, liboath/gl/wchar.in.h,
	libpskc/gl/Makefile.am, libpskc/gl/m4/gnulib-common.m4,
	libpskc/gl/m4/stdio_h.m4, libpskc/gl/string.in.h,
	libpskc/gl/tests/init.sh, libpskc/gl/tests/inttypes.in.h,
	libpskc/gl/tests/stdio.in.h, libpskc/gl/tests/wchar.in.h,
	oathtool/gl/Makefile.am, oathtool/gl/error.c, oathtool/gl/error.h,
	oathtool/gl/inttypes.in.h, oathtool/gl/m4/gnulib-common.m4,
	oathtool/gl/m4/stdio_h.m4, oathtool/gl/m4/sys_time_h.m4,
	oathtool/gl/m4/time_h.m4, oathtool/gl/stdio.in.h,
	oathtool/gl/string.in.h, oathtool/gl/tests/init.sh,
	oathtool/gl/time.in.h, oathtool/gl/wchar.in.h,
	pskctool/gl/Makefile.am, pskctool/gl/error.c, pskctool/gl/error.h,
	pskctool/gl/m4/gnulib-common.m4, pskctool/gl/m4/stdio_h.m4,
	pskctool/gl/m4/sys_time_h.m4, pskctool/gl/m4/time_h.m4,
	pskctool/gl/stdio.in.h, pskctool/gl/string.in.h,
	pskctool/gl/tests/init.sh, pskctool/gl/tests/inttypes.in.h,
	pskctool/gl/tests/wchar.in.h, pskctool/gl/time.in.h: Update gnulib
	files.

2015-07-31  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2015-05-25  Christian Hesse <mail@eworm.de>

	* liboath/tests/tst_totp_algo.c: fix make check on 32 bit systems Some tests break with time_t limited to 32 bit. The test code has
	exception, but bad values. Update the values to what we expect and
	make tests pass.  Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off-by: Simon
	Josefsson <simon@josefsson.org>

2015-05-19  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.6.0.

2015-05-19  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, COPYING, HACKING, Makefile.am, README,
	build-aux/oath-toolkit-version, cfg.mk, configure.ac,
	liboath/Makefile.am, liboath/aux.c, liboath/aux.h,
	liboath/coding.c, liboath/configure.ac, liboath/errors.c,
	liboath/global.c, liboath/hotp.c, liboath/hotp.h,
	liboath/liboath.map, liboath/liboath.pc.in,
	liboath/man/Makefile.am, liboath/man/gdoc, liboath/man/gdoc.mk,
	liboath/oath.h.in, liboath/tests/Makefile.am,
	liboath/tests/tst_basic.c, liboath/tests/tst_coding.c,
	liboath/tests/tst_errors.c, liboath/tests/tst_hotp_algo.c,
	liboath/tests/tst_hotp_validate.c, liboath/tests/tst_totp_algo.c,
	liboath/tests/tst_totp_validate.c, liboath/tests/tst_usersfile.c,
	liboath/tests/tst_usersfile.sh, liboath/totp.c,
	liboath/usersfile.c, libpskc/Makefile.am, libpskc/README,
	libpskc/build.c, libpskc/configure.ac, libpskc/container.c,
	libpskc/enums.c, libpskc/errors.c, libpskc/examples/Makefile.am,
	libpskc/global.c, libpskc/include/Makefile.am,
	libpskc/include/pskc/Makefile.am, libpskc/include/pskc/container.h,
	libpskc/include/pskc/enums.h, libpskc/include/pskc/errors.h,
	libpskc/include/pskc/exports.h, libpskc/include/pskc/global.h,
	libpskc/include/pskc/keypackage.h, libpskc/include/pskc/pskc.h,
	libpskc/include/pskc/version.h.in, libpskc/internal.h,
	libpskc/libpskc.map, libpskc/libpskc.pc.in,
	libpskc/man/Makefile.am, libpskc/man/gdoc, libpskc/man/gdoc.mk,
	libpskc/output.c, libpskc/parser.c, libpskc/schemas/Makefile.am,
	libpskc/sign.c, libpskc/tests/Makefile.am,
	libpskc/tests/libpskc.supp, libpskc/tests/tst_accessors.c,
	libpskc/tests/tst_basic.c, libpskc/tests/tst_errors.c,
	libpskc/tests/tst_setters.c, libpskc/tests/tst_validate.c,
	libpskc/validate.c, oathtool/Makefile.am, oathtool/configure.ac,
	oathtool/oathtool.c, oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/Makefile.am, oathtool/tests/tst_hyphen.sh,
	oathtool/tests/tst_oathtool.sh, pam_oath/Makefile.am,
	pam_oath/README, pam_oath/configure.ac, pam_oath/pam_oath.c,
	pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c,
	pam_oath/tests/test-pam_oath.c, pskctool/Makefile.am,
	pskctool/configure.ac, pskctool/pskctool.c, pskctool/pskctool.ggo,
	pskctool/pskctool.h2m, pskctool/tests/Makefile.am,
	pskctool/tests/tst_hyphen.sh, pskctool/tests/tst_libexamples.sh,
	pskctool/tests/tst_pskctool.sh, pskctool/tests/tst_roundtrip.sh,
	pskctool/tests/tst_sign.sh: Bump copyright years.

2015-05-19  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.6.0.

2015-05-19  Simon Josefsson <simon@josefsson.org>

	* NEWS, pam_oath/tests/Makefile.am: Include expect.oath too.

2015-05-19  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/man/Makefile.am, libpskc/man/Makefile.am: Dist gdoc.
	Closes #108719.  Thanks to Jaroslav Škarvada <yarda>.

2015-05-19  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2015-05-19  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/git-version-gen,
	build-aux/update-copyright, build-aux/useless-if-before-free,
	build-aux/vc-list-files, gl/Makefile.am, gl/dummy.c,
	gl/m4/00gnulib.m4, gl/m4/autobuild.m4, gl/m4/gnulib-cache.m4,
	gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
	gl/m4/onceonly.m4, gl/tests/Makefile.am, gl/tests/init.sh,
	gl/tests/test-init.sh, gl/tests/test-update-copyright.sh,
	gl/tests/test-vc-list-files-cvs.sh,
	gl/tests/test-vc-list-files-git.sh, liboath/build-aux/config.rpath,
	liboath/build-aux/snippet/arg-nonnull.h,
	liboath/build-aux/snippet/c++defs.h,
	liboath/build-aux/snippet/unused-parameter.h,
	liboath/build-aux/snippet/warn-on-use.h, liboath/gl/Makefile.am,
	liboath/gl/alloca.in.h, liboath/gl/asnprintf.c,
	liboath/gl/base32.c, liboath/gl/base32.h,
	liboath/gl/basename-lgpl.c, liboath/gl/c-ctype.c,
	liboath/gl/c-ctype.h, liboath/gl/canonicalize-lgpl.c,
	liboath/gl/close.c, liboath/gl/dirname-lgpl.c,
	liboath/gl/dirname.h, liboath/gl/dosname.h, liboath/gl/errno.in.h,
	liboath/gl/fclose.c, liboath/gl/fd-hook.c, liboath/gl/fd-hook.h,
	liboath/gl/fflush.c, liboath/gl/float+.h, liboath/gl/float.c,
	liboath/gl/float.in.h, liboath/gl/fopen.c, liboath/gl/fpurge.c,
	liboath/gl/freading.c, liboath/gl/freading.h, liboath/gl/fseek.c,
	liboath/gl/fseeko.c, liboath/gl/fstat.c, liboath/gl/ftell.c,
	liboath/gl/ftello.c, liboath/gl/gc-gnulib.c,
	liboath/gl/gc-libgcrypt.c, liboath/gl/gc.h, liboath/gl/getdelim.c,
	liboath/gl/getline.c, liboath/gl/gettimeofday.c,
	liboath/gl/gl_openssl.h, liboath/gl/hmac-sha1.c,
	liboath/gl/hmac-sha256.c, liboath/gl/hmac-sha512.c,
	liboath/gl/hmac.h, liboath/gl/itold.c, liboath/gl/lseek.c,
	liboath/gl/lstat.c, liboath/gl/m4/00gnulib.m4,
	liboath/gl/m4/absolute-header.m4, liboath/gl/m4/alloca.m4,
	liboath/gl/m4/base32.m4, liboath/gl/m4/canonicalize.m4,
	liboath/gl/m4/close.m4, liboath/gl/m4/closedir.m4,
	liboath/gl/m4/dirent_h.m4, liboath/gl/m4/dirname.m4,
	liboath/gl/m4/double-slash-root.m4, liboath/gl/m4/eealloc.m4,
	liboath/gl/m4/environ.m4, liboath/gl/m4/errno_h.m4,
	liboath/gl/m4/exponentd.m4, liboath/gl/m4/extensions.m4,
	liboath/gl/m4/extern-inline.m4, liboath/gl/m4/fclose.m4,
	liboath/gl/m4/fcntl-o.m4, liboath/gl/m4/fcntl_h.m4,
	liboath/gl/m4/fdopen.m4, liboath/gl/m4/fflush.m4,
	liboath/gl/m4/float_h.m4, liboath/gl/m4/fopen.m4,
	liboath/gl/m4/fpieee.m4, liboath/gl/m4/fpurge.m4,
	liboath/gl/m4/freading.m4, liboath/gl/m4/fseek.m4,
	liboath/gl/m4/fseeko.m4, liboath/gl/m4/fstat.m4,
	liboath/gl/m4/ftell.m4, liboath/gl/m4/ftello.m4,
	liboath/gl/m4/gc-hmac-sha1.m4, liboath/gl/m4/gc-hmac-sha256.m4,
	liboath/gl/m4/gc-hmac-sha512.m4, liboath/gl/m4/gc.m4,
	liboath/gl/m4/getcwd.m4, liboath/gl/m4/getdelim.m4,
	liboath/gl/m4/getline.m4, liboath/gl/m4/getpagesize.m4,
	liboath/gl/m4/gettimeofday.m4, liboath/gl/m4/gl-openssl.m4,
	liboath/gl/m4/gnulib-cache.m4, liboath/gl/m4/gnulib-common.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/gnulib-tool.m4,
	liboath/gl/m4/include_next.m4, liboath/gl/m4/intmax_t.m4,
	liboath/gl/m4/inttypes-pri.m4, liboath/gl/m4/inttypes.m4,
	liboath/gl/m4/inttypes_h.m4, liboath/gl/m4/largefile.m4,
	liboath/gl/m4/ld-version-script.m4, liboath/gl/m4/lib-ld.m4,
	liboath/gl/m4/lib-link.m4, liboath/gl/m4/lib-prefix.m4,
	liboath/gl/m4/link.m4, liboath/gl/m4/longlong.m4,
	liboath/gl/m4/lseek.m4, liboath/gl/m4/lstat.m4,
	liboath/gl/m4/malloc.m4, liboath/gl/m4/malloca.m4,
	liboath/gl/m4/manywarnings.m4, liboath/gl/m4/math_h.m4,
	liboath/gl/m4/memchr.m4, liboath/gl/m4/memxor.m4,
	liboath/gl/m4/mmap-anon.m4, liboath/gl/m4/msvc-inval.m4,
	liboath/gl/m4/msvc-nothrow.m4, liboath/gl/m4/multiarch.m4,
	liboath/gl/m4/nocrash.m4, liboath/gl/m4/off_t.m4,
	liboath/gl/m4/onceonly.m4, liboath/gl/m4/opendir.m4,
	liboath/gl/m4/pathmax.m4, liboath/gl/m4/printf.m4,
	liboath/gl/m4/priv-set.m4, liboath/gl/m4/putenv.m4,
	liboath/gl/m4/readdir.m4, liboath/gl/m4/readlink.m4,
	liboath/gl/m4/realloc.m4, liboath/gl/m4/rename.m4,
	liboath/gl/m4/rmdir.m4, liboath/gl/m4/setenv.m4,
	liboath/gl/m4/sha1.m4, liboath/gl/m4/sha256.m4,
	liboath/gl/m4/sha512.m4, liboath/gl/m4/size_max.m4,
	liboath/gl/m4/snprintf.m4, liboath/gl/m4/ssize_t.m4,
	liboath/gl/m4/stat.m4, liboath/gl/m4/stdalign.m4,
	liboath/gl/m4/stdbool.m4, liboath/gl/m4/stddef_h.m4,
	liboath/gl/m4/stdint.m4, liboath/gl/m4/stdint_h.m4,
	liboath/gl/m4/stdio_h.m4, liboath/gl/m4/stdlib_h.m4,
	liboath/gl/m4/strdup.m4, liboath/gl/m4/string_h.m4,
	liboath/gl/m4/strtok_r.m4, liboath/gl/m4/strverscmp.m4,
	liboath/gl/m4/symlink.m4, liboath/gl/m4/sys_socket_h.m4,
	liboath/gl/m4/sys_stat_h.m4, liboath/gl/m4/sys_time_h.m4,
	liboath/gl/m4/sys_types_h.m4, liboath/gl/m4/time_h.m4,
	liboath/gl/m4/ungetc.m4, liboath/gl/m4/unistd_h.m4,
	liboath/gl/m4/unlink.m4, liboath/gl/m4/unlinkdir.m4,
	liboath/gl/m4/valgrind-tests.m4, liboath/gl/m4/vasnprintf.m4,
	liboath/gl/m4/visibility.m4, liboath/gl/m4/warn-on-use.m4,
	liboath/gl/m4/warnings.m4, liboath/gl/m4/wchar_h.m4,
	liboath/gl/m4/wchar_t.m4, liboath/gl/m4/wint_t.m4,
	liboath/gl/m4/xsize.m4, liboath/gl/malloc.c, liboath/gl/malloca.c,
	liboath/gl/malloca.h, liboath/gl/memchr.c, liboath/gl/memxor.c,
	liboath/gl/memxor.h, liboath/gl/msvc-inval.c,
	liboath/gl/msvc-inval.h, liboath/gl/msvc-nothrow.c,
	liboath/gl/msvc-nothrow.h, liboath/gl/pathmax.h,
	liboath/gl/printf-args.c, liboath/gl/printf-args.h,
	liboath/gl/printf-parse.c, liboath/gl/printf-parse.h,
	liboath/gl/readlink.c, liboath/gl/realloc.c, liboath/gl/rename.c,
	liboath/gl/rmdir.c, liboath/gl/same-inode.h, liboath/gl/sha1.c,
	liboath/gl/sha1.h, liboath/gl/sha256.c, liboath/gl/sha256.h,
	liboath/gl/sha512.c, liboath/gl/sha512.h, liboath/gl/size_max.h,
	liboath/gl/snprintf.c, liboath/gl/stat.c, liboath/gl/stdalign.in.h,
	liboath/gl/stdbool.in.h, liboath/gl/stddef.in.h,
	liboath/gl/stdint.in.h, liboath/gl/stdio-impl.h,
	liboath/gl/stdio.in.h, liboath/gl/stdlib.in.h, liboath/gl/strdup.c,
	liboath/gl/string.in.h, liboath/gl/stripslash.c,
	liboath/gl/strtok_r.c, liboath/gl/strverscmp.c,
	liboath/gl/sys_stat.in.h, liboath/gl/sys_time.in.h,
	liboath/gl/sys_types.in.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/binary-io.h, liboath/gl/tests/closedir.c,
	liboath/gl/tests/dirent-private.h, liboath/gl/tests/dirent.in.h,
	liboath/gl/tests/fcntl.in.h, liboath/gl/tests/fdopen.c,
	liboath/gl/tests/filename.h, liboath/gl/tests/fpucw.h,
	liboath/gl/tests/getcwd-lgpl.c, liboath/gl/tests/getpagesize.c,
	liboath/gl/tests/ignore-value.h, liboath/gl/tests/init.sh,
	liboath/gl/tests/intprops.h, liboath/gl/tests/inttypes.in.h,
	liboath/gl/tests/link.c, liboath/gl/tests/macros.h,
	liboath/gl/tests/opendir.c, liboath/gl/tests/priv-set.c,
	liboath/gl/tests/priv-set.h, liboath/gl/tests/putenv.c,
	liboath/gl/tests/readdir.c, liboath/gl/tests/root-uid.h,
	liboath/gl/tests/signature.h, liboath/gl/tests/symlink.c,
	liboath/gl/tests/test-alloca-opt.c, liboath/gl/tests/test-base32.c,
	liboath/gl/tests/test-binary-io.c, liboath/gl/tests/test-c-ctype.c,
	liboath/gl/tests/test-canonicalize-lgpl.c,
	liboath/gl/tests/test-chdir.c, liboath/gl/tests/test-close.c,
	liboath/gl/tests/test-dirent.c, liboath/gl/tests/test-environ.c,
	liboath/gl/tests/test-errno.c, liboath/gl/tests/test-fclose.c,
	liboath/gl/tests/test-fcntl-h.c, liboath/gl/tests/test-fdopen.c,
	liboath/gl/tests/test-fflush.c, liboath/gl/tests/test-fflush2.c,
	liboath/gl/tests/test-fgetc.c, liboath/gl/tests/test-float.c,
	liboath/gl/tests/test-fopen.c, liboath/gl/tests/test-fopen.h,
	liboath/gl/tests/test-fpurge.c, liboath/gl/tests/test-fputc.c,
	liboath/gl/tests/test-fread.c, liboath/gl/tests/test-freading.c,
	liboath/gl/tests/test-fseek.c, liboath/gl/tests/test-fseeko.c,
	liboath/gl/tests/test-fseeko3.c, liboath/gl/tests/test-fseeko4.c,
	liboath/gl/tests/test-fstat.c, liboath/gl/tests/test-ftell.c,
	liboath/gl/tests/test-ftell3.c, liboath/gl/tests/test-ftello.c,
	liboath/gl/tests/test-ftello3.c, liboath/gl/tests/test-ftello4.c,
	liboath/gl/tests/test-fwrite.c,
	liboath/gl/tests/test-gc-hmac-sha1.c,
	liboath/gl/tests/test-gc-hmac-sha256.c,
	liboath/gl/tests/test-gc-hmac-sha512.c, liboath/gl/tests/test-gc.c,
	liboath/gl/tests/test-getcwd-lgpl.c,
	liboath/gl/tests/test-getdelim.c, liboath/gl/tests/test-getline.c,
	liboath/gl/tests/test-gettimeofday.c,
	liboath/gl/tests/test-hmac-sha1.c,
	liboath/gl/tests/test-hmac-sha256.c,
	liboath/gl/tests/test-hmac-sha512.c,
	liboath/gl/tests/test-ignore-value.c,
	liboath/gl/tests/test-init.sh, liboath/gl/tests/test-intprops.c,
	liboath/gl/tests/test-inttypes.c, liboath/gl/tests/test-link.c,
	liboath/gl/tests/test-link.h, liboath/gl/tests/test-lseek.c,
	liboath/gl/tests/test-lstat.c, liboath/gl/tests/test-lstat.h,
	liboath/gl/tests/test-malloca.c, liboath/gl/tests/test-memchr.c,
	liboath/gl/tests/test-pathmax.c, liboath/gl/tests/test-priv-set.c,
	liboath/gl/tests/test-readlink.c, liboath/gl/tests/test-readlink.h,
	liboath/gl/tests/test-rename.c, liboath/gl/tests/test-rename.h,
	liboath/gl/tests/test-rmdir.c, liboath/gl/tests/test-rmdir.h,
	liboath/gl/tests/test-sha1.c, liboath/gl/tests/test-snprintf.c,
	liboath/gl/tests/test-stat.c, liboath/gl/tests/test-stat.h,
	liboath/gl/tests/test-stdalign.c, liboath/gl/tests/test-stdbool.c,
	liboath/gl/tests/test-stddef.c, liboath/gl/tests/test-stdint.c,
	liboath/gl/tests/test-stdio.c, liboath/gl/tests/test-stdlib.c,
	liboath/gl/tests/test-string.c, liboath/gl/tests/test-strverscmp.c,
	liboath/gl/tests/test-symlink.c, liboath/gl/tests/test-symlink.h,
	liboath/gl/tests/test-sys_stat.c, liboath/gl/tests/test-sys_time.c,
	liboath/gl/tests/test-sys_types.c,
	liboath/gl/tests/test-sys_wait.h, liboath/gl/tests/test-time.c,
	liboath/gl/tests/test-u64.c, liboath/gl/tests/test-unistd.c,
	liboath/gl/tests/test-unlink.c, liboath/gl/tests/test-unlink.h,
	liboath/gl/tests/test-unsetenv.c,
	liboath/gl/tests/test-vasnprintf.c, liboath/gl/tests/test-verify.c,
	liboath/gl/tests/test-wchar.c, liboath/gl/tests/unlinkdir.c,
	liboath/gl/tests/unlinkdir.h, liboath/gl/tests/unsetenv.c,
	liboath/gl/tests/zerosize-ptr.h, liboath/gl/time.in.h,
	liboath/gl/u64.h, liboath/gl/unistd.in.h, liboath/gl/unlink.c,
	liboath/gl/vasnprintf.c, liboath/gl/vasnprintf.h,
	liboath/gl/verify.h, liboath/gl/wchar.in.h, liboath/gl/xsize.h,
	libpskc/build-aux/snippet/arg-nonnull.h,
	libpskc/build-aux/snippet/c++defs.h,
	libpskc/build-aux/snippet/warn-on-use.h, libpskc/gl/Makefile.am,
	libpskc/gl/anytostr.c, libpskc/gl/base64.c, libpskc/gl/base64.h,
	libpskc/gl/intprops.h, libpskc/gl/inttostr.h,
	libpskc/gl/m4/00gnulib.m4, libpskc/gl/m4/absolute-header.m4,
	libpskc/gl/m4/alloca.m4, libpskc/gl/m4/base64.m4,
	libpskc/gl/m4/errno_h.m4, libpskc/gl/m4/exponentd.m4,
	libpskc/gl/m4/extensions.m4, libpskc/gl/m4/extern-inline.m4,
	libpskc/gl/m4/fdopen.m4, libpskc/gl/m4/float_h.m4,
	libpskc/gl/m4/fpieee.m4, libpskc/gl/m4/getpagesize.m4,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/m4/gnulib-common.m4,
	libpskc/gl/m4/gnulib-comp.m4, libpskc/gl/m4/gnulib-tool.m4,
	libpskc/gl/m4/include_next.m4, libpskc/gl/m4/intmax_t.m4,
	libpskc/gl/m4/inttostr.m4, libpskc/gl/m4/inttypes-pri.m4,
	libpskc/gl/m4/inttypes.m4, libpskc/gl/m4/inttypes_h.m4,
	libpskc/gl/m4/ld-version-script.m4, libpskc/gl/m4/longlong.m4,
	libpskc/gl/m4/manywarnings.m4, libpskc/gl/m4/math_h.m4,
	libpskc/gl/m4/memchr.m4, libpskc/gl/m4/minmax.m4,
	libpskc/gl/m4/mmap-anon.m4, libpskc/gl/m4/msvc-inval.m4,
	libpskc/gl/m4/multiarch.m4, libpskc/gl/m4/off_t.m4,
	libpskc/gl/m4/onceonly.m4, libpskc/gl/m4/printf.m4,
	libpskc/gl/m4/size_max.m4, libpskc/gl/m4/snprintf.m4,
	libpskc/gl/m4/ssize_t.m4, libpskc/gl/m4/stdalign.m4,
	libpskc/gl/m4/stdbool.m4, libpskc/gl/m4/stddef_h.m4,
	libpskc/gl/m4/stdint.m4, libpskc/gl/m4/stdint_h.m4,
	libpskc/gl/m4/stdio_h.m4, libpskc/gl/m4/string_h.m4,
	libpskc/gl/m4/strverscmp.m4, libpskc/gl/m4/sys_types_h.m4,
	libpskc/gl/m4/unistd_h.m4, libpskc/gl/m4/valgrind-tests.m4,
	libpskc/gl/m4/vasnprintf.m4, libpskc/gl/m4/visibility.m4,
	libpskc/gl/m4/warn-on-use.m4, libpskc/gl/m4/warnings.m4,
	libpskc/gl/m4/wchar_h.m4, libpskc/gl/m4/wchar_t.m4,
	libpskc/gl/m4/wint_t.m4, libpskc/gl/m4/xsize.m4,
	libpskc/gl/memchr.c, libpskc/gl/minmax.h, libpskc/gl/stdbool.in.h,
	libpskc/gl/stddef.in.h, libpskc/gl/stdint.in.h,
	libpskc/gl/string.in.h, libpskc/gl/strverscmp.c,
	libpskc/gl/sys_types.in.h, libpskc/gl/tests/Makefile.am,
	libpskc/gl/tests/alloca.in.h, libpskc/gl/tests/asnprintf.c,
	libpskc/gl/tests/errno.in.h, libpskc/gl/tests/fdopen.c,
	libpskc/gl/tests/float+.h, libpskc/gl/tests/float.c,
	libpskc/gl/tests/float.in.h, libpskc/gl/tests/fpucw.h,
	libpskc/gl/tests/getpagesize.c, libpskc/gl/tests/init.sh,
	libpskc/gl/tests/inttypes.in.h, libpskc/gl/tests/itold.c,
	libpskc/gl/tests/macros.h, libpskc/gl/tests/msvc-inval.c,
	libpskc/gl/tests/msvc-inval.h, libpskc/gl/tests/printf-args.c,
	libpskc/gl/tests/printf-args.h, libpskc/gl/tests/printf-parse.c,
	libpskc/gl/tests/printf-parse.h, libpskc/gl/tests/signature.h,
	libpskc/gl/tests/size_max.h, libpskc/gl/tests/snprintf.c,
	libpskc/gl/tests/stdalign.in.h, libpskc/gl/tests/stdio.in.h,
	libpskc/gl/tests/test-alloca-opt.c, libpskc/gl/tests/test-base64.c,
	libpskc/gl/tests/test-errno.c, libpskc/gl/tests/test-fdopen.c,
	libpskc/gl/tests/test-fgetc.c, libpskc/gl/tests/test-float.c,
	libpskc/gl/tests/test-fputc.c, libpskc/gl/tests/test-fread.c,
	libpskc/gl/tests/test-fwrite.c, libpskc/gl/tests/test-init.sh,
	libpskc/gl/tests/test-intprops.c, libpskc/gl/tests/test-inttostr.c,
	libpskc/gl/tests/test-inttypes.c, libpskc/gl/tests/test-memchr.c,
	libpskc/gl/tests/test-snprintf.c, libpskc/gl/tests/test-stdalign.c,
	libpskc/gl/tests/test-stdbool.c, libpskc/gl/tests/test-stddef.c,
	libpskc/gl/tests/test-stdint.c, libpskc/gl/tests/test-stdio.c,
	libpskc/gl/tests/test-string.c, libpskc/gl/tests/test-strverscmp.c,
	libpskc/gl/tests/test-sys_types.c, libpskc/gl/tests/test-unistd.c,
	libpskc/gl/tests/test-vasnprintf.c, libpskc/gl/tests/test-verify.c,
	libpskc/gl/tests/test-wchar.c, libpskc/gl/tests/unistd.in.h,
	libpskc/gl/tests/vasnprintf.c, libpskc/gl/tests/vasnprintf.h,
	libpskc/gl/tests/verify.h, libpskc/gl/tests/wchar.in.h,
	libpskc/gl/tests/xsize.h, libpskc/gl/tests/zerosize-ptr.h,
	maint.mk, oathtool/build-aux/snippet/arg-nonnull.h,
	oathtool/build-aux/snippet/c++defs.h,
	oathtool/build-aux/snippet/warn-on-use.h,
	oathtool/doc/parse-datetime.texi, oathtool/gl/Makefile.am,
	oathtool/gl/alloca.in.h, oathtool/gl/asnprintf.c,
	oathtool/gl/asprintf.c, oathtool/gl/c-ctype.c,
	oathtool/gl/c-ctype.h, oathtool/gl/errno.in.h, oathtool/gl/error.c,
	oathtool/gl/error.h, oathtool/gl/exitfail.c,
	oathtool/gl/exitfail.h, oathtool/gl/float+.h, oathtool/gl/float.c,
	oathtool/gl/float.in.h, oathtool/gl/gettext.h,
	oathtool/gl/gettime.c, oathtool/gl/gettimeofday.c,
	oathtool/gl/intprops.h, oathtool/gl/inttypes.in.h,
	oathtool/gl/itold.c, oathtool/gl/m4/00gnulib.m4,
	oathtool/gl/m4/absolute-header.m4, oathtool/gl/m4/alloca.m4,
	oathtool/gl/m4/bison.m4, oathtool/gl/m4/clock_time.m4,
	oathtool/gl/m4/eealloc.m4, oathtool/gl/m4/environ.m4,
	oathtool/gl/m4/errno_h.m4, oathtool/gl/m4/error.m4,
	oathtool/gl/m4/exponentd.m4, oathtool/gl/m4/extensions.m4,
	oathtool/gl/m4/extern-inline.m4, oathtool/gl/m4/fdopen.m4,
	oathtool/gl/m4/float_h.m4, oathtool/gl/m4/fpieee.m4,
	oathtool/gl/m4/getpagesize.m4, oathtool/gl/m4/gettime.m4,
	oathtool/gl/m4/gettimeofday.m4, oathtool/gl/m4/gnulib-cache.m4,
	oathtool/gl/m4/gnulib-common.m4, oathtool/gl/m4/gnulib-comp.m4,
	oathtool/gl/m4/gnulib-tool.m4, oathtool/gl/m4/include_next.m4,
	oathtool/gl/m4/intmax_t.m4, oathtool/gl/m4/inttypes-pri.m4,
	oathtool/gl/m4/inttypes.m4, oathtool/gl/m4/inttypes_h.m4,
	oathtool/gl/m4/longlong.m4, oathtool/gl/m4/malloc.m4,
	oathtool/gl/m4/malloca.m4, oathtool/gl/m4/math_h.m4,
	oathtool/gl/m4/memchr.m4, oathtool/gl/m4/mktime.m4,
	oathtool/gl/m4/mmap-anon.m4, oathtool/gl/m4/msvc-inval.m4,
	oathtool/gl/m4/msvc-nothrow.m4, oathtool/gl/m4/multiarch.m4,
	oathtool/gl/m4/off_t.m4, oathtool/gl/m4/onceonly.m4,
	oathtool/gl/m4/parse-datetime.m4, oathtool/gl/m4/printf.m4,
	oathtool/gl/m4/putenv.m4, oathtool/gl/m4/setenv.m4,
	oathtool/gl/m4/size_max.m4, oathtool/gl/m4/ssize_t.m4,
	oathtool/gl/m4/stdalign.m4, oathtool/gl/m4/stdarg.m4,
	oathtool/gl/m4/stdbool.m4, oathtool/gl/m4/stddef_h.m4,
	oathtool/gl/m4/stdint.m4, oathtool/gl/m4/stdint_h.m4,
	oathtool/gl/m4/stdio_h.m4, oathtool/gl/m4/stdlib_h.m4,
	oathtool/gl/m4/strerror.m4, oathtool/gl/m4/string_h.m4,
	oathtool/gl/m4/sys_socket_h.m4, oathtool/gl/m4/sys_time_h.m4,
	oathtool/gl/m4/sys_types_h.m4, oathtool/gl/m4/time_h.m4,
	oathtool/gl/m4/time_r.m4, oathtool/gl/m4/timespec.m4,
	oathtool/gl/m4/tm_gmtoff.m4, oathtool/gl/m4/unistd_h.m4,
	oathtool/gl/m4/vasnprintf.m4, oathtool/gl/m4/vasprintf.m4,
	oathtool/gl/m4/version-etc.m4, oathtool/gl/m4/warn-on-use.m4,
	oathtool/gl/m4/wchar_h.m4, oathtool/gl/m4/wchar_t.m4,
	oathtool/gl/m4/wint_t.m4, oathtool/gl/m4/xalloc.m4,
	oathtool/gl/m4/xsize.m4, oathtool/gl/malloca.c,
	oathtool/gl/malloca.h, oathtool/gl/memchr.c, oathtool/gl/mktime.c,
	oathtool/gl/msvc-inval.c, oathtool/gl/msvc-inval.h,
	oathtool/gl/msvc-nothrow.c, oathtool/gl/msvc-nothrow.h,
	oathtool/gl/parse-datetime.h, oathtool/gl/parse-datetime.y,
	oathtool/gl/parse-duration.c, oathtool/gl/parse-duration.h,
	oathtool/gl/printf-args.c, oathtool/gl/printf-args.h,
	oathtool/gl/printf-parse.c, oathtool/gl/printf-parse.h,
	oathtool/gl/progname.c, oathtool/gl/progname.h,
	oathtool/gl/setenv.c, oathtool/gl/size_max.h,
	oathtool/gl/stdarg.in.h, oathtool/gl/stdbool.in.h,
	oathtool/gl/stddef.in.h, oathtool/gl/stdint.in.h,
	oathtool/gl/stdio.in.h, oathtool/gl/stdlib.in.h,
	oathtool/gl/strerror-override.c, oathtool/gl/strerror-override.h,
	oathtool/gl/strerror.c, oathtool/gl/string.in.h,
	oathtool/gl/sys_time.in.h, oathtool/gl/sys_types.in.h,
	oathtool/gl/tests/Makefile.am, oathtool/gl/tests/fdopen.c,
	oathtool/gl/tests/fpucw.h, oathtool/gl/tests/getpagesize.c,
	oathtool/gl/tests/init.sh, oathtool/gl/tests/macros.h,
	oathtool/gl/tests/malloc.c, oathtool/gl/tests/putenv.c,
	oathtool/gl/tests/signature.h, oathtool/gl/tests/stdalign.in.h,
	oathtool/gl/tests/test-alloca-opt.c,
	oathtool/gl/tests/test-c-ctype.c, oathtool/gl/tests/test-environ.c,
	oathtool/gl/tests/test-errno.c, oathtool/gl/tests/test-fdopen.c,
	oathtool/gl/tests/test-fgetc.c, oathtool/gl/tests/test-float.c,
	oathtool/gl/tests/test-fputc.c, oathtool/gl/tests/test-fread.c,
	oathtool/gl/tests/test-fwrite.c,
	oathtool/gl/tests/test-gettimeofday.c,
	oathtool/gl/tests/test-init.sh, oathtool/gl/tests/test-intprops.c,
	oathtool/gl/tests/test-inttypes.c,
	oathtool/gl/tests/test-malloca.c, oathtool/gl/tests/test-memchr.c,
	oathtool/gl/tests/test-parse-datetime.c,
	oathtool/gl/tests/test-parse-duration.c,
	oathtool/gl/tests/test-setenv.c, oathtool/gl/tests/test-stdalign.c,
	oathtool/gl/tests/test-stdbool.c, oathtool/gl/tests/test-stddef.c,
	oathtool/gl/tests/test-stdint.c, oathtool/gl/tests/test-stdio.c,
	oathtool/gl/tests/test-stdlib.c, oathtool/gl/tests/test-strerror.c,
	oathtool/gl/tests/test-string.c, oathtool/gl/tests/test-sys_time.c,
	oathtool/gl/tests/test-sys_types.c,
	oathtool/gl/tests/test-sys_wait.h, oathtool/gl/tests/test-time.c,
	oathtool/gl/tests/test-unistd.c, oathtool/gl/tests/test-unsetenv.c,
	oathtool/gl/tests/test-vasnprintf.c,
	oathtool/gl/tests/test-vasprintf.c,
	oathtool/gl/tests/test-verify.c,
	oathtool/gl/tests/test-version-etc.c,
	oathtool/gl/tests/test-version-etc.sh,
	oathtool/gl/tests/test-wchar.c,
	oathtool/gl/tests/test-xalloc-die.c,
	oathtool/gl/tests/test-xalloc-die.sh,
	oathtool/gl/tests/version-etc-fsf.c,
	oathtool/gl/tests/zerosize-ptr.h, oathtool/gl/time.in.h,
	oathtool/gl/time_r.c, oathtool/gl/timespec.h,
	oathtool/gl/unistd.in.h, oathtool/gl/unsetenv.c,
	oathtool/gl/vasnprintf.c, oathtool/gl/vasnprintf.h,
	oathtool/gl/vasprintf.c, oathtool/gl/verify.h,
	oathtool/gl/version-etc.c, oathtool/gl/version-etc.h,
	oathtool/gl/wchar.in.h, oathtool/gl/xalloc-die.c,
	oathtool/gl/xalloc-oversized.h, oathtool/gl/xalloc.h,
	oathtool/gl/xmalloc.c, oathtool/gl/xsize.h,
	pskctool/build-aux/snippet/arg-nonnull.h,
	pskctool/build-aux/snippet/c++defs.h,
	pskctool/build-aux/snippet/warn-on-use.h, pskctool/gl/Makefile.am,
	pskctool/gl/errno.in.h, pskctool/gl/error.c, pskctool/gl/error.h,
	pskctool/gl/fstat.c, pskctool/gl/ftell.c, pskctool/gl/ftello.c,
	pskctool/gl/gettext.h, pskctool/gl/gettimeofday.c,
	pskctool/gl/intprops.h, pskctool/gl/lseek.c,
	pskctool/gl/m4/00gnulib.m4, pskctool/gl/m4/absolute-header.m4,
	pskctool/gl/m4/errno_h.m4, pskctool/gl/m4/error.m4,
	pskctool/gl/m4/extensions.m4, pskctool/gl/m4/extern-inline.m4,
	pskctool/gl/m4/fcntl-o.m4, pskctool/gl/m4/fcntl_h.m4,
	pskctool/gl/m4/fdopen.m4, pskctool/gl/m4/fseeko.m4,
	pskctool/gl/m4/fstat.m4, pskctool/gl/m4/ftell.m4,
	pskctool/gl/m4/ftello.m4, pskctool/gl/m4/gettimeofday.m4,
	pskctool/gl/m4/gnulib-cache.m4, pskctool/gl/m4/gnulib-common.m4,
	pskctool/gl/m4/gnulib-comp.m4, pskctool/gl/m4/gnulib-tool.m4,
	pskctool/gl/m4/include_next.m4, pskctool/gl/m4/inttypes-pri.m4,
	pskctool/gl/m4/inttypes.m4, pskctool/gl/m4/largefile.m4,
	pskctool/gl/m4/longlong.m4, pskctool/gl/m4/lseek.m4,
	pskctool/gl/m4/malloc.m4, pskctool/gl/m4/msvc-inval.m4,
	pskctool/gl/m4/msvc-nothrow.m4, pskctool/gl/m4/multiarch.m4,
	pskctool/gl/m4/off_t.m4, pskctool/gl/m4/onceonly.m4,
	pskctool/gl/m4/read-file.m4, pskctool/gl/m4/realloc.m4,
	pskctool/gl/m4/ssize_t.m4, pskctool/gl/m4/stdalign.m4,
	pskctool/gl/m4/stdarg.m4, pskctool/gl/m4/stdbool.m4,
	pskctool/gl/m4/stddef_h.m4, pskctool/gl/m4/stdint.m4,
	pskctool/gl/m4/stdio_h.m4, pskctool/gl/m4/stdlib_h.m4,
	pskctool/gl/m4/strerror.m4, pskctool/gl/m4/string_h.m4,
	pskctool/gl/m4/sys_socket_h.m4, pskctool/gl/m4/sys_stat_h.m4,
	pskctool/gl/m4/sys_time_h.m4, pskctool/gl/m4/sys_types_h.m4,
	pskctool/gl/m4/time_h.m4, pskctool/gl/m4/ungetc.m4,
	pskctool/gl/m4/unistd_h.m4, pskctool/gl/m4/version-etc.m4,
	pskctool/gl/m4/warn-on-use.m4, pskctool/gl/m4/wchar_h.m4,
	pskctool/gl/m4/wchar_t.m4, pskctool/gl/m4/wint_t.m4,
	pskctool/gl/malloc.c, pskctool/gl/msvc-inval.c,
	pskctool/gl/msvc-inval.h, pskctool/gl/msvc-nothrow.c,
	pskctool/gl/msvc-nothrow.h, pskctool/gl/progname.c,
	pskctool/gl/progname.h, pskctool/gl/read-file.c,
	pskctool/gl/read-file.h, pskctool/gl/realloc.c,
	pskctool/gl/stdarg.in.h, pskctool/gl/stddef.in.h,
	pskctool/gl/stdint.in.h, pskctool/gl/stdio-impl.h,
	pskctool/gl/stdio.in.h, pskctool/gl/stdlib.in.h,
	pskctool/gl/strerror-override.c, pskctool/gl/strerror-override.h,
	pskctool/gl/strerror.c, pskctool/gl/string.in.h,
	pskctool/gl/sys_stat.in.h, pskctool/gl/sys_time.in.h,
	pskctool/gl/sys_types.in.h, pskctool/gl/tests/Makefile.am,
	pskctool/gl/tests/binary-io.h, pskctool/gl/tests/fcntl.in.h,
	pskctool/gl/tests/fdopen.c, pskctool/gl/tests/init.sh,
	pskctool/gl/tests/inttypes.in.h, pskctool/gl/tests/macros.h,
	pskctool/gl/tests/signature.h, pskctool/gl/tests/stdalign.in.h,
	pskctool/gl/tests/stdbool.in.h, pskctool/gl/tests/test-binary-io.c,
	pskctool/gl/tests/test-errno.c, pskctool/gl/tests/test-fcntl-h.c,
	pskctool/gl/tests/test-fdopen.c, pskctool/gl/tests/test-fgetc.c,
	pskctool/gl/tests/test-fputc.c, pskctool/gl/tests/test-fread.c,
	pskctool/gl/tests/test-fstat.c, pskctool/gl/tests/test-ftell.c,
	pskctool/gl/tests/test-ftell3.c, pskctool/gl/tests/test-ftello.c,
	pskctool/gl/tests/test-ftello3.c, pskctool/gl/tests/test-ftello4.c,
	pskctool/gl/tests/test-fwrite.c,
	pskctool/gl/tests/test-gettimeofday.c,
	pskctool/gl/tests/test-init.sh, pskctool/gl/tests/test-intprops.c,
	pskctool/gl/tests/test-inttypes.c, pskctool/gl/tests/test-lseek.c,
	pskctool/gl/tests/test-read-file.c,
	pskctool/gl/tests/test-stdalign.c,
	pskctool/gl/tests/test-stdbool.c, pskctool/gl/tests/test-stddef.c,
	pskctool/gl/tests/test-stdint.c, pskctool/gl/tests/test-stdio.c,
	pskctool/gl/tests/test-stdlib.c, pskctool/gl/tests/test-strerror.c,
	pskctool/gl/tests/test-string.c, pskctool/gl/tests/test-sys_stat.c,
	pskctool/gl/tests/test-sys_time.c,
	pskctool/gl/tests/test-sys_types.c,
	pskctool/gl/tests/test-sys_wait.h, pskctool/gl/tests/test-time.c,
	pskctool/gl/tests/test-unistd.c, pskctool/gl/tests/test-verify.c,
	pskctool/gl/tests/test-version-etc.c,
	pskctool/gl/tests/test-version-etc.sh,
	pskctool/gl/tests/test-wchar.c,
	pskctool/gl/tests/version-etc-fsf.c, pskctool/gl/tests/wchar.in.h,
	pskctool/gl/time.in.h, pskctool/gl/unistd.in.h,
	pskctool/gl/verify.h, pskctool/gl/version-etc.c,
	pskctool/gl/version-etc.h: Update gnulib files.

2014-09-11  Simon Josefsson <simon@josefsson.org>

	* liboath/gtk-doc/liboath-docs.sgml: Add indices for newer symbols.

2014-09-11  Simon Josefsson <simon@josefsson.org>

	* libpskc/build.c: Silence syntax-check.

2014-09-11  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Don't hardcode PGP key.

2014-09-11  Simon Josefsson <simon@josefsson.org>

	* NEWS, cfg.mk, liboath/oath.h.in: Release review fixes.

2014-09-11  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, COPYING, HACKING, Makefile.am, README,
	build-aux/oath-toolkit-version, cfg.mk, configure.ac,
	liboath/Makefile.am, liboath/aux.c, liboath/aux.h,
	liboath/coding.c, liboath/configure.ac, liboath/errors.c,
	liboath/global.c, liboath/hotp.c, liboath/hotp.h,
	liboath/liboath.map, liboath/liboath.pc.in,
	liboath/man/Makefile.am, liboath/man/gdoc, liboath/man/gdoc.mk,
	liboath/oath.h.in, liboath/tests/Makefile.am,
	liboath/tests/tst_basic.c, liboath/tests/tst_coding.c,
	liboath/tests/tst_errors.c, liboath/tests/tst_hotp_algo.c,
	liboath/tests/tst_hotp_validate.c, liboath/tests/tst_totp_algo.c,
	liboath/tests/tst_totp_validate.c, liboath/tests/tst_usersfile.sh,
	liboath/totp.c, libpskc/Makefile.am, libpskc/README,
	libpskc/build.c, libpskc/configure.ac, libpskc/container.c,
	libpskc/enums.c, libpskc/errors.c, libpskc/examples/Makefile.am,
	libpskc/global.c, libpskc/include/Makefile.am,
	libpskc/include/pskc/Makefile.am, libpskc/include/pskc/container.h,
	libpskc/include/pskc/enums.h, libpskc/include/pskc/errors.h,
	libpskc/include/pskc/exports.h, libpskc/include/pskc/global.h,
	libpskc/include/pskc/keypackage.h, libpskc/include/pskc/pskc.h,
	libpskc/include/pskc/version.h.in, libpskc/internal.h,
	libpskc/libpskc.map, libpskc/libpskc.pc.in,
	libpskc/man/Makefile.am, libpskc/man/gdoc, libpskc/man/gdoc.mk,
	libpskc/output.c, libpskc/parser.c, libpskc/schemas/Makefile.am,
	libpskc/sign.c, libpskc/tests/Makefile.am,
	libpskc/tests/tst_accessors.c, libpskc/tests/tst_basic.c,
	libpskc/tests/tst_errors.c, libpskc/tests/tst_setters.c,
	libpskc/tests/tst_validate.c, libpskc/validate.c,
	oathtool/Makefile.am, oathtool/configure.ac, oathtool/oathtool.c,
	oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/Makefile.am, oathtool/tests/tst_hyphen.sh,
	oathtool/tests/tst_oathtool.sh, pam_oath/Makefile.am,
	pam_oath/README, pam_oath/configure.ac, pam_oath/pam_oath.c,
	pam_oath/tests/Makefile.am, pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c,
	pam_oath/tests/test-pam_oath.c, pskctool/Makefile.am,
	pskctool/configure.ac, pskctool/pskctool.c, pskctool/pskctool.ggo,
	pskctool/pskctool.h2m, pskctool/tests/Makefile.am,
	pskctool/tests/tst_hyphen.sh, pskctool/tests/tst_libexamples.sh,
	pskctool/tests/tst_pskctool.sh, pskctool/tests/tst_roundtrip.sh,
	pskctool/tests/tst_sign.sh: Update copyright years.

2014-09-11  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/tests/libpskc.supp: Fix suppressions file.

2014-09-11  Simon Josefsson <simon@josefsson.org>

	* pam_oath/pam_oath.c: Check strdup output.  Patch from Eero
	Häkkinen.

2014-09-11  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/git-version-gen,
	build-aux/update-copyright, build-aux/useless-if-before-free,
	build-aux/vc-list-files, gl/Makefile.am, gl/dummy.c,
	gl/m4/00gnulib.m4, gl/m4/autobuild.m4, gl/m4/gnulib-cache.m4,
	gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
	gl/m4/onceonly.m4, gl/tests/Makefile.am, gl/tests/init.sh,
	gl/tests/test-init.sh, gl/tests/test-update-copyright.sh,
	gl/tests/test-vc-list-files-cvs.sh,
	gl/tests/test-vc-list-files-git.sh, liboath/build-aux/config.rpath,
	liboath/build-aux/snippet/arg-nonnull.h,
	liboath/build-aux/snippet/c++defs.h,
	liboath/build-aux/snippet/unused-parameter.h,
	liboath/build-aux/snippet/warn-on-use.h, liboath/gl/Makefile.am,
	liboath/gl/alloca.in.h, liboath/gl/asnprintf.c,
	liboath/gl/base32.c, liboath/gl/base32.h,
	liboath/gl/basename-lgpl.c, liboath/gl/c-ctype.c,
	liboath/gl/c-ctype.h, liboath/gl/canonicalize-lgpl.c,
	liboath/gl/close.c, liboath/gl/dirname-lgpl.c,
	liboath/gl/dirname.h, liboath/gl/dosname.h, liboath/gl/errno.in.h,
	liboath/gl/fclose.c, liboath/gl/fd-hook.c, liboath/gl/fd-hook.h,
	liboath/gl/fflush.c, liboath/gl/float+.h, liboath/gl/float.c,
	liboath/gl/float.in.h, liboath/gl/fopen.c, liboath/gl/fpurge.c,
	liboath/gl/freading.c, liboath/gl/freading.h, liboath/gl/fseek.c,
	liboath/gl/fseeko.c, liboath/gl/fstat.c, liboath/gl/ftell.c,
	liboath/gl/ftello.c, liboath/gl/gc-gnulib.c,
	liboath/gl/gc-libgcrypt.c, liboath/gl/gc.h, liboath/gl/getdelim.c,
	liboath/gl/getline.c, liboath/gl/gettimeofday.c,
	liboath/gl/gl_openssl.h, liboath/gl/hmac-sha1.c,
	liboath/gl/hmac-sha256.c, liboath/gl/hmac-sha512.c,
	liboath/gl/hmac.h, liboath/gl/itold.c, liboath/gl/lseek.c,
	liboath/gl/lstat.c, liboath/gl/m4/00gnulib.m4,
	liboath/gl/m4/absolute-header.m4, liboath/gl/m4/alloca.m4,
	liboath/gl/m4/base32.m4, liboath/gl/m4/canonicalize.m4,
	liboath/gl/m4/close.m4, liboath/gl/m4/closedir.m4,
	liboath/gl/m4/dirent_h.m4, liboath/gl/m4/dirname.m4,
	liboath/gl/m4/double-slash-root.m4, liboath/gl/m4/eealloc.m4,
	liboath/gl/m4/environ.m4, liboath/gl/m4/errno_h.m4,
	liboath/gl/m4/exponentd.m4, liboath/gl/m4/extensions.m4,
	liboath/gl/m4/extern-inline.m4, liboath/gl/m4/fclose.m4,
	liboath/gl/m4/fcntl-o.m4, liboath/gl/m4/fcntl_h.m4,
	liboath/gl/m4/fdopen.m4, liboath/gl/m4/fflush.m4,
	liboath/gl/m4/float_h.m4, liboath/gl/m4/fopen.m4,
	liboath/gl/m4/fpieee.m4, liboath/gl/m4/fpurge.m4,
	liboath/gl/m4/freading.m4, liboath/gl/m4/fseek.m4,
	liboath/gl/m4/fseeko.m4, liboath/gl/m4/fstat.m4,
	liboath/gl/m4/ftell.m4, liboath/gl/m4/ftello.m4,
	liboath/gl/m4/gc-hmac-sha1.m4, liboath/gl/m4/gc-hmac-sha256.m4,
	liboath/gl/m4/gc-hmac-sha512.m4, liboath/gl/m4/gc.m4,
	liboath/gl/m4/getcwd.m4, liboath/gl/m4/getdelim.m4,
	liboath/gl/m4/getline.m4, liboath/gl/m4/getpagesize.m4,
	liboath/gl/m4/gettimeofday.m4, liboath/gl/m4/gl-openssl.m4,
	liboath/gl/m4/gnulib-cache.m4, liboath/gl/m4/gnulib-common.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/gnulib-tool.m4,
	liboath/gl/m4/include_next.m4, liboath/gl/m4/intmax_t.m4,
	liboath/gl/m4/inttypes-pri.m4, liboath/gl/m4/inttypes.m4,
	liboath/gl/m4/inttypes_h.m4, liboath/gl/m4/largefile.m4,
	liboath/gl/m4/ld-version-script.m4, liboath/gl/m4/lib-ld.m4,
	liboath/gl/m4/lib-link.m4, liboath/gl/m4/lib-prefix.m4,
	liboath/gl/m4/link.m4, liboath/gl/m4/longlong.m4,
	liboath/gl/m4/lseek.m4, liboath/gl/m4/lstat.m4,
	liboath/gl/m4/malloc.m4, liboath/gl/m4/malloca.m4,
	liboath/gl/m4/manywarnings.m4, liboath/gl/m4/math_h.m4,
	liboath/gl/m4/memchr.m4, liboath/gl/m4/memxor.m4,
	liboath/gl/m4/mmap-anon.m4, liboath/gl/m4/msvc-inval.m4,
	liboath/gl/m4/msvc-nothrow.m4, liboath/gl/m4/multiarch.m4,
	liboath/gl/m4/nocrash.m4, liboath/gl/m4/off_t.m4,
	liboath/gl/m4/onceonly.m4, liboath/gl/m4/opendir.m4,
	liboath/gl/m4/pathmax.m4, liboath/gl/m4/printf.m4,
	liboath/gl/m4/priv-set.m4, liboath/gl/m4/putenv.m4,
	liboath/gl/m4/readdir.m4, liboath/gl/m4/readlink.m4,
	liboath/gl/m4/realloc.m4, liboath/gl/m4/rename.m4,
	liboath/gl/m4/rmdir.m4, liboath/gl/m4/setenv.m4,
	liboath/gl/m4/sha1.m4, liboath/gl/m4/sha256.m4,
	liboath/gl/m4/sha512.m4, liboath/gl/m4/size_max.m4,
	liboath/gl/m4/snprintf.m4, liboath/gl/m4/ssize_t.m4,
	liboath/gl/m4/stat.m4, liboath/gl/m4/stdalign.m4,
	liboath/gl/m4/stdbool.m4, liboath/gl/m4/stddef_h.m4,
	liboath/gl/m4/stdint.m4, liboath/gl/m4/stdint_h.m4,
	liboath/gl/m4/stdio_h.m4, liboath/gl/m4/stdlib_h.m4,
	liboath/gl/m4/strdup.m4, liboath/gl/m4/string_h.m4,
	liboath/gl/m4/strtok_r.m4, liboath/gl/m4/strverscmp.m4,
	liboath/gl/m4/symlink.m4, liboath/gl/m4/sys_socket_h.m4,
	liboath/gl/m4/sys_stat_h.m4, liboath/gl/m4/sys_time_h.m4,
	liboath/gl/m4/sys_types_h.m4, liboath/gl/m4/time_h.m4,
	liboath/gl/m4/ungetc.m4, liboath/gl/m4/unistd_h.m4,
	liboath/gl/m4/unlink.m4, liboath/gl/m4/unlinkdir.m4,
	liboath/gl/m4/valgrind-tests.m4, liboath/gl/m4/vasnprintf.m4,
	liboath/gl/m4/visibility.m4, liboath/gl/m4/warn-on-use.m4,
	liboath/gl/m4/warnings.m4, liboath/gl/m4/wchar_h.m4,
	liboath/gl/m4/wchar_t.m4, liboath/gl/m4/wint_t.m4,
	liboath/gl/m4/xsize.m4, liboath/gl/malloc.c, liboath/gl/malloca.c,
	liboath/gl/malloca.h, liboath/gl/memchr.c, liboath/gl/memxor.c,
	liboath/gl/memxor.h, liboath/gl/msvc-inval.c,
	liboath/gl/msvc-inval.h, liboath/gl/msvc-nothrow.c,
	liboath/gl/msvc-nothrow.h,
	liboath/gl/override/m4/valgrind-tests.m4.diff,
	liboath/gl/pathmax.h, liboath/gl/printf-args.c,
	liboath/gl/printf-args.h, liboath/gl/printf-parse.c,
	liboath/gl/printf-parse.h, liboath/gl/readlink.c,
	liboath/gl/realloc.c, liboath/gl/rename.c, liboath/gl/rmdir.c,
	liboath/gl/same-inode.h, liboath/gl/sha1.c, liboath/gl/sha1.h,
	liboath/gl/sha256.c, liboath/gl/sha256.h, liboath/gl/sha512.c,
	liboath/gl/sha512.h, liboath/gl/size_max.h, liboath/gl/snprintf.c,
	liboath/gl/stat.c, liboath/gl/stdalign.in.h,
	liboath/gl/stdbool.in.h, liboath/gl/stddef.in.h,
	liboath/gl/stdint.in.h, liboath/gl/stdio-impl.h,
	liboath/gl/stdio.in.h, liboath/gl/stdlib.in.h, liboath/gl/strdup.c,
	liboath/gl/string.in.h, liboath/gl/stripslash.c,
	liboath/gl/strtok_r.c, liboath/gl/strverscmp.c,
	liboath/gl/sys_stat.in.h, liboath/gl/sys_time.in.h,
	liboath/gl/sys_types.in.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/binary-io.h, liboath/gl/tests/closedir.c,
	liboath/gl/tests/dirent-private.h, liboath/gl/tests/dirent.in.h,
	liboath/gl/tests/fcntl.in.h, liboath/gl/tests/fdopen.c,
	liboath/gl/tests/filename.h, liboath/gl/tests/fpucw.h,
	liboath/gl/tests/getcwd-lgpl.c, liboath/gl/tests/getpagesize.c,
	liboath/gl/tests/ignore-value.h, liboath/gl/tests/init.sh,
	liboath/gl/tests/intprops.h, liboath/gl/tests/inttypes.in.h,
	liboath/gl/tests/link.c, liboath/gl/tests/macros.h,
	liboath/gl/tests/opendir.c, liboath/gl/tests/priv-set.c,
	liboath/gl/tests/priv-set.h, liboath/gl/tests/putenv.c,
	liboath/gl/tests/readdir.c, liboath/gl/tests/root-uid.h,
	liboath/gl/tests/signature.h, liboath/gl/tests/symlink.c,
	liboath/gl/tests/test-alloca-opt.c, liboath/gl/tests/test-base32.c,
	liboath/gl/tests/test-binary-io.c, liboath/gl/tests/test-c-ctype.c,
	liboath/gl/tests/test-canonicalize-lgpl.c,
	liboath/gl/tests/test-chdir.c, liboath/gl/tests/test-close.c,
	liboath/gl/tests/test-dirent.c, liboath/gl/tests/test-environ.c,
	liboath/gl/tests/test-errno.c, liboath/gl/tests/test-fclose.c,
	liboath/gl/tests/test-fcntl-h.c, liboath/gl/tests/test-fdopen.c,
	liboath/gl/tests/test-fflush.c, liboath/gl/tests/test-fflush2.c,
	liboath/gl/tests/test-fgetc.c, liboath/gl/tests/test-float.c,
	liboath/gl/tests/test-fopen.c, liboath/gl/tests/test-fopen.h,
	liboath/gl/tests/test-fpurge.c, liboath/gl/tests/test-fputc.c,
	liboath/gl/tests/test-fread.c, liboath/gl/tests/test-freading.c,
	liboath/gl/tests/test-fseek.c, liboath/gl/tests/test-fseeko.c,
	liboath/gl/tests/test-fseeko3.c, liboath/gl/tests/test-fseeko4.c,
	liboath/gl/tests/test-fstat.c, liboath/gl/tests/test-ftell.c,
	liboath/gl/tests/test-ftell3.c, liboath/gl/tests/test-ftello.c,
	liboath/gl/tests/test-ftello3.c, liboath/gl/tests/test-ftello4.c,
	liboath/gl/tests/test-fwrite.c,
	liboath/gl/tests/test-gc-hmac-sha1.c,
	liboath/gl/tests/test-gc-hmac-sha256.c,
	liboath/gl/tests/test-gc-hmac-sha512.c, liboath/gl/tests/test-gc.c,
	liboath/gl/tests/test-getcwd-lgpl.c,
	liboath/gl/tests/test-getdelim.c, liboath/gl/tests/test-getline.c,
	liboath/gl/tests/test-gettimeofday.c,
	liboath/gl/tests/test-hmac-sha1.c,
	liboath/gl/tests/test-hmac-sha256.c,
	liboath/gl/tests/test-hmac-sha512.c,
	liboath/gl/tests/test-ignore-value.c,
	liboath/gl/tests/test-init.sh, liboath/gl/tests/test-intprops.c,
	liboath/gl/tests/test-inttypes.c, liboath/gl/tests/test-link.c,
	liboath/gl/tests/test-link.h, liboath/gl/tests/test-lseek.c,
	liboath/gl/tests/test-lstat.c, liboath/gl/tests/test-lstat.h,
	liboath/gl/tests/test-malloca.c, liboath/gl/tests/test-memchr.c,
	liboath/gl/tests/test-pathmax.c, liboath/gl/tests/test-priv-set.c,
	liboath/gl/tests/test-readlink.c, liboath/gl/tests/test-readlink.h,
	liboath/gl/tests/test-rename.c, liboath/gl/tests/test-rename.h,
	liboath/gl/tests/test-rmdir.c, liboath/gl/tests/test-rmdir.h,
	liboath/gl/tests/test-sha1.c, liboath/gl/tests/test-snprintf.c,
	liboath/gl/tests/test-stat.c, liboath/gl/tests/test-stat.h,
	liboath/gl/tests/test-stdalign.c, liboath/gl/tests/test-stdbool.c,
	liboath/gl/tests/test-stddef.c, liboath/gl/tests/test-stdint.c,
	liboath/gl/tests/test-stdio.c, liboath/gl/tests/test-stdlib.c,
	liboath/gl/tests/test-string.c, liboath/gl/tests/test-strverscmp.c,
	liboath/gl/tests/test-symlink.c, liboath/gl/tests/test-symlink.h,
	liboath/gl/tests/test-sys_stat.c, liboath/gl/tests/test-sys_time.c,
	liboath/gl/tests/test-sys_types.c,
	liboath/gl/tests/test-sys_wait.h, liboath/gl/tests/test-time.c,
	liboath/gl/tests/test-u64.c, liboath/gl/tests/test-unistd.c,
	liboath/gl/tests/test-unlink.c, liboath/gl/tests/test-unlink.h,
	liboath/gl/tests/test-unsetenv.c,
	liboath/gl/tests/test-vasnprintf.c, liboath/gl/tests/test-verify.c,
	liboath/gl/tests/test-wchar.c, liboath/gl/tests/unlinkdir.c,
	liboath/gl/tests/unlinkdir.h, liboath/gl/tests/unsetenv.c,
	liboath/gl/tests/zerosize-ptr.h, liboath/gl/time.in.h,
	liboath/gl/u64.h, liboath/gl/unistd.in.h, liboath/gl/unlink.c,
	liboath/gl/vasnprintf.c, liboath/gl/vasnprintf.h,
	liboath/gl/verify.h, liboath/gl/wchar.in.h, liboath/gl/xsize.h,
	libpskc/build-aux/snippet/arg-nonnull.h,
	libpskc/build-aux/snippet/c++defs.h,
	libpskc/build-aux/snippet/warn-on-use.h, libpskc/gl/Makefile.am,
	libpskc/gl/anytostr.c, libpskc/gl/base64.c, libpskc/gl/base64.h,
	libpskc/gl/intprops.h, libpskc/gl/inttostr.h,
	libpskc/gl/m4/00gnulib.m4, libpskc/gl/m4/absolute-header.m4,
	libpskc/gl/m4/alloca.m4, libpskc/gl/m4/base64.m4,
	libpskc/gl/m4/errno_h.m4, libpskc/gl/m4/exponentd.m4,
	libpskc/gl/m4/extensions.m4, libpskc/gl/m4/extern-inline.m4,
	libpskc/gl/m4/fdopen.m4, libpskc/gl/m4/float_h.m4,
	libpskc/gl/m4/fpieee.m4, libpskc/gl/m4/getpagesize.m4,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/m4/gnulib-common.m4,
	libpskc/gl/m4/gnulib-comp.m4, libpskc/gl/m4/gnulib-tool.m4,
	libpskc/gl/m4/include_next.m4, libpskc/gl/m4/intmax_t.m4,
	libpskc/gl/m4/inttostr.m4, libpskc/gl/m4/inttypes-pri.m4,
	libpskc/gl/m4/inttypes.m4, libpskc/gl/m4/inttypes_h.m4,
	libpskc/gl/m4/ld-version-script.m4, libpskc/gl/m4/longlong.m4,
	libpskc/gl/m4/manywarnings.m4, libpskc/gl/m4/math_h.m4,
	libpskc/gl/m4/memchr.m4, libpskc/gl/m4/minmax.m4,
	libpskc/gl/m4/mmap-anon.m4, libpskc/gl/m4/msvc-inval.m4,
	libpskc/gl/m4/multiarch.m4, libpskc/gl/m4/off_t.m4,
	libpskc/gl/m4/onceonly.m4, libpskc/gl/m4/printf.m4,
	libpskc/gl/m4/size_max.m4, libpskc/gl/m4/snprintf.m4,
	libpskc/gl/m4/ssize_t.m4, libpskc/gl/m4/stdbool.m4,
	libpskc/gl/m4/stddef_h.m4, libpskc/gl/m4/stdint.m4,
	libpskc/gl/m4/stdint_h.m4, libpskc/gl/m4/stdio_h.m4,
	libpskc/gl/m4/string_h.m4, libpskc/gl/m4/strverscmp.m4,
	libpskc/gl/m4/sys_types_h.m4, libpskc/gl/m4/unistd_h.m4,
	libpskc/gl/m4/valgrind-tests.m4, libpskc/gl/m4/vasnprintf.m4,
	libpskc/gl/m4/visibility.m4, libpskc/gl/m4/warn-on-use.m4,
	libpskc/gl/m4/warnings.m4, libpskc/gl/m4/wchar_h.m4,
	libpskc/gl/m4/wchar_t.m4, libpskc/gl/m4/wint_t.m4,
	libpskc/gl/m4/xsize.m4, libpskc/gl/memchr.c, libpskc/gl/minmax.h,
	libpskc/gl/stdbool.in.h, libpskc/gl/stddef.in.h,
	libpskc/gl/stdint.in.h, libpskc/gl/string.in.h,
	libpskc/gl/strverscmp.c, libpskc/gl/{tests => }/sys_types.in.h,
	libpskc/gl/tests/Makefile.am, libpskc/gl/tests/alloca.in.h,
	libpskc/gl/tests/asnprintf.c, libpskc/gl/tests/errno.in.h,
	libpskc/gl/tests/fdopen.c, libpskc/gl/tests/float+.h,
	libpskc/gl/tests/float.c, libpskc/gl/tests/float.in.h,
	libpskc/gl/tests/fpucw.h, libpskc/gl/tests/getpagesize.c,
	libpskc/gl/tests/init.sh, libpskc/gl/tests/inttypes.in.h,
	libpskc/gl/tests/itold.c, libpskc/gl/tests/macros.h,
	libpskc/gl/tests/msvc-inval.c, libpskc/gl/tests/msvc-inval.h,
	libpskc/gl/tests/printf-args.c, libpskc/gl/tests/printf-args.h,
	libpskc/gl/tests/printf-parse.c, libpskc/gl/tests/printf-parse.h,
	libpskc/gl/tests/signature.h, libpskc/gl/tests/size_max.h,
	libpskc/gl/tests/snprintf.c, libpskc/gl/tests/stdio.in.h,
	libpskc/gl/tests/test-alloca-opt.c, libpskc/gl/tests/test-base64.c,
	libpskc/gl/tests/test-errno.c, libpskc/gl/tests/test-fdopen.c,
	libpskc/gl/tests/test-fgetc.c, libpskc/gl/tests/test-float.c,
	libpskc/gl/tests/test-fputc.c, libpskc/gl/tests/test-fread.c,
	libpskc/gl/tests/test-fwrite.c, libpskc/gl/tests/test-init.sh,
	libpskc/gl/tests/test-intprops.c, libpskc/gl/tests/test-inttostr.c,
	libpskc/gl/tests/test-inttypes.c, libpskc/gl/tests/test-memchr.c,
	libpskc/gl/tests/test-snprintf.c, libpskc/gl/tests/test-stdbool.c,
	libpskc/gl/tests/test-stddef.c, libpskc/gl/tests/test-stdint.c,
	libpskc/gl/tests/test-stdio.c, libpskc/gl/tests/test-string.c,
	libpskc/gl/tests/test-strverscmp.c,
	libpskc/gl/tests/test-sys_types.c, libpskc/gl/tests/test-unistd.c,
	libpskc/gl/tests/test-vasnprintf.c, libpskc/gl/tests/test-verify.c,
	libpskc/gl/tests/test-wchar.c, libpskc/gl/tests/unistd.in.h,
	libpskc/gl/tests/vasnprintf.c, libpskc/gl/tests/vasnprintf.h,
	libpskc/gl/tests/verify.h, libpskc/gl/tests/wchar.in.h,
	libpskc/gl/tests/xsize.h, libpskc/gl/tests/zerosize-ptr.h,
	maint.mk, oathtool/build-aux/snippet/arg-nonnull.h,
	oathtool/build-aux/snippet/c++defs.h,
	oathtool/build-aux/snippet/warn-on-use.h,
	oathtool/doc/parse-datetime.texi, oathtool/gl/Makefile.am,
	oathtool/gl/alloca.in.h, oathtool/gl/asnprintf.c,
	oathtool/gl/asprintf.c, oathtool/gl/c-ctype.c,
	oathtool/gl/c-ctype.h, oathtool/gl/errno.in.h, oathtool/gl/error.c,
	oathtool/gl/error.h, oathtool/gl/exitfail.c,
	oathtool/gl/exitfail.h, oathtool/gl/float+.h, oathtool/gl/float.c,
	oathtool/gl/float.in.h, oathtool/gl/gettext.h,
	oathtool/gl/gettime.c, oathtool/gl/gettimeofday.c,
	oathtool/gl/intprops.h, oathtool/gl/inttypes.in.h,
	oathtool/gl/itold.c, oathtool/gl/m4/00gnulib.m4,
	oathtool/gl/m4/absolute-header.m4, oathtool/gl/m4/alloca.m4,
	oathtool/gl/m4/bison.m4, oathtool/gl/m4/clock_time.m4,
	oathtool/gl/m4/eealloc.m4, oathtool/gl/m4/environ.m4,
	oathtool/gl/m4/errno_h.m4, oathtool/gl/m4/error.m4,
	oathtool/gl/m4/exponentd.m4, oathtool/gl/m4/extensions.m4,
	oathtool/gl/m4/extern-inline.m4, oathtool/gl/m4/fdopen.m4,
	oathtool/gl/m4/float_h.m4, oathtool/gl/m4/fpieee.m4,
	oathtool/gl/m4/getpagesize.m4, oathtool/gl/m4/gettime.m4,
	oathtool/gl/m4/gettimeofday.m4, oathtool/gl/m4/gnulib-cache.m4,
	oathtool/gl/m4/gnulib-common.m4, oathtool/gl/m4/gnulib-comp.m4,
	oathtool/gl/m4/gnulib-tool.m4, oathtool/gl/m4/include_next.m4,
	oathtool/gl/m4/intmax_t.m4, oathtool/gl/m4/inttypes-pri.m4,
	oathtool/gl/m4/inttypes.m4, oathtool/gl/m4/inttypes_h.m4,
	oathtool/gl/m4/longlong.m4, oathtool/gl/m4/malloc.m4,
	oathtool/gl/m4/malloca.m4, oathtool/gl/m4/math_h.m4,
	oathtool/gl/m4/memchr.m4, oathtool/gl/m4/mktime.m4,
	oathtool/gl/m4/mmap-anon.m4, oathtool/gl/m4/msvc-inval.m4,
	oathtool/gl/m4/msvc-nothrow.m4, oathtool/gl/m4/multiarch.m4,
	oathtool/gl/m4/off_t.m4, oathtool/gl/m4/onceonly.m4,
	oathtool/gl/m4/parse-datetime.m4, oathtool/gl/m4/printf.m4,
	oathtool/gl/m4/putenv.m4, oathtool/gl/m4/setenv.m4,
	oathtool/gl/m4/size_max.m4, oathtool/gl/m4/ssize_t.m4,
	oathtool/gl/m4/stdarg.m4, oathtool/gl/m4/stdbool.m4,
	oathtool/gl/m4/stddef_h.m4, oathtool/gl/m4/stdint.m4,
	oathtool/gl/m4/stdint_h.m4, oathtool/gl/m4/stdio_h.m4,
	oathtool/gl/m4/stdlib_h.m4, oathtool/gl/m4/strerror.m4,
	oathtool/gl/m4/string_h.m4, oathtool/gl/m4/sys_socket_h.m4,
	oathtool/gl/m4/sys_time_h.m4, oathtool/gl/m4/sys_types_h.m4,
	oathtool/gl/m4/time_h.m4, oathtool/gl/m4/time_r.m4,
	oathtool/gl/m4/timespec.m4, oathtool/gl/m4/tm_gmtoff.m4,
	oathtool/gl/m4/unistd_h.m4, oathtool/gl/m4/vasnprintf.m4,
	oathtool/gl/m4/vasprintf.m4, oathtool/gl/m4/version-etc.m4,
	oathtool/gl/m4/warn-on-use.m4, oathtool/gl/m4/wchar_h.m4,
	oathtool/gl/m4/wchar_t.m4, oathtool/gl/m4/wint_t.m4,
	oathtool/gl/m4/xalloc.m4, oathtool/gl/m4/xsize.m4,
	oathtool/gl/malloca.c, oathtool/gl/malloca.h, oathtool/gl/memchr.c,
	oathtool/gl/mktime.c, oathtool/gl/msvc-inval.c,
	oathtool/gl/msvc-inval.h, oathtool/gl/msvc-nothrow.c,
	oathtool/gl/msvc-nothrow.h, oathtool/gl/parse-datetime.h,
	oathtool/gl/parse-datetime.y, oathtool/gl/parse-duration.c,
	oathtool/gl/parse-duration.h, oathtool/gl/printf-args.c,
	oathtool/gl/printf-args.h, oathtool/gl/printf-parse.c,
	oathtool/gl/printf-parse.h, oathtool/gl/progname.c,
	oathtool/gl/progname.h, oathtool/gl/setenv.c,
	oathtool/gl/size_max.h, oathtool/gl/stdarg.in.h,
	oathtool/gl/stdbool.in.h, oathtool/gl/stddef.in.h,
	oathtool/gl/stdint.in.h, oathtool/gl/stdio.in.h,
	oathtool/gl/stdlib.in.h, oathtool/gl/strerror-override.c,
	oathtool/gl/strerror-override.h, oathtool/gl/strerror.c,
	oathtool/gl/string.in.h, oathtool/gl/sys_time.in.h,
	oathtool/gl/sys_types.in.h, oathtool/gl/tests/Makefile.am,
	oathtool/gl/tests/fdopen.c, oathtool/gl/tests/fpucw.h,
	oathtool/gl/tests/getpagesize.c, oathtool/gl/tests/init.sh,
	oathtool/gl/tests/macros.h, oathtool/gl/tests/malloc.c,
	oathtool/gl/tests/putenv.c, oathtool/gl/tests/signature.h,
	oathtool/gl/tests/test-alloca-opt.c,
	oathtool/gl/tests/test-c-ctype.c, oathtool/gl/tests/test-environ.c,
	oathtool/gl/tests/test-errno.c, oathtool/gl/tests/test-fdopen.c,
	oathtool/gl/tests/test-fgetc.c, oathtool/gl/tests/test-float.c,
	oathtool/gl/tests/test-fputc.c, oathtool/gl/tests/test-fread.c,
	oathtool/gl/tests/test-fwrite.c,
	oathtool/gl/tests/test-gettimeofday.c,
	oathtool/gl/tests/test-init.sh, oathtool/gl/tests/test-intprops.c,
	oathtool/gl/tests/test-inttypes.c,
	oathtool/gl/tests/test-malloca.c, oathtool/gl/tests/test-memchr.c,
	oathtool/gl/tests/test-parse-datetime.c,
	oathtool/gl/tests/test-parse-duration.c,
	oathtool/gl/tests/test-setenv.c, oathtool/gl/tests/test-stdbool.c,
	oathtool/gl/tests/test-stddef.c, oathtool/gl/tests/test-stdint.c,
	oathtool/gl/tests/test-stdio.c, oathtool/gl/tests/test-stdlib.c,
	oathtool/gl/tests/test-strerror.c, oathtool/gl/tests/test-string.c,
	oathtool/gl/tests/test-sys_time.c,
	oathtool/gl/tests/test-sys_types.c,
	oathtool/gl/tests/test-sys_wait.h, oathtool/gl/tests/test-time.c,
	oathtool/gl/tests/test-unistd.c, oathtool/gl/tests/test-unsetenv.c,
	oathtool/gl/tests/test-vasnprintf.c,
	oathtool/gl/tests/test-vasprintf.c,
	oathtool/gl/tests/test-verify.c,
	oathtool/gl/tests/test-version-etc.c,
	oathtool/gl/tests/test-version-etc.sh,
	oathtool/gl/tests/test-wchar.c,
	oathtool/gl/tests/test-xalloc-die.c,
	oathtool/gl/tests/test-xalloc-die.sh,
	oathtool/gl/tests/version-etc-fsf.c,
	oathtool/gl/tests/zerosize-ptr.h, oathtool/gl/time.in.h,
	oathtool/gl/time_r.c, oathtool/gl/timespec.h,
	oathtool/gl/unistd.in.h, oathtool/gl/unsetenv.c,
	oathtool/gl/vasnprintf.c, oathtool/gl/vasnprintf.h,
	oathtool/gl/vasprintf.c, oathtool/gl/verify.h,
	oathtool/gl/version-etc.c, oathtool/gl/version-etc.h,
	oathtool/gl/wchar.in.h, oathtool/gl/xalloc-die.c,
	oathtool/gl/xalloc-oversized.h, oathtool/gl/xalloc.h,
	oathtool/gl/xmalloc.c, oathtool/gl/xsize.h,
	pskctool/build-aux/snippet/arg-nonnull.h,
	pskctool/build-aux/snippet/c++defs.h,
	pskctool/build-aux/snippet/warn-on-use.h, pskctool/gl/Makefile.am,
	pskctool/gl/errno.in.h, pskctool/gl/error.c, pskctool/gl/error.h,
	pskctool/gl/fstat.c, pskctool/gl/ftell.c, pskctool/gl/ftello.c,
	pskctool/gl/gettext.h, pskctool/gl/gettimeofday.c,
	pskctool/gl/intprops.h, pskctool/gl/lseek.c,
	pskctool/gl/m4/00gnulib.m4, pskctool/gl/m4/absolute-header.m4,
	pskctool/gl/m4/errno_h.m4, pskctool/gl/m4/error.m4,
	pskctool/gl/m4/extensions.m4, pskctool/gl/m4/extern-inline.m4,
	pskctool/gl/m4/fcntl-o.m4, pskctool/gl/m4/fcntl_h.m4,
	pskctool/gl/m4/fdopen.m4, pskctool/gl/m4/fseeko.m4,
	pskctool/gl/m4/fstat.m4, pskctool/gl/m4/ftell.m4,
	pskctool/gl/m4/ftello.m4, pskctool/gl/m4/gettimeofday.m4,
	pskctool/gl/m4/gnulib-cache.m4, pskctool/gl/m4/gnulib-common.m4,
	pskctool/gl/m4/gnulib-comp.m4, pskctool/gl/m4/gnulib-tool.m4,
	pskctool/gl/m4/include_next.m4, pskctool/gl/m4/inttypes-pri.m4,
	pskctool/gl/m4/inttypes.m4, pskctool/gl/m4/largefile.m4,
	pskctool/gl/m4/longlong.m4, pskctool/gl/m4/lseek.m4,
	pskctool/gl/m4/malloc.m4, pskctool/gl/m4/msvc-inval.m4,
	pskctool/gl/m4/msvc-nothrow.m4, pskctool/gl/m4/multiarch.m4,
	pskctool/gl/m4/off_t.m4, pskctool/gl/m4/onceonly.m4,
	pskctool/gl/m4/read-file.m4, pskctool/gl/m4/realloc.m4,
	pskctool/gl/m4/ssize_t.m4, pskctool/gl/m4/stdarg.m4,
	pskctool/gl/m4/stdbool.m4, pskctool/gl/m4/stddef_h.m4,
	pskctool/gl/m4/stdint.m4, pskctool/gl/m4/stdio_h.m4,
	pskctool/gl/m4/stdlib_h.m4, pskctool/gl/m4/strerror.m4,
	pskctool/gl/m4/string_h.m4, pskctool/gl/m4/sys_socket_h.m4,
	pskctool/gl/m4/sys_stat_h.m4, pskctool/gl/m4/sys_time_h.m4,
	pskctool/gl/m4/sys_types_h.m4, pskctool/gl/m4/time_h.m4,
	pskctool/gl/m4/ungetc.m4, pskctool/gl/m4/unistd_h.m4,
	pskctool/gl/m4/version-etc.m4, pskctool/gl/m4/warn-on-use.m4,
	pskctool/gl/m4/wchar_h.m4, pskctool/gl/m4/wchar_t.m4,
	pskctool/gl/m4/wint_t.m4, pskctool/gl/malloc.c,
	pskctool/gl/msvc-inval.c, pskctool/gl/msvc-inval.h,
	pskctool/gl/msvc-nothrow.c, pskctool/gl/msvc-nothrow.h,
	pskctool/gl/progname.c, pskctool/gl/progname.h,
	pskctool/gl/read-file.c, pskctool/gl/read-file.h,
	pskctool/gl/realloc.c, pskctool/gl/stdarg.in.h,
	pskctool/gl/stddef.in.h, pskctool/gl/stdint.in.h,
	pskctool/gl/stdio-impl.h, pskctool/gl/stdio.in.h,
	pskctool/gl/stdlib.in.h, pskctool/gl/strerror-override.c,
	pskctool/gl/strerror-override.h, pskctool/gl/strerror.c,
	pskctool/gl/string.in.h, pskctool/gl/sys_stat.in.h,
	pskctool/gl/sys_time.in.h, pskctool/gl/sys_types.in.h,
	pskctool/gl/tests/Makefile.am, pskctool/gl/tests/binary-io.h,
	pskctool/gl/tests/fcntl.in.h, pskctool/gl/tests/fdopen.c,
	pskctool/gl/tests/init.sh, pskctool/gl/tests/inttypes.in.h,
	pskctool/gl/tests/macros.h, pskctool/gl/tests/signature.h,
	pskctool/gl/tests/stdbool.in.h, pskctool/gl/tests/test-binary-io.c,
	pskctool/gl/tests/test-errno.c, pskctool/gl/tests/test-fcntl-h.c,
	pskctool/gl/tests/test-fdopen.c, pskctool/gl/tests/test-fgetc.c,
	pskctool/gl/tests/test-fputc.c, pskctool/gl/tests/test-fread.c,
	pskctool/gl/tests/test-fstat.c, pskctool/gl/tests/test-ftell.c,
	pskctool/gl/tests/test-ftell3.c, pskctool/gl/tests/test-ftello.c,
	pskctool/gl/tests/test-ftello3.c, pskctool/gl/tests/test-ftello4.c,
	pskctool/gl/tests/test-fwrite.c,
	pskctool/gl/tests/test-gettimeofday.c,
	pskctool/gl/tests/test-init.sh, pskctool/gl/tests/test-intprops.c,
	pskctool/gl/tests/test-inttypes.c, pskctool/gl/tests/test-lseek.c,
	pskctool/gl/tests/test-read-file.c,
	pskctool/gl/tests/test-stdbool.c, pskctool/gl/tests/test-stddef.c,
	pskctool/gl/tests/test-stdint.c, pskctool/gl/tests/test-stdio.c,
	pskctool/gl/tests/test-stdlib.c, pskctool/gl/tests/test-strerror.c,
	pskctool/gl/tests/test-string.c, pskctool/gl/tests/test-sys_stat.c,
	pskctool/gl/tests/test-sys_time.c,
	pskctool/gl/tests/test-sys_types.c,
	pskctool/gl/tests/test-sys_wait.h, pskctool/gl/tests/test-time.c,
	pskctool/gl/tests/test-unistd.c, pskctool/gl/tests/test-verify.c,
	pskctool/gl/tests/test-version-etc.c,
	pskctool/gl/tests/test-version-etc.sh,
	pskctool/gl/tests/test-wchar.c,
	pskctool/gl/tests/version-etc-fsf.c, pskctool/gl/tests/wchar.in.h,
	pskctool/gl/time.in.h, pskctool/gl/unistd.in.h,
	pskctool/gl/verify.h, pskctool/gl/version-etc.c,
	pskctool/gl/version-etc.h: Update gnulib files.

2014-03-04  Simon Josefsson <simon@josefsson.org>

	* : commit 24ede638b0a8dbf96b8cbc01fc7c5b56cfff9fef Author: Simon
	Josefsson <simon@josefsson.org> Date:   Wed Feb 12 15:00:42 2014
	+0100

2014-02-12  Simon Josefsson <simon@josefsson.org>

	* NEWS: Assign CVE to issue.

2014-02-12  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/tests/expect.oath, liboath/tests/tst_usersfile.c,
	liboath/tests/users.oath, liboath/usersfile.c: Fix usersfile bug
	that caused it to update the wrong line.  Reported by Bas van Schaik <bas@sj-vs.net>.  Patch and test vector
	from Ilkka Virta <itvirta@iki.fi>.

2013-11-12  Simon Josefsson <simon@josefsson.org>

	* pam_oath/README: Warn about using 00 for the key.  Suggested by Robin in https://savannah.nongnu.org/support/?108435

2013-09-23  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/m4/extern-inline.m4, liboath/gl/stdio-impl.h,
	liboath/gl/stdio.in.h, liboath/gl/tests/binary-io.h,
	liboath/gl/tests/priv-set.h, liboath/gl/u64.h,
	liboath/gl/unistd.in.h, liboath/gl/xsize.h,
	libpskc/gl/m4/extern-inline.m4, libpskc/gl/m4/gnulib-comp.m4,
	libpskc/gl/tests/stdio.in.h, libpskc/gl/tests/unistd.in.h,
	libpskc/gl/tests/xsize.h, oathtool/gl/m4/extern-inline.m4,
	oathtool/gl/stdio.in.h, oathtool/gl/timespec.h,
	oathtool/gl/unistd.in.h, oathtool/gl/xalloc.h, oathtool/gl/xsize.h,
	pskctool/gl/m4/extern-inline.m4, pskctool/gl/stdio-impl.h,
	pskctool/gl/stdio.in.h, pskctool/gl/tests/binary-io.h,
	pskctool/gl/unistd.in.h: Update gnulib files.

2013-08-26  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2013-08-26  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, liboath/Makefile.am, liboath/gl/Makefile.am,
	liboath/gl/gc-gnulib.c, liboath/gl/gc-libgcrypt.c, liboath/gl/gc.h,
	liboath/gl/hmac-sha256.c, liboath/gl/hmac-sha512.c,
	liboath/gl/hmac.h, liboath/gl/m4/gc-hmac-sha256.m4,
	liboath/gl/m4/gc-hmac-sha512.m4, liboath/gl/m4/gnulib-cache.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/sha256.m4,
	liboath/gl/m4/sha512.m4, liboath/gl/m4/warnings.m4,
	liboath/gl/sha256.c, liboath/gl/sha256.h, liboath/gl/sha512.c,
	liboath/gl/sha512.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/test-gc-hmac-sha256.c,
	liboath/gl/tests/test-gc-hmac-sha512.c,
	liboath/gl/tests/test-hmac-sha256.c,
	liboath/gl/tests/test-hmac-sha512.c, liboath/gl/tests/test-u64.c,
	liboath/gl/u64.c, liboath/gl/u64.h, liboath/hotp.c, liboath/hotp.h,
	liboath/liboath.map, liboath/oath.h.in,
	liboath/tests/tst_totp_algo.c, liboath/totp.c,
	libpskc/gl/m4/warnings.m4, oathtool/gl/sys_time.in.h,
	oathtool/gl/tests/test-sys_time.c, oathtool/oathtool.c,
	oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/tst_oathtool.sh: Support TOTP with HMAC-SHA256 and
	HMAC-SHA512.

2013-08-11  Simon Josefsson <simon@josefsson.org>

	* website/intro.txt: Mention pyoath-toolkit.

2013-07-21  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.4.0.

2013-07-21  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.2.0.

2013-07-21  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.4.0.

2013-07-21  Simon Josefsson <simon@josefsson.org>

	* NEWS: Give credit.

2013-07-21  Simon Josefsson <simon@josefsson.org>

	* gl/Makefile.am, gl/tests/Makefile.am, liboath/gl/Makefile.am,
	liboath/gl/c-ctype.h, liboath/gl/fseeko.c,
	liboath/gl/m4/extensions.m4, liboath/gl/m4/extern-inline.m4,
	liboath/gl/m4/fclose.m4, liboath/gl/m4/fflush.m4,
	liboath/gl/m4/fseeko.m4, liboath/gl/m4/manywarnings.m4,
	liboath/gl/m4/stdalign.m4, liboath/gl/m4/warnings.m4,
	liboath/gl/malloca.c, liboath/gl/malloca.h,
	liboath/gl/msvc-inval.c, liboath/gl/stdalign.in.h,
	liboath/gl/stdio.in.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/getcwd-lgpl.c, liboath/gl/tests/ignore-value.h,
	liboath/gl/tests/intprops.h, liboath/gl/tests/test-snprintf.c,
	liboath/gl/tests/test-vasnprintf.c, liboath/gl/vasnprintf.c,
	liboath/gl/verify.h, libpskc/gl/Makefile.am, libpskc/gl/anytostr.c,
	libpskc/gl/intprops.h, libpskc/gl/m4/extensions.m4,
	libpskc/gl/m4/extern-inline.m4, libpskc/gl/m4/manywarnings.m4,
	libpskc/gl/m4/warnings.m4, libpskc/gl/tests/Makefile.am,
	libpskc/gl/tests/msvc-inval.c, libpskc/gl/tests/stdio.in.h,
	libpskc/gl/tests/test-snprintf.c,
	libpskc/gl/tests/test-vasnprintf.c, libpskc/gl/tests/vasnprintf.c,
	libpskc/gl/tests/verify.h, maint.mk, oathtool/gl/Makefile.am,
	oathtool/gl/c-ctype.h, oathtool/gl/intprops.h,
	oathtool/gl/m4/extensions.m4, oathtool/gl/m4/extern-inline.m4,
	oathtool/gl/malloca.c, oathtool/gl/malloca.h,
	oathtool/gl/msvc-inval.c, oathtool/gl/parse-datetime.y,
	oathtool/gl/stdio.in.h, oathtool/gl/sys_time.in.h,
	oathtool/gl/tests/Makefile.am, oathtool/gl/tests/test-vasnprintf.c,
	oathtool/gl/vasnprintf.c, oathtool/gl/verify.h,
	pskctool/gl/Makefile.am, pskctool/gl/intprops.h,
	pskctool/gl/m4/extensions.m4, pskctool/gl/m4/extern-inline.m4,
	pskctool/gl/m4/fseeko.m4, pskctool/gl/msvc-inval.c,
	pskctool/gl/stdio.in.h, pskctool/gl/tests/Makefile.am,
	pskctool/gl/verify.h: Update gnulib files.

2013-07-21  Simon Josefsson <simon@josefsson.org>

	* NEWS: Reformat NEWS item.

2013-07-10  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2013-07-10  Simon Josefsson <simon@josefsson.org>

	* liboath/coding.c, liboath/tests/tst_totp_validate.c,
	liboath/tests/tst_usersfile.c, liboath/totp.c, libpskc/build.c,
	libpskc/container.c, libpskc/examples/pskc2csv.c,
	libpskc/examples/pskccreate.c, libpskc/examples/pskcsign.c,
	libpskc/examples/pskcverify.c, libpskc/examples/serialno.c,
	libpskc/include/pskc/container.h, libpskc/include/pskc/enums.h,
	libpskc/include/pskc/exports.h, libpskc/include/pskc/keypackage.h,
	libpskc/include/pskc/pskc.h, libpskc/internal.h, libpskc/output.c,
	libpskc/parser.c, libpskc/sign.c, libpskc/tests/tst_accessors.c,
	libpskc/tests/tst_setters.c, libpskc/tests/tst_validate.c: Indent
	code.

2013-07-10  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/totp.c: Fix version number.

2013-06-18  Fabian Grünbichler <fabian.gruenbichler@tuwien.ac.at>

	* liboath/totp.c: Add version information to new API methods for
	TOTP validation Signed-off-by: Simon Josefsson <simon@josefsson.org>

2013-06-18  Fabian Grünbichler <fabian.gruenbichler@tuwien.ac.at>

	* NEWS, liboath/liboath.map, liboath/tests/tst_totp_validate.c: bump
	liboath version, add news and tests Signed-off-by: Simon Josefsson <simon@josefsson.org>

2013-06-17  Fabian Grünbichler <fabian.gruenbichler@tuwien.ac.at>

	* liboath/totp.c: Fixed previous commit Signed-off-by: Simon Josefsson <simon@josefsson.org>

2013-06-17  Fabian Grünbichler <fabian.gruenbichler@tuwien.ac.at>

	* liboath/liboath.map, liboath/oath.h.in, liboath/totp.c: add new
	API functions that include a parameter storing the counter value
	used for OTP calculation Signed-off-by: Simon Josefsson <simon@josefsson.org>

2013-07-07  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.0.2.

2013-07-07  Simon Josefsson <simon@josefsson.org>

	* libpskc/gtk-doc/libpskc-docs.sgml: Fix.

2013-07-07  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.2.0.

2013-07-07  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/pskccreate.c, libpskc/gtk-doc/libpskc-docs.sgml: 
	Document PSKC creation.

2013-07-06  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2013-06-04  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, libpskc/build.c, libpskc/container.c,
	libpskc/examples/Makefile.am, libpskc/examples/pskccreate.c,
	libpskc/gtk-doc/Makefile.am, libpskc/gtk-doc/libpskc-docs.sgml,
	libpskc/include/pskc/container.h,
	libpskc/include/pskc/keypackage.h, libpskc/internal.h,
	libpskc/libpskc.map, libpskc/tests/Makefile.am,
	libpskc/tests/tst_setters.c: libpskc: Add pskc_add_keypackage and
	pskc_set_* functions.

2013-06-04  Simon Josefsson <simon@josefsson.org>

	* libpskc/tests/tst_accessors.c: Fix typo.

2013-06-03  Simon Josefsson <simon@josefsson.org>

	* libpskc/build.c: Don't call pskc_valueformat2str on unknown
	values.

2013-06-03  Simon Josefsson <simon@josefsson.org>

	* libpskc/parser.c: Fix debug error message for bad expirydates.

2013-05-30  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/oath.h.in: liboath: Make header file usable from C++
	(extern "C" guard).  Reported by Alan Markus <alan.markus@gmail.com>.

2013-03-20  Simon Josefsson <simon@josefsson.org>

	* .gitignore, liboath/gl/Makefile.am,
	liboath/gl/canonicalize-lgpl.c, liboath/gl/getdelim.c,
	liboath/gl/m4/extensions.m4, liboath/gl/m4/extern-inline.m4,
	liboath/gl/m4/getcwd.m4, liboath/gl/m4/gnulib-comp.m4,
	liboath/gl/m4/largefile.m4, liboath/gl/m4/putenv.m4,
	liboath/gl/m4/stdlib_h.m4, liboath/gl/m4/sys_types_h.m4,
	liboath/gl/stdint.in.h, liboath/gl/stdlib.in.h,
	liboath/gl/tests/putenv.c, liboath/gl/tests/test-close.c,
	liboath/gl/tests/test-fclose.c, liboath/gl/tests/test-fdopen.c,
	liboath/gl/tests/test-fflush.c, liboath/gl/tests/test-fgetc.c,
	liboath/gl/tests/test-fputc.c, liboath/gl/tests/test-fread.c,
	liboath/gl/tests/test-fseeko4.c, liboath/gl/tests/test-fstat.c,
	liboath/gl/tests/test-ftello4.c, liboath/gl/tests/test-fwrite.c,
	liboath/gl/tests/test-lseek.c, liboath/gl/tests/unsetenv.c,
	liboath/gl/unistd.in.h, libpskc/gl/m4/extensions.m4,
	libpskc/gl/m4/extern-inline.m4, libpskc/gl/m4/sys_types_h.m4,
	libpskc/gl/stdint.in.h, libpskc/gl/tests/test-fdopen.c,
	libpskc/gl/tests/test-fgetc.c, libpskc/gl/tests/test-fputc.c,
	libpskc/gl/tests/test-fread.c, libpskc/gl/tests/test-fwrite.c,
	libpskc/gl/tests/unistd.in.h, oathtool/gl/Makefile.am,
	oathtool/gl/m4/extensions.m4, oathtool/gl/m4/extern-inline.m4,
	oathtool/gl/m4/gnulib-comp.m4, oathtool/gl/m4/mktime.m4,
	oathtool/gl/m4/putenv.m4, oathtool/gl/m4/stdlib_h.m4,
	oathtool/gl/m4/sys_types_h.m4, oathtool/gl/setenv.c,
	oathtool/gl/stdint.in.h, oathtool/gl/stdlib.in.h,
	oathtool/gl/sys_time.in.h, oathtool/gl/tests/putenv.c,
	oathtool/gl/tests/test-fdopen.c, oathtool/gl/tests/test-fgetc.c,
	oathtool/gl/tests/test-fputc.c, oathtool/gl/tests/test-fread.c,
	oathtool/gl/tests/test-fwrite.c, oathtool/gl/unistd.in.h,
	oathtool/gl/unsetenv.c, pskctool/gl/Makefile.am,
	pskctool/gl/m4/extensions.m4, pskctool/gl/m4/extern-inline.m4,
	pskctool/gl/m4/largefile.m4, pskctool/gl/m4/stdlib_h.m4,
	pskctool/gl/m4/sys_types_h.m4, pskctool/gl/stdint.in.h,
	pskctool/gl/stdlib.in.h, pskctool/gl/tests/test-fdopen.c,
	pskctool/gl/tests/test-fgetc.c, pskctool/gl/tests/test-fputc.c,
	pskctool/gl/tests/test-fread.c, pskctool/gl/tests/test-fstat.c,
	pskctool/gl/tests/test-ftello4.c, pskctool/gl/tests/test-fwrite.c,
	pskctool/gl/tests/test-lseek.c, pskctool/gl/unistd.in.h: Update
	gnulib files.

2013-01-28  Simon Josefsson <simon@josefsson.org>

	* libpskc/configure.ac: Disable PSKC XMLSEC stuff if xmlcatalog is
	not available.

2013-01-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Typo.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* liboath/usersfile.c: Fix indentation.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/expect.oath, liboath/tests/tst_usersfile.c,
	liboath/tests/users.oath: Check that OATH_BAD_PASSWORD response
	still work.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/expect.oath, liboath/tests/tst_usersfile.c,
	liboath/tests/users.oath, liboath/usersfile.c: Permit difference
	passwords for different tokens for multiline users.  Patch from Christian Hesse <mail@eworm.de>.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* pskctool/tests/tst_libexamples.sh: Remove trailing whitespace from
	pskctool -h output.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac, libpskc/configure.ac,
	oathtool/configure.ac, pam_oath/configure.ac, pskctool/configure.ac: 
	Reorder to avoid warnings.  AM_PROG_AR needs to be called after AC_PROG_CC and before
	AC_PROG_LIBTOOL.  Otherwise you get errors like: configure.ac:43:
	warning: AC_COMPILE_IFELSE was called before
	AC_USE_SYSTEM_EXTENSIONS or this: configure.ac:44: warning: LT_INIT
	was called before AM_PROG_AR

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac, libpskc/configure.ac,
	oathtool/configure.ac, pam_oath/configure.ac, pskctool/configure.ac: 
	Work with both automake 1.12 and 1.11.  Patch from Christian Hesse <list@eworm.de>.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/Makefile.am, libpskc/gtk-doc/Makefile.am: Don't
	use GNU make extensions.  Reported by Christian Hesse <list@eworm.de>.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/Makefile.am: Strip any trailing whitespace in
	gengetopt generated output.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/pskctool-h.txt: Remove trailing whitespace,
	gengetopt 2.22.6 doesn't generate it.  Patch from Christian Hesse <list@eworm.de>.

2013-01-10  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, liboath/gl/Makefile.am, liboath/gl/m4/gnulib-cache.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/valgrind-tests.m4,
	liboath/gl/override/m4/valgrind-tests.m4.diff, liboath/gl/stdio.c,
	libpskc/gl/m4/gnulib-comp.m4,
	libpskc/gl/override/m4/valgrind-tests.m4.diff,
	libpskc/gl/tests/Makefile.am, libpskc/gl/tests/stdio.c,
	oathtool/doc/parse-datetime.texi, oathtool/gl/Makefile.am,
	oathtool/gl/m4/gnulib-comp.m4, oathtool/gl/stdio.c,
	pskctool/gl/Makefile.am, pskctool/gl/m4/gnulib-comp.m4,
	pskctool/gl/stdio.c: Update gnulib files.  Disable valgrind unless
	requested.  Reported by Christian Hesse <list@eworm.de>.

2013-01-08  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.0.2.

2013-01-06  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2013-01-04  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/tests/expect.oath, liboath/tests/tst_usersfile.c,
	liboath/tests/users.oath, liboath/usersfile.c: liboath: If password
	in usersfile is + then ignore supplied password.  This enables the pam_oath module to be used with external password
	verification.  Based on patch from Ilkka Virta <itvirta@iki.fi>.

2013-01-04  Simon Josefsson <simon@josefsson.org>

	* HACKING: Doc fix.

2013-01-03  Simon Josefsson <simon@josefsson.org>

	* .gitignore, GNUmakefile, build-aux/git-version-gen,
	build-aux/update-copyright, build-aux/useless-if-before-free,
	build-aux/vc-list-files, gl/Makefile.am, gl/dummy.c,
	gl/m4/00gnulib.m4, gl/m4/autobuild.m4, gl/m4/gnulib-cache.m4,
	gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4,
	gl/m4/onceonly.m4, gl/tests/Makefile.am, gl/tests/init.sh,
	gl/tests/test-init.sh, gl/tests/test-update-copyright.sh,
	gl/tests/test-vc-list-files-cvs.sh,
	gl/tests/test-vc-list-files-git.sh, liboath/build-aux/config.rpath,
	liboath/build-aux/snippet/arg-nonnull.h,
	liboath/build-aux/snippet/c++defs.h,
	liboath/build-aux/snippet/unused-parameter.h,
	liboath/build-aux/snippet/warn-on-use.h, liboath/gl/Makefile.am,
	liboath/gl/alloca.in.h, liboath/gl/asnprintf.c,
	liboath/gl/base32.c, liboath/gl/base32.h,
	liboath/gl/basename-lgpl.c, liboath/gl/c-ctype.c,
	liboath/gl/c-ctype.h, liboath/gl/canonicalize-lgpl.c,
	liboath/gl/close.c, liboath/gl/dirname-lgpl.c,
	liboath/gl/dirname.h, liboath/gl/dosname.h, liboath/gl/errno.in.h,
	liboath/gl/fclose.c, liboath/gl/fd-hook.c, liboath/gl/fd-hook.h,
	liboath/gl/fflush.c, liboath/gl/float+.h, liboath/gl/float.c,
	liboath/gl/float.in.h, liboath/gl/fopen.c, liboath/gl/fpurge.c,
	liboath/gl/freading.c, liboath/gl/freading.h, liboath/gl/fseek.c,
	liboath/gl/fseeko.c, liboath/gl/fstat.c, liboath/gl/ftell.c,
	liboath/gl/ftello.c, liboath/gl/gc-gnulib.c,
	liboath/gl/gc-libgcrypt.c, liboath/gl/gc.h, liboath/gl/getdelim.c,
	liboath/gl/getline.c, liboath/gl/hmac-sha1.c, liboath/gl/hmac.h,
	liboath/gl/itold.c, liboath/gl/lseek.c, liboath/gl/lstat.c,
	liboath/gl/m4/00gnulib.m4, liboath/gl/m4/alloca.m4,
	liboath/gl/m4/base32.m4, liboath/gl/m4/canonicalize.m4,
	liboath/gl/m4/close.m4, liboath/gl/m4/closedir.m4,
	liboath/gl/m4/dirent_h.m4, liboath/gl/m4/dirname.m4,
	liboath/gl/m4/double-slash-root.m4, liboath/gl/m4/eealloc.m4,
	liboath/gl/m4/environ.m4, liboath/gl/m4/errno_h.m4,
	liboath/gl/m4/exponentd.m4, liboath/gl/m4/extensions.m4,
	liboath/gl/m4/extern-inline.m4, liboath/gl/m4/fclose.m4,
	liboath/gl/m4/fcntl-o.m4, liboath/gl/m4/fcntl_h.m4,
	liboath/gl/m4/fdopen.m4, liboath/gl/m4/fflush.m4,
	liboath/gl/m4/float_h.m4, liboath/gl/m4/fopen.m4,
	liboath/gl/m4/fpieee.m4, liboath/gl/m4/fpurge.m4,
	liboath/gl/m4/freading.m4, liboath/gl/m4/fseek.m4,
	liboath/gl/m4/fseeko.m4, liboath/gl/m4/fstat.m4,
	liboath/gl/m4/ftell.m4, liboath/gl/m4/ftello.m4,
	liboath/gl/m4/gc-hmac-sha1.m4, liboath/gl/m4/gc.m4,
	liboath/gl/m4/getcwd.m4, liboath/gl/m4/getdelim.m4,
	liboath/gl/m4/getline.m4, liboath/gl/m4/getpagesize.m4,
	liboath/gl/m4/gnulib-cache.m4, liboath/gl/m4/gnulib-common.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/gnulib-tool.m4,
	liboath/gl/m4/include_next.m4, liboath/gl/m4/intmax_t.m4,
	liboath/gl/m4/inttypes-pri.m4, liboath/gl/m4/inttypes.m4,
	liboath/gl/m4/inttypes_h.m4, liboath/gl/m4/largefile.m4,
	liboath/gl/m4/ld-version-script.m4, liboath/gl/m4/lib-ld.m4,
	liboath/gl/m4/lib-link.m4, liboath/gl/m4/lib-prefix.m4,
	liboath/gl/m4/link.m4, liboath/gl/m4/longlong.m4,
	liboath/gl/m4/lseek.m4, liboath/gl/m4/lstat.m4,
	liboath/gl/m4/malloc.m4, liboath/gl/m4/malloca.m4,
	liboath/gl/m4/manywarnings.m4, liboath/gl/m4/math_h.m4,
	liboath/gl/m4/memchr.m4, liboath/gl/m4/memxor.m4,
	liboath/gl/m4/mmap-anon.m4, liboath/gl/m4/msvc-inval.m4,
	liboath/gl/m4/msvc-nothrow.m4, liboath/gl/m4/multiarch.m4,
	liboath/gl/m4/nocrash.m4, liboath/gl/m4/off_t.m4,
	liboath/gl/m4/onceonly.m4, liboath/gl/m4/opendir.m4,
	liboath/gl/m4/pathmax.m4, liboath/gl/m4/printf.m4,
	liboath/gl/m4/priv-set.m4, liboath/gl/m4/putenv.m4,
	liboath/gl/m4/readdir.m4, liboath/gl/m4/readlink.m4,
	liboath/gl/m4/realloc.m4, liboath/gl/m4/rename.m4,
	liboath/gl/m4/rmdir.m4, liboath/gl/m4/setenv.m4,
	liboath/gl/m4/sha1.m4, liboath/gl/m4/size_max.m4,
	liboath/gl/m4/snprintf.m4, liboath/gl/m4/ssize_t.m4,
	liboath/gl/m4/stat.m4, liboath/gl/m4/stdalign.m4,
	liboath/gl/m4/stdbool.m4, liboath/gl/m4/stddef_h.m4,
	liboath/gl/m4/stdint.m4, liboath/gl/m4/stdint_h.m4,
	liboath/gl/m4/stdio_h.m4, liboath/gl/m4/stdlib_h.m4,
	liboath/gl/m4/strdup.m4, liboath/gl/m4/string_h.m4,
	liboath/gl/m4/strtok_r.m4, liboath/gl/m4/strverscmp.m4,
	liboath/gl/m4/symlink.m4, liboath/gl/m4/sys_stat_h.m4,
	liboath/gl/m4/sys_types_h.m4, liboath/gl/m4/time_h.m4,
	liboath/gl/m4/ungetc.m4, liboath/gl/m4/unistd_h.m4,
	liboath/gl/m4/unlink.m4, liboath/gl/m4/unlinkdir.m4,
	liboath/gl/m4/valgrind-tests.m4, liboath/gl/m4/vasnprintf.m4,
	liboath/gl/m4/visibility.m4, liboath/gl/m4/warn-on-use.m4,
	liboath/gl/m4/warnings.m4, liboath/gl/m4/wchar_h.m4,
	liboath/gl/m4/wchar_t.m4, liboath/gl/m4/wint_t.m4,
	liboath/gl/m4/xsize.m4, liboath/gl/malloc.c, liboath/gl/malloca.c,
	liboath/gl/malloca.h, liboath/gl/memchr.c, liboath/gl/memxor.c,
	liboath/gl/memxor.h, liboath/gl/msvc-inval.c,
	liboath/gl/msvc-inval.h, liboath/gl/msvc-nothrow.c,
	liboath/gl/msvc-nothrow.h, liboath/gl/pathmax.h,
	liboath/gl/printf-args.c, liboath/gl/printf-args.h,
	liboath/gl/printf-parse.c, liboath/gl/printf-parse.h,
	liboath/gl/readlink.c, liboath/gl/realloc.c, liboath/gl/rename.c,
	liboath/gl/rmdir.c, liboath/gl/same-inode.h, liboath/gl/sha1.c,
	liboath/gl/sha1.h, liboath/gl/size_max.h, liboath/gl/snprintf.c,
	liboath/gl/stat.c, liboath/gl/stdalign.in.h,
	liboath/gl/stdbool.in.h, liboath/gl/stddef.in.h,
	liboath/gl/stdint.in.h, liboath/gl/stdio-impl.h,
	liboath/gl/stdio.c, liboath/gl/stdio.in.h, liboath/gl/stdlib.in.h,
	liboath/gl/strdup.c, liboath/gl/string.in.h,
	liboath/gl/stripslash.c, liboath/gl/strtok_r.c,
	liboath/gl/strverscmp.c, liboath/gl/sys_stat.in.h,
	liboath/gl/sys_types.in.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/binary-io.h, liboath/gl/tests/closedir.c,
	liboath/gl/tests/dirent-private.h, liboath/gl/tests/dirent.in.h,
	liboath/gl/tests/fcntl.in.h, liboath/gl/tests/fdopen.c,
	liboath/gl/tests/filename.h, liboath/gl/tests/fpucw.h,
	liboath/gl/tests/getcwd-lgpl.c, liboath/gl/tests/getpagesize.c,
	liboath/gl/tests/ignore-value.h, liboath/gl/tests/init.sh,
	liboath/gl/tests/intprops.h, liboath/gl/tests/inttypes.in.h,
	liboath/gl/tests/link.c, liboath/gl/tests/macros.h,
	liboath/gl/tests/opendir.c, liboath/gl/tests/priv-set.c,
	liboath/gl/tests/priv-set.h, liboath/gl/tests/putenv.c,
	liboath/gl/tests/readdir.c, liboath/gl/tests/root-uid.h,
	liboath/gl/tests/signature.h, liboath/gl/tests/symlink.c,
	liboath/gl/tests/test-alloca-opt.c, liboath/gl/tests/test-base32.c,
	liboath/gl/tests/test-binary-io.c, liboath/gl/tests/test-c-ctype.c,
	liboath/gl/tests/test-canonicalize-lgpl.c,
	liboath/gl/tests/test-chdir.c, liboath/gl/tests/test-close.c,
	liboath/gl/tests/test-dirent.c, liboath/gl/tests/test-environ.c,
	liboath/gl/tests/test-errno.c, liboath/gl/tests/test-fclose.c,
	liboath/gl/tests/test-fcntl-h.c, liboath/gl/tests/test-fdopen.c,
	liboath/gl/tests/test-fflush.c, liboath/gl/tests/test-fflush2.c,
	liboath/gl/tests/test-fgetc.c, liboath/gl/tests/test-float.c,
	liboath/gl/tests/test-fopen.c, liboath/gl/tests/test-fopen.h,
	liboath/gl/tests/test-fpurge.c, liboath/gl/tests/test-fputc.c,
	liboath/gl/tests/test-fread.c, liboath/gl/tests/test-freading.c,
	liboath/gl/tests/test-fseek.c, liboath/gl/tests/test-fseeko.c,
	liboath/gl/tests/test-fseeko3.c, liboath/gl/tests/test-fseeko4.c,
	liboath/gl/tests/test-fstat.c, liboath/gl/tests/test-ftell.c,
	liboath/gl/tests/test-ftell3.c, liboath/gl/tests/test-ftello.c,
	liboath/gl/tests/test-ftello3.c, liboath/gl/tests/test-ftello4.c,
	liboath/gl/tests/test-fwrite.c,
	liboath/gl/tests/test-gc-hmac-sha1.c, liboath/gl/tests/test-gc.c,
	liboath/gl/tests/test-getcwd-lgpl.c,
	liboath/gl/tests/test-getdelim.c, liboath/gl/tests/test-getline.c,
	liboath/gl/tests/test-hmac-sha1.c,
	liboath/gl/tests/test-ignore-value.c,
	liboath/gl/tests/test-init.sh, liboath/gl/tests/test-intprops.c,
	liboath/gl/tests/test-inttypes.c, liboath/gl/tests/test-link.c,
	liboath/gl/tests/test-link.h, liboath/gl/tests/test-lseek.c,
	liboath/gl/tests/test-lstat.c, liboath/gl/tests/test-lstat.h,
	liboath/gl/tests/test-malloca.c, liboath/gl/tests/test-memchr.c,
	liboath/gl/tests/test-pathmax.c, liboath/gl/tests/test-priv-set.c,
	liboath/gl/tests/test-readlink.c, liboath/gl/tests/test-readlink.h,
	liboath/gl/tests/test-rename.c, liboath/gl/tests/test-rename.h,
	liboath/gl/tests/test-rmdir.c, liboath/gl/tests/test-rmdir.h,
	liboath/gl/tests/test-sha1.c, liboath/gl/tests/test-snprintf.c,
	liboath/gl/tests/test-stat.c, liboath/gl/tests/test-stat.h,
	liboath/gl/tests/test-stdalign.c, liboath/gl/tests/test-stdbool.c,
	liboath/gl/tests/test-stddef.c, liboath/gl/tests/test-stdint.c,
	liboath/gl/tests/test-stdio.c, liboath/gl/tests/test-stdlib.c,
	liboath/gl/tests/test-string.c, liboath/gl/tests/test-strverscmp.c,
	liboath/gl/tests/test-symlink.c, liboath/gl/tests/test-symlink.h,
	liboath/gl/tests/test-sys_stat.c,
	liboath/gl/tests/test-sys_types.c,
	liboath/gl/tests/test-sys_wait.h, liboath/gl/tests/test-time.c,
	liboath/gl/tests/test-unistd.c, liboath/gl/tests/test-unlink.c,
	liboath/gl/tests/test-unlink.h, liboath/gl/tests/test-unsetenv.c,
	liboath/gl/tests/test-vasnprintf.c, liboath/gl/tests/test-verify.c,
	liboath/gl/tests/test-wchar.c, liboath/gl/tests/unlinkdir.c,
	liboath/gl/tests/unlinkdir.h, liboath/gl/tests/unsetenv.c,
	liboath/gl/tests/zerosize-ptr.h, liboath/gl/time.in.h,
	liboath/gl/unistd.c, liboath/gl/unistd.in.h, liboath/gl/unlink.c,
	liboath/gl/vasnprintf.c, liboath/gl/vasnprintf.h,
	liboath/gl/verify.h, liboath/gl/wchar.in.h, liboath/gl/xsize.h,
	libpskc/build-aux/snippet/arg-nonnull.h,
	libpskc/build-aux/snippet/c++defs.h,
	libpskc/build-aux/snippet/warn-on-use.h, libpskc/gl/Makefile.am,
	libpskc/gl/anytostr.c, libpskc/gl/base64.c, libpskc/gl/base64.h,
	libpskc/gl/intprops.h, libpskc/gl/inttostr.h,
	libpskc/gl/m4/00gnulib.m4, libpskc/gl/m4/alloca.m4,
	libpskc/gl/m4/base64.m4, libpskc/gl/m4/errno_h.m4,
	libpskc/gl/m4/exponentd.m4, libpskc/gl/m4/extensions.m4,
	libpskc/gl/m4/extern-inline.m4, libpskc/gl/m4/fdopen.m4,
	libpskc/gl/m4/float_h.m4, libpskc/gl/m4/fpieee.m4,
	libpskc/gl/m4/getpagesize.m4, libpskc/gl/m4/gnulib-cache.m4,
	libpskc/gl/m4/gnulib-common.m4, libpskc/gl/m4/gnulib-comp.m4,
	libpskc/gl/m4/gnulib-tool.m4, libpskc/gl/m4/include_next.m4,
	libpskc/gl/m4/intmax_t.m4, libpskc/gl/m4/inttostr.m4,
	libpskc/gl/m4/inttypes-pri.m4, libpskc/gl/m4/inttypes.m4,
	libpskc/gl/m4/inttypes_h.m4, libpskc/gl/m4/ld-version-script.m4,
	libpskc/gl/m4/longlong.m4, libpskc/gl/m4/manywarnings.m4,
	libpskc/gl/m4/math_h.m4, libpskc/gl/m4/memchr.m4,
	libpskc/gl/m4/minmax.m4, libpskc/gl/m4/mmap-anon.m4,
	libpskc/gl/m4/msvc-inval.m4, libpskc/gl/m4/multiarch.m4,
	libpskc/gl/m4/off_t.m4, libpskc/gl/m4/onceonly.m4,
	libpskc/gl/m4/printf.m4, libpskc/gl/m4/size_max.m4,
	libpskc/gl/m4/snprintf.m4, libpskc/gl/m4/ssize_t.m4,
	libpskc/gl/m4/stdbool.m4, libpskc/gl/m4/stddef_h.m4,
	libpskc/gl/m4/stdint.m4, libpskc/gl/m4/stdint_h.m4,
	libpskc/gl/m4/stdio_h.m4, libpskc/gl/m4/string_h.m4,
	libpskc/gl/m4/strverscmp.m4, libpskc/gl/m4/sys_types_h.m4,
	libpskc/gl/m4/unistd_h.m4, libpskc/gl/m4/valgrind-tests.m4,
	libpskc/gl/m4/vasnprintf.m4, libpskc/gl/m4/visibility.m4,
	libpskc/gl/m4/warn-on-use.m4, libpskc/gl/m4/warnings.m4,
	libpskc/gl/m4/wchar_h.m4, libpskc/gl/m4/wchar_t.m4,
	libpskc/gl/m4/wint_t.m4, libpskc/gl/m4/xsize.m4,
	libpskc/gl/memchr.c, libpskc/gl/minmax.h, libpskc/gl/stdbool.in.h,
	libpskc/gl/stddef.in.h, libpskc/gl/stdint.in.h,
	libpskc/gl/string.in.h, libpskc/gl/strverscmp.c,
	libpskc/gl/tests/Makefile.am, libpskc/gl/tests/alloca.in.h,
	libpskc/gl/tests/asnprintf.c, libpskc/gl/tests/errno.in.h,
	libpskc/gl/tests/fdopen.c, libpskc/gl/tests/float+.h,
	libpskc/gl/tests/float.c, libpskc/gl/tests/float.in.h,
	libpskc/gl/tests/fpucw.h, libpskc/gl/tests/getpagesize.c,
	libpskc/gl/tests/init.sh, libpskc/gl/tests/inttypes.in.h,
	libpskc/gl/tests/itold.c, libpskc/gl/tests/macros.h,
	libpskc/gl/tests/msvc-inval.c, libpskc/gl/tests/msvc-inval.h,
	libpskc/gl/tests/printf-args.c, libpskc/gl/tests/printf-args.h,
	libpskc/gl/tests/printf-parse.c, libpskc/gl/tests/printf-parse.h,
	libpskc/gl/tests/signature.h, libpskc/gl/tests/size_max.h,
	libpskc/gl/tests/snprintf.c, libpskc/gl/tests/stdio.c,
	libpskc/gl/tests/stdio.in.h, libpskc/gl/tests/sys_types.in.h,
	libpskc/gl/tests/test-alloca-opt.c, libpskc/gl/tests/test-base64.c,
	libpskc/gl/tests/test-errno.c, libpskc/gl/tests/test-fdopen.c,
	libpskc/gl/tests/test-fgetc.c, libpskc/gl/tests/test-float.c,
	libpskc/gl/tests/test-fputc.c, libpskc/gl/tests/test-fread.c,
	libpskc/gl/tests/test-fwrite.c, libpskc/gl/tests/test-init.sh,
	libpskc/gl/tests/test-intprops.c, libpskc/gl/tests/test-inttostr.c,
	libpskc/gl/tests/test-inttypes.c, libpskc/gl/tests/test-memchr.c,
	libpskc/gl/tests/test-snprintf.c, libpskc/gl/tests/test-stdbool.c,
	libpskc/gl/tests/test-stddef.c, libpskc/gl/tests/test-stdint.c,
	libpskc/gl/tests/test-stdio.c, libpskc/gl/tests/test-string.c,
	libpskc/gl/tests/test-strverscmp.c,
	libpskc/gl/tests/test-sys_types.c, libpskc/gl/tests/test-unistd.c,
	libpskc/gl/tests/test-vasnprintf.c, libpskc/gl/tests/test-verify.c,
	libpskc/gl/tests/test-wchar.c, libpskc/gl/tests/unistd.c,
	libpskc/gl/tests/unistd.in.h, libpskc/gl/tests/vasnprintf.c,
	libpskc/gl/tests/vasnprintf.h, libpskc/gl/tests/verify.h,
	libpskc/gl/tests/wchar.in.h, libpskc/gl/tests/xsize.h,
	libpskc/gl/tests/zerosize-ptr.h, maint.mk,
	oathtool/build-aux/snippet/arg-nonnull.h,
	oathtool/build-aux/snippet/c++defs.h,
	oathtool/build-aux/snippet/warn-on-use.h,
	oathtool/doc/parse-datetime.texi, oathtool/gl/Makefile.am,
	oathtool/gl/alloca.in.h, oathtool/gl/asnprintf.c,
	oathtool/gl/asprintf.c, oathtool/gl/c-ctype.c,
	oathtool/gl/c-ctype.h, oathtool/gl/errno.in.h, oathtool/gl/error.c,
	oathtool/gl/error.h, oathtool/gl/exitfail.c,
	oathtool/gl/exitfail.h, oathtool/gl/float+.h, oathtool/gl/float.c,
	oathtool/gl/float.in.h, oathtool/gl/gettext.h,
	oathtool/gl/gettime.c, oathtool/gl/gettimeofday.c,
	oathtool/gl/intprops.h, oathtool/gl/inttypes.in.h,
	oathtool/gl/itold.c, oathtool/gl/m4/00gnulib.m4,
	oathtool/gl/m4/alloca.m4, oathtool/gl/m4/bison.m4,
	oathtool/gl/m4/clock_time.m4, oathtool/gl/m4/eealloc.m4,
	oathtool/gl/m4/environ.m4, oathtool/gl/m4/errno_h.m4,
	oathtool/gl/m4/error.m4, oathtool/gl/m4/exponentd.m4,
	oathtool/gl/m4/extensions.m4, oathtool/gl/m4/extern-inline.m4,
	oathtool/gl/m4/fdopen.m4, oathtool/gl/m4/float_h.m4,
	oathtool/gl/m4/fpieee.m4, oathtool/gl/m4/getpagesize.m4,
	oathtool/gl/m4/gettime.m4, oathtool/gl/m4/gettimeofday.m4,
	oathtool/gl/m4/gnulib-cache.m4, oathtool/gl/m4/gnulib-common.m4,
	oathtool/gl/m4/gnulib-comp.m4, oathtool/gl/m4/gnulib-tool.m4,
	oathtool/gl/m4/include_next.m4, oathtool/gl/m4/inline.m4,
	oathtool/gl/m4/intmax_t.m4, oathtool/gl/m4/inttypes-pri.m4,
	oathtool/gl/m4/inttypes.m4, oathtool/gl/m4/inttypes_h.m4,
	oathtool/gl/m4/longlong.m4, oathtool/gl/m4/malloc.m4,
	oathtool/gl/m4/malloca.m4, oathtool/gl/m4/math_h.m4,
	oathtool/gl/m4/memchr.m4, oathtool/gl/m4/mktime.m4,
	oathtool/gl/m4/mmap-anon.m4, oathtool/gl/m4/msvc-inval.m4,
	oathtool/gl/m4/msvc-nothrow.m4, oathtool/gl/m4/multiarch.m4,
	oathtool/gl/m4/off_t.m4, oathtool/gl/m4/onceonly.m4,
	oathtool/gl/m4/parse-datetime.m4, oathtool/gl/m4/printf.m4,
	oathtool/gl/m4/putenv.m4, oathtool/gl/m4/setenv.m4,
	oathtool/gl/m4/size_max.m4, oathtool/gl/m4/ssize_t.m4,
	oathtool/gl/m4/stdarg.m4, oathtool/gl/m4/stdbool.m4,
	oathtool/gl/m4/stddef_h.m4, oathtool/gl/m4/stdint.m4,
	oathtool/gl/m4/stdint_h.m4, oathtool/gl/m4/stdio_h.m4,
	oathtool/gl/m4/stdlib_h.m4, oathtool/gl/m4/strerror.m4,
	oathtool/gl/m4/string_h.m4, oathtool/gl/m4/sys_socket_h.m4,
	oathtool/gl/m4/sys_time_h.m4, oathtool/gl/m4/sys_types_h.m4,
	oathtool/gl/m4/time_h.m4, oathtool/gl/m4/time_r.m4,
	oathtool/gl/m4/timespec.m4, oathtool/gl/m4/tm_gmtoff.m4,
	oathtool/gl/m4/unistd_h.m4, oathtool/gl/m4/vasnprintf.m4,
	oathtool/gl/m4/vasprintf.m4, oathtool/gl/m4/version-etc.m4,
	oathtool/gl/m4/warn-on-use.m4, oathtool/gl/m4/wchar_h.m4,
	oathtool/gl/m4/wchar_t.m4, oathtool/gl/m4/wint_t.m4,
	oathtool/gl/m4/xalloc.m4, oathtool/gl/m4/xsize.m4,
	oathtool/gl/malloca.c, oathtool/gl/malloca.h, oathtool/gl/memchr.c,
	oathtool/gl/mktime.c, oathtool/gl/msvc-inval.c,
	oathtool/gl/msvc-inval.h, oathtool/gl/msvc-nothrow.c,
	oathtool/gl/msvc-nothrow.h, oathtool/gl/parse-datetime.h,
	oathtool/gl/parse-datetime.y, oathtool/gl/parse-duration.c,
	oathtool/gl/parse-duration.h, oathtool/gl/printf-args.c,
	oathtool/gl/printf-args.h, oathtool/gl/printf-parse.c,
	oathtool/gl/printf-parse.h, oathtool/gl/progname.c,
	oathtool/gl/progname.h, oathtool/gl/setenv.c,
	oathtool/gl/size_max.h, oathtool/gl/stdarg.in.h,
	oathtool/gl/stdbool.in.h, oathtool/gl/stddef.in.h,
	oathtool/gl/stdint.in.h, oathtool/gl/stdio.c,
	oathtool/gl/stdio.in.h, oathtool/gl/stdlib.in.h,
	oathtool/gl/strerror-override.c, oathtool/gl/strerror-override.h,
	oathtool/gl/strerror.c, oathtool/gl/string.in.h,
	oathtool/gl/sys_time.in.h, oathtool/gl/sys_types.in.h,
	oathtool/gl/tests/Makefile.am, oathtool/gl/tests/fdopen.c,
	oathtool/gl/tests/fpucw.h, oathtool/gl/tests/getpagesize.c,
	oathtool/gl/tests/init.sh, oathtool/gl/tests/macros.h,
	oathtool/gl/tests/malloc.c, oathtool/gl/tests/putenv.c,
	oathtool/gl/tests/signature.h, oathtool/gl/tests/test-alloca-opt.c,
	oathtool/gl/tests/test-c-ctype.c, oathtool/gl/tests/test-environ.c,
	oathtool/gl/tests/test-errno.c, oathtool/gl/tests/test-fdopen.c,
	oathtool/gl/tests/test-fgetc.c, oathtool/gl/tests/test-float.c,
	oathtool/gl/tests/test-fputc.c, oathtool/gl/tests/test-fread.c,
	oathtool/gl/tests/test-fwrite.c,
	oathtool/gl/tests/test-gettimeofday.c,
	oathtool/gl/tests/test-init.sh, oathtool/gl/tests/test-intprops.c,
	oathtool/gl/tests/test-inttypes.c,
	oathtool/gl/tests/test-malloca.c, oathtool/gl/tests/test-memchr.c,
	oathtool/gl/tests/test-parse-datetime.c,
	oathtool/gl/tests/test-parse-duration.c,
	oathtool/gl/tests/test-setenv.c, oathtool/gl/tests/test-stdbool.c,
	oathtool/gl/tests/test-stddef.c, oathtool/gl/tests/test-stdint.c,
	oathtool/gl/tests/test-stdio.c, oathtool/gl/tests/test-stdlib.c,
	oathtool/gl/tests/test-strerror.c, oathtool/gl/tests/test-string.c,
	oathtool/gl/tests/test-sys_time.c,
	oathtool/gl/tests/test-sys_types.c,
	oathtool/gl/tests/test-sys_wait.h, oathtool/gl/tests/test-time.c,
	oathtool/gl/tests/test-unistd.c, oathtool/gl/tests/test-unsetenv.c,
	oathtool/gl/tests/test-vasnprintf.c,
	oathtool/gl/tests/test-vasprintf.c,
	oathtool/gl/tests/test-verify.c,
	oathtool/gl/tests/test-version-etc.c,
	oathtool/gl/tests/test-version-etc.sh,
	oathtool/gl/tests/test-wchar.c,
	oathtool/gl/tests/test-xalloc-die.c,
	oathtool/gl/tests/test-xalloc-die.sh,
	oathtool/gl/tests/version-etc-fsf.c,
	oathtool/gl/tests/zerosize-ptr.h, oathtool/gl/time.in.h,
	oathtool/gl/time_r.c, oathtool/gl/timespec.h, oathtool/gl/unistd.c,
	oathtool/gl/unistd.in.h, oathtool/gl/unsetenv.c,
	oathtool/gl/vasnprintf.c, oathtool/gl/vasnprintf.h,
	oathtool/gl/vasprintf.c, oathtool/gl/verify.h,
	oathtool/gl/version-etc.c, oathtool/gl/version-etc.h,
	oathtool/gl/wchar.in.h, oathtool/gl/xalloc-die.c,
	oathtool/gl/xalloc-oversized.h, oathtool/gl/xalloc.h,
	oathtool/gl/xmalloc.c, oathtool/gl/xsize.h,
	pskctool/build-aux/snippet/arg-nonnull.h,
	pskctool/build-aux/snippet/c++defs.h,
	pskctool/build-aux/snippet/warn-on-use.h, pskctool/gl/Makefile.am,
	pskctool/gl/errno.in.h, pskctool/gl/error.c, pskctool/gl/error.h,
	pskctool/gl/fstat.c, pskctool/gl/ftell.c, pskctool/gl/ftello.c,
	pskctool/gl/gettext.h, pskctool/gl/intprops.h, pskctool/gl/lseek.c,
	pskctool/gl/m4/00gnulib.m4, pskctool/gl/m4/errno_h.m4,
	pskctool/gl/m4/error.m4, pskctool/gl/m4/extensions.m4,
	pskctool/gl/m4/extern-inline.m4, pskctool/gl/m4/fcntl-o.m4,
	pskctool/gl/m4/fcntl_h.m4, pskctool/gl/m4/fdopen.m4,
	pskctool/gl/m4/fseeko.m4, pskctool/gl/m4/fstat.m4,
	pskctool/gl/m4/ftell.m4, pskctool/gl/m4/ftello.m4,
	pskctool/gl/m4/gnulib-cache.m4, pskctool/gl/m4/gnulib-common.m4,
	pskctool/gl/m4/gnulib-comp.m4, pskctool/gl/m4/gnulib-tool.m4,
	pskctool/gl/m4/include_next.m4, pskctool/gl/m4/inttypes-pri.m4,
	pskctool/gl/m4/inttypes.m4, pskctool/gl/m4/largefile.m4,
	pskctool/gl/m4/longlong.m4, pskctool/gl/m4/lseek.m4,
	pskctool/gl/m4/malloc.m4, pskctool/gl/m4/msvc-inval.m4,
	pskctool/gl/m4/msvc-nothrow.m4, pskctool/gl/m4/multiarch.m4,
	pskctool/gl/m4/off_t.m4, pskctool/gl/m4/onceonly.m4,
	pskctool/gl/m4/read-file.m4, pskctool/gl/m4/realloc.m4,
	pskctool/gl/m4/ssize_t.m4, pskctool/gl/m4/stdarg.m4,
	pskctool/gl/m4/stdbool.m4, pskctool/gl/m4/stddef_h.m4,
	pskctool/gl/m4/stdint.m4, pskctool/gl/m4/stdio_h.m4,
	pskctool/gl/m4/stdlib_h.m4, pskctool/gl/m4/strerror.m4,
	pskctool/gl/m4/string_h.m4, pskctool/gl/m4/sys_socket_h.m4,
	pskctool/gl/m4/sys_stat_h.m4, pskctool/gl/m4/sys_types_h.m4,
	pskctool/gl/m4/time_h.m4, pskctool/gl/m4/ungetc.m4,
	pskctool/gl/m4/unistd_h.m4, pskctool/gl/m4/version-etc.m4,
	pskctool/gl/m4/warn-on-use.m4, pskctool/gl/m4/wchar_h.m4,
	pskctool/gl/m4/wchar_t.m4, pskctool/gl/m4/wint_t.m4,
	pskctool/gl/malloc.c, pskctool/gl/msvc-inval.c,
	pskctool/gl/msvc-inval.h, pskctool/gl/msvc-nothrow.c,
	pskctool/gl/msvc-nothrow.h, pskctool/gl/progname.c,
	pskctool/gl/progname.h, pskctool/gl/read-file.c,
	pskctool/gl/read-file.h, pskctool/gl/realloc.c,
	pskctool/gl/stdarg.in.h, pskctool/gl/stddef.in.h,
	pskctool/gl/stdint.in.h, pskctool/gl/stdio-impl.h,
	pskctool/gl/stdio.c, pskctool/gl/stdio.in.h,
	pskctool/gl/stdlib.in.h, pskctool/gl/strerror-override.c,
	pskctool/gl/strerror-override.h, pskctool/gl/strerror.c,
	pskctool/gl/string.in.h, pskctool/gl/sys_stat.in.h,
	pskctool/gl/sys_types.in.h, pskctool/gl/tests/Makefile.am,
	pskctool/gl/tests/binary-io.h, pskctool/gl/tests/fcntl.in.h,
	pskctool/gl/tests/fdopen.c, pskctool/gl/tests/init.sh,
	pskctool/gl/tests/inttypes.in.h, pskctool/gl/tests/macros.h,
	pskctool/gl/tests/signature.h, pskctool/gl/tests/stdbool.in.h,
	pskctool/gl/tests/test-binary-io.c, pskctool/gl/tests/test-errno.c,
	pskctool/gl/tests/test-fcntl-h.c, pskctool/gl/tests/test-fdopen.c,
	pskctool/gl/tests/test-fgetc.c, pskctool/gl/tests/test-fputc.c,
	pskctool/gl/tests/test-fread.c, pskctool/gl/tests/test-fstat.c,
	pskctool/gl/tests/test-ftell.c, pskctool/gl/tests/test-ftell3.c,
	pskctool/gl/tests/test-ftello.c, pskctool/gl/tests/test-ftello3.c,
	pskctool/gl/tests/test-ftello4.c, pskctool/gl/tests/test-fwrite.c,
	pskctool/gl/tests/test-init.sh, pskctool/gl/tests/test-intprops.c,
	pskctool/gl/tests/test-inttypes.c, pskctool/gl/tests/test-lseek.c,
	pskctool/gl/tests/test-read-file.c,
	pskctool/gl/tests/test-stdbool.c, pskctool/gl/tests/test-stddef.c,
	pskctool/gl/tests/test-stdint.c, pskctool/gl/tests/test-stdio.c,
	pskctool/gl/tests/test-stdlib.c, pskctool/gl/tests/test-strerror.c,
	pskctool/gl/tests/test-string.c, pskctool/gl/tests/test-sys_stat.c,
	pskctool/gl/tests/test-sys_types.c,
	pskctool/gl/tests/test-sys_wait.h, pskctool/gl/tests/test-time.c,
	pskctool/gl/tests/test-unistd.c, pskctool/gl/tests/test-verify.c,
	pskctool/gl/tests/test-version-etc.c,
	pskctool/gl/tests/test-version-etc.sh,
	pskctool/gl/tests/test-wchar.c,
	pskctool/gl/tests/version-etc-fsf.c, pskctool/gl/tests/wchar.in.h,
	pskctool/gl/time.in.h, pskctool/gl/unistd.c,
	pskctool/gl/unistd.in.h, pskctool/gl/verify.h,
	pskctool/gl/version-etc.c, pskctool/gl/version-etc.h: Update gnulib
	files.

2013-01-03  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, Makefile.am, NEWS, README, cfg.mk,
	configure.ac, liboath/Makefile.am, liboath/aux.c, liboath/aux.h,
	liboath/coding.c, liboath/configure.ac, liboath/errors.c,
	liboath/global.c, liboath/hotp.c, liboath/liboath.map,
	liboath/liboath.pc.in, liboath/man/Makefile.am, liboath/oath.h.in,
	liboath/tests/Makefile.am, liboath/tests/tst_basic.c,
	liboath/tests/tst_coding.c, liboath/tests/tst_errors.c,
	liboath/tests/tst_hotp_algo.c, liboath/tests/tst_hotp_validate.c,
	liboath/tests/tst_totp_algo.c, liboath/tests/tst_totp_validate.c,
	liboath/tests/tst_usersfile.c, liboath/tests/tst_usersfile.sh,
	liboath/totp.c, liboath/usersfile.c, libpskc/Makefile.am,
	libpskc/README, libpskc/build.c, libpskc/configure.ac,
	libpskc/container.c, libpskc/enums.c, libpskc/errors.c,
	libpskc/examples/Makefile.am, libpskc/global.c,
	libpskc/include/Makefile.am, libpskc/include/pskc/Makefile.am,
	libpskc/include/pskc/container.h, libpskc/include/pskc/enums.h,
	libpskc/include/pskc/errors.h, libpskc/include/pskc/exports.h,
	libpskc/include/pskc/global.h, libpskc/include/pskc/keypackage.h,
	libpskc/include/pskc/pskc.h, libpskc/include/pskc/version.h.in,
	libpskc/internal.h, libpskc/libpskc.map, libpskc/libpskc.pc.in,
	libpskc/man/Makefile.am, libpskc/output.c, libpskc/parser.c,
	libpskc/sign.c, libpskc/tests/Makefile.am,
	libpskc/tests/tst_accessors.c, libpskc/tests/tst_basic.c,
	libpskc/tests/tst_errors.c, libpskc/tests/tst_validate.c,
	libpskc/validate.c, oathtool/Makefile.am, oathtool/configure.ac,
	oathtool/oathtool.c, oathtool/oathtool.ggo,
	oathtool/tests/Makefile.am, oathtool/tests/tst_hyphen.sh,
	oathtool/tests/tst_oathtool.sh, pam_oath/Makefile.am,
	pam_oath/README, pam_oath/configure.ac, pam_oath/pam_oath.c,
	pam_oath/tests/Makefile.am, pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c,
	pam_oath/tests/test-pam_oath.c, pskctool/Makefile.am,
	pskctool/configure.ac, pskctool/pskctool.c, pskctool/pskctool.ggo,
	pskctool/pskctool.h2m, pskctool/tests/Makefile.am,
	pskctool/tests/tst_hyphen.sh, pskctool/tests/tst_libexamples.sh,
	pskctool/tests/tst_pskctool.sh, pskctool/tests/tst_roundtrip.sh,
	pskctool/tests/tst_sign.sh: Update copyright headers.

2013-01-03  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/pskc-hotp-signed.xml,
	pskctool/tests/pskc-all-signed.xml, pskctool/tests/pskc-ee-crt.pem,
	pskctool/tests/pskc-root-crt.pem: Extend life of example
	certificates.

2013-01-03  Simon Josefsson <simon@josefsson.org>

	* libpskc/tests/libpskc.supp: Improve valgrind suppression.

2013-01-03  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: Fix self-checks.

2013-01-03  Simon Josefsson <simon@josefsson.org>

	* HACKING: Doc fix.  Mention XMLSec dependency.

2012-10-30  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/coding.c, liboath/tests/tst_coding.c,
	oathtool/oathtool.h2m, oathtool/tests/tst_oathtool.sh: Relax base32
	decoding.

2012-10-25  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.0.1.

2012-10-24  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 2.0.0.

2012-10-24  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2012-10-24  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.0.1.

2012-10-23  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/Makefile.am, libpskc/configure.ac,
	libpskc/global.c, libpskc/schemas/Makefile.am,
	libpskc/tests/Makefile.am, libpskc/tests/libpskc.supp,
	libpskc/tests/tst_validate.c, pskctool/tests/Makefile.am: Fixes for
	schema/catalog.

2012-10-23  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/configure.ac, libpskc/schemas/Makefile.am: 
	Create XML catalog.

2012-10-23  Simon Josefsson <simon@josefsson.org>

	* pskctool/pskctool.ggo, pskctool/pskctool.h2m, website/docs.txt: 
	Minor cleanups and fixes.

2012-10-23  Simon Josefsson <simon@josefsson.org>

	* .gitignore, Makefile.am, website/build-website.sh,
	website/{index.txt => intro.txt}: Fix website.

2012-10-22  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, cfg.mk, libpskc/examples/Makefile.am,
	libpskc/examples/pskc-figure6-debug.txt,
	libpskc/examples/pskc-hotp-human.txt,
	libpskc/examples/pskc-hotp-signed.xml, libpskc/examples/pskc2csv.c,
	libpskc/examples/pskcsign.c, libpskc/examples/pskctool-h.txt,
	libpskc/examples/pskcverify.c, libpskc/examples/serialno.c,
	libpskc/gtk-doc/Makefile.am, libpskc/gtk-doc/libpskc-docs.sgml,
	libpskc/sign.c, pskctool/pskctool.c, pskctool/pskctool.ggo,
	pskctool/tests/Makefile.am, pskctool/tests/pskc-all-human.txt,
	pskctool/tests/pskc-all-signed.xml, pskctool/tests/pskc-ee-crt.pem,
	pskctool/tests/pskc-ee-key.pem, pskctool/tests/pskc-root-crt.pem,
	pskctool/tests/pskc-root-key.pem,
	pskctool/tests/tst_libexamples.sh, pskctool/tests/tst_pskctool.sh,
	pskctool/tests/tst_roundtrip.sh, pskctool/tests/tst_sign.sh: 
	pskctool: Refactor code.  Improve self-tests and docs.

2012-10-22  Simon Josefsson <simon@josefsson.org>

	* libpskc/gtk-doc/libpskc-docs.sgml,
	libpskc/include/pskc/container.h, libpskc/output.c,
	pskctool/pskctool.c, pskctool/pskctool.ggo: Support indentation of
	PSKC data.

2012-10-22  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/README, libpskc/build.c, libpskc/enums.c,
	libpskc/errors.c, libpskc/examples/Makefile.am,
	libpskc/examples/pskctool-h.txt, libpskc/global.c,
	libpskc/include/pskc/container.h, libpskc/libpskc.map,
	libpskc/output.c, libpskc/sign.c, libpskc/validate.c,
	pskctool/pskctool.c, pskctool/pskctool.ggo: libpskc, pskctool:
	Support XMLDsig verification.

2012-10-17  Simon Josefsson <simon@josefsson.org>

	* NEWS: Doc fix.

2012-10-17  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/README, libpskc/container.c,
	libpskc/include/pskc/container.h, libpskc/internal.h,
	libpskc/libpskc.map, libpskc/output.c, libpskc/parser.c,
	libpskc/tests/tst_accessors.c: Finish signing support.

2012-10-17  Simon Josefsson <simon@josefsson.org>

	* libpskc/schemas/pskc-schema.xsd: Actually fix sequence vs choice
	bug.

2012-10-17  Simon Josefsson <simon@josefsson.org>

	* libpskc/configure.ac, libpskc/global.c,
	libpskc/schemas/pskc-schema.xsd, libpskc/schemas/xenc-schema.xsd,
	libpskc/schemas/xmldsig-core-schema.xsd, libpskc/validate.c: Cleanup
	schema validation.  Assumes local catalog.

2012-10-16  Simon Josefsson <simon@josefsson.org>

	* libpskc/sign.c: Disable workaround, the problem is in RFC 6030.

2012-10-15  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, libpskc/Makefile.am, libpskc/build.c,
	libpskc/configure.ac, libpskc/errors.c, libpskc/global.c,
	libpskc/include/pskc/container.h, libpskc/include/pskc/errors.h,
	libpskc/libpskc.map, libpskc/man/Makefile.am, libpskc/output.c,
	libpskc/sign.c, pskctool/pskctool.c, pskctool/pskctool.ggo: Support
	PSKC signing using XMLDigSig.

2012-10-12  Simon Josefsson <simon@josefsson.org>

	* pskctool/pskctool.c: Refactor.

2012-10-16  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/stdlib.in.h, libpskc/gl/m4/gnulib-comp.m4,
	oathtool/gl/stdlib.in.h, pskctool/gl/stdlib.in.h: Revert "Update
	gnulib files." This reverts commit f4f7c8e810bc6c9d1bd313e3df637d405fefed83.

2012-10-11  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/stdlib.in.h, libpskc/gl/m4/gnulib-comp.m4,
	oathtool/gl/stdlib.in.h, pskctool/gl/stdlib.in.h: Update gnulib
	files.

2012-10-11  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/configure.ac, libpskc/configure.ac: Bump versions.

2012-10-11  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, website/config.cfg, website/index.txt,
	website/oath-toolkit.xsl: Fix website.

2012-10-10  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 2.0.0.

2012-10-10  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, libpskc/gtk-doc/libpskc-docs.sgml,
	website/index.txt, website/oath-toolkit.xsl, website/style.css: Fix
	release nits.

2012-10-10  Simon Josefsson <simon@josefsson.org>

	* libpskc/examples/pskc2csv.c, libpskc/gtk-doc/libpskc-docs.sgml,
	libpskc/libpskc.pc.in, libpskc/parser.c: Fixes after testing
	tutorial code.

2012-10-08  Simon Josefsson <simon@josefsson.org>

	* .gitignore, COPYING, HACKING, Makefile.am, README, cfg.mk,
	pam_oath/README, website/asciidoc.css, website/build-website.sh,
	website/config.cfg, website/docs.txt, website/download.txt,
	website/index.txt, website/layout.css, website/oath-toolkit.xsl,
	website/style.css: Build website.

2012-10-07  Simon Josefsson <simon@josefsson.org>

	* .gitignore, COPYING, Makefile.am, cfg.mk, liboath/errors.c,
	liboath/gtk-doc/Makefile.am, liboath/man/gdoc.mk,
	libpskc/Makefile.am, libpskc/build.c, libpskc/container.c,
	libpskc/errors.c, libpskc/examples/Makefile.am,
	libpskc/examples/pskc-hotp-human.txt, libpskc/examples/pskc2csv.c,
	libpskc/examples/pskctool-h.txt, libpskc/examples/serialno.c,
	libpskc/global.c, libpskc/gtk-doc/Makefile.am,
	libpskc/gtk-doc/libpskc-docs.sgml,
	libpskc/include/pskc/Makefile.am, libpskc/include/pskc/container.h,
	libpskc/include/pskc/enums.h, libpskc/include/pskc/errors.h,
	libpskc/include/pskc/exports.h, libpskc/include/pskc/global.h,
	libpskc/include/pskc/keypackage.h, libpskc/include/pskc/pskc.h,
	libpskc/include/pskc/version.h.in, libpskc/man/gdoc.mk,
	libpskc/output.c, libpskc/parser.c, libpskc/tests/Makefile.am,
	libpskc/tests/tst_accessors.c, libpskc/tests/tst_basic.c,
	libpskc/validate.c, oathtool/Makefile.am, pskctool/Makefile.am,
	pskctool/tests/Makefile.am, pskctool/tests/pskc-all.xml,
	pskctool/tests/pskc-invalid.xml, pskctool/tests/tst_hyphen.sh,
	pskctool/tests/tst_libexamples.sh, pskctool/tests/tst_pskctool.sh: 
	Doc fixes.

2012-10-06  Simon Josefsson <simon@josefsson.org>

	* libpskc/parser.c, libpskc/tests/tst_accessors.c,
	libpskc/tests/tst_basic.c,
	pskctool/tests/20120919-test001-4282.xml,
	pskctool/tests/Makefile.am, pskctool/tests/tst_pskctool.sh: Improve
	self-tests.

2012-10-06  Simon Josefsson <simon@josefsson.org>

	* libpskc/gtk-doc/libpskc-docs.sgml, pskctool/pskctool.ggo: Doc fix.

2012-10-06  Simon Josefsson <simon@josefsson.org>

	* libpskc/README, libpskc/include/pskc/enums.h,
	libpskc/man/gdoc.mk, libpskc/tests/tst_basic.c, libpskc/validate.c: 
	Improve self-checks.

2012-10-05  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/Makefile.am, libpskc/build.c,
	libpskc/configure.ac, libpskc/container.c, libpskc/enums.c,
	libpskc/errors.c, libpskc/examples/Makefile.am,
	libpskc/examples/serialno.c, libpskc/global.c,
	libpskc/gtk-doc/Makefile.am, libpskc/gtk-doc/libpskc-docs.sgml,
	libpskc/include/Makefile.am, libpskc/include/pskc/Makefile.am,
	libpskc/include/pskc/container.h, libpskc/include/pskc/enums.h,
	libpskc/include/pskc/errors.h, libpskc/include/pskc/global.h,
	libpskc/include/pskc/keypackage.h, libpskc/include/pskc/pskc.h,
	libpskc/include/pskc/version.h.in, libpskc/output.c,
	libpskc/parser.c, libpskc/pskc.h.in, libpskc/tests/Makefile.am,
	libpskc/tests/tst_accessors.c, libpskc/tests/tst_basic.c,
	libpskc/tests/tst_errors.c, libpskc/validate.c,
	pskctool/Makefile.am, pskctool/pskctool.c: Split up header file.

2012-10-05  Simon Josefsson <simon@josefsson.org>

	* .gitignore, liboath/gtk-doc/liboath-docs.sgml,
	libpskc/Makefile.am, libpskc/configure.ac, libpskc/errors.c,
	libpskc/examples/Makefile.am, libpskc/examples/pskc-hotp.xml,
	libpskc/examples/pskc-mini.xml, libpskc/examples/serialno.c,
	libpskc/gtk-doc/Makefile.am, libpskc/gtk-doc/libpskc-docs.sgml: Doc
	fix.

2012-10-05  Simon Josefsson <simon@josefsson.org>

	* libpskc/build.c, libpskc/output.c, libpskc/pskc.h.in: Cleanup.

2012-10-05  Simon Josefsson <simon@josefsson.org>

	* pskctool/tests/Makefile.am, pskctool/tests/pskc-all.xml,
	pskctool/tests/tst_pskctool.sh, pskctool/tests/tst_roundtrip.sh: Fix
	self test.

2012-10-05  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/build.c, libpskc/container.c,
	libpskc/errors.c, libpskc/gl/Makefile.am, libpskc/gl/base64.c,
	libpskc/gl/base64.h, libpskc/gl/m4/base64.m4,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/m4/gnulib-comp.m4,
	libpskc/gl/{tests => }/memchr.c, libpskc/gl/{tests =>
	}/memchr.valgrind, libpskc/gl/{tests => }/stdbool.in.h,
	libpskc/gl/tests/Makefile.am, libpskc/gl/tests/test-base64.c,
	libpskc/internal.h, libpskc/libpskc.map, libpskc/output.c,
	libpskc/parser.c, libpskc/pskc.h.in, libpskc/tests/tst_accessors.c,
	pskctool/tests/pskc-all.xml: Base64 handling of Secret.

2012-10-04  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/build.c, libpskc/container.c,
	libpskc/internal.h, libpskc/libpskc.map, libpskc/output.c,
	libpskc/parser.c, libpskc/pskc.h.in, pskctool/tests/pskc-all.xml: 
	Improve PSKC creation.  Add ChallengeFormat functions.

2012-10-04  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/build.c, libpskc/container.c,
	libpskc/global.c, libpskc/internal.h, libpskc/libpskc.map,
	libpskc/output.c, libpskc/parser.c, libpskc/pskc.h.in,
	libpskc/tests/Makefile.am, libpskc/tests/tst_accessors.c,
	pskctool/tests/Makefile.am, pskctool/tests/pskc-all.xml: Improve
	self-tests and fix bugs.

2012-10-03  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/Makefile.am, libpskc/build.c,
	libpskc/container.c, libpskc/enums.c, libpskc/errors.c,
	libpskc/gl/m4/gnulib-comp.m4, libpskc/global.c, libpskc/internal.h,
	libpskc/man/Makefile.am, libpskc/man/gdoc.mk, libpskc/output.c,
	libpskc/parser.c, libpskc/pskc.h.in, libpskc/validate.c: Refactor
	code.

2012-10-03  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/configure.ac, libpskc/container.c,
	libpskc/errors.c, libpskc/global.c, libpskc/internal.h,
	libpskc/libpskc.map, libpskc/parser.c, libpskc/pskc.h.in,
	pskctool/pskctool.c, pskctool/pskctool.ggo,
	pskctool/tests/pskc-figure8.xml: Rework parser error handling.

2012-10-03  Simon Josefsson <simon@josefsson.org>

	* libpskc/gl/Makefile.am, libpskc/gl/anytostr.c,
	libpskc/gl/intprops.h, libpskc/gl/inttostr.h,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/minmax.h,
	libpskc/gl/stddef.in.h, libpskc/gl/stdint.in.h,
	libpskc/gl/string.in.h, libpskc/gl/strverscmp.c: Relax license.

2012-10-01  Simon Josefsson <simon@josefsson.org>

	* .gitignore, README, liboath/gl/Makefile.am,
	liboath/gl/m4/eealloc.m4, liboath/gl/m4/extern-inline.m4,
	liboath/gl/m4/fcntl-o.m4, liboath/gl/m4/gnulib-comp.m4,
	liboath/gl/m4/lib-ld.m4, liboath/gl/m4/manywarnings.m4,
	liboath/gl/m4/priv-set.m4, liboath/gl/m4/stdlib_h.m4,
	liboath/gl/m4/xsize.m4, liboath/gl/malloca.h,
	liboath/gl/stdlib.in.h, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/binary-io.c, liboath/gl/tests/binary-io.h,
	liboath/gl/tests/priv-set.c, liboath/gl/tests/priv-set.h,
	liboath/gl/xsize.c, liboath/gl/xsize.h, libpskc/Makefile.am,
	libpskc/README, libpskc/build.c, libpskc/container.c,
	libpskc/errors.c, libpskc/gl/Makefile.am, libpskc/gl/anytostr.c,
	libpskc/gl/dummy.c, libpskc/gl/imaxtostr.c, libpskc/gl/intprops.h,
	libpskc/gl/inttostr.c, libpskc/gl/inttostr.h,
	libpskc/gl/m4/alloca.m4, libpskc/gl/m4/errno_h.m4,
	libpskc/gl/m4/exponentd.m4, libpskc/gl/m4/extern-inline.m4,
	libpskc/gl/m4/fdopen.m4, libpskc/gl/m4/float_h.m4,
	libpskc/gl/m4/fpieee.m4, libpskc/gl/m4/getpagesize.m4,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/m4/gnulib-comp.m4,
	libpskc/gl/m4/intmax_t.m4, libpskc/gl/m4/inttostr.m4,
	libpskc/gl/m4/inttypes-pri.m4, libpskc/gl/m4/inttypes.m4,
	libpskc/gl/m4/inttypes_h.m4, libpskc/gl/m4/longlong.m4,
	libpskc/gl/m4/manywarnings.m4, libpskc/gl/m4/math_h.m4,
	libpskc/gl/m4/memchr.m4, libpskc/gl/m4/mmap-anon.m4,
	libpskc/gl/m4/msvc-inval.m4, libpskc/gl/m4/multiarch.m4,
	libpskc/gl/m4/off_t.m4, libpskc/gl/m4/printf.m4,
	libpskc/gl/m4/size_max.m4, libpskc/gl/m4/snprintf.m4,
	libpskc/gl/m4/ssize_t.m4, libpskc/gl/m4/stdbool.m4,
	libpskc/gl/m4/stdint.m4, libpskc/gl/m4/stdint_h.m4,
	libpskc/gl/m4/stdio_h.m4, libpskc/gl/m4/sys_types_h.m4,
	libpskc/gl/m4/unistd_h.m4, libpskc/gl/m4/vasnprintf.m4,
	libpskc/gl/m4/wchar_h.m4, libpskc/gl/m4/wint_t.m4,
	libpskc/gl/m4/xsize.m4, libpskc/gl/minmax.h, libpskc/gl/offtostr.c,
	libpskc/gl/stddef.in.h, libpskc/gl/stdint.in.h,
	libpskc/gl/string.in.h, libpskc/gl/strverscmp.c,
	libpskc/gl/tests/Makefile.am, libpskc/gl/tests/alloca.in.h,
	libpskc/gl/tests/asnprintf.c, libpskc/gl/tests/dummy.c,
	libpskc/gl/tests/errno.in.h, libpskc/gl/tests/fdopen.c,
	libpskc/gl/tests/float+.h, libpskc/gl/tests/float.c,
	libpskc/gl/tests/float.in.h, libpskc/gl/tests/fpucw.h,
	libpskc/gl/tests/getpagesize.c, libpskc/gl/tests/inttypes.in.h,
	libpskc/gl/tests/itold.c, libpskc/gl/tests/memchr.c,
	libpskc/gl/tests/memchr.valgrind, libpskc/gl/tests/msvc-inval.c,
	libpskc/gl/tests/msvc-inval.h, libpskc/gl/tests/printf-args.c,
	libpskc/gl/tests/printf-args.h, libpskc/gl/tests/printf-parse.c,
	libpskc/gl/tests/printf-parse.h, libpskc/gl/tests/size_max.h,
	libpskc/gl/tests/snprintf.c, libpskc/gl/tests/stdbool.in.h,
	libpskc/gl/tests/stdio.in.h, libpskc/gl/tests/sys_types.in.h,
	libpskc/gl/tests/test-alloca-opt.c, libpskc/gl/tests/test-errno.c,
	libpskc/gl/tests/test-fdopen.c, libpskc/gl/tests/test-fgetc.c,
	libpskc/gl/tests/test-float.c, libpskc/gl/tests/test-fputc.c,
	libpskc/gl/tests/test-fread.c, libpskc/gl/tests/test-fwrite.c,
	libpskc/gl/tests/test-intprops.c, libpskc/gl/tests/test-inttostr.c,
	libpskc/gl/tests/test-inttypes.c, libpskc/gl/tests/test-memchr.c,
	libpskc/gl/tests/test-snprintf.c, libpskc/gl/tests/test-stdbool.c,
	libpskc/gl/tests/test-stdint.c, libpskc/gl/tests/test-stdio.c,
	libpskc/gl/tests/test-sys_types.c, libpskc/gl/tests/test-unistd.c,
	libpskc/gl/tests/test-vasnprintf.c, libpskc/gl/tests/test-wchar.c,
	libpskc/gl/tests/unistd.in.h, libpskc/gl/tests/vasnprintf.c,
	libpskc/gl/tests/vasnprintf.h, libpskc/gl/tests/wchar.in.h,
	libpskc/gl/tests/xsize.c, libpskc/gl/tests/xsize.h,
	libpskc/gl/tests/zerosize-ptr.h, libpskc/gl/uinttostr.c,
	libpskc/gl/umaxtostr.c, libpskc/global.c, libpskc/internal.h,
	libpskc/libpskc.map, libpskc/man/Makefile.am, libpskc/man/gdoc,
	libpskc/output.c, libpskc/parser.c, libpskc/pskc.h.in,
	libpskc/validate.c, maint.mk, oathtool/gl/Makefile.am,
	oathtool/gl/m4/eealloc.m4, oathtool/gl/m4/extern-inline.m4,
	oathtool/gl/m4/gnulib-comp.m4, oathtool/gl/m4/stdlib_h.m4,
	oathtool/gl/m4/xsize.m4, oathtool/gl/malloca.h,
	oathtool/gl/stdlib.in.h, oathtool/gl/xalloc-oversized.h,
	oathtool/gl/xsize.c, oathtool/gl/xsize.h, pskctool/gl/Makefile.am,
	pskctool/gl/m4/extern-inline.m4, pskctool/gl/m4/stdlib_h.m4,
	pskctool/gl/m4/sys_stat_h.m4, pskctool/gl/stdlib.in.h,
	pskctool/pskctool.c, pskctool/pskctool.ggo,
	pskctool/tests/Makefile.am, pskctool/tests/pskc-figure6.xml,
	pskctool/tests/pskc-figure7.xml, pskctool/tests/pskc-figure8.xml,
	pskctool/tests/pskc-figure9.xml,
	pskctool/tests/{pskc-figure2-ns.xml => pskc-ns.xml},
	pskctool/tests/pskc-ocra.xml, pskctool/tests/tst_pskctool.sh: 
	Support building PSKC data.  Add PSKC accessor functions.

2012-10-01  Simon Josefsson <simon@josefsson.org>

	* libpskc/parser.c: Be permissive in what you accept.

2012-09-27  Simon Josefsson <simon@josefsson.org>

	* libpskc/container.c, libpskc/errors.c, libpskc/global.c,
	libpskc/internal.h, libpskc/output.c, libpskc/parser.c,
	libpskc/validate.c, pskctool/pskctool.c: Indent.

2012-09-27  Simon Josefsson <simon@josefsson.org>

	* pskctool/tests/Makefile.am, pskctool/tests/pskc-figure2-ns.xml,
	pskctool/tests/tst_pskctool.sh: Check non-standard namespace works.

2012-09-27  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/tests/tst_basic.c, pskctool/pskctool.c,
	pskctool/pskctool.ggo, pskctool/tests/Makefile.am,
	pskctool/tests/pskc-figure10.xml, pskctool/tests/pskc-figure2.xml,
	pskctool/tests/pskc-figure3.xml, pskctool/tests/pskc-figure4.xml,
	pskctool/tests/pskc-figure5.xml, pskctool/tests/tst_pskctool.sh: 
	Improve self-tests.

2012-09-26  Simon Josefsson <simon@josefsson.org>

	* libpskc/internal.h, libpskc/output.c, libpskc/parser.c: Improve
	parser.

2012-09-26  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/Makefile.am, libpskc/{data.c => container.c},
	libpskc/global.c, libpskc/internal.h, libpskc/libpskc.map,
	libpskc/man/Makefile.am, libpskc/output.c, libpskc/parser.c,
	libpskc/pskc.h.in, libpskc/validate.c, pskctool/pskctool.c: 
	Namespace cleanup.

2012-09-26  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/Makefile.am, libpskc/data.c,
	libpskc/internal.h, libpskc/output.c, libpskc/parser.c,
	libpskc/validate.c: Refactor PSKC parsing.

2012-09-26  Simon Josefsson <simon@josefsson.org>

	* libpskc/output.c: Improve PSKC output code.

2012-09-26  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/Makefile.am, libpskc/libpskc.map,
	libpskc/man/Makefile.am, libpskc/pskc.h.in, libpskc/validate.c,
	pskctool/pskctool.c, pskctool/pskctool.ggo: Add XML schema
	validation.

2012-09-25  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libpskc/Makefile.am, libpskc/data.c,
	libpskc/errors.c, libpskc/gl/Makefile.am,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/m4/gnulib-comp.m4,
	libpskc/gl/m4/minmax.m4, libpskc/gl/minmax.h, libpskc/global.c,
	libpskc/internal.h, libpskc/libpskc.map, libpskc/man/Makefile.am,
	libpskc/output.c, libpskc/pskc.h.in, pskctool/Makefile.am,
	pskctool/build-aux/snippet/_Noreturn.h, pskctool/gl/Makefile.am,
	pskctool/gl/fstat.c, pskctool/gl/ftell.c, pskctool/gl/ftello.c,
	pskctool/gl/lseek.c, pskctool/gl/m4/extern-inline.m4,
	pskctool/gl/m4/fcntl-o.m4, pskctool/gl/m4/fcntl_h.m4,
	pskctool/gl/m4/fdopen.m4, pskctool/gl/m4/fseeko.m4,
	pskctool/gl/m4/fstat.m4, pskctool/gl/m4/ftell.m4,
	pskctool/gl/m4/ftello.m4, pskctool/gl/m4/gnulib-cache.m4,
	pskctool/gl/m4/gnulib-comp.m4, pskctool/gl/m4/largefile.m4,
	pskctool/gl/m4/lseek.m4, pskctool/gl/m4/malloc.m4,
	pskctool/gl/m4/read-file.m4, pskctool/gl/m4/realloc.m4,
	pskctool/gl/m4/stdio_h.m4, pskctool/gl/m4/stdlib_h.m4,
	pskctool/gl/m4/sys_stat_h.m4, pskctool/gl/m4/time_h.m4,
	pskctool/gl/m4/ungetc.m4, pskctool/gl/malloc.c,
	pskctool/gl/read-file.c, pskctool/gl/read-file.h,
	pskctool/gl/realloc.c, pskctool/gl/{tests => }/stdint.in.h,
	pskctool/gl/stdio-impl.h, pskctool/gl/stdio.in.h,
	pskctool/gl/stdlib.in.h, pskctool/gl/sys_stat.in.h,
	pskctool/gl/tests/Makefile.am, pskctool/gl/tests/binary-io.c,
	pskctool/gl/tests/binary-io.h, pskctool/gl/tests/fcntl.in.h,
	pskctool/gl/tests/fdopen.c, pskctool/gl/tests/test-binary-io.c,
	pskctool/gl/tests/test-binary-io.sh,
	pskctool/gl/tests/test-fcntl-h.c, pskctool/gl/tests/test-fdopen.c,
	pskctool/gl/tests/test-fgetc.c, pskctool/gl/tests/test-fputc.c,
	pskctool/gl/tests/test-fread.c, pskctool/gl/tests/test-fstat.c,
	pskctool/gl/tests/test-ftell.c, pskctool/gl/tests/test-ftell.sh,
	pskctool/gl/tests/test-ftell2.sh, pskctool/gl/tests/test-ftell3.c,
	pskctool/gl/tests/test-ftello.c, pskctool/gl/tests/test-ftello.sh,
	pskctool/gl/tests/test-ftello2.sh,
	pskctool/gl/tests/test-ftello3.c, pskctool/gl/tests/test-ftello4.c,
	pskctool/gl/tests/test-ftello4.sh, pskctool/gl/tests/test-fwrite.c,
	pskctool/gl/tests/test-lseek.c, pskctool/gl/tests/test-lseek.sh,
	pskctool/gl/tests/test-read-file.c, pskctool/gl/tests/test-stdio.c,
	pskctool/gl/tests/test-stdlib.c, pskctool/gl/tests/test-sys_stat.c,
	pskctool/gl/tests/test-sys_wait.h, pskctool/gl/tests/test-time.c,
	pskctool/gl/time.in.h, pskctool/pskctool.c: Add basic XML parsing.

2012-09-25  Simon Josefsson <simon@josefsson.org>

	* libpskc/Makefile.am, libpskc/global.c, pskctool/pskctool.c,
	pskctool/pskctool.ggo: Initialize libxml2 and add pskctool --check.

2012-09-25  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.c: Initialize liboath.

2012-09-25  Simon Josefsson <simon@josefsson.org>

	* configure.ac, libpskc/configure.ac, m4/libxml2.m4: Check for
	libxml2.

2012-09-24  Simon Josefsson <simon@josefsson.org>

	* .gitignore, COPYING, Makefile.am, NEWS, cfg.mk, configure.ac,
	libpskc/Makefile.am, libpskc/build-aux/snippet/arg-nonnull.h,
	libpskc/build-aux/snippet/c++defs.h,
	libpskc/build-aux/snippet/warn-on-use.h, libpskc/configure.ac,
	libpskc/errors.c, libpskc/gl/Makefile.am, libpskc/gl/dummy.c,
	libpskc/gl/m4/00gnulib.m4, libpskc/gl/m4/extensions.m4,
	libpskc/gl/m4/gnulib-cache.m4, libpskc/gl/m4/gnulib-common.m4,
	libpskc/gl/m4/gnulib-comp.m4, libpskc/gl/m4/gnulib-tool.m4,
	libpskc/gl/m4/include_next.m4, libpskc/gl/m4/ld-version-script.m4,
	libpskc/gl/m4/manywarnings.m4, libpskc/gl/m4/onceonly.m4,
	libpskc/gl/m4/stddef_h.m4, libpskc/gl/m4/string_h.m4,
	libpskc/gl/m4/strverscmp.m4, libpskc/gl/m4/valgrind-tests.m4,
	libpskc/gl/m4/visibility.m4, libpskc/gl/m4/warn-on-use.m4,
	libpskc/gl/m4/warnings.m4, libpskc/gl/m4/wchar_t.m4,
	libpskc/gl/stddef.in.h, libpskc/gl/string.in.h,
	libpskc/gl/strverscmp.c, libpskc/gl/tests/Makefile.am,
	libpskc/gl/tests/dummy.c, libpskc/gl/tests/init.sh,
	libpskc/gl/tests/macros.h, libpskc/gl/tests/signature.h,
	libpskc/gl/tests/test-init.sh, libpskc/gl/tests/test-stddef.c,
	libpskc/gl/tests/test-string.c, libpskc/gl/tests/test-strverscmp.c,
	libpskc/gl/tests/test-verify.c, libpskc/gl/tests/test-verify.sh,
	libpskc/gl/tests/verify.h, libpskc/global.c, libpskc/gtk-doc.make,
	libpskc/gtk-doc/Makefile.am, libpskc/gtk-doc/libpskc-docs.sgml,
	libpskc/gtk-doc/version.xml.in, libpskc/libpskc.map,
	libpskc/libpskc.pc.in, libpskc/m4/gtk-doc.m4,
	libpskc/man/Makefile.am, libpskc/man/gdoc, libpskc/man/gdoc.mk,
	libpskc/pskc.h.in, libpskc/tests/Makefile.am,
	libpskc/tests/tst_basic.c, libpskc/tests/tst_errors.c,
	pskctool/Makefile.am, pskctool/build-aux/snippet/arg-nonnull.h,
	pskctool/build-aux/snippet/c++defs.h,
	pskctool/build-aux/snippet/warn-on-use.h, pskctool/configure.ac,
	pskctool/gl/Makefile.am, pskctool/gl/errno.in.h,
	pskctool/gl/error.c, pskctool/gl/error.h, pskctool/gl/gettext.h,
	pskctool/gl/intprops.h, pskctool/gl/m4/00gnulib.m4,
	pskctool/gl/m4/errno_h.m4, pskctool/gl/m4/error.m4,
	pskctool/gl/m4/extensions.m4, pskctool/gl/m4/gnulib-cache.m4,
	pskctool/gl/m4/gnulib-common.m4, pskctool/gl/m4/gnulib-comp.m4,
	pskctool/gl/m4/gnulib-tool.m4, pskctool/gl/m4/include_next.m4,
	pskctool/gl/m4/inttypes-pri.m4, pskctool/gl/m4/inttypes.m4,
	pskctool/gl/m4/longlong.m4, pskctool/gl/m4/msvc-inval.m4,
	pskctool/gl/m4/msvc-nothrow.m4, pskctool/gl/m4/multiarch.m4,
	pskctool/gl/m4/off_t.m4, pskctool/gl/m4/onceonly.m4,
	pskctool/gl/m4/ssize_t.m4, pskctool/gl/m4/stdarg.m4,
	pskctool/gl/m4/stdbool.m4, pskctool/gl/m4/stddef_h.m4,
	pskctool/gl/m4/stdint.m4, pskctool/gl/m4/strerror.m4,
	pskctool/gl/m4/string_h.m4, pskctool/gl/m4/sys_socket_h.m4,
	pskctool/gl/m4/sys_types_h.m4, pskctool/gl/m4/unistd_h.m4,
	pskctool/gl/m4/version-etc.m4, pskctool/gl/m4/warn-on-use.m4,
	pskctool/gl/m4/wchar_h.m4, pskctool/gl/m4/wchar_t.m4,
	pskctool/gl/m4/wint_t.m4, pskctool/gl/msvc-inval.c,
	pskctool/gl/msvc-inval.h, pskctool/gl/msvc-nothrow.c,
	pskctool/gl/msvc-nothrow.h, pskctool/gl/progname.c,
	pskctool/gl/progname.h, pskctool/gl/stdarg.in.h,
	pskctool/gl/stddef.in.h, pskctool/gl/strerror-override.c,
	pskctool/gl/strerror-override.h, pskctool/gl/strerror.c,
	pskctool/gl/string.in.h, pskctool/gl/sys_types.in.h,
	pskctool/gl/tests/Makefile.am, pskctool/gl/tests/init.sh,
	pskctool/gl/tests/inttypes.in.h, pskctool/gl/tests/macros.h,
	pskctool/gl/tests/signature.h, pskctool/gl/tests/stdbool.in.h,
	pskctool/gl/tests/stdint.in.h, pskctool/gl/tests/test-errno.c,
	pskctool/gl/tests/test-init.sh, pskctool/gl/tests/test-intprops.c,
	pskctool/gl/tests/test-inttypes.c,
	pskctool/gl/tests/test-stdbool.c, pskctool/gl/tests/test-stddef.c,
	pskctool/gl/tests/test-stdint.c, pskctool/gl/tests/test-strerror.c,
	pskctool/gl/tests/test-string.c,
	pskctool/gl/tests/test-sys_types.c,
	pskctool/gl/tests/test-unistd.c, pskctool/gl/tests/test-verify.c,
	pskctool/gl/tests/test-verify.sh,
	pskctool/gl/tests/test-version-etc.c,
	pskctool/gl/tests/test-version-etc.sh,
	pskctool/gl/tests/test-wchar.c,
	pskctool/gl/tests/version-etc-fsf.c, pskctool/gl/tests/wchar.in.h,
	pskctool/gl/unistd.in.h, pskctool/gl/verify.h,
	pskctool/gl/version-etc.c, pskctool/gl/version-etc.h,
	pskctool/pskctool.c, pskctool/pskctool.ggo, pskctool/pskctool.h2m,
	pskctool/tests/Makefile.am, pskctool/tests/tst_hyphen.sh,
	pskctool/tests/tst_pskctool.sh: Add PSKC skeleton.

2012-09-24  Simon Josefsson <simon@josefsson.org>

	* liboath/oath.h.in: Typo.

2012-09-06  Simon Josefsson <simon@josefsson.org>

	* doc/release-process.txt: Add.

2012-09-04  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, cfg.mk, liboath/Makefile.am,
	liboath/configure.ac, liboath/man/Makefile.am, liboath/man/gdoc,
	liboath/man/gdoc.mk: Generate manpages for library API.

2012-09-04  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2012-09-04  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.12.6.

2012-09-04  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.12.5.

2012-09-04  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.12.6.

2012-09-04  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/m4/manywarnings.m4: Update gnulib files.

2012-09-03  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac: Bump soversion.

2012-09-03  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2012-09-03  Simon Josefsson <simon@josefsson.org>

	* liboath/usersfile.c: liboath: Always close outfh.

2012-09-03  Simon Josefsson <simon@josefsson.org>

	* liboath/errors.c, liboath/oath.h.in, liboath/tests/tst_errors.c,
	liboath/tests/tst_usersfile.c, liboath/usersfile.c: liboath: cleanup
	last commits.  Fix error messages.

2012-08-20  Jed Laundry <jlaundry@jlaundry.com>

	* liboath/usersfile.c: usersfile: missing free() after strdup() Signed-off-by: Simon Josefsson <simon@josefsson.org>

2012-08-20  Jed Laundry <jlaundry@jlaundry.com>

	* liboath/usersfile.c: usersfile: refactor to make error checking
	steps clearer Signed-off-by: Simon Josefsson <simon@josefsson.org>

2012-08-20  Jed Laundry <jlaundry@jlaundry.com>

	* liboath/tests/tst_usersfile.c: usersfile: write tests to detect
	erroneous writes Signed-off-by: Simon Josefsson <simon@josefsson.org>

2012-08-20  Jed Laundry <jlaundry@jlaundry.com>

	* liboath/errors.c, liboath/oath.h.in, liboath/usersfile.c: 
	usersfile: fflush and fsync after updating Signed-off-by: Simon Josefsson <simon@josefsson.org>

2012-08-31  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2012-08-31  Simon Josefsson <simon@josefsson.org>

	* oathtool/Makefile.am: oathtool: Escape gengetopt fix properly.

2012-08-31  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2012-08-31  Simon Josefsson <simon@josefsson.org>

	* oathtool/Makefile.am: Patch generated gengetopt files.

2012-08-31  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.c: oathtool: For --verbose, make sure HOTP
	counter is printed correctly for larger values.

2012-08-31  Simon Josefsson <simon@josefsson.org>

	* oathtool/gl/Makefile.am, oathtool/gl/{tests => }/inttypes.in.h,
	oathtool/gl/m4/gnulib-cache.m4, oathtool/gl/m4/gnulib-comp.m4,
	oathtool/gl/tests/Makefile.am: Add inttypes module.

2012-08-31  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/m4/gnulib-comp.m4, liboath/gl/stdbool.in.h, maint.mk,
	oathtool/doc/parse-datetime.texi, oathtool/gl/m4/extern-inline.m4,
	oathtool/gl/m4/mktime.m4, oathtool/gl/m4/timespec.m4,
	oathtool/gl/mktime.c, oathtool/gl/stdbool.in.h: Update gnulib files.

2012-08-31  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_hotp_algo.c: liboath: self-test 64-bit HOTP
	counter.

2012-08-31  Simon Josefsson <simon@josefsson.org>

	* HACKING, Makefile.am, README: Add.

2012-08-20  Simon Josefsson <simon@josefsson.org>

	* gl/Makefile.am, gl/m4/autobuild.m4, gl/m4/gnulib-cache.m4,
	gl/m4/gnulib-comp.m4: Add.

2012-08-19  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2012-08-19  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2012-08-19  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.12.5.

2012-08-19  Simon Josefsson <simon@josefsson.org>

	* NEWS, configure.ac, gl/Makefile.am, gl/m4/gnulib-cache.m4,
	gl/m4/gnulib-comp.m4, gl/tests/Makefile.am, gl/tests/init.sh,
	gl/tests/test-init.sh, gl/tests/test-update-copyright.sh,
	gl/tests/test-vc-list-files-cvs.sh,
	gl/tests/test-vc-list-files-git.sh, liboath/configure.ac,
	liboath/gl/Makefile.am, liboath/gl/m4/closedir.m4,
	liboath/gl/m4/dirent_h.m4, liboath/gl/m4/environ.m4,
	liboath/gl/m4/fcntl-o.m4, liboath/gl/m4/fcntl_h.m4,
	liboath/gl/m4/fdopen.m4, liboath/gl/m4/fpieee.m4,
	liboath/gl/m4/getcwd.m4, liboath/gl/m4/getpagesize.m4,
	liboath/gl/m4/gnulib-cache.m4, liboath/gl/m4/gnulib-comp.m4,
	liboath/gl/m4/inttypes-pri.m4, liboath/gl/m4/inttypes.m4,
	liboath/gl/m4/link.m4, liboath/gl/m4/opendir.m4,
	liboath/gl/m4/priv-set.m4, liboath/gl/m4/putenv.m4,
	liboath/gl/m4/readdir.m4, liboath/gl/m4/setenv.m4,
	liboath/gl/m4/symlink.m4, liboath/gl/m4/ungetc.m4,
	liboath/gl/m4/unlinkdir.m4, liboath/gl/tests/Makefile.am,
	liboath/gl/tests/binary-io.h, liboath/gl/tests/closedir.c,
	liboath/gl/tests/dirent-private.h, liboath/gl/tests/dirent.in.h,
	liboath/gl/tests/fcntl.in.h, liboath/gl/tests/fdopen.c,
	liboath/gl/tests/filename.h, liboath/gl/tests/fpucw.h,
	liboath/gl/tests/getcwd-lgpl.c, liboath/gl/tests/getpagesize.c,
	liboath/gl/tests/ignore-value.h, liboath/gl/tests/init.sh,
	liboath/gl/tests/intprops.h, liboath/gl/tests/inttypes.in.h,
	liboath/gl/tests/link.c, liboath/gl/tests/macros.h,
	liboath/gl/tests/opendir.c, liboath/gl/tests/priv-set.c,
	liboath/gl/tests/priv-set.h, liboath/gl/tests/putenv.c,
	liboath/gl/tests/readdir.c, liboath/gl/tests/root-uid.h,
	liboath/gl/tests/signature.h, liboath/gl/tests/symlink.c,
	liboath/gl/tests/test-alloca-opt.c, liboath/gl/tests/test-base32.c,
	liboath/gl/tests/test-binary-io.c,
	liboath/gl/tests/test-binary-io.sh,
	liboath/gl/tests/test-c-ctype.c,
	liboath/gl/tests/test-canonicalize-lgpl.c,
	liboath/gl/tests/test-chdir.c, liboath/gl/tests/test-close.c,
	liboath/gl/tests/test-dirent.c, liboath/gl/tests/test-environ.c,
	liboath/gl/tests/test-errno.c, liboath/gl/tests/test-fclose.c,
	liboath/gl/tests/test-fcntl-h.c, liboath/gl/tests/test-fdopen.c,
	liboath/gl/tests/test-fflush.c, liboath/gl/tests/test-fflush2.c,
	liboath/gl/tests/test-fflush2.sh, liboath/gl/tests/test-fgetc.c,
	liboath/gl/tests/test-float.c, liboath/gl/tests/test-fopen.c,
	liboath/gl/tests/test-fopen.h, liboath/gl/tests/test-fpurge.c,
	liboath/gl/tests/test-fputc.c, liboath/gl/tests/test-fread.c,
	liboath/gl/tests/test-freading.c, liboath/gl/tests/test-fseek.c,
	liboath/gl/tests/test-fseek.sh, liboath/gl/tests/test-fseek2.sh,
	liboath/gl/tests/test-fseeko.c, liboath/gl/tests/test-fseeko.sh,
	liboath/gl/tests/test-fseeko2.sh, liboath/gl/tests/test-fseeko3.c,
	liboath/gl/tests/test-fseeko3.sh, liboath/gl/tests/test-fseeko4.c,
	liboath/gl/tests/test-fseeko4.sh, liboath/gl/tests/test-fstat.c,
	liboath/gl/tests/test-ftell.c, liboath/gl/tests/test-ftell.sh,
	liboath/gl/tests/test-ftell2.sh, liboath/gl/tests/test-ftell3.c,
	liboath/gl/tests/test-ftello.c, liboath/gl/tests/test-ftello.sh,
	liboath/gl/tests/test-ftello2.sh, liboath/gl/tests/test-ftello3.c,
	liboath/gl/tests/test-ftello4.c, liboath/gl/tests/test-ftello4.sh,
	liboath/gl/tests/test-fwrite.c,
	liboath/gl/tests/test-gc-hmac-sha1.c, liboath/gl/tests/test-gc.c,
	liboath/gl/tests/test-getcwd-lgpl.c,
	liboath/gl/tests/test-getdelim.c, liboath/gl/tests/test-getline.c,
	liboath/gl/tests/test-hmac-sha1.c,
	liboath/gl/tests/test-ignore-value.c,
	liboath/gl/tests/test-init.sh, liboath/gl/tests/test-intprops.c,
	liboath/gl/tests/test-inttypes.c, liboath/gl/tests/test-link.c,
	liboath/gl/tests/test-link.h, liboath/gl/tests/test-lseek.c,
	liboath/gl/tests/test-lseek.sh, liboath/gl/tests/test-lstat.c,
	liboath/gl/tests/test-lstat.h, liboath/gl/tests/test-malloca.c,
	liboath/gl/tests/test-memchr.c, liboath/gl/tests/test-pathmax.c,
	liboath/gl/tests/test-priv-set.c, liboath/gl/tests/test-readlink.c,
	liboath/gl/tests/test-readlink.h, liboath/gl/tests/test-rename.c,
	liboath/gl/tests/test-rename.h, liboath/gl/tests/test-rmdir.c,
	liboath/gl/tests/test-rmdir.h, liboath/gl/tests/test-sha1.c,
	liboath/gl/tests/test-snprintf.c, liboath/gl/tests/test-stat.c,
	liboath/gl/tests/test-stat.h, liboath/gl/tests/test-stdalign.c,
	liboath/gl/tests/test-stdbool.c, liboath/gl/tests/test-stddef.c,
	liboath/gl/tests/test-stdint.c, liboath/gl/tests/test-stdio.c,
	liboath/gl/tests/test-stdlib.c, liboath/gl/tests/test-string.c,
	liboath/gl/tests/test-strverscmp.c,
	liboath/gl/tests/test-symlink.c, liboath/gl/tests/test-symlink.h,
	liboath/gl/tests/test-sys_stat.c,
	liboath/gl/tests/test-sys_types.c,
	liboath/gl/tests/test-sys_wait.h, liboath/gl/tests/test-time.c,
	liboath/gl/tests/test-unistd.c, liboath/gl/tests/test-unlink.c,
	liboath/gl/tests/test-unlink.h, liboath/gl/tests/test-unsetenv.c,
	liboath/gl/tests/test-vasnprintf.c, liboath/gl/tests/test-verify.c,
	liboath/gl/tests/test-verify.sh, liboath/gl/tests/test-wchar.c,
	liboath/gl/tests/unlinkdir.c, liboath/gl/tests/unlinkdir.h,
	liboath/gl/tests/unsetenv.c, liboath/gl/tests/zerosize-ptr.h,
	oathtool/configure.ac, oathtool/gl/Makefile.am,
	oathtool/gl/m4/fdopen.m4, oathtool/gl/m4/fpieee.m4,
	oathtool/gl/m4/getpagesize.m4, oathtool/gl/m4/gnulib-cache.m4,
	oathtool/gl/m4/gnulib-comp.m4, oathtool/gl/m4/inttypes-pri.m4,
	oathtool/gl/m4/inttypes.m4, oathtool/gl/m4/malloc.m4,
	oathtool/gl/m4/putenv.m4, oathtool/gl/tests/Makefile.am,
	oathtool/gl/tests/fdopen.c, oathtool/gl/tests/fpucw.h,
	oathtool/gl/tests/getpagesize.c, oathtool/gl/tests/init.sh,
	oathtool/gl/tests/inttypes.in.h, oathtool/gl/tests/macros.h,
	oathtool/gl/tests/malloc.c, oathtool/gl/tests/putenv.c,
	oathtool/gl/tests/signature.h, oathtool/gl/tests/test-alloca-opt.c,
	oathtool/gl/tests/test-c-ctype.c, oathtool/gl/tests/test-environ.c,
	oathtool/gl/tests/test-errno.c, oathtool/gl/tests/test-fdopen.c,
	oathtool/gl/tests/test-fgetc.c, oathtool/gl/tests/test-float.c,
	oathtool/gl/tests/test-fputc.c, oathtool/gl/tests/test-fread.c,
	oathtool/gl/tests/test-fwrite.c,
	oathtool/gl/tests/test-gettimeofday.c,
	oathtool/gl/tests/test-init.sh, oathtool/gl/tests/test-intprops.c,
	oathtool/gl/tests/test-inttypes.c,
	oathtool/gl/tests/test-malloca.c, oathtool/gl/tests/test-memchr.c,
	oathtool/gl/tests/test-parse-datetime.c,
	oathtool/gl/tests/test-parse-duration.c,
	oathtool/gl/tests/test-parse-duration.sh,
	oathtool/gl/tests/test-setenv.c, oathtool/gl/tests/test-stdbool.c,
	oathtool/gl/tests/test-stddef.c, oathtool/gl/tests/test-stdint.c,
	oathtool/gl/tests/test-stdio.c, oathtool/gl/tests/test-stdlib.c,
	oathtool/gl/tests/test-strerror.c, oathtool/gl/tests/test-string.c,
	oathtool/gl/tests/test-sys_time.c,
	oathtool/gl/tests/test-sys_types.c,
	oathtool/gl/tests/test-sys_wait.h, oathtool/gl/tests/test-time.c,
	oathtool/gl/tests/test-unistd.c, oathtool/gl/tests/test-unsetenv.c,
	oathtool/gl/tests/test-vasnprintf.c,
	oathtool/gl/tests/test-vasprintf.c,
	oathtool/gl/tests/test-verify.c, oathtool/gl/tests/test-verify.sh,
	oathtool/gl/tests/test-version-etc.c,
	oathtool/gl/tests/test-version-etc.sh,
	oathtool/gl/tests/test-wchar.c,
	oathtool/gl/tests/test-xalloc-die.c,
	oathtool/gl/tests/test-xalloc-die.sh,
	oathtool/gl/tests/version-etc-fsf.c,
	oathtool/gl/tests/zerosize-ptr.h: Add gnulib self-tests.

2012-08-19  Simon Josefsson <simon@josefsson.org>

	* gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4,
	liboath/gl/m4/gnulib-cache.m4, liboath/gl/m4/gnulib-comp.m4,
	oathtool/gl/m4/gnulib-cache.m4, oathtool/gl/m4/gnulib-comp.m4: 
	Update gnulib files.

2012-08-19  Simon Josefsson <simon@josefsson.org>

	* NEWS, oathtool/tests/tst_oathtool.sh: Add self-test.

2012-08-19  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.ggo: Use longlong for HOTP counter values.
	Needed for eSecuTech tokens that use 64-bit initial counter.  Reported by cameron.bradley@wiretap.net.nz See
	http://savannah.nongnu.org/support/?108114

2012-08-07  Simon Josefsson <simon@josefsson.org>

	* gl/Makefile.am, gl/m4/gnulib-common.m4, liboath/gl/alloca.in.h,
	liboath/gl/errno.in.h, liboath/gl/fflush.c, liboath/gl/fpurge.c,
	liboath/gl/freading.c, liboath/gl/freading.h, liboath/gl/fseeko.c,
	liboath/gl/fstat.c, liboath/gl/m4/canonicalize.m4,
	liboath/gl/m4/errno_h.m4, liboath/gl/m4/extensions.m4,
	liboath/gl/m4/gnulib-common.m4, liboath/gl/m4/largefile.m4,
	liboath/gl/m4/mmap-anon.m4, liboath/gl/m4/multiarch.m4,
	liboath/gl/m4/nocrash.m4, liboath/gl/m4/printf.m4,
	liboath/gl/m4/stdio_h.m4, liboath/gl/m4/time_h.m4,
	liboath/gl/m4/unlink.m4, liboath/gl/m4/visibility.m4,
	liboath/gl/printf-parse.c, liboath/gl/stat.c,
	liboath/gl/stdint.in.h, liboath/gl/stdio-impl.h,
	liboath/gl/stdlib.in.h, liboath/gl/unistd.in.h,
	liboath/gl/vasnprintf.c, liboath/gl/verify.h, maint.mk,
	oathtool/doc/parse-datetime.texi, oathtool/gl/Makefile.am,
	oathtool/gl/alloca.in.h, oathtool/gl/errno.in.h,
	oathtool/gl/gettext.h, oathtool/gl/m4/errno_h.m4,
	oathtool/gl/m4/extensions.m4, oathtool/gl/m4/extern-inline.m4,
	oathtool/gl/m4/gnulib-common.m4, oathtool/gl/m4/gnulib-comp.m4,
	oathtool/gl/m4/mktime.m4, oathtool/gl/m4/mmap-anon.m4,
	oathtool/gl/m4/multiarch.m4, oathtool/gl/m4/parse-datetime.m4,
	oathtool/gl/m4/printf.m4, oathtool/gl/m4/stdio_h.m4,
	oathtool/gl/m4/sys_time_h.m4, oathtool/gl/m4/time_h.m4,
	oathtool/gl/m4/time_r.m4, oathtool/gl/parse-datetime.y,
	oathtool/gl/printf-parse.c, oathtool/gl/stdint.in.h,
	oathtool/gl/stdlib.in.h, oathtool/gl/strerror-override.c,
	oathtool/gl/strerror-override.h, oathtool/gl/timespec.c,
	oathtool/gl/timespec.h, oathtool/gl/unistd.in.h,
	oathtool/gl/vasnprintf.c, oathtool/gl/verify.h: Update gnulib files.

2012-08-07  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2012-06-17  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.12.4.

2012-06-17  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.12.3.

2012-06-17  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.12.4.

2012-06-17  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/tests/expect.oath, liboath/tests/tst_usersfile.c,
	liboath/tests/users.oath, liboath/usersfile.c: liboath: Usersfile
	code handles multiple lines for a single user.  This can be used when a single user carries multiple tokens (with
	different OATH secrets) and any of them should be permitted.
	Suggested by Tim Eggleston <lists@timeggleston.co.uk>.

2012-06-16  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_coding.c, liboath/tests/tst_hotp_validate.c,
	liboath/tests/tst_totp_algo.c, liboath/tests/tst_totp_validate.c,
	liboath/tests/tst_usersfile.c, oathtool/oathtool.c: Fix warnings.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.12.2.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Reorder git push.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.12.3.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Use devhelp2 format.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* ChangeLog, cfg.mk: Don't store ChangeLog in git (auto-generated).

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* pam_oath/Makefile.am: Don't remove libtool *.la file, it is needed
	for 'make uninstall'.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* pam_oath/tests/test-pam_oath-root.c,
	pam_oath/tests/test-pam_oath.c: Improve error messages.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* pam_oath/README: Doc fixes.  Based on report from Fredrik Thulin
	<fredrik@yubico.com>.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac: Ignore errors about "long long" (what to
	do?).

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac: Ignore warnings about pure/const attributes.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* pam_oath/pam_oath.c: Use memcpy instead of strncpy, silence
	syntax-check nit.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* gl/m4/gnulib-common.m4, liboath/build-aux/snippet/_Noreturn.h,
	liboath/gl/Makefile.am, liboath/gl/fseeko.c, liboath/gl/fstat.c,
	liboath/gl/ftello.c, liboath/gl/lseek.c,
	liboath/gl/m4/canonicalize.m4, liboath/gl/m4/fseeko.m4,
	liboath/gl/m4/fstat.m4, liboath/gl/m4/ftello.m4,
	liboath/gl/m4/gc.m4, liboath/gl/m4/getdelim.m4,
	liboath/gl/m4/getline.m4, liboath/gl/m4/gnulib-common.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/largefile.m4,
	liboath/gl/m4/lseek.m4, liboath/gl/m4/lstat.m4,
	liboath/gl/m4/malloc.m4, liboath/gl/m4/manywarnings.m4,
	liboath/gl/m4/math_h.m4, liboath/gl/m4/mmap-anon.m4,
	liboath/gl/m4/off_t.m4, liboath/gl/m4/readlink.m4,
	liboath/gl/m4/realloc.m4, liboath/gl/m4/rename.m4,
	liboath/gl/m4/rmdir.m4, liboath/gl/m4/stat.m4,
	liboath/gl/m4/sys_stat_h.m4, liboath/gl/m4/sys_types_h.m4,
	liboath/gl/m4/unistd_h.m4, liboath/gl/m4/unlink.m4,
	liboath/gl/m4/warnings.m4, liboath/gl/sha1.c, liboath/gl/stat.c,
	liboath/gl/stdint.in.h, liboath/gl/stdio.in.h,
	liboath/gl/sys_stat.in.h, liboath/gl/sys_types.in.h,
	liboath/gl/unistd.in.h, maint.mk,
	oathtool/build-aux/snippet/_Noreturn.h, oathtool/gl/Makefile.am,
	oathtool/gl/m4/gettimeofday.m4, oathtool/gl/m4/gnulib-common.m4,
	oathtool/gl/m4/gnulib-comp.m4, oathtool/gl/m4/math_h.m4,
	oathtool/gl/m4/mmap-anon.m4, oathtool/gl/m4/off_t.m4,
	oathtool/gl/m4/setenv.m4, oathtool/gl/m4/strerror.m4,
	oathtool/gl/m4/sys_types_h.m4, oathtool/gl/m4/unistd_h.m4,
	oathtool/gl/mktime.c, oathtool/gl/stdint.in.h,
	oathtool/gl/stdio.in.h, oathtool/gl/sys_types.in.h,
	oathtool/gl/unistd.in.h: Update gnulib files.

2012-05-31  Simon Josefsson <simon@josefsson.org>

	* NEWS: Fix typo in last commit.

2012-05-31  Christian Hesse <list@eworm.de>

	* NEWS, pam_oath/pam_oath.c: Don't use password after it has been
	overwritten by PAM, fixes try_first_pass.  Signed-off-by: Simon Josefsson <simon@josefsson.org>

2012-04-04  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2012-04-04  Simon Josefsson <simon@josefsson.org>

	* liboath/usersfile.c: Fix last commit.  Origline already contains
	newline.

2012-04-04  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.12.2.

2012-04-04  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2012-04-04  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_usersfile.sh: Skip test if we don't have
	datefudge.  Reported by Fredrik Lindgren <fredrik@lindgren.pp.se>.

2012-04-04  Simon Josefsson <simon@josefsson.org>

	* liboath/usersfile.c: Use fprintf instead of fputs.  On FreeBSD, fputs returns 0 on success which we treated as an error.
	Reported by Fredrik Lindgren <fredrik@lindgren.pp.se>.

2012-04-02  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.12.1.

2012-04-02  Simon Josefsson <simon@josefsson.org>

	* liboath/gtk-doc/Makefile.am: liboath/gtk-doc/Makefile.am: Don't
	use 'include', for portability.  Reported by Fredrik Lindgren <fredrik@lindgren.pp.se>.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.12.0.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.12.1.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_coding.c, oathtool/tests/tst_oathtool.sh: tests:
	Check that lowercase base32 works.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, liboath/coding.c, liboath/gl/Makefile.am,
	liboath/gl/c-ctype.c, liboath/gl/c-ctype.h,
	liboath/gl/m4/gnulib-cache.m4, liboath/gl/m4/gnulib-comp.m4: 
	liboath, oathtool: Base32 decoding now permit lowercase characters.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/Makefile.am: Don't use -static for self-tests.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.12.0.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* liboath/errors.c: Drop fake gettext calls to avoid compiler
	warnings.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/gl/Makefile.am, liboath/gl/asnprintf.c,
	liboath/gl/float+.h, liboath/gl/float.c, liboath/gl/float.in.h,
	liboath/gl/itold.c, liboath/gl/m4/exponentd.m4,
	liboath/gl/m4/float_h.m4, liboath/gl/m4/gnulib-cache.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/intmax_t.m4,
	liboath/gl/m4/inttypes_h.m4, liboath/gl/m4/math_h.m4,
	liboath/gl/m4/printf.m4, liboath/gl/m4/size_max.m4,
	liboath/gl/m4/snprintf.m4, liboath/gl/m4/stdint_h.m4,
	liboath/gl/m4/vasnprintf.m4, liboath/gl/m4/wchar_h.m4,
	liboath/gl/m4/wint_t.m4, liboath/gl/m4/xsize.m4,
	liboath/gl/printf-args.c, liboath/gl/printf-args.h,
	liboath/gl/printf-parse.c, liboath/gl/printf-parse.h,
	liboath/gl/size_max.h, liboath/gl/snprintf.c,
	liboath/gl/vasnprintf.c, liboath/gl/vasnprintf.h,
	liboath/gl/wchar.in.h, liboath/gl/xsize.h: Use gnulib snprintf for
	portability.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix git tagging.

2012-04-01  Simon Josefsson <simon@josefsson.org>

	* liboath/build-aux/snippet/unused-parameter.h,
	liboath/gl/Makefile.am, liboath/gl/fflush.c,
	liboath/gl/m4/gnulib-comp.m4: Update gnulib files.

2012-03-31  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, liboath/aux.c, liboath/aux.h, liboath/hotp.c,
	liboath/tests/tst_hotp_algo.c, liboath/tests/tst_hotp_validate.c,
	liboath/tests/tst_totp_algo.c, liboath/tests/tst_totp_validate.c,
	liboath/tests/tst_usersfile.c, liboath/totp.c, liboath/usersfile.c,
	oathtool/oathtool.c, pam_oath/pam_oath.c,
	pam_oath/tests/test-pam_oath-root.c: Indent code.

2012-03-31  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, liboath/coding.c, liboath/errors.c,
	liboath/gtk-doc/liboath-docs.sgml, liboath/liboath.map,
	liboath/oath.h.in, liboath/tests/Makefile.am,
	liboath/tests/tst_basic.c, liboath/tests/tst_coding.c,
	liboath/tests/tst_errors.c, oathtool/oathtool.c,
	oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/tst_oathtool.sh: liboath, oathtool: Add base32
	decoding support.  Suggested by Martin Michlmayr <tbm@cyrius.com>.

2012-03-31  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/fflush.c: Temporarily fix broken gnulib code.

2012-03-31  Simon Josefsson <simon@josefsson.org>

	* liboath/errors.c: Fix gsasl_strerror (OATH_STRCMP_ERROR).

2012-03-31  Simon Josefsson <simon@josefsson.org>

	* liboath/gl/Makefile.am, liboath/gl/base32.c, liboath/gl/base32.h,
	liboath/gl/m4/base32.m4, liboath/gl/m4/gnulib-cache.m4,
	liboath/gl/m4/gnulib-comp.m4, liboath/gl/m4/memchr.m4,
	liboath/gl/m4/mmap-anon.m4, liboath/gl/memchr.c,
	liboath/gl/memchr.valgrind: Add base32 gnulib module.

2012-03-31  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/git-version-gen,
	build-aux/update-copyright, liboath/gl/Makefile.am,
	liboath/gl/alloca.in.h, liboath/gl/canonicalize-lgpl.c,
	liboath/gl/errno.in.h, liboath/gl/fflush.c, liboath/gl/fpurge.c,
	liboath/gl/freading.c, liboath/gl/fseeko.c, liboath/gl/gc-gnulib.c,
	liboath/gl/gc-libgcrypt.c, liboath/gl/gc.h, liboath/gl/getdelim.c,
	liboath/gl/getline.c, liboath/gl/hmac-sha1.c, liboath/gl/hmac.h,
	liboath/gl/lseek.c, liboath/gl/m4/stdalign.m4,
	liboath/gl/m4/stdio_h.m4, liboath/gl/m4/warn-on-use.m4,
	liboath/gl/m4/warnings.m4, liboath/gl/malloc.c,
	liboath/gl/malloca.c, liboath/gl/malloca.h, liboath/gl/memxor.c,
	liboath/gl/memxor.h, liboath/gl/msvc-inval.c,
	liboath/gl/msvc-inval.h, liboath/gl/msvc-nothrow.c,
	liboath/gl/msvc-nothrow.h, liboath/gl/pathmax.h, liboath/gl/sha1.c,
	liboath/gl/sha1.h, liboath/gl/stdalign.in.h,
	liboath/gl/stdbool.in.h, liboath/gl/stddef.in.h,
	liboath/gl/stdint.in.h, liboath/gl/stdio-impl.h,
	liboath/gl/stdio.in.h, liboath/gl/stdlib.in.h, liboath/gl/strdup.c,
	liboath/gl/string.in.h, liboath/gl/strverscmp.c,
	liboath/gl/sys_stat.in.h, liboath/gl/time.in.h,
	liboath/gl/unistd.in.h, maint.mk, oathtool/gl/Makefile.am,
	oathtool/gl/alloca.in.h, oathtool/gl/asnprintf.c,
	oathtool/gl/asprintf.c, oathtool/gl/c-ctype.c,
	oathtool/gl/c-ctype.h, oathtool/gl/errno.in.h,
	oathtool/gl/float+.h, oathtool/gl/gettext.h,
	oathtool/gl/gettimeofday.c, oathtool/gl/m4/exponentd.m4,
	oathtool/gl/m4/gettimeofday.m4, oathtool/gl/m4/math_h.m4,
	oathtool/gl/m4/stdio_h.m4, oathtool/gl/m4/sys_time_h.m4,
	oathtool/gl/m4/vasnprintf.m4, oathtool/gl/m4/warn-on-use.m4,
	oathtool/gl/malloca.c, oathtool/gl/malloca.h, oathtool/gl/mktime.c,
	oathtool/gl/msvc-inval.c, oathtool/gl/msvc-inval.h,
	oathtool/gl/msvc-nothrow.c, oathtool/gl/msvc-nothrow.h,
	oathtool/gl/parse-datetime.y, oathtool/gl/parse-duration.h,
	oathtool/gl/printf-args.c, oathtool/gl/printf-args.h,
	oathtool/gl/printf-parse.c, oathtool/gl/printf-parse.h,
	oathtool/gl/size_max.h, oathtool/gl/stdarg.in.h,
	oathtool/gl/stdbool.in.h, oathtool/gl/stddef.in.h,
	oathtool/gl/stdint.in.h, oathtool/gl/stdio.in.h,
	oathtool/gl/stdlib.in.h, oathtool/gl/string.in.h,
	oathtool/gl/sys_time.in.h, oathtool/gl/time.in.h,
	oathtool/gl/time_r.c, oathtool/gl/unistd.in.h,
	oathtool/gl/vasnprintf.c, oathtool/gl/vasnprintf.h,
	oathtool/gl/vasprintf.c, oathtool/gl/version-etc.h,
	oathtool/gl/wchar.in.h, oathtool/gl/xsize.h: Update gnulib files.

2012-03-31  Simon Josefsson <simon@josefsson.org>

	* liboath/Makefile.am, liboath/coding.c, liboath/global.c,
	liboath/oath.h.in: Move oath_hex2bin to new file coding.c.  Use
	const in prototype.

2012-01-26  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/git-version-gen,
	build-aux/useless-if-before-free, gl/m4/gnulib-common.m4,
	gl/m4/onceonly.m4, liboath/build-aux/config.rpath,
	liboath/gl/Makefile.am, liboath/gl/canonicalize-lgpl.c,
	liboath/gl/dirname-lgpl.c, liboath/gl/lstat.c,
	liboath/gl/m4/alloca.m4, liboath/gl/m4/extensions.m4,
	liboath/gl/m4/gnulib-common.m4, liboath/gl/m4/include_next.m4,
	liboath/gl/m4/ld-version-script.m4, liboath/gl/m4/longlong.m4,
	liboath/gl/m4/lstat.m4, liboath/gl/m4/onceonly.m4,
	liboath/gl/m4/stdalign.m4, liboath/gl/m4/stdlib_h.m4,
	liboath/gl/m4/time_h.m4, liboath/gl/malloca.c,
	liboath/gl/msvc-inval.c, liboath/gl/msvc-inval.h,
	liboath/gl/msvc-nothrow.c, liboath/gl/stdalign.in.h,
	liboath/gl/stdint.in.h, liboath/gl/stdio.in.h,
	liboath/gl/stdlib.in.h, liboath/gl/stripslash.c,
	liboath/gl/strverscmp.c, liboath/gl/sys_stat.in.h,
	liboath/gl/unistd.in.h, liboath/gl/verify.h, maint.mk,
	oathtool/gl/Makefile.am, oathtool/gl/error.c, oathtool/gl/error.h,
	oathtool/gl/m4/alloca.m4, oathtool/gl/m4/bison.m4,
	oathtool/gl/m4/extensions.m4, oathtool/gl/m4/gnulib-common.m4,
	oathtool/gl/m4/include_next.m4, oathtool/gl/m4/longlong.m4,
	oathtool/gl/m4/onceonly.m4, oathtool/gl/m4/printf.m4,
	oathtool/gl/m4/stdlib_h.m4, oathtool/gl/m4/time_h.m4,
	oathtool/gl/malloca.c, oathtool/gl/mktime.c,
	oathtool/gl/msvc-inval.c, oathtool/gl/msvc-inval.h,
	oathtool/gl/msvc-nothrow.c, oathtool/gl/parse-datetime.y,
	oathtool/gl/printf-parse.c, oathtool/gl/setenv.c,
	oathtool/gl/stdint.in.h, oathtool/gl/stdio.in.h,
	oathtool/gl/stdlib.in.h, oathtool/gl/unistd.in.h,
	oathtool/gl/unsetenv.c, oathtool/gl/vasnprintf.c,
	oathtool/gl/verify.h, oathtool/gl/version-etc.h: Update gnulib
	files.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* pam_oath/tests/test-pam_oath-root.c: Silence warnings.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.10.5.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.10.4.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* build-aux/oath-toolkit-version: Fix version number generation.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.10.5.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* pam_oath/tests/test-pam_oath.c: Get pam_sm_authenticate prototype.  Silences -Wimplicit-function-declaration warning.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, liboath/Makefile.am, liboath/configure.ac,
	liboath/gtk-doc.make, liboath/gtk-doc/Makefile.am,
	liboath/m4/gtk-doc.m4: Update gtk-doc infrastructure.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* liboath/Makefile.am, liboath/configure.ac, liboath/{lib =>
	gl}/Makefile.am, liboath/{lib => gl}/alloca.in.h, liboath/{lib =>
	gl}/basename-lgpl.c, liboath/{lib => gl}/canonicalize-lgpl.c,
	liboath/{lib => gl}/close.c, liboath/{lib => gl}/dirname-lgpl.c,
	liboath/{lib => gl}/dirname.h, liboath/{lib => gl}/dosname.h,
	liboath/{lib => gl}/errno.in.h, liboath/{lib => gl}/fclose.c,
	liboath/{lib => gl}/fd-hook.c, liboath/{lib => gl}/fd-hook.h,
	liboath/{lib => gl}/fflush.c, liboath/{lib => gl}/fopen.c,
	liboath/{lib => gl}/fpurge.c, liboath/{lib => gl}/freading.c,
	liboath/{lib => gl}/freading.h, liboath/{lib => gl}/fseek.c,
	liboath/{lib => gl}/fseeko.c, liboath/{lib => gl}/fstat.c,
	liboath/{lib => gl}/ftell.c, liboath/{lib => gl}/ftello.c,
	liboath/{lib => gl}/gc-gnulib.c, liboath/{lib =>
	gl}/gc-libgcrypt.c, liboath/{lib => gl}/gc.h, liboath/{lib =>
	gl}/getdelim.c, liboath/{lib => gl}/getline.c, liboath/{lib =>
	gl}/hmac-sha1.c, liboath/{lib => gl}/hmac.h, liboath/{lib =>
	gl}/lseek.c, liboath/{lib => gl}/lstat.c, liboath/{ =>
	gl}/m4/00gnulib.m4, liboath/{ => gl}/m4/alloca.m4, liboath/{ =>
	gl}/m4/canonicalize.m4, liboath/{ => gl}/m4/close.m4, liboath/{ =>
	gl}/m4/dirname.m4, liboath/{ => gl}/m4/double-slash-root.m4,
	liboath/{ => gl}/m4/eealloc.m4, liboath/{ => gl}/m4/errno_h.m4,
	liboath/{ => gl}/m4/extensions.m4, liboath/{ => gl}/m4/fclose.m4,
	liboath/{ => gl}/m4/fflush.m4, liboath/{ => gl}/m4/fopen.m4,
	liboath/{ => gl}/m4/fpurge.m4, liboath/{ => gl}/m4/freading.m4,
	liboath/{ => gl}/m4/fseek.m4, liboath/{ => gl}/m4/fseeko.m4,
	liboath/{ => gl}/m4/fstat.m4, liboath/{ => gl}/m4/ftell.m4,
	liboath/{ => gl}/m4/ftello.m4, liboath/{ => gl}/m4/gc-hmac-sha1.m4,
	liboath/{ => gl}/m4/gc.m4, liboath/{ => gl}/m4/getdelim.m4,
	liboath/{ => gl}/m4/getline.m4, liboath/{ =>
	gl}/m4/gnulib-cache.m4, liboath/{ => gl}/m4/gnulib-common.m4,
	liboath/{ => gl}/m4/gnulib-comp.m4, liboath/{ =>
	gl}/m4/gnulib-tool.m4, liboath/{ => gl}/m4/include_next.m4,
	liboath/{ => gl}/m4/largefile.m4, liboath/{ =>
	gl}/m4/ld-version-script.m4, liboath/{ => gl}/m4/lib-ld.m4,
	liboath/{ => gl}/m4/lib-link.m4, liboath/{ => gl}/m4/lib-prefix.m4,
	liboath/{ => gl}/m4/longlong.m4, liboath/{ => gl}/m4/lseek.m4,
	liboath/{ => gl}/m4/lstat.m4, liboath/{ => gl}/m4/malloc.m4,
	liboath/{ => gl}/m4/malloca.m4, liboath/{ =>
	gl}/m4/manywarnings.m4, liboath/{ => gl}/m4/memxor.m4, liboath/{ =>
	gl}/m4/msvc-inval.m4, liboath/{ => gl}/m4/msvc-nothrow.m4,
	liboath/{ => gl}/m4/multiarch.m4, liboath/{ => gl}/m4/nocrash.m4,
	liboath/{ => gl}/m4/onceonly.m4, liboath/{ => gl}/m4/pathmax.m4,
	liboath/{ => gl}/m4/readlink.m4, liboath/{ => gl}/m4/realloc.m4,
	liboath/{ => gl}/m4/rename.m4, liboath/{ => gl}/m4/rmdir.m4,
	liboath/{ => gl}/m4/sha1.m4, liboath/{ => gl}/m4/ssize_t.m4,
	liboath/{ => gl}/m4/stat.m4, liboath/{ => gl}/m4/stdalign.m4,
	liboath/{ => gl}/m4/stdbool.m4, liboath/{ => gl}/m4/stddef_h.m4,
	liboath/{ => gl}/m4/stdint.m4, liboath/{ => gl}/m4/stdio_h.m4,
	liboath/{ => gl}/m4/stdlib_h.m4, liboath/{ => gl}/m4/strdup.m4,
	liboath/{ => gl}/m4/string_h.m4, liboath/{ => gl}/m4/strtok_r.m4,
	liboath/{ => gl}/m4/strverscmp.m4, liboath/{ =>
	gl}/m4/sys_stat_h.m4, liboath/{ => gl}/m4/time_h.m4, liboath/{ =>
	gl}/m4/unistd_h.m4, liboath/{ => gl}/m4/unlink.m4, liboath/{ =>
	gl}/m4/valgrind-tests.m4, liboath/{ => gl}/m4/visibility.m4,
	liboath/{ => gl}/m4/warn-on-use.m4, liboath/{ =>
	gl}/m4/warnings.m4, liboath/{ => gl}/m4/wchar_t.m4, liboath/{lib =>
	gl}/malloc.c, liboath/{lib => gl}/malloca.c, liboath/{lib =>
	gl}/malloca.h, liboath/{lib => gl}/malloca.valgrind, liboath/{lib
	=> gl}/memxor.c, liboath/{lib => gl}/memxor.h, liboath/{lib =>
	gl}/msvc-inval.c, liboath/{lib => gl}/msvc-inval.h, liboath/{lib =>
	gl}/msvc-nothrow.c, liboath/{lib => gl}/msvc-nothrow.h,
	liboath/{lib => gl}/pathmax.h, liboath/{lib => gl}/readlink.c,
	liboath/{lib => gl}/realloc.c, liboath/{lib => gl}/rename.c,
	liboath/{lib => gl}/rmdir.c, liboath/{lib => gl}/same-inode.h,
	liboath/{lib => gl}/sha1.c, liboath/{lib => gl}/sha1.h,
	liboath/{lib => gl}/stat.c, liboath/{lib => gl}/stdalign.in.h,
	liboath/{lib => gl}/stdbool.in.h, liboath/{lib => gl}/stddef.in.h,
	liboath/{lib => gl}/stdint.in.h, liboath/{lib => gl}/stdio-impl.h,
	liboath/{lib => gl}/stdio.in.h, liboath/{lib => gl}/stdlib.in.h,
	liboath/{lib => gl}/strdup.c, liboath/{lib => gl}/string.in.h,
	liboath/{lib => gl}/stripslash.c, liboath/{lib => gl}/strtok_r.c,
	liboath/{lib => gl}/strverscmp.c, liboath/{lib =>
	gl}/sys_stat.in.h, liboath/{lib => gl}/time.in.h, liboath/{lib =>
	gl}/unistd.in.h, liboath/{lib => gl}/unlink.c, liboath/{lib =>
	gl}/verify.h, liboath/gtk-doc/Makefile.am, oathtool/Makefile.am,
	oathtool/configure.ac, oathtool/{lib => gl}/Makefile.am,
	oathtool/{lib => gl}/alloca.in.h, oathtool/{lib => gl}/asnprintf.c,
	oathtool/{lib => gl}/asprintf.c, oathtool/{lib => gl}/c-ctype.c,
	oathtool/{lib => gl}/c-ctype.h, oathtool/{lib => gl}/errno.in.h,
	oathtool/{lib => gl}/error.c, oathtool/{lib => gl}/error.h,
	oathtool/{lib => gl}/exitfail.c, oathtool/{lib => gl}/exitfail.h,
	oathtool/{lib => gl}/float+.h, oathtool/{lib => gl}/float.c,
	oathtool/{lib => gl}/float.in.h, oathtool/{lib => gl}/gettext.h,
	oathtool/{lib => gl}/gettime.c, oathtool/{lib =>
	gl}/gettimeofday.c, oathtool/{lib => gl}/intprops.h, oathtool/{lib
	=> gl}/itold.c, oathtool/{ => gl}/m4/00gnulib.m4, oathtool/{ =>
	gl}/m4/alloca.m4, oathtool/{ => gl}/m4/bison.m4, oathtool/{ =>
	gl}/m4/clock_time.m4, oathtool/{ => gl}/m4/eealloc.m4, oathtool/{
	=> gl}/m4/environ.m4, oathtool/{ => gl}/m4/errno_h.m4, oathtool/{
	=> gl}/m4/error.m4, oathtool/{ => gl}/m4/exponentd.m4, oathtool/{
	=> gl}/m4/extensions.m4, oathtool/{ => gl}/m4/float_h.m4,
	oathtool/{ => gl}/m4/gettime.m4, oathtool/{ =>
	gl}/m4/gettimeofday.m4, oathtool/{ => gl}/m4/gnulib-cache.m4,
	oathtool/{ => gl}/m4/gnulib-common.m4, oathtool/{ =>
	gl}/m4/gnulib-comp.m4, oathtool/{ => gl}/m4/gnulib-tool.m4,
	oathtool/{ => gl}/m4/include_next.m4, oathtool/{ =>
	gl}/m4/inline.m4, oathtool/{ => gl}/m4/intmax_t.m4, oathtool/{ =>
	gl}/m4/inttypes_h.m4, oathtool/{ => gl}/m4/longlong.m4, oathtool/{
	=> gl}/m4/malloca.m4, oathtool/{ => gl}/m4/math_h.m4, oathtool/{ =>
	gl}/m4/memchr.m4, oathtool/{ => gl}/m4/mktime.m4, oathtool/{ =>
	gl}/m4/mmap-anon.m4, oathtool/{ => gl}/m4/msvc-inval.m4, oathtool/{
	=> gl}/m4/msvc-nothrow.m4, oathtool/{ => gl}/m4/multiarch.m4,
	oathtool/{ => gl}/m4/onceonly.m4, oathtool/{ =>
	gl}/m4/parse-datetime.m4, oathtool/{ => gl}/m4/printf.m4,
	oathtool/{ => gl}/m4/setenv.m4, oathtool/{ => gl}/m4/size_max.m4,
	oathtool/{ => gl}/m4/ssize_t.m4, oathtool/{ => gl}/m4/stdarg.m4,
	oathtool/{ => gl}/m4/stdbool.m4, oathtool/{ => gl}/m4/stddef_h.m4,
	oathtool/{ => gl}/m4/stdint.m4, oathtool/{ => gl}/m4/stdint_h.m4,
	oathtool/{ => gl}/m4/stdio_h.m4, oathtool/{ => gl}/m4/stdlib_h.m4,
	oathtool/{ => gl}/m4/strerror.m4, oathtool/{ => gl}/m4/string_h.m4,
	oathtool/{ => gl}/m4/sys_socket_h.m4, oathtool/{ =>
	gl}/m4/sys_time_h.m4, oathtool/{ => gl}/m4/time_h.m4, oathtool/{ =>
	gl}/m4/time_r.m4, oathtool/{ => gl}/m4/timespec.m4, oathtool/{ =>
	gl}/m4/tm_gmtoff.m4, oathtool/{ => gl}/m4/unistd_h.m4, oathtool/{
	=> gl}/m4/vasnprintf.m4, oathtool/{ => gl}/m4/vasprintf.m4,
	oathtool/{ => gl}/m4/version-etc.m4, oathtool/{ =>
	gl}/m4/warn-on-use.m4, oathtool/{ => gl}/m4/wchar_h.m4, oathtool/{
	=> gl}/m4/wchar_t.m4, oathtool/{ => gl}/m4/wint_t.m4, oathtool/{ =>
	gl}/m4/xalloc.m4, oathtool/{ => gl}/m4/xsize.m4, oathtool/{lib =>
	gl}/malloca.c, oathtool/{lib => gl}/malloca.h, oathtool/{lib =>
	gl}/malloca.valgrind, oathtool/{lib => gl}/memchr.c, oathtool/{lib
	=> gl}/memchr.valgrind, oathtool/{lib => gl}/mktime-internal.h,
	oathtool/{lib => gl}/mktime.c, oathtool/{lib => gl}/msvc-inval.c,
	oathtool/{lib => gl}/msvc-inval.h, oathtool/{lib =>
	gl}/msvc-nothrow.c, oathtool/{lib => gl}/msvc-nothrow.h,
	oathtool/{lib => gl}/parse-datetime.h, oathtool/{lib =>
	gl}/parse-datetime.y, oathtool/{lib => gl}/parse-duration.c,
	oathtool/{lib => gl}/parse-duration.h, oathtool/{lib =>
	gl}/printf-args.c, oathtool/{lib => gl}/printf-args.h,
	oathtool/{lib => gl}/printf-parse.c, oathtool/{lib =>
	gl}/printf-parse.h, oathtool/{lib => gl}/progname.c, oathtool/{lib
	=> gl}/progname.h, oathtool/{lib => gl}/setenv.c, oathtool/{lib =>
	gl}/size_max.h, oathtool/{lib => gl}/stdarg.in.h, oathtool/{lib =>
	gl}/stdbool.in.h, oathtool/{lib => gl}/stddef.in.h, oathtool/{lib
	=> gl}/stdint.in.h, oathtool/{lib => gl}/stdio.in.h, oathtool/{lib
	=> gl}/stdlib.in.h, oathtool/{lib => gl}/strerror-override.c,
	oathtool/{lib => gl}/strerror-override.h, oathtool/{lib =>
	gl}/strerror.c, oathtool/{lib => gl}/string.in.h, oathtool/{lib =>
	gl}/sys_time.in.h, oathtool/{lib => gl}/time.in.h, oathtool/{lib =>
	gl}/time_r.c, oathtool/{lib => gl}/timespec.h, oathtool/{lib =>
	gl}/unistd.in.h, oathtool/{lib => gl}/unsetenv.c, oathtool/{lib =>
	gl}/vasnprintf.c, oathtool/{lib => gl}/vasnprintf.h, oathtool/{lib
	=> gl}/vasprintf.c, oathtool/{lib => gl}/verify.h, oathtool/{lib =>
	gl}/version-etc.c, oathtool/{lib => gl}/version-etc.h,
	oathtool/{lib => gl}/wchar.in.h, oathtool/{lib => gl}/xalloc-die.c,
	oathtool/{lib => gl}/xalloc-oversized.h, oathtool/{lib =>
	gl}/xalloc.h, oathtool/{lib => gl}/xmalloc.c, oathtool/{lib =>
	gl}/xsize.h: Fix gnulib directory namespace.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, ChangeLog, Makefile.am, NEWS, README,
	cfg.mk, configure.ac, liboath/Makefile.am, liboath/aux.c,
	liboath/aux.h, liboath/configure.ac, liboath/errors.c,
	liboath/global.c, liboath/hotp.c, liboath/liboath.map,
	liboath/liboath.pc.in, liboath/oath.h.in,
	liboath/tests/Makefile.am, liboath/tests/tst_basic.c,
	liboath/tests/tst_errors.c, liboath/tests/tst_hotp_algo.c,
	liboath/tests/tst_hotp_validate.c, liboath/tests/tst_totp_algo.c,
	liboath/tests/tst_totp_validate.c, liboath/tests/tst_usersfile.c,
	liboath/tests/tst_usersfile.sh, liboath/totp.c,
	liboath/usersfile.c, oathtool/Makefile.am, oathtool/configure.ac,
	oathtool/oathtool.c, oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/Makefile.am, oathtool/tests/tst_hyphen.sh,
	oathtool/tests/tst_oathtool.sh, pam_oath/Makefile.am,
	pam_oath/README, pam_oath/configure.ac, pam_oath/pam_oath.c,
	pam_oath/tests/Makefile.am, pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c, pam_oath/tests/test-pam_oath.c: 
	Bump copyright years.

2012-01-03  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/git-version-gen,
	build-aux/update-copyright, build-aux/useless-if-before-free,
	build-aux/vc-list-files, gl/Makefile.am, gl/dummy.c,
	gl/m4/00gnulib.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
	gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/onceonly.m4,
	liboath/build-aux/config.rpath,
	liboath/build-aux/snippet/arg-nonnull.h,
	liboath/build-aux/snippet/c++defs.h,
	liboath/build-aux/snippet/warn-on-use.h, liboath/lib/Makefile.am,
	liboath/lib/alloca.in.h, liboath/lib/basename-lgpl.c,
	liboath/lib/canonicalize-lgpl.c, liboath/lib/close.c,
	liboath/lib/dirname-lgpl.c, liboath/lib/dirname.h,
	liboath/lib/dosname.h, liboath/lib/errno.in.h,
	liboath/lib/fclose.c, liboath/lib/fd-hook.c, liboath/lib/fd-hook.h,
	liboath/lib/fflush.c, liboath/lib/fopen.c, liboath/lib/fpurge.c,
	liboath/lib/freading.c, liboath/lib/freading.h,
	liboath/lib/fseek.c, liboath/lib/fseeko.c, liboath/lib/fstat.c,
	liboath/lib/ftell.c, liboath/lib/ftello.c, liboath/lib/gc-gnulib.c,
	liboath/lib/gc-libgcrypt.c, liboath/lib/gc.h,
	liboath/lib/getdelim.c, liboath/lib/getline.c,
	liboath/lib/hmac-sha1.c, liboath/lib/hmac.h, liboath/lib/lseek.c,
	liboath/lib/lstat.c, liboath/lib/malloc.c, liboath/lib/malloca.c,
	liboath/lib/malloca.h, liboath/lib/memxor.c, liboath/lib/memxor.h,
	liboath/lib/msvc-inval.c, liboath/lib/msvc-inval.h,
	liboath/lib/msvc-nothrow.c, liboath/lib/msvc-nothrow.h,
	liboath/lib/pathmax.h, liboath/lib/readlink.c,
	liboath/lib/realloc.c, liboath/lib/rename.c, liboath/lib/rmdir.c,
	liboath/lib/same-inode.h, liboath/lib/sha1.c, liboath/lib/sha1.h,
	liboath/lib/stat.c, liboath/lib/stdalign.in.h,
	liboath/lib/stdbool.in.h, liboath/lib/stddef.in.h,
	liboath/lib/stdint.in.h, liboath/lib/stdio-impl.h,
	liboath/lib/stdio.in.h, liboath/lib/stdlib.in.h,
	liboath/lib/strdup.c, liboath/lib/string.in.h,
	liboath/lib/stripslash.c, liboath/lib/strtok_r.c,
	liboath/lib/strverscmp.c, liboath/lib/sys_stat.in.h,
	liboath/lib/time.in.h, liboath/lib/unistd.in.h,
	liboath/lib/unlink.c, liboath/lib/verify.h, liboath/m4/00gnulib.m4,
	liboath/m4/alloca.m4, liboath/m4/canonicalize.m4,
	liboath/m4/close.m4, liboath/m4/dirname.m4,
	liboath/m4/double-slash-root.m4, liboath/m4/eealloc.m4,
	liboath/m4/errno_h.m4, liboath/m4/extensions.m4,
	liboath/m4/fclose.m4, liboath/m4/fflush.m4, liboath/m4/fopen.m4,
	liboath/m4/fpurge.m4, liboath/m4/freading.m4, liboath/m4/fseek.m4,
	liboath/m4/fseeko.m4, liboath/m4/fstat.m4, liboath/m4/ftell.m4,
	liboath/m4/ftello.m4, liboath/m4/gc-hmac-sha1.m4, liboath/m4/gc.m4,
	liboath/m4/getdelim.m4, liboath/m4/getline.m4,
	liboath/m4/gnulib-cache.m4, liboath/m4/gnulib-common.m4,
	liboath/m4/gnulib-comp.m4, liboath/m4/gnulib-tool.m4,
	liboath/m4/include_next.m4, liboath/m4/largefile.m4,
	liboath/m4/ld-version-script.m4, liboath/m4/lib-ld.m4,
	liboath/m4/lib-link.m4, liboath/m4/lib-prefix.m4,
	liboath/m4/longlong.m4, liboath/m4/lseek.m4, liboath/m4/lstat.m4,
	liboath/m4/malloc.m4, liboath/m4/malloca.m4,
	liboath/m4/manywarnings.m4, liboath/m4/memxor.m4,
	liboath/m4/msvc-inval.m4, liboath/m4/msvc-nothrow.m4,
	liboath/m4/multiarch.m4, liboath/m4/nocrash.m4,
	liboath/m4/onceonly.m4, liboath/m4/pathmax.m4,
	liboath/m4/readlink.m4, liboath/m4/realloc.m4,
	liboath/m4/rename.m4, liboath/m4/rmdir.m4, liboath/m4/sha1.m4,
	liboath/m4/ssize_t.m4, liboath/m4/stat.m4, liboath/m4/stdalign.m4,
	liboath/m4/stdbool.m4, liboath/m4/stddef_h.m4,
	liboath/m4/stdint.m4, liboath/m4/stdio_h.m4,
	liboath/m4/stdlib_h.m4, liboath/m4/strdup.m4,
	liboath/m4/string_h.m4, liboath/m4/strtok_r.m4,
	liboath/m4/strverscmp.m4, liboath/m4/sys_stat_h.m4,
	liboath/m4/time_h.m4, liboath/m4/unistd_h.m4, liboath/m4/unlink.m4,
	liboath/m4/valgrind-tests.m4, liboath/m4/visibility.m4,
	liboath/m4/warn-on-use.m4, liboath/m4/warnings.m4,
	liboath/m4/wchar_t.m4, maint.mk,
	oathtool/build-aux/snippet/arg-nonnull.h,
	oathtool/build-aux/snippet/c++defs.h,
	oathtool/build-aux/snippet/warn-on-use.h,
	oathtool/doc/parse-datetime.texi, oathtool/lib/Makefile.am,
	oathtool/lib/alloca.in.h, oathtool/lib/asnprintf.c,
	oathtool/lib/asprintf.c, oathtool/lib/c-ctype.c,
	oathtool/lib/c-ctype.h, oathtool/lib/errno.in.h,
	oathtool/lib/error.c, oathtool/lib/error.h,
	oathtool/lib/exitfail.c, oathtool/lib/exitfail.h,
	oathtool/lib/float+.h, oathtool/lib/float.c,
	oathtool/lib/float.in.h, oathtool/lib/gettext.h,
	oathtool/lib/gettime.c, oathtool/lib/gettimeofday.c,
	oathtool/lib/intprops.h, oathtool/lib/itold.c,
	oathtool/lib/malloca.c, oathtool/lib/malloca.h,
	oathtool/lib/memchr.c, oathtool/lib/mktime.c,
	oathtool/lib/msvc-inval.c, oathtool/lib/msvc-inval.h,
	oathtool/lib/msvc-nothrow.c, oathtool/lib/msvc-nothrow.h,
	oathtool/lib/parse-datetime.h, oathtool/lib/parse-datetime.y,
	oathtool/lib/parse-duration.c, oathtool/lib/parse-duration.h,
	oathtool/lib/printf-args.c, oathtool/lib/printf-args.h,
	oathtool/lib/printf-parse.c, oathtool/lib/printf-parse.h,
	oathtool/lib/progname.c, oathtool/lib/progname.h,
	oathtool/lib/setenv.c, oathtool/lib/size_max.h,
	oathtool/lib/stdarg.in.h, oathtool/lib/stdbool.in.h,
	oathtool/lib/stddef.in.h, oathtool/lib/stdint.in.h,
	oathtool/lib/stdio.in.h, oathtool/lib/stdlib.in.h,
	oathtool/lib/strerror-override.c, oathtool/lib/strerror-override.h,
	oathtool/lib/strerror.c, oathtool/lib/string.in.h,
	oathtool/lib/sys_time.in.h, oathtool/lib/time.in.h,
	oathtool/lib/time_r.c, oathtool/lib/timespec.h,
	oathtool/lib/unistd.in.h, oathtool/lib/unsetenv.c,
	oathtool/lib/vasnprintf.c, oathtool/lib/vasnprintf.h,
	oathtool/lib/vasprintf.c, oathtool/lib/verify.h,
	oathtool/lib/version-etc.c, oathtool/lib/version-etc.h,
	oathtool/lib/wchar.in.h, oathtool/lib/xalloc-die.c,
	oathtool/lib/xalloc-oversized.h, oathtool/lib/xalloc.h,
	oathtool/lib/xmalloc.c, oathtool/lib/xsize.h,
	oathtool/m4/00gnulib.m4, oathtool/m4/alloca.m4,
	oathtool/m4/bison.m4, oathtool/m4/clock_time.m4,
	oathtool/m4/eealloc.m4, oathtool/m4/environ.m4,
	oathtool/m4/errno_h.m4, oathtool/m4/error.m4,
	oathtool/m4/exponentd.m4, oathtool/m4/extensions.m4,
	oathtool/m4/float_h.m4, oathtool/m4/gettime.m4,
	oathtool/m4/gettimeofday.m4, oathtool/m4/gnulib-cache.m4,
	oathtool/m4/gnulib-common.m4, oathtool/m4/gnulib-comp.m4,
	oathtool/m4/gnulib-tool.m4, oathtool/m4/include_next.m4,
	oathtool/m4/inline.m4, oathtool/m4/intmax_t.m4,
	oathtool/m4/inttypes_h.m4, oathtool/m4/longlong.m4,
	oathtool/m4/malloca.m4, oathtool/m4/math_h.m4,
	oathtool/m4/memchr.m4, oathtool/m4/mktime.m4,
	oathtool/m4/mmap-anon.m4, oathtool/m4/msvc-inval.m4,
	oathtool/m4/msvc-nothrow.m4, oathtool/m4/multiarch.m4,
	oathtool/m4/onceonly.m4, oathtool/m4/parse-datetime.m4,
	oathtool/m4/printf.m4, oathtool/m4/setenv.m4,
	oathtool/m4/size_max.m4, oathtool/m4/ssize_t.m4,
	oathtool/m4/stdarg.m4, oathtool/m4/stdbool.m4,
	oathtool/m4/stddef_h.m4, oathtool/m4/stdint.m4,
	oathtool/m4/stdint_h.m4, oathtool/m4/stdio_h.m4,
	oathtool/m4/stdlib_h.m4, oathtool/m4/strerror.m4,
	oathtool/m4/string_h.m4, oathtool/m4/sys_socket_h.m4,
	oathtool/m4/sys_time_h.m4, oathtool/m4/time_h.m4,
	oathtool/m4/time_r.m4, oathtool/m4/timespec.m4,
	oathtool/m4/tm_gmtoff.m4, oathtool/m4/unistd_h.m4,
	oathtool/m4/vasnprintf.m4, oathtool/m4/vasprintf.m4,
	oathtool/m4/version-etc.m4, oathtool/m4/warn-on-use.m4,
	oathtool/m4/wchar_h.m4, oathtool/m4/wchar_t.m4,
	oathtool/m4/wint_t.m4, oathtool/m4/xalloc.m4, oathtool/m4/xsize.m4: 
	Update gnulib files.

2011-12-12  Simon Josefsson <simon@josefsson.org>

	* configure.ac: Require automake 1.11 or later (for silent rules).

2011-11-23  Simon Josefsson <simon@josefsson.org>

	* pam_oath/README: Mention SSH config.

2011-08-26  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-08-26  Simon Josefsson <simon@josefsson.org>

	* gl/Makefile.am, gl/dummy.c, gl/m4/gnulib-cache.m4,
	gl/m4/gnulib-comp.m4, liboath/lib/unistd.in.h,
	oathtool/lib/unistd.in.h: We need the dummy module for Mac OS X.
	Update gnulib files.  Reported by Arno Hautala <arno@alum.wpi.edu>.

2011-08-24  Linus Nordberg <linus@nordberg.se>

	* pam_oath/Makefile.am: oath.h is generated and can be found in
	$(builddir).  Signed-off-by: Simon Josefsson <simon@josefsson.org>

2011-08-13  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Dist m4/dummy.m4, to allow autoreconf in extracted
	tarball.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.10.4.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix release target to create the proper tag.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* pam_oath/configure.ac: Fix path in AC_INIT.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.10.3.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Fix typo.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.10.2.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Dist build-aux/oath-toolkit-version.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* pam_oath/configure.ac: Fix AC_INIT in pam_oath too.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* liboath/gtk-doc/version.xml.in: Silence gnulib syntax-check
	warning.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* liboath/hotp.c, liboath/totp.c: liboath: Fix strcmp logic bug.
	Doc fix for strcmp changes.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* liboath/aux.c, liboath/tests/tst_hotp_validate.c,
	liboath/tests/tst_totp_validate.c: liboath: Fix our strcmp to
	conform to new API rules.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* liboath/totp.c: Fix typo.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.10.3.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/oath.h.in: Doc fix.

2011-08-12  Daniel Pocock <daniel@pocock.com.au>

	* liboath/hotp.c, liboath/oath.h.in, liboath/totp.c: liboath: permit
	negative returns from strcmp to mean internal error.  Signed-off-by: Simon Josefsson <simon@josefsson.org>

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* build-aux/oath-toolkit-version, liboath/configure.ac: liboath: Fix
	computation of oath.h version number.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac, liboath/gtk-doc/liboath-docs.sgml,
	liboath/gtk-doc/version.xml.in: Add version to GTK-DOC manual.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Use silent make rules.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* build-aux/oath-toolkit-version, configure.ac,
	liboath/configure.ac, oathtool/configure.ac: Cleanup configure.ac
	AC_INIT command with external script.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Respect new git-version-gen recommendation regarding
	.tarball-version.

2011-08-12  Simon Josefsson <simon@josefsson.org>

	* build-aux/git-version-gen, gl/m4/gnulib-common.m4,
	gl/m4/gnulib-comp.m4, liboath/build-aux/snippet/_Noreturn.h,
	liboath/build-aux/{ => snippet}/arg-nonnull.h, liboath/build-aux/{
	=> snippet}/c++defs.h, liboath/build-aux/{ =>
	snippet}/warn-on-use.h, liboath/lib/Makefile.am,
	liboath/lib/canonicalize-lgpl.c, liboath/lib/errno.in.h,
	liboath/lib/fflush.c, liboath/lib/fpurge.c, liboath/lib/freading.c,
	liboath/lib/fseek.c, liboath/lib/fseeko.c, liboath/lib/ftell.c,
	liboath/lib/pathmax.h, liboath/lib/stat.c, liboath/lib/stdint.in.h,
	liboath/lib/stdio.in.h, liboath/lib/stdlib.in.h,
	liboath/lib/string.in.h, liboath/lib/unistd.in.h,
	liboath/lib/verify.h, liboath/m4/alloca.m4,
	liboath/m4/canonicalize.m4, liboath/m4/close.m4,
	liboath/m4/dirname.m4, liboath/m4/errno_h.m4,
	liboath/m4/extensions.m4, liboath/m4/fclose.m4,
	liboath/m4/fflush.m4, liboath/m4/fopen.m4, liboath/m4/fpurge.m4,
	liboath/m4/fseek.m4, liboath/m4/fseeko.m4, liboath/m4/ftell.m4,
	liboath/m4/ftello.m4, liboath/m4/gc-hmac-sha1.m4, liboath/m4/gc.m4,
	liboath/m4/getdelim.m4, liboath/m4/getline.m4,
	liboath/m4/gnulib-common.m4, liboath/m4/gnulib-comp.m4,
	liboath/m4/hmac-sha1.m4, liboath/m4/include_next.m4,
	liboath/m4/largefile.m4, liboath/m4/lseek.m4, liboath/m4/lstat.m4,
	liboath/m4/malloc.m4, liboath/m4/memxor.m4, liboath/m4/pathmax.m4,
	liboath/m4/readlink.m4, liboath/m4/realloc.m4,
	liboath/m4/rename.m4, liboath/m4/rmdir.m4, liboath/m4/sha1.m4,
	liboath/m4/stat.m4, liboath/m4/strdup.m4, liboath/m4/string_h.m4,
	liboath/m4/strtok_r.m4, liboath/m4/strverscmp.m4,
	liboath/m4/unlink.m4, liboath/m4/warn-on-use.m4,
	liboath/m4/warnings.m4, maint.mk,
	oathtool/build-aux/snippet/_Noreturn.h, oathtool/build-aux/{ =>
	snippet}/arg-nonnull.h, oathtool/build-aux/{ => snippet}/c++defs.h,
	oathtool/build-aux/{ => snippet}/warn-on-use.h,
	oathtool/lib/Makefile.am, oathtool/lib/errno.in.h,
	oathtool/lib/float.c, oathtool/lib/float.in.h,
	oathtool/lib/stdint.in.h, oathtool/lib/stdio.in.h,
	oathtool/lib/stdlib.in.h, oathtool/lib/strerror-override.c,
	oathtool/lib/strerror-override.h, oathtool/lib/strerror.c,
	oathtool/lib/string.in.h, oathtool/lib/timespec.h,
	oathtool/lib/unistd.in.h, oathtool/lib/verify.h,
	oathtool/lib/xalloc-die.c, oathtool/lib/xalloc.h,
	oathtool/m4/alloca.m4, oathtool/m4/errno_h.m4,
	oathtool/m4/error.m4, oathtool/m4/extensions.m4,
	oathtool/m4/float_h.m4, oathtool/m4/gettime.m4,
	oathtool/m4/gettimeofday.m4, oathtool/m4/gnulib-common.m4,
	oathtool/m4/gnulib-comp.m4, oathtool/m4/include_next.m4,
	oathtool/m4/memchr.m4, oathtool/m4/mktime.m4,
	oathtool/m4/mmap-anon.m4, oathtool/m4/printf.m4,
	oathtool/m4/setenv.m4, oathtool/m4/strerror.m4,
	oathtool/m4/string_h.m4, oathtool/m4/time_r.m4,
	oathtool/m4/warn-on-use.m4, oathtool/m4/xalloc.m4: Update gnulib
	files.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix release target.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix release targets.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* liboath/oath.h.in: Fix typo.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.10.2.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Rewrite release rules.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/tests/tst_usersfile.sh: liboath: Fix self tests to
	cope with slow build hosts.  Reported by Christoph Egger <christoph@debian.org> in
	<http://bugs.debian.org/630222>.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.10.1.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.10.0.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.8.2.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.10.1.

2011-06-12  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/expect.oath, liboath/tests/tst_usersfile.c,
	liboath/tests/tst_usersfile.sh: liboath: Make self-test use TZ=UTC
	instead, to use same TOTPs.

2011-06-10  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_usersfile.c: liboath: Improve self test error
	messages.

2011-06-10  Simon Josefsson <simon@josefsson.org>

	* NEWS, build-aux/vc-list-files, gl/Makefile.am,
	gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
	liboath/lib/Makefile.am, liboath/lib/errno.in.h,
	liboath/lib/fclose.c, liboath/lib/fflush.c, liboath/lib/fpurge.c,
	liboath/lib/ftello.c, liboath/lib/gc.h, liboath/lib/stddef.in.h,
	liboath/lib/stdint.in.h, liboath/lib/stdio.in.h,
	liboath/lib/stdlib.in.h, liboath/lib/string.in.h,
	liboath/lib/sys_stat.in.h, liboath/lib/time.in.h,
	liboath/lib/unistd.in.h, liboath/lib/verify.h,
	liboath/m4/canonicalize.m4, liboath/m4/fclose.m4,
	liboath/m4/fflush.m4, liboath/m4/fpurge.m4, liboath/m4/fseeko.m4,
	liboath/m4/ftello.m4, liboath/m4/gc.m4, liboath/m4/gnulib-cache.m4,
	liboath/m4/gnulib-common.m4, liboath/m4/gnulib-comp.m4,
	liboath/m4/nocrash.m4, liboath/m4/readlink.m4,
	liboath/m4/stdint.m4, liboath/m4/unistd_h.m4,
	liboath/m4/warnings.m4, maint.mk, oathtool/lib/Makefile.am,
	oathtool/lib/errno.in.h, oathtool/lib/error.c,
	oathtool/lib/float.in.h, oathtool/lib/intprops.h,
	oathtool/lib/parse-datetime.y, oathtool/lib/setenv.c,
	oathtool/lib/stdarg.in.h, oathtool/lib/stddef.in.h,
	oathtool/lib/stdint.in.h, oathtool/lib/stdio.in.h,
	oathtool/lib/stdlib.in.h, oathtool/lib/strerror-override.c,
	oathtool/lib/strerror-override.h, oathtool/lib/strerror.c,
	oathtool/lib/string.in.h, oathtool/lib/sys_time.in.h,
	oathtool/lib/time.in.h, oathtool/lib/unistd.in.h,
	oathtool/lib/unsetenv.c, oathtool/lib/verify.h,
	oathtool/lib/wchar.in.h, oathtool/m4/gnulib-cache.m4,
	oathtool/m4/gnulib-common.m4, oathtool/m4/gnulib-comp.m4,
	oathtool/m4/mktime.m4, oathtool/m4/setenv.m4,
	oathtool/m4/stdint.m4, oathtool/m4/strerror.m4,
	oathtool/m4/sys_socket_h.m4, oathtool/m4/unistd_h.m4,
	oathtool/m4/wchar_h.m4: Update gnulib files.

2011-06-10  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/tests/tst_usersfile.c: liboath: Fix self tests to
	work regardless of local time zone.

2011-05-24  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-05-24  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.10.0.

2011-05-24  Simon Josefsson <simon@josefsson.org>

	* liboath/gtk-doc/liboath-docs.sgml: Document new symbols in 1.10.0.

2011-05-24  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_usersfile.c, pam_oath/tests/expect.oath,
	pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c: pam_oath: Test TOTPs too (for
	root).

2011-05-24  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/tests/expect.oath, liboath/tests/tst_usersfile.c,
	liboath/tests/tst_usersfile.sh, liboath/usersfile.c: liboath:
	Improve usersfile TOTP validation logic.

2011-04-26  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_usersfile.c: Also attempt to replay a TOTP.

2011-04-25  Simon Josefsson <simon@josefsson.org>

	* .gitignore, liboath/tests/Makefile.am, liboath/tests/{expect.hotp
	=> expect.oath}, liboath/tests/{tst_hotp_usersfile.c =>
	tst_usersfile.c}, liboath/tests/{tst_hotp_usersfile.sh =>
	tst_usersfile.sh}, liboath/tests/{users.hotp => users.oath},
	liboath/usersfile.c: Support TOTPs in usersfile code.  Inspired by Rien Broekstra <rien@rename-it.nl> and Max Thoursie
	<max@maxnet.se>.

2011-05-24  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/liboath.map, liboath/oath.h.in,
	liboath/tests/tst_totp_validate.c, liboath/totp.c: liboath: Add
	oath_totp_validate2 and oath_totp_validate2_callback.

2011-05-17  Simon Josefsson <simon@josefsson.org>

	* README, doc/announce.txt, liboath/tests/tst_totp_algo.c,
	liboath/tests/tst_totp_validate.c, liboath/totp.c: Reference RFC
	6238 instead of draft.

2011-05-04  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-05-04  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.8.2.

2011-05-04  Simon Josefsson <simon@josefsson.org>

	* oathtool/tests/tst_hyphen.sh: oathtool/tst_hyphen: Don't detect
	copyright year as man page problem.

2011-05-04  Simon Josefsson <simon@josefsson.org>

	* m4/dummy.m4: Add m4/ by putting a dummmy.m4 file in there.

2011-05-04  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, NEWS: build: Fix conflict between ACLOCAL_AMFLAGS and
	AC_CONFIG_MACRO_DIR.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS,
	README, cfg.mk, configure.ac, liboath/Makefile.am,
	liboath/configure.ac, liboath/global.c, liboath/hotp.c,
	liboath/liboath.map, liboath/liboath.pc.in, liboath/oath.h.in,
	liboath/tests/Makefile.am, liboath/tests/tst_basic.c,
	liboath/tests/tst_hotp_algo.c, liboath/tests/tst_hotp_usersfile.c,
	liboath/tests/tst_hotp_usersfile.sh,
	liboath/tests/tst_hotp_validate.c, liboath/tests/tst_totp_algo.c,
	liboath/tests/tst_totp_validate.c, liboath/usersfile.c,
	oathtool/Makefile.am, oathtool/configure.ac, oathtool/oathtool.c,
	oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/Makefile.am, oathtool/tests/tst_oathtool.sh,
	pam_oath/Makefile.am, pam_oath/README, pam_oath/configure.ac,
	pam_oath/pam_oath.c, pam_oath/tests/Makefile.am,
	pam_oath/tests/test-pam_oath.c: Use copyright year ranges.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.8.1.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.8.0.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.8.1.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, NEWS, configure.ac: build: Make autoreconf work
	again.  Reported by Christian Hesse <list@eworm.de>.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix coverage rules.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.8.0.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/tests/tst_basic.c: Test hex encoding/decoding of A-F
	and a-f too.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* liboath/gtk-doc/liboath-docs.sgml: liboath: Fix GTK-DOC manual for
	1.8.0 additions.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* .gitignore, liboath/lib/Makefile.am, liboath/m4/gnulib-cache.m4,
	liboath/m4/gnulib-comp.m4, liboath/m4/valgrind-tests.m4,
	liboath/tests/Makefile.am, liboath/tests/tst_totp_validate.c: 
	liboath: Run self-tests under valgrind.

2011-05-03  Simon Josefsson <simon@josefsson.org>

	* gl/m4/gnulib-comp.m4, liboath/lib/Makefile.am,
	liboath/lib/fclose.c, liboath/lib/freading.c,
	liboath/lib/freading.h, liboath/m4/freading.m4,
	liboath/m4/gnulib-comp.m4, oathtool/m4/gnulib-comp.m4: Update gnulib
	files.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* .gitignore, liboath/errors.c: Add liboath/errors.c, forgotten in
	last commit.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, liboath/Makefile.am, liboath/configure.ac,
	liboath/liboath.map, liboath/oath.h.in, liboath/tests/Makefile.am,
	liboath/tests/tst_errors.c, pam_oath/pam_oath.c: liboath: Add new
	APIs oath_strerror and oath_strerror_name.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, cfg.mk, gl/Makefile.am, {m4 => gl/m4}/00gnulib.m4,
	{m4 => gl/m4}/gnulib-cache.m4, {m4 => gl/m4}/gnulib-common.m4, {m4
	=> gl/m4}/gnulib-comp.m4, {m4 => gl/m4}/gnulib-tool.m4, {m4 =>
	gl/m4}/onceonly.m4: Fix git-version-gen dist by normal mean.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac, oathtool/configure.ac,
	pam_oath/configure.ac: Fix version generation in tarball.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.6.4.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.6.3.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.6.4.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/tests/expect.hotp, liboath/tests/tst_hotp_algo.c,
	liboath/tests/tst_hotp_usersfile.c, liboath/tests/users.hotp,
	liboath/usersfile.c: liboath: Increase usersfile max secret length
	to 32 bytes.

2011-05-01  Simon Josefsson <simon@josefsson.org>

	* NEWS, pam_oath/Makefile.am: pam_oath: Don't install pam_oath.la
	file.

2011-04-30  Simon Josefsson <simon@josefsson.org>

	* .gitignore, build-aux/vc-list-files, liboath/lib/stdlib.in.h,
	liboath/m4/manywarnings.m4, liboath/m4/stdio_h.m4, maint.mk,
	oathtool/lib/Makefile.am, oathtool/lib/stdlib.in.h,
	oathtool/lib/xalloc-oversized.h, oathtool/lib/xalloc.h,
	oathtool/m4/gnulib-comp.m4, oathtool/m4/memchr.m4,
	oathtool/m4/stdio_h.m4: Update gnulib files.

2011-04-30  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, NEWS: build: Make autoreconf work in released tar
	archives.

2011-04-30  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, pam_oath/Makefile.am: build: Use pammoddir
	automake variable instead of overriding libdir.

2011-04-30  Simon Josefsson <simon@josefsson.org>

	* NEWS, pam_oath/configure.ac: pam_oath: Link to -lpam for PAM
	symbols.

2011-04-30  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Add to .gitignore.

2011-04-30  Simon Josefsson <simon@josefsson.org>

	* NEWS, oathtool/oathtool.c, oathtool/oathtool.h2m,
	oathtool/tests/tst_oathtool.sh: oathtool: Support --window together
	with --totp.

2011-04-28  Simon Josefsson <simon@josefsson.org>

	* NEWS, pam_oath/pam_oath.c: pam_oath: Re-add the pam_sm_setcred
	function and make it return success.

2011-04-25  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-04-25  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.6.3.

2011-04-25  Simon Josefsson <simon@josefsson.org>

	* .x-sc_cast_of_alloca_return_value, .x-sc_error_message_uppercase,
	.x-sc_m4_quote_check, .x-sc_makefile_check, .x-sc_program_name,
	.x-sc_prohibit_HAVE_MBRTOWC, .x-sc_prohibit_atoi_atof,
	.x-sc_require_config_h, .x-sc_require_config_h_first,
	.x-sc_space_tab, .x-sc_useless_cpp_parens, NEWS,
	build-aux/useless-if-before-free, cfg.mk, liboath/lib/Makefile.am,
	liboath/lib/canonicalize-lgpl.c, liboath/lib/close-hook.h,
	liboath/lib/close.c, liboath/lib/dirname.h, liboath/lib/dosname.h,
	liboath/lib/{close-hook.c => fd-hook.c}, liboath/lib/fd-hook.h,
	liboath/lib/malloc.c, liboath/lib/malloca.c, liboath/lib/realloc.c,
	liboath/lib/rmdir.c, liboath/lib/stat.c, liboath/lib/stdio-write.c,
	liboath/lib/stdio.in.h, liboath/lib/stdlib.in.h,
	liboath/lib/string.in.h, liboath/lib/sys_stat.in.h,
	liboath/lib/unistd.in.h, liboath/lib/unlink.c,
	liboath/lib/verify.h, liboath/m4/alloca.m4,
	liboath/m4/asm-underscore.m4, liboath/m4/dirname.m4,
	liboath/m4/dos.m4, liboath/m4/errno_h.m4, liboath/m4/fseeko.m4,
	liboath/m4/gnulib-common.m4, liboath/m4/gnulib-comp.m4,
	liboath/m4/rmdir.m4, liboath/m4/stat.m4, liboath/m4/stdbool.m4,
	liboath/m4/stddef_h.m4, liboath/m4/stdint.m4,
	liboath/m4/stdio_h.m4, liboath/m4/string_h.m4,
	liboath/m4/unistd_h.m4, liboath/m4/unlink.m4, m4/gnulib-common.m4,
	m4/gnulib-comp.m4, maint.mk, oathtool/lib/Makefile.am,
	oathtool/lib/malloca.c, oathtool/lib/parse-duration.c,
	oathtool/lib/setenv.c, oathtool/lib/stdio-write.c,
	oathtool/lib/stdio.in.h, oathtool/lib/stdlib.in.h,
	oathtool/lib/string.in.h, oathtool/lib/unistd.in.h,
	oathtool/lib/vasnprintf.c, oathtool/lib/verify.h,
	oathtool/lib/wchar.in.h, oathtool/lib/xmalloc.c,
	oathtool/m4/alloca.m4, oathtool/m4/asm-underscore.m4,
	oathtool/m4/errno_h.m4, oathtool/m4/float_h.m4,
	oathtool/m4/gnulib-common.m4, oathtool/m4/gnulib-comp.m4,
	oathtool/m4/stdarg.m4, oathtool/m4/stdbool.m4,
	oathtool/m4/stddef_h.m4, oathtool/m4/stdint.m4,
	oathtool/m4/stdio_h.m4, oathtool/m4/string_h.m4,
	oathtool/m4/unistd_h.m4, oathtool/m4/wchar_h.m4: Update gnulib
	files.

2011-04-25  Simon Josefsson <simon@josefsson.org>

	* pam_oath/pam_oath.c: pam_oath: Remove even more of the setcred
	function.

2011-04-25  Simon Josefsson <simon@josefsson.org>

	* NEWS, pam_oath/pam_oath.c: pam_oath: Work under SSH by no-op'ing
	the setcred function.  Reported by Fanis Dokianakis <fanis@infloop.gr>.

2011-04-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-04-15  Linus Nordberg <linus@nordberg.se>

	* oathtool/Makefile.am: oath.h is generated and has to be searched
	for in builddir.  Signed-off-by: Simon Josefsson <simon@josefsson.org>

2011-04-15  Linus Nordberg <linus@nordberg.se>

	* oathtool/Makefile.am: Build oathtool.1 out-of-source-dir.  Look for oathtool.h2m in srcdir.  Signed-off-by: Simon Josefsson <simon@josefsson.org>

2011-03-10  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.6.2.

2011-03-10  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.6.1.

2011-03-10  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-03-10  Simon Josefsson <simon@josefsson.org>

	* liboath/gtk-doc.make: Fix syntax-check nits.

2011-03-10  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.6.2.

2011-03-10  Simon Josefsson <simon@josefsson.org>

	* liboath/gtk-doc.make: Update gtk-doc file.

2011-03-10  Simon Josefsson <simon@josefsson.org>

	* NEWS, cfg.mk, pam_oath/configure.ac, pam_oath/tests/Makefile.am: 
	Add --enable-root-tests.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Don't use silent builds for developers.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* pam_oath/tests/run-root-tests.sh: Check that files were written
	OK.  Reported by Jean-Michel Pouré - GOOZE <jmpoure@gooze.eu>.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump versions.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.6.0.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.6.0.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.c: oathtool: Improve error handling and debug
	output.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* liboath/totp.c: Fix Since: in docstrings.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* NEWS, oathtool/oathtool.c, oathtool/oathtool.h2m,
	oathtool/tests/tst_oathtool.sh: Make oathtool support TOTP
	validation.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* .gitignore, NEWS, liboath/Makefile.am, liboath/aux.c,
	liboath/aux.h, liboath/gtk-doc/liboath-docs.sgml, liboath/hotp.c,
	liboath/liboath.map, liboath/oath.h.in, liboath/tests/Makefile.am,
	liboath/tests/tst_totp_validate.c, liboath/totp.c: Add TOTP
	validation functions.

2011-02-22  Simon Josefsson <simon@josefsson.org>

	* build-aux/git-version-gen, liboath/build-aux/arg-nonnull.h,
	liboath/build-aux/c++defs.h, liboath/build-aux/config.rpath,
	liboath/build-aux/warn-on-use.h, liboath/lib/Makefile.am,
	liboath/lib/alloca.in.h, liboath/lib/gc-gnulib.c,
	liboath/lib/gc-libgcrypt.c, liboath/lib/gc.h,
	liboath/lib/getdelim.c, liboath/lib/getline.c,
	liboath/lib/stdint.in.h, liboath/lib/stdio.in.h,
	liboath/lib/stdlib.in.h, liboath/lib/string.in.h,
	liboath/lib/wchar.in.h, liboath/m4/gnulib-comp.m4,
	liboath/m4/lib-link.m4, liboath/m4/longlong.m4,
	liboath/m4/stdint.m4, liboath/m4/stdlib_h.m4,
	liboath/m4/wchar_h.m4, liboath/m4/wint_t.m4, maint.mk,
	oathtool/build-aux/arg-nonnull.h, oathtool/build-aux/c++defs.h,
	oathtool/build-aux/warn-on-use.h, oathtool/lib/Makefile.am,
	oathtool/lib/error.h, oathtool/lib/gettext.h,
	oathtool/lib/gettimeofday.c, oathtool/lib/stdint.in.h,
	oathtool/lib/stdio.in.h, oathtool/lib/stdlib.in.h,
	oathtool/lib/string.in.h, oathtool/lib/vasnprintf.h,
	oathtool/lib/version-etc.h, oathtool/lib/wchar.in.h,
	oathtool/lib/xalloc.h, oathtool/m4/gnulib-comp.m4,
	oathtool/m4/longlong.m4, oathtool/m4/stdint.m4,
	oathtool/m4/stdlib_h.m4, oathtool/m4/wchar_h.m4: Update gnulib
	files.

2011-02-08  Simon Josefsson <simon@josefsson.org>

	* README: Improve description.

2011-02-08  Simon Josefsson <simon@josefsson.org>

	* README: Improve description.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.4.6.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.4.5.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.4.6.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Add clang analyze rules.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* liboath/lib/Makefile.am, liboath/lib/stdint.in.h,
	liboath/lib/stdio.in.h, liboath/lib/sys_stat.in.h,
	liboath/lib/time.in.h, liboath/lib/unistd.in.h,
	liboath/lib/wchar.in.h, liboath/m4/stdbool.m4,
	liboath/m4/stdint.m4, liboath/m4/wchar_h.m4,
	oathtool/lib/Makefile.am, oathtool/lib/intprops.h,
	oathtool/lib/mktime.c, oathtool/lib/printf-args.h,
	oathtool/lib/printf-parse.c, oathtool/lib/printf-parse.h,
	oathtool/lib/stdint.in.h, oathtool/lib/stdio.in.h,
	oathtool/lib/sys_time.in.h, oathtool/lib/time.in.h,
	oathtool/lib/unistd.in.h, oathtool/lib/vasnprintf.c,
	oathtool/lib/wchar.in.h, oathtool/m4/mktime.m4,
	oathtool/m4/parse-datetime.m4, oathtool/m4/setenv.m4,
	oathtool/m4/stdbool.m4, oathtool/m4/stdint.m4,
	oathtool/m4/wchar_h.m4: Update gnulib files.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* liboath/usersfile.c: Drop unused variable.  Noticed by cclang.

2011-02-07  Simon Josefsson <simon@josefsson.org>

	* pam_oath/pam_oath.c: Parse flags in pam_sm_setcred to make sure
	debug messages are generated.

2011-01-30  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Add.

2011-01-29  Simon Josefsson <simon@josefsson.org>

	* configure.ac, liboath/configure.ac, oathtool/configure.ac,
	pam_oath/configure.ac: Use silent rules.

2011-01-29  Simon Josefsson <simon@josefsson.org>

	* liboath/lib/Makefile.am, liboath/m4/gnulib-cache.m4,
	liboath/m4/gnulib-comp.m4, oathtool/lib/mktime.c: Update gnulib
	files.

2011-01-29  Simon Josefsson <simon@josefsson.org>

	* liboath/build-aux/config.rpath, liboath/lib/Makefile.am,
	liboath/lib/alloca.in.h, liboath/lib/basename-lgpl.c,
	liboath/lib/canonicalize-lgpl.c, liboath/lib/dirname-lgpl.c,
	liboath/lib/dirname.h, liboath/lib/lstat.c, liboath/lib/malloc.c,
	liboath/lib/malloca.c, liboath/lib/malloca.h,
	liboath/lib/malloca.valgrind, liboath/lib/pathmax.h,
	liboath/lib/readlink.c, liboath/lib/rename.c, liboath/lib/rmdir.c,
	liboath/lib/same-inode.h, liboath/lib/stat.c,
	liboath/lib/stdbool.in.h, liboath/lib/stripslash.c,
	liboath/lib/unlink.c, liboath/lib/verify.h, liboath/m4/alloca.m4,
	liboath/m4/canonicalize.m4, liboath/m4/dirname.m4,
	liboath/m4/dos.m4, liboath/m4/double-slash-root.m4,
	liboath/m4/eealloc.m4, liboath/m4/gnulib-cache.m4,
	liboath/m4/gnulib-comp.m4, liboath/m4/lstat.m4,
	liboath/m4/malloca.m4, liboath/m4/pathmax.m4,
	liboath/m4/readlink.m4, liboath/m4/rename.m4, liboath/m4/rmdir.m4,
	liboath/m4/stat.m4, liboath/m4/stdbool.m4, liboath/m4/unlink.m4: Add
	rename and unlink modules.

2011-01-28  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-01-28  Simon Josefsson <simon@josefsson.org>

	* liboath/global.c: Fix hex deoding.  Tricky beasts these.

2011-01-28  Simon Josefsson <simon@josefsson.org>

	* liboath/usersfile.c: Fix one gnulib complaint and silence the rest
	for now.

2011-01-28  Simon Josefsson <simon@josefsson.org>

	* liboath/lib/Makefile.am, liboath/lib/close-hook.c,
	liboath/lib/close-hook.h, liboath/lib/close.c, liboath/lib/dummy.c,
	liboath/lib/fclose.c, liboath/lib/fopen.c, liboath/lib/fseeko.c,
	liboath/lib/lseek.c, liboath/lib/stdio-impl.h,
	liboath/lib/strdup.c, liboath/lib/strtok_r.c, liboath/m4/close.m4,
	liboath/m4/fclose.m4, liboath/m4/fopen.m4, liboath/m4/fseeko.m4,
	liboath/m4/gnulib-cache.m4, liboath/m4/gnulib-comp.m4,
	liboath/m4/lseek.m4, liboath/m4/strdup.m4, liboath/m4/strtok_r.m4: 
	Add more gnulib modules, for portability.

2011-01-28  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac: Enable gnulib POSIX checks.

2011-01-28  Simon Josefsson <simon@josefsson.org>

	* liboath/global.c: Avoid use of strchr which has platform and
	multibyte specific quirks.

2011-01-28  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump version.

2011-01-28  Simon Josefsson <simon@josefsson.org>

	* README: Improve description.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.4.5.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/lib/Makefile.am, liboath/lib/dummy.c,
	liboath/lib/errno.in.h, liboath/lib/gc-gnulib.c,
	liboath/lib/gc-libgcrypt.c, liboath/lib/gc.h,
	liboath/lib/getdelim.c, liboath/lib/getline.c,
	liboath/lib/hmac-sha1.c, liboath/lib/hmac.h, liboath/lib/memxor.c,
	liboath/lib/memxor.h, liboath/lib/realloc.c, liboath/lib/sha1.c,
	liboath/lib/sha1.h, liboath/lib/stddef.in.h,
	liboath/lib/stdint.in.h, liboath/lib/stdio-write.c,
	liboath/lib/stdio.in.h, liboath/lib/stdlib.in.h,
	liboath/lib/string.in.h, liboath/lib/strverscmp.c,
	liboath/lib/sys_stat.in.h, liboath/lib/time.in.h,
	liboath/lib/unistd.in.h, liboath/lib/wchar.in.h,
	liboath/m4/gnulib-cache.m4: liboath: Make sure gnulib files are
	licensed under the LGPLv2.1+.  Thanks to Tollef Fog Heen <tfheen@debian.org>.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Bump.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_totp_algo.c: Also test 0 default values.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.4.4.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.4.3.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Ignore more.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* configure.ac, liboath/configure.ac, oathtool/configure.ac,
	pam_oath/configure.ac: Fix git-version-gen regexp to handle release
	versions.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.4.4.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Improve release target.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Make syntax check pass.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Ignore texinfo check.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* .x-sc_program_name, liboath/gtk-doc.make,
	liboath/tests/tst_totp_algo.c, oathtool/oathtool.h2m,
	oathtool/tests/tst_hyphen.sh, pam_oath/tests/test-pam_oath-root.c: 
	Fix make syntax-check nits.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* liboath/m4/errno_h.m4, liboath/m4/gnulib-common.m4,
	liboath/m4/include_next.m4, liboath/m4/multiarch.m4,
	liboath/m4/stddef_h.m4, liboath/m4/stdio_h.m4,
	liboath/m4/stdlib_h.m4, liboath/m4/string_h.m4,
	liboath/m4/time_h.m4, liboath/m4/unistd_h.m4,
	liboath/m4/wchar_h.m4, m4/gnulib-common.m4, maint.mk,
	oathtool/m4/errno_h.m4, oathtool/m4/float_h.m4,
	oathtool/m4/gnulib-common.m4, oathtool/m4/include_next.m4,
	oathtool/m4/multiarch.m4, oathtool/m4/stdarg.m4,
	oathtool/m4/stddef_h.m4, oathtool/m4/stdio_h.m4,
	oathtool/m4/stdlib_h.m4, oathtool/m4/string_h.m4,
	oathtool/m4/time_h.m4, oathtool/m4/unistd_h.m4,
	oathtool/m4/wchar_h.m4: Update gnulib files.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac, liboath/{oath.h => oath.h.in}: Generate
	oath.h version number automatically.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* configure.ac, liboath/configure.ac, oathtool/configure.ac,
	pam_oath/configure.ac: Use X.Y.Z.P version numbers for git builds.

2011-01-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-01-26  Linus Nordberg <linus@nordberg.se>

	* oathtool/oathtool.h2m: Fix typo in oathtool manual.  Signed-off-by: Simon Josefsson <simon@josefsson.org>

2011-01-20  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-01-20  Simon Josefsson <simon@josefsson.org>

	* pam_oath/tests/Makefile.am: Dist run-root-tests.sh.

2011-01-20  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.4.3.

2011-01-20  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-01-20  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac: Bump shared library version.

2011-01-20  Simon Josefsson <simon@josefsson.org>

	* pam_oath/tests/Makefile.am, pam_oath/tests/run-root-tests.sh,
	pam_oath/tests/test-pam_oath-root.c: Self check PAM module.

2011-01-20  Simon Josefsson <simon@josefsson.org>

	* liboath/usersfile.c: Really correct one-factor logic.  Reported by Michael Stevens <mstevens@etla.org>.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Update for 1.4.2.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/tests/tst_totp_algo.c: Fix liboath TOTP self check.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: Another hyphen bug.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.4.2.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/oath.h: Bump version.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m, oathtool/tests/Makefile.am,
	oathtool/tests/tst_hyphen.sh: Another hyphen bug.  Add self check to
	make sure we don't get more.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: More hyphen fixes.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* doc/announce.txt: Add.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Add my-coverage rule to fix -Werror issue.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.4.1.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* liboath/oath.h: Bump version.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* cfg.mk, liboath/Makefile.am, liboath/configure.ac,
	liboath/hotp.c, liboath/lib/Makefile.am,
	liboath/m4/gnulib-cache.m4, liboath/m4/gnulib-comp.m4,
	liboath/m4/manywarnings.m4, liboath/m4/warnings.m4,
	liboath/usersfile.c: Enable warnings and fix some.

2011-01-16  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: Fix lintian warning.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Generate man page.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix git tagging to work with git-version-gen.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.4.0.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: Bump to draft -07.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* liboath/totp.c: Bump to draft -07.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* liboath/liboath.map: Bump version.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* liboath/hotp.c, liboath/oath.h, liboath/totp.c,
	liboath/usersfile.c: Indent.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* liboath/hotp.c, liboath/oath.h: Doc fixes.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Update.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/hotp.c, liboath/liboath.map, liboath/oath.h,
	liboath/tests/Makefile.am, liboath/tests/tst_hotp_validate.c: Add
	oath_hotp_validate_callback and self-tests.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* NEWS: Update to latest draft.

2011-01-15  Simon Josefsson <simon@josefsson.org>

	* build-aux/git-version-gen, build-aux/useless-if-before-free,
	maint.mk: Update gnulib files.

2011-01-04  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/tst_totp_algo.c: Add another test vector.

2011-01-04  Simon Josefsson <simon@josefsson.org>

	* build-aux/git-version-gen, build-aux/update-copyright: Update
	gnulib files.

2011-01-03  Simon Josefsson <simon@josefsson.org>

	* liboath/liboath.pc.in: Specify correct includedir.

2011-01-03  Simon Josefsson <simon@josefsson.org>

	* oathtool/lib/Makefile.am, oathtool/lib/asnprintf.c,
	oathtool/lib/asprintf.c, oathtool/lib/float+.h,
	oathtool/lib/float.in.h, oathtool/lib/memchr.c,
	oathtool/lib/memchr.valgrind, oathtool/lib/printf-args.c,
	oathtool/lib/printf-args.h, oathtool/lib/printf-parse.c,
	oathtool/lib/printf-parse.h, oathtool/lib/size_max.h,
	oathtool/lib/stdio-write.c, oathtool/lib/stdio.in.h,
	oathtool/lib/vasnprintf.c, oathtool/lib/vasnprintf.h,
	oathtool/lib/vasprintf.c, oathtool/lib/xsize.h,
	oathtool/m4/asm-underscore.m4, oathtool/m4/float_h.m4,
	oathtool/m4/gnulib-cache.m4, oathtool/m4/gnulib-comp.m4,
	oathtool/m4/intmax_t.m4, oathtool/m4/inttypes_h.m4,
	oathtool/m4/memchr.m4, oathtool/m4/mmap-anon.m4,
	oathtool/m4/printf.m4, oathtool/m4/size_max.m4,
	oathtool/m4/stdint_h.m4, oathtool/m4/stdio_h.m4,
	oathtool/m4/vasnprintf.m4, oathtool/m4/vasprintf.m4,
	oathtool/m4/xsize.m4, oathtool/oathtool.c: Improve oathtool
	--version output.

2011-01-03  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/gtk-doc/liboath-docs.sgml, liboath/oath.h,
	liboath/totp.c: Next release will be 1.4.0.

2011-01-03  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Update.

2011-01-03  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.c, oathtool/oathtool.h2m: Improve debug output.

2011-01-03  Simon Josefsson <simon@josefsson.org>

	* oathtool/tests/tst_oathtool.sh: Add TOTP checks.

2011-01-03  Simon Josefsson <simon@josefsson.org>

	* NEWS: Typo.

2011-01-03  Simon Josefsson <simon@josefsson.org>

	* NEWS, oathtool/oathtool.c, oathtool/oathtool.ggo,
	oathtool/oathtool.h2m: Add oathtool --start-time and --now.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* oathtool/doc/parse-datetime.texi, oathtool/lib/Makefile.am,
	oathtool/lib/alloca.in.h, oathtool/lib/c-ctype.c,
	oathtool/lib/c-ctype.h, oathtool/lib/gettime.c,
	oathtool/lib/gettimeofday.c, oathtool/lib/malloca.c,
	oathtool/lib/malloca.h, oathtool/lib/malloca.valgrind,
	oathtool/lib/mktime-internal.h, oathtool/lib/mktime.c,
	oathtool/lib/parse-datetime.h, oathtool/lib/parse-datetime.y,
	oathtool/lib/setenv.c, oathtool/lib/stdbool.in.h,
	oathtool/lib/stdint.in.h, oathtool/lib/stdlib.in.h,
	oathtool/lib/sys_time.in.h, oathtool/lib/time.in.h,
	oathtool/lib/time_r.c, oathtool/lib/timespec.h,
	oathtool/lib/unsetenv.c, oathtool/lib/verify.h,
	oathtool/lib/wchar.in.h, oathtool/m4/alloca.m4,
	oathtool/m4/bison.m4, oathtool/m4/clock_time.m4,
	oathtool/m4/eealloc.m4, oathtool/m4/environ.m4,
	oathtool/m4/gettime.m4, oathtool/m4/gettimeofday.m4,
	oathtool/m4/gnulib-cache.m4, oathtool/m4/gnulib-comp.m4,
	oathtool/m4/longlong.m4, oathtool/m4/malloca.m4,
	oathtool/m4/mktime.m4, oathtool/m4/multiarch.m4,
	oathtool/m4/parse-datetime.m4, oathtool/m4/setenv.m4,
	oathtool/m4/stdbool.m4, oathtool/m4/stdint.m4,
	oathtool/m4/stdlib_h.m4, oathtool/m4/sys_time_h.m4,
	oathtool/m4/time_h.m4, oathtool/m4/time_r.m4,
	oathtool/m4/timespec.m4, oathtool/m4/tm_gmtoff.m4,
	oathtool/m4/wchar_h.m4, oathtool/m4/wint_t.m4: Add parse-datetime
	module.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* oathtool/Makefile.am: There is no info manual.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.c, oathtool/oathtool.ggo, oathtool/oathtool.h2m: 
	Support ISO-8601 durations.  Add --verbose.  Improve man page.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* oathtool/lib/Makefile.am, oathtool/lib/exitfail.c,
	oathtool/lib/exitfail.h, oathtool/lib/parse-duration.c,
	oathtool/lib/parse-duration.h, oathtool/lib/xalloc-die.c,
	oathtool/lib/xalloc.h, oathtool/lib/xmalloc.c,
	oathtool/m4/gnulib-cache.m4, oathtool/m4/gnulib-comp.m4,
	oathtool/m4/inline.m4, oathtool/m4/xalloc.m4: Add parse-duration
	module.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* NEWS, oathtool/oathtool.c, oathtool/oathtool.ggo: Add oathtool
	--totp and --time-step-size.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* liboath/global.c, liboath/gtk-doc/Makefile.am: Doc fixes.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* liboath/global.c, liboath/usersfile.c: Doc fixes.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* liboath/gtk-doc/liboath-docs.sgml: Add index.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* build-aux/update-copyright: Update gnulib files.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Add.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, configure.ac, liboath/configure.ac,
	oathtool/configure.ac, pam_oath/configure.ac: Use git-version-gen.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* build-aux/git-version-gen, m4/gnulib-cache.m4, m4/gnulib-comp.m4: 
	Add git-version-gen module.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac: Bump ABI version.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/Makefile.am, liboath/liboath.map, liboath/oath.h,
	liboath/tests/Makefile.am, liboath/tests/tst_totp_algo.c,
	liboath/totp.c: liboath: Support time-variant TOTP based on
	draft-mraihi-totp-timebased-06.  New function oath_totp_generate.  New symbols
	OATH_TOTP_DEFAULT_TIME_STEP_SIZE and OATH_TOTP_DEFAULT_START_TIME
	for default system parameters.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/Makefile.am, liboath/configure.ac,
	liboath/liboath.pc.in: Add pkg-config script.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* liboath/tests/Makefile.am, liboath/tests/tst_basic.c,
	liboath/tests/tst_hotp_algo.c: Split out basic self-checks.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* build-aux/update-copyright, cfg.mk: Fix update-copyright.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/update-copyright,
	build-aux/useless-if-before-free, build-aux/vc-list-files,
	liboath/build-aux/arg-nonnull.h, liboath/build-aux/c++defs.h,
	liboath/build-aux/config.rpath, liboath/build-aux/warn-on-use.h,
	liboath/lib/Makefile.am, liboath/lib/dummy.c,
	liboath/lib/errno.in.h, liboath/lib/gc-gnulib.c,
	liboath/lib/gc-libgcrypt.c, liboath/lib/getdelim.c,
	liboath/lib/getline.c, liboath/lib/hmac-sha1.c, liboath/lib/hmac.h,
	liboath/lib/memxor.c, liboath/lib/memxor.h, liboath/lib/realloc.c,
	liboath/lib/sha1.c, liboath/lib/sha1.h, liboath/lib/stddef.in.h,
	liboath/lib/stdint.in.h, liboath/lib/stdio-write.c,
	liboath/lib/stdio.in.h, liboath/lib/stdlib.in.h,
	liboath/lib/string.in.h, liboath/lib/strverscmp.c,
	liboath/lib/sys_stat.in.h, liboath/lib/time.in.h,
	liboath/lib/unistd.in.h, liboath/lib/wchar.in.h,
	liboath/m4/00gnulib.m4, liboath/m4/asm-underscore.m4,
	liboath/m4/errno_h.m4, liboath/m4/extensions.m4,
	liboath/m4/gc-hmac-sha1.m4, liboath/m4/gc.m4,
	liboath/m4/getdelim.m4, liboath/m4/getline.m4,
	liboath/m4/gnulib-cache.m4, liboath/m4/gnulib-common.m4,
	liboath/m4/gnulib-comp.m4, liboath/m4/gnulib-tool.m4,
	liboath/m4/hmac-sha1.m4, liboath/m4/include_next.m4,
	liboath/m4/ld-version-script.m4, liboath/m4/lib-ld.m4,
	liboath/m4/lib-link.m4, liboath/m4/lib-prefix.m4,
	liboath/m4/longlong.m4, liboath/m4/malloc.m4, liboath/m4/memxor.m4,
	liboath/m4/multiarch.m4, liboath/m4/onceonly.m4,
	liboath/m4/realloc.m4, liboath/m4/sha1.m4, liboath/m4/stddef_h.m4,
	liboath/m4/stdint.m4, liboath/m4/stdio_h.m4,
	liboath/m4/stdlib_h.m4, liboath/m4/string_h.m4,
	liboath/m4/strverscmp.m4, liboath/m4/sys_stat_h.m4,
	liboath/m4/time_h.m4, liboath/m4/unistd_h.m4,
	liboath/m4/visibility.m4, liboath/m4/warn-on-use.m4,
	liboath/m4/wchar_h.m4, liboath/m4/wchar_t.m4, liboath/m4/wint_t.m4,
	m4/00gnulib.m4, m4/gnulib-cache.m4, m4/gnulib-common.m4,
	m4/gnulib-comp.m4, m4/gnulib-tool.m4, m4/onceonly.m4, maint.mk,
	oathtool/build-aux/arg-nonnull.h, oathtool/build-aux/c++defs.h,
	oathtool/build-aux/warn-on-use.h, oathtool/lib/Makefile.am,
	oathtool/lib/errno.in.h, oathtool/lib/error.c,
	oathtool/lib/error.h, oathtool/lib/gettext.h,
	oathtool/lib/intprops.h, oathtool/lib/progname.c,
	oathtool/lib/progname.h, oathtool/lib/stdarg.in.h,
	oathtool/lib/stddef.in.h, oathtool/lib/strerror.c,
	oathtool/lib/string.in.h, oathtool/lib/unistd.in.h,
	oathtool/lib/version-etc.c, oathtool/lib/version-etc.h,
	oathtool/m4/00gnulib.m4, oathtool/m4/errno_h.m4,
	oathtool/m4/error.m4, oathtool/m4/extensions.m4,
	oathtool/m4/gnulib-cache.m4, oathtool/m4/gnulib-common.m4,
	oathtool/m4/gnulib-comp.m4, oathtool/m4/gnulib-tool.m4,
	oathtool/m4/include_next.m4, oathtool/m4/onceonly.m4,
	oathtool/m4/stdarg.m4, oathtool/m4/stddef_h.m4,
	oathtool/m4/strerror.m4, oathtool/m4/string_h.m4,
	oathtool/m4/unistd_h.m4, oathtool/m4/version-etc.m4,
	oathtool/m4/warn-on-use.m4, oathtool/m4/wchar_t.m4: Update gnulib
	files.  Add update-copyright module.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* NEWS: Fix.

2011-01-02  Simon Josefsson <simon@josefsson.org>

	* NEWS, configure.ac, liboath/configure.ac, liboath/oath.h,
	oathtool/configure.ac, pam_oath/configure.ac: Bump versions.  Drop
	AC_COPYRIGHT invocation.

2011-01-01  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Add web-coverage rules.

2011-01-01  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2011-01-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.2.2.

2011-01-01  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2011-01-01  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Also upload.

2011-01-01  Simon Josefsson <simon@josefsson.org>

	* README: Fix URLs.

2011-01-01  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, ChangeLog, Makefile.am, NEWS, cfg.mk,
	configure.ac, liboath/Makefile.am, liboath/configure.ac,
	liboath/global.c, liboath/hotp.c, liboath/oath.h,
	liboath/tests/Makefile.am, liboath/tests/tst_hotp_algo.c,
	liboath/tests/tst_hotp_usersfile.c,
	liboath/tests/tst_hotp_usersfile.sh, liboath/usersfile.c,
	oathtool/Makefile.am, oathtool/configure.ac, oathtool/oathtool.c,
	oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/Makefile.am, oathtool/tests/tst_oathtool.sh,
	pam_oath/Makefile.am, pam_oath/README, pam_oath/configure.ac,
	pam_oath/pam_oath.c, pam_oath/tests/Makefile.am,
	pam_oath/tests/test-pam_oath.c: Update copyright years.

2011-01-01  Simon Josefsson <simon@josefsson.org>

	* README: Update mailing list name.

2010-12-30  Simon Josefsson <simon@josefsson.org>

	* pam_oath/README: Fix pam config line.

2010-12-28  Simon Josefsson <simon@josefsson.org>

	* NEWS, configure.ac, liboath/configure.ac, liboath/oath.h,
	oathtool/configure.ac, pam_oath/configure.ac: Bump versions.

2010-12-28  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2010-12-28  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.2.1.

2010-12-28  Simon Josefsson <simon@josefsson.org>

	* NEWS: Fix.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* liboath/hotp.c, liboath/tests/tst_hotp_algo.c,
	oathtool/oathtool.c: Namespace fixes.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* configure.ac, liboath/configure.ac, oathtool/configure.ac,
	pam_oath/configure.ac: Bump versions.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* liboath/hotp.c, liboath/oath.h: Fix version and namespace.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* liboath/liboath.map: Bump to match release version.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* NEWS, liboath/Makefile.am: Install liboath oath.h header file.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* oathtool/oathtool.h2m: Fix markup.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Fix gtk-doc devhelp glob.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.2.0.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* liboath/configure.ac: Revert to 0/0/0 libtool library version.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* NEWS, README, cfg.mk: Update NEWS and fix some renaming.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* COPYING, README, hotptool/COPYING, hotptool/Makefile.am,
	hotptool/build-aux/arg-nonnull.h, hotptool/build-aux/c++defs.h,
	hotptool/build-aux/warn-on-use.h, hotptool/configure.ac,
	hotptool/hotptool.c, hotptool/hotptool.ggo, hotptool/hotptool.h2m,
	hotptool/lib/Makefile.am, hotptool/lib/errno.in.h,
	hotptool/lib/error.c, hotptool/lib/error.h, hotptool/lib/gettext.h,
	hotptool/lib/intprops.h, hotptool/lib/progname.c,
	hotptool/lib/progname.h, hotptool/lib/stdarg.in.h,
	hotptool/lib/stddef.in.h, hotptool/lib/strerror.c,
	hotptool/lib/string.in.h, hotptool/lib/unistd.in.h,
	hotptool/lib/version-etc.c, hotptool/lib/version-etc.h,
	hotptool/m4/00gnulib.m4, hotptool/m4/errno_h.m4,
	hotptool/m4/error.m4, hotptool/m4/extensions.m4,
	hotptool/m4/gnulib-cache.m4, hotptool/m4/gnulib-common.m4,
	hotptool/m4/gnulib-comp.m4, hotptool/m4/gnulib-tool.m4,
	hotptool/m4/include_next.m4, hotptool/m4/onceonly.m4,
	hotptool/m4/stdarg.m4, hotptool/m4/stddef_h.m4,
	hotptool/m4/strerror.m4, hotptool/m4/string_h.m4,
	hotptool/m4/unistd_h.m4, hotptool/m4/version-etc.m4,
	hotptool/m4/warn-on-use.m4, hotptool/m4/wchar_t.m4,
	hotptool/tests/Makefile.am, hotptool/tests/tst_hotptool.sh,
	libhotp/COPYING, libhotp/Makefile.am,
	libhotp/build-aux/arg-nonnull.h, libhotp/build-aux/c++defs.h,
	libhotp/build-aux/config.rpath, libhotp/build-aux/warn-on-use.h,
	libhotp/configure.ac, libhotp/gtk-doc.make,
	libhotp/gtk-doc/Makefile.am, libhotp/gtk-doc/libhotp-docs.sgml,
	libhotp/hotp.c, libhotp/hotp.h, libhotp/lib/Makefile.am,
	libhotp/lib/dummy.c, libhotp/lib/errno.in.h,
	libhotp/lib/gc-gnulib.c, libhotp/lib/gc-libgcrypt.c,
	libhotp/lib/gc.h, libhotp/lib/getdelim.c, libhotp/lib/getline.c,
	libhotp/lib/hmac-sha1.c, libhotp/lib/hmac.h, libhotp/lib/memxor.c,
	libhotp/lib/memxor.h, libhotp/lib/realloc.c, libhotp/lib/sha1.c,
	libhotp/lib/sha1.h, libhotp/lib/stddef.in.h,
	libhotp/lib/stdint.in.h, libhotp/lib/stdio-write.c,
	libhotp/lib/stdio.in.h, libhotp/lib/stdlib.in.h,
	libhotp/lib/string.in.h, libhotp/lib/strverscmp.c,
	libhotp/lib/sys_stat.in.h, libhotp/lib/time.in.h,
	libhotp/lib/unistd.in.h, libhotp/lib/wchar.in.h,
	libhotp/libhotp.map, libhotp/m4/00gnulib.m4,
	libhotp/m4/asm-underscore.m4, libhotp/m4/errno_h.m4,
	libhotp/m4/extensions.m4, libhotp/m4/gc-hmac-sha1.m4,
	libhotp/m4/gc.m4, libhotp/m4/getdelim.m4, libhotp/m4/getline.m4,
	libhotp/m4/gnulib-cache.m4, libhotp/m4/gnulib-common.m4,
	libhotp/m4/gnulib-comp.m4, libhotp/m4/gnulib-tool.m4,
	libhotp/m4/gtk-doc.m4, libhotp/m4/hmac-sha1.m4,
	libhotp/m4/include_next.m4, libhotp/m4/ld-version-script.m4,
	libhotp/m4/lib-ld.m4, libhotp/m4/lib-link.m4,
	libhotp/m4/lib-prefix.m4, libhotp/m4/longlong.m4,
	libhotp/m4/malloc.m4, libhotp/m4/memxor.m4,
	libhotp/m4/multiarch.m4, libhotp/m4/onceonly.m4,
	libhotp/m4/realloc.m4, libhotp/m4/sha1.m4, libhotp/m4/stddef_h.m4,
	libhotp/m4/stdint.m4, libhotp/m4/stdio_h.m4,
	libhotp/m4/stdlib_h.m4, libhotp/m4/string_h.m4,
	libhotp/m4/strverscmp.m4, libhotp/m4/sys_stat_h.m4,
	libhotp/m4/time_h.m4, libhotp/m4/unistd_h.m4,
	libhotp/m4/visibility.m4, libhotp/m4/warn-on-use.m4,
	libhotp/m4/wchar_h.m4, libhotp/m4/wchar_t.m4, libhotp/m4/wint_t.m4,
	libhotp/tests/Makefile.am, libhotp/tests/expect.hotp,
	libhotp/tests/tst_hotp_algo.c, libhotp/tests/tst_hotp_usersfile.c,
	libhotp/tests/tst_hotp_usersfile.sh, libhotp/tests/users.hotp,
	libhotp/usersfile.c, pam_hotp/COPYING, pam_hotp/Makefile.am,
	pam_hotp/README, pam_hotp/configure.ac, pam_hotp/m4/dummy,
	pam_hotp/pam_hotp.c, pam_hotp/tests/Makefile.am,
	pam_hotp/tests/test-pam_hotp.c: Drop the old stuff.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, configure.ac, pam_oath/COPYING,
	pam_oath/Makefile.am, pam_oath/README, pam_oath/configure.ac,
	pam_oath/m4/dummy, pam_oath/pam_oath.c, pam_oath/tests/Makefile.am,
	pam_oath/tests/test-pam_oath.c: Add pam_oath, based on pam_hotp.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* COPYING, Makefile.am, README, configure.ac, oathtool/COPYING,
	oathtool/Makefile.am, oathtool/build-aux/arg-nonnull.h,
	oathtool/build-aux/c++defs.h, oathtool/build-aux/warn-on-use.h,
	oathtool/configure.ac, oathtool/lib/Makefile.am,
	oathtool/lib/errno.in.h, oathtool/lib/error.c,
	oathtool/lib/error.h, oathtool/lib/gettext.h,
	oathtool/lib/intprops.h, oathtool/lib/progname.c,
	oathtool/lib/progname.h, oathtool/lib/stdarg.in.h,
	oathtool/lib/stddef.in.h, oathtool/lib/strerror.c,
	oathtool/lib/string.in.h, oathtool/lib/unistd.in.h,
	oathtool/lib/version-etc.c, oathtool/lib/version-etc.h,
	oathtool/m4/00gnulib.m4, oathtool/m4/errno_h.m4,
	oathtool/m4/error.m4, oathtool/m4/extensions.m4,
	oathtool/m4/gnulib-cache.m4, oathtool/m4/gnulib-common.m4,
	oathtool/m4/gnulib-comp.m4, oathtool/m4/gnulib-tool.m4,
	oathtool/m4/include_next.m4, oathtool/m4/onceonly.m4,
	oathtool/m4/stdarg.m4, oathtool/m4/stddef_h.m4,
	oathtool/m4/strerror.m4, oathtool/m4/string_h.m4,
	oathtool/m4/unistd_h.m4, oathtool/m4/version-etc.m4,
	oathtool/m4/warn-on-use.m4, oathtool/m4/wchar_t.m4,
	oathtool/oathtool.c, oathtool/oathtool.ggo, oathtool/oathtool.h2m,
	oathtool/tests/Makefile.am, oathtool/tests/tst_oathtool.sh: Add
	oathtool, based on hotptool.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* liboath/oath.h: Drop.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* liboath/build-aux/arg-nonnull.h, liboath/build-aux/c++defs.h,
	liboath/build-aux/config.rpath, liboath/build-aux/warn-on-use.h,
	liboath/lib/Makefile.am, liboath/lib/dummy.c,
	liboath/lib/errno.in.h, liboath/lib/gc-gnulib.c,
	liboath/lib/gc-libgcrypt.c, liboath/lib/gc.h,
	liboath/lib/getdelim.c, liboath/lib/getline.c,
	liboath/lib/hmac-sha1.c, liboath/lib/hmac.h, liboath/lib/memxor.c,
	liboath/lib/memxor.h, liboath/lib/realloc.c, liboath/lib/sha1.c,
	liboath/lib/sha1.h, liboath/lib/stddef.in.h,
	liboath/lib/stdint.in.h, liboath/lib/stdio-write.c,
	liboath/lib/stdio.in.h, liboath/lib/stdlib.in.h,
	liboath/lib/string.in.h, liboath/lib/strverscmp.c,
	liboath/lib/sys_stat.in.h, liboath/lib/time.in.h,
	liboath/lib/unistd.in.h, liboath/lib/wchar.in.h,
	liboath/m4/00gnulib.m4, liboath/m4/asm-underscore.m4,
	liboath/m4/errno_h.m4, liboath/m4/extensions.m4,
	liboath/m4/gc-hmac-sha1.m4, liboath/m4/gc.m4,
	liboath/m4/getdelim.m4, liboath/m4/getline.m4,
	liboath/m4/gnulib-cache.m4, liboath/m4/gnulib-common.m4,
	liboath/m4/gnulib-comp.m4, liboath/m4/gnulib-tool.m4,
	liboath/m4/hmac-sha1.m4, liboath/m4/include_next.m4,
	liboath/m4/ld-version-script.m4, liboath/m4/lib-ld.m4,
	liboath/m4/lib-link.m4, liboath/m4/lib-prefix.m4,
	liboath/m4/longlong.m4, liboath/m4/malloc.m4, liboath/m4/memxor.m4,
	liboath/m4/multiarch.m4, liboath/m4/onceonly.m4,
	liboath/m4/realloc.m4, liboath/m4/sha1.m4, liboath/m4/stddef_h.m4,
	liboath/m4/stdint.m4, liboath/m4/stdio_h.m4,
	liboath/m4/stdlib_h.m4, liboath/m4/string_h.m4,
	liboath/m4/strverscmp.m4, liboath/m4/sys_stat_h.m4,
	liboath/m4/time_h.m4, liboath/m4/unistd_h.m4,
	liboath/m4/visibility.m4, liboath/m4/warn-on-use.m4,
	liboath/m4/wchar_h.m4, liboath/m4/wchar_t.m4, liboath/m4/wint_t.m4: 
	Add gnulib files.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* COPYING, Makefile.am, configure.ac: Also build liboath.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* liboath/COPYING, liboath/Makefile.am, liboath/configure.ac,
	liboath/global.c, liboath/gtk-doc.make,
	liboath/gtk-doc/Makefile.am, liboath/gtk-doc/liboath-docs.sgml,
	liboath/hotp.c, liboath/liboath.map, liboath/oath.h,
	liboath/tests/Makefile.am, liboath/tests/expect.hotp,
	liboath/tests/tst_hotp_algo.c, liboath/tests/tst_hotp_usersfile.c,
	liboath/tests/tst_hotp_usersfile.sh, liboath/tests/users.hotp,
	liboath/usersfile.c: Create a liboath, based on libhotp.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* COPYING, NEWS, README, configure.ac, libhotp/configure.ac,
	pam_hotp/configure.ac: Rename from HOTP Toolkit to OATH Toolkit.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.0.1.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* .clcopying, AUTHORS, ChangeLog, Makefile.am,
	hotptool/Makefile.am, hotptool/configure.ac, hotptool/hotptool.c,
	hotptool/hotptool.ggo, hotptool/tests/Makefile.am,
	hotptool/tests/tst_hotptool.sh, libhotp/Makefile.am,
	libhotp/configure.ac, libhotp/hotp.c, libhotp/hotp.h,
	libhotp/tests/Makefile.am, libhotp/tests/tst_hotp_algo.c,
	libhotp/tests/tst_hotp_usersfile.c,
	libhotp/tests/tst_hotp_usersfile.sh, pam_hotp/Makefile.am,
	pam_hotp/configure.ac, pam_hotp/tests/Makefile.am,
	pam_hotp/tests/test-pam_hotp.c: Bump copyright years.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Enable gtk-doc.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Ignore more syntax checks.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, cfg.mk, hotptool/lib/Makefile.am,
	hotptool/lib/errno.in.h, hotptool/lib/gettext.h,
	hotptool/lib/intprops.h, hotptool/lib/stdarg.in.h,
	hotptool/lib/stddef.in.h, hotptool/lib/strerror.c,
	hotptool/lib/string.in.h, hotptool/lib/unistd.in.h,
	hotptool/m4/errno_h.m4, hotptool/m4/error.m4,
	hotptool/m4/gnulib-cache.m4, hotptool/m4/gnulib-common.m4,
	hotptool/m4/gnulib-comp.m4, hotptool/m4/include_next.m4,
	hotptool/m4/onceonly.m4, hotptool/m4/stdarg.m4,
	hotptool/m4/string_h.m4, hotptool/m4/unistd_h.m4,
	hotptool/m4/wchar_t.m4, libhotp/lib/Makefile.am,
	libhotp/lib/errno.in.h, libhotp/lib/realloc.c,
	libhotp/lib/stddef.in.h, libhotp/lib/stdint.in.h,
	libhotp/lib/stdio.in.h, libhotp/lib/stdlib.in.h,
	libhotp/lib/string.in.h, libhotp/lib/sys_stat.in.h,
	libhotp/lib/time.in.h, libhotp/lib/unistd.in.h,
	libhotp/lib/wchar.in.h, libhotp/m4/errno_h.m4,
	libhotp/m4/getdelim.m4, libhotp/m4/getline.m4,
	libhotp/m4/gnulib-cache.m4, libhotp/m4/gnulib-common.m4,
	libhotp/m4/gnulib-comp.m4, libhotp/m4/include_next.m4,
	libhotp/m4/ld-version-script.m4, libhotp/m4/lib-ld.m4,
	libhotp/m4/lib-link.m4, libhotp/m4/malloc.m4,
	libhotp/m4/onceonly.m4, libhotp/m4/realloc.m4,
	libhotp/m4/stdint.m4, libhotp/m4/stdio_h.m4,
	libhotp/m4/stdlib_h.m4, libhotp/m4/string_h.m4,
	libhotp/m4/time_h.m4, libhotp/m4/unistd_h.m4,
	libhotp/m4/visibility.m4, libhotp/m4/wchar_h.m4,
	libhotp/m4/wchar_t.m4, libhotp/m4/wint_t.m4, m4/gnulib-cache.m4,
	m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/onceonly.m4, maint.mk: 
	Update gnulib files.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* NEWS, libhotp/usersfile.c: Reject non-empty passwords when
	usersfile contains '-'.  Reported by Rick van Rein <rick@openfortress.nl>.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/pam_hotp.c: Explain strdup("").

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* libhotp/usersfile.c: Include stdlib.h for free.

2010-12-27  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/README: Fix documentation.

2010-05-23  Simon Josefsson <simon@josefsson.org>

	* NEWS: Add.

2010-05-23  Simon Josefsson <simon@josefsson.org>

	* INSTALL, libhotp/gtk-doc.make, libhotp/gtk-doc/Makefile.am,
	libhotp/m4/gtk-doc.m4: Support GTK-DOC PDFs.

2010-05-23  Simon Josefsson <simon@josefsson.org>

	* .x-sc_space_tab, libhotp/COPYING: Fix syntax-check warnings.

2010-05-23  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/vc-list-files,
	hotptool/build-aux/c++defs.h, hotptool/build-aux/link-warning.h,
	hotptool/build-aux/warn-on-use.h, hotptool/lib/Makefile.am,
	hotptool/lib/error.c, hotptool/lib/error.h, hotptool/lib/gettext.h,
	hotptool/lib/string.in.h, hotptool/lib/unistd.in.h,
	hotptool/m4/gnulib-common.m4, hotptool/m4/gnulib-comp.m4,
	hotptool/m4/stddef_h.m4, hotptool/m4/string_h.m4,
	hotptool/m4/unistd_h.m4, hotptool/m4/warn-on-use.m4,
	libhotp/build-aux/c++defs.h, libhotp/build-aux/link-warning.h,
	libhotp/build-aux/warn-on-use.h, libhotp/lib/Makefile.am,
	libhotp/lib/gc-libgcrypt.c, libhotp/lib/stdint.in.h,
	libhotp/lib/stdio-write.c, libhotp/lib/stdio.in.h,
	libhotp/lib/stdlib.in.h, libhotp/lib/string.in.h,
	libhotp/lib/sys_stat.in.h, libhotp/lib/time.in.h,
	libhotp/lib/unistd.in.h, libhotp/lib/wchar.in.h,
	libhotp/m4/asm-underscore.m4, libhotp/m4/getdelim.m4,
	libhotp/m4/getline.m4, libhotp/m4/gnulib-common.m4,
	libhotp/m4/gnulib-comp.m4, libhotp/m4/lib-link.m4,
	libhotp/m4/stddef_h.m4, libhotp/m4/stdio_h.m4,
	libhotp/m4/stdlib_h.m4, libhotp/m4/string_h.m4,
	libhotp/m4/sys_stat_h.m4, libhotp/m4/time_h.m4,
	libhotp/m4/unistd_h.m4, libhotp/m4/visibility.m4,
	libhotp/m4/warn-on-use.m4, libhotp/m4/{wchar.m4 => wchar_h.m4},
	m4/gnulib-common.m4, m4/gnulib-comp.m4, maint.mk: Update gnulib
	files.

2010-01-20  Simon Josefsson <simon@josefsson.org>

	* .x-sc_prohibit_atoi_atof: Add.

2010-01-20  Simon Josefsson <simon@josefsson.org>

	* .x-sc_program_name, cfg.mk, configure.ac, hotptool/hotptool.h2m,
	libhotp/gtk-doc/libhotp-docs.sgml, pam_hotp/README: Syntax-check
	fixes.

2010-01-20  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Add default build rule.

2010-01-20  Simon Josefsson <simon@josefsson.org>

	* README: Add URL/e-mail links.

2010-01-20  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: No gnulib in pam_hotp.

2010-01-20  Simon Josefsson <simon@josefsson.org>

	* NEWS, libhotp/lib/Makefile.am, libhotp/lib/sys_stat.in.h,
	libhotp/lib/time.in.h, libhotp/m4/gnulib-cache.m4,
	libhotp/m4/gnulib-comp.m4, libhotp/m4/sys_stat_h.m4,
	libhotp/m4/time_h.m4, libhotp/usersfile.c: libhotp/usersfile.c:
	Include sys/stat.h to fix FreeBSD 7.2 build.  Reported by Kevin Quinlan <Kevin.Quinlan@polidoris.com>.

2010-01-20  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, build-aux/useless-if-before-free,
	build-aux/vc-list-files, cfg.mk, hotptool/build-aux/arg-nonnull.h,
	hotptool/build-aux/link-warning.h,
	hotptool/build-aux/warn-on-use.h, hotptool/lib/Makefile.am,
	hotptool/lib/errno.in.h, hotptool/lib/error.c,
	hotptool/lib/error.h, hotptool/lib/gettext.h,
	hotptool/lib/intprops.h, hotptool/lib/progname.c,
	hotptool/lib/progname.h, hotptool/lib/stdarg.in.h,
	hotptool/lib/stddef.in.h, hotptool/lib/strerror.c,
	hotptool/lib/string.in.h, hotptool/lib/unistd.in.h,
	hotptool/lib/version-etc.c, hotptool/lib/version-etc.h,
	hotptool/m4/00gnulib.m4, hotptool/m4/errno_h.m4,
	hotptool/m4/error.m4, hotptool/m4/extensions.m4,
	hotptool/m4/gnulib-cache.m4, hotptool/m4/gnulib-common.m4,
	hotptool/m4/gnulib-comp.m4, hotptool/m4/gnulib-tool.m4,
	hotptool/m4/include_next.m4, hotptool/m4/onceonly.m4,
	hotptool/m4/stdarg.m4, hotptool/m4/stddef_h.m4,
	hotptool/m4/strerror.m4, hotptool/m4/string_h.m4,
	hotptool/m4/unistd_h.m4, hotptool/m4/version-etc.m4,
	hotptool/m4/warn-on-use.m4, hotptool/m4/wchar_t.m4,
	libhotp/build-aux/arg-nonnull.h, libhotp/build-aux/config.rpath,
	libhotp/build-aux/link-warning.h, libhotp/build-aux/warn-on-use.h,
	libhotp/lib/Makefile.am, libhotp/lib/dummy.c,
	libhotp/lib/errno.in.h, libhotp/lib/gc-gnulib.c,
	libhotp/lib/gc-libgcrypt.c, libhotp/lib/gc.h,
	libhotp/lib/getdelim.c, libhotp/lib/getline.c,
	libhotp/lib/hmac-sha1.c, libhotp/lib/hmac.h, libhotp/lib/memxor.c,
	libhotp/lib/memxor.h, libhotp/lib/realloc.c, libhotp/lib/sha1.c,
	libhotp/lib/sha1.h, libhotp/lib/stddef.in.h,
	libhotp/lib/stdint.in.h, libhotp/lib/stdio-write.c,
	libhotp/lib/stdio.in.h, libhotp/lib/stdlib.in.h,
	libhotp/lib/string.in.h, libhotp/lib/strverscmp.c,
	libhotp/lib/unistd.in.h, libhotp/lib/wchar.in.h,
	libhotp/m4/00gnulib.m4, libhotp/m4/errno_h.m4,
	libhotp/m4/extensions.m4, libhotp/m4/gc-hmac-sha1.m4,
	libhotp/m4/gc.m4, libhotp/m4/getdelim.m4, libhotp/m4/getline.m4,
	libhotp/m4/gnulib-cache.m4, libhotp/m4/gnulib-common.m4,
	libhotp/m4/gnulib-comp.m4, libhotp/m4/gnulib-tool.m4,
	libhotp/m4/hmac-sha1.m4, libhotp/m4/include_next.m4,
	libhotp/m4/ld-version-script.m4, libhotp/m4/lib-ld.m4,
	libhotp/m4/lib-link.m4, libhotp/m4/lib-prefix.m4,
	libhotp/m4/longlong.m4, libhotp/m4/malloc.m4, libhotp/m4/memxor.m4,
	libhotp/m4/multiarch.m4, libhotp/m4/onceonly.m4,
	libhotp/m4/realloc.m4, libhotp/m4/sha1.m4, libhotp/m4/stddef_h.m4,
	libhotp/m4/stdint.m4, libhotp/m4/stdio_h.m4,
	libhotp/m4/stdlib_h.m4, libhotp/m4/string_h.m4,
	libhotp/m4/strverscmp.m4, libhotp/m4/unistd_h.m4,
	libhotp/m4/visibility.m4, libhotp/m4/warn-on-use.m4,
	libhotp/m4/wchar.m4, libhotp/m4/wchar_t.m4, libhotp/m4/wint_t.m4,
	m4/00gnulib.m4, m4/gnulib-cache.m4, m4/gnulib-common.m4,
	m4/gnulib-comp.m4, m4/gnulib-tool.m4, m4/onceonly.m4, maint.mk: 
	Update gnulib files.

2010-01-20  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Add glimport target.

2009-12-09  Simon Josefsson <simon@josefsson.org>

	* hotptool/build-aux/link-warning.h, hotptool/lib/Makefile.am,
	hotptool/lib/error.c, hotptool/lib/progname.c,
	hotptool/lib/progname.h, hotptool/lib/unistd.in.h,
	hotptool/lib/version-etc.c, hotptool/m4/error.m4,
	hotptool/m4/gnulib-comp.m4, hotptool/m4/unistd_h.m4,
	libhotp/build-aux/link-warning.h, libhotp/lib/Makefile.am: Update
	gnulib files.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS, configure.ac, hotptool/configure.ac, libhotp/configure.ac,
	libhotp/hotp.h, pam_hotp/configure.ac: Bump versions.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Sign package.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* ChangeLog: Generated.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Add release targets.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* NEWS: Version 1.0.0.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* COPYING: Clarify license.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* libhotp/gtk-doc/libhotp-docs.sgml: Fix license header.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* libhotp/gtk-doc/libhotp-docs.sgml: Add license info.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* maint.mk: Update gnulib files.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* libhotp/build-aux/link-warning.h, libhotp/lib/Makefile.am,
	libhotp/lib/dummy.c, libhotp/lib/errno.in.h,
	libhotp/lib/gc-gnulib.c, libhotp/lib/gc-libgcrypt.c,
	libhotp/lib/gc.h, libhotp/lib/getdelim.c, libhotp/lib/getline.c,
	libhotp/lib/hmac-sha1.c, libhotp/lib/hmac.h, libhotp/lib/memxor.c,
	libhotp/lib/memxor.h, libhotp/lib/realloc.c, libhotp/lib/sha1.c,
	libhotp/lib/sha1.h, libhotp/lib/stddef.in.h,
	libhotp/lib/stdint.in.h, libhotp/lib/stdio-write.c,
	libhotp/lib/stdio.in.h, libhotp/lib/stdlib.in.h,
	libhotp/lib/string.in.h, libhotp/lib/strverscmp.c,
	libhotp/lib/unistd.in.h, libhotp/lib/wchar.in.h,
	libhotp/m4/gnulib-cache.m4: Update license headers.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* AUTHORS, hotptool/hotptool.h2m: Improve licensing.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* COPYING, NEWS, README, pam_hotp/README: More license headers.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* hotptool/Makefile.am, hotptool/hotptool.h2m: Improve man page.

2009-12-08  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/README: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/Makefile.am, pam_hotp/pam_hotp.c: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/README: Add.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/pam_hotp.c: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/pam_hotp.c: Fix passwd.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/usersfile.c, pam_hotp/pam_hotp.c: Actually validate OTP,
	whoa!

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.h: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, configure.ac: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/tests/tst_hotp_usersfile.sh: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, cfg.mk, hotptool/tests/Makefile.am,
	libhotp/Makefile.am, libhotp/tests/Makefile.am: Fix make distcheck.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* .clcopying: Add.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/tests/Makefile.am, libhotp/tests/tst_hotp_usersfile.c: 
	Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/tests/expect.hotp: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* .gitignore: [no log message]

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/Makefile.am, libhotp/hotp.c, libhotp/usersfile.c: Add.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c, libhotp/hotp.h: Add.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/tests/tst_hotp_usersfile.c, libhotp/tests/users.hotp: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c, libhotp/hotp.h, libhotp/libhotp.map,
	libhotp/tests/tst_hotp_usersfile.c: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c, libhotp/hotp.h, libhotp/tests/tst_hotp_algo.c,
	libhotp/tests/tst_hotp_usersfile.c: Fix.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c, libhotp/hotp.h,
	libhotp/tests/tst_hotp_usersfile.c, libhotp/tests/users.hotp: Add.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* .gitignore, libhotp/tests/tst_hotp_usersfile.c: Add.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c, libhotp/tests/Makefile.am,
	libhotp/tests/{tst_hotp.c => tst_hotp_algo.c},
	libhotp/tests/users.hotp: Add.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c, libhotp/hotp.h, libhotp/lib/Makefile.am,
	libhotp/lib/errno.in.h, libhotp/lib/getdelim.c,
	libhotp/lib/getline.c, libhotp/lib/realloc.c,
	libhotp/lib/stdio-write.c, libhotp/lib/stdio.in.h,
	libhotp/lib/stdlib.in.h, libhotp/lib/unistd.in.h,
	libhotp/libhotp.map, libhotp/m4/errno_h.m4, libhotp/m4/getdelim.m4,
	libhotp/m4/getline.m4, libhotp/m4/gnulib-cache.m4,
	libhotp/m4/gnulib-comp.m4, libhotp/m4/malloc.m4,
	libhotp/m4/realloc.m4, libhotp/m4/stdio_h.m4,
	libhotp/m4/stdlib_h.m4, libhotp/m4/unistd_h.m4, libhotp/m4/wchar.m4: 
	Add.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* hotptool/hotptool.c, libhotp/hotp.c, libhotp/hotp.h,
	libhotp/tests/tst_hotp.c: Revert "Don't use uin64_t." This reverts commit 94b3506bba5464db76d814e2395657d9d3f9fa29.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.h: Revert "Get SIZE_MAX." This reverts commit 687c277afa905cb18f39b91a74b5d6183125b76f.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c: Revert "Don't use uint8_t type." This reverts commit 8eb7e7c7ba8c5d3d9c5ea74189c6213143d10b95.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c: Don't use uint8_t type.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.h: Get SIZE_MAX.

2009-12-07  Simon Josefsson <simon@josefsson.org>

	* hotptool/hotptool.c, libhotp/hotp.c, libhotp/hotp.h,
	libhotp/tests/tst_hotp.c: Don't use uin64_t.

2009-12-04  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/pam_hotp.c: Fix warning.

2009-12-04  Simon Josefsson <simon@josefsson.org>

	* COPYING, Makefile.am, NEWS, README, cfg.mk, configure.ac,
	hotptool/Makefile.am, hotptool/configure.ac, hotptool/hotptool.ggo,
	hotptool/tests/Makefile.am, hotptool/tests/tst_hotptool.sh,
	libhotp/Makefile.am, libhotp/configure.ac,
	libhotp/tests/Makefile.am, pam_hotp/COPYING, pam_hotp/Makefile.am,
	pam_hotp/configure.ac, pam_hotp/tests/Makefile.am,
	pam_hotp/tests/test-pam_hotp.c: Add license headers.

2009-12-04  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/pam_hotp.c: Improve PAM.

2009-12-04  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c: Doc fix.

2009-12-03  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c, libhotp/hotp.h: Reorder.

2009-12-03  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c: Doc fix.

2009-12-03  Simon Josefsson <simon@josefsson.org>

	* hotptool/Makefile.am, hotptool/hotptool.c, libhotp/hotp.c,
	libhotp/hotp.h: New API function.

2009-12-03  Simon Josefsson <simon@josefsson.org>

	* hotptool/tests/tst_hotptool.sh: Improve self-tests.

2009-12-03  Simon Josefsson <simon@josefsson.org>

	* hotptool/Makefile.am, hotptool/configure.ac, hotptool/hotptool.c,
	hotptool/tests/Makefile.am, hotptool/tests/tst_hotptool.sh,
	libhotp/hotp.c, libhotp/hotp.h, libhotp/libhotp.map: Self-tests and
	other fixes.

2009-12-03  Simon Josefsson <simon@josefsson.org>

	* libhotp/hotp.c, libhotp/hotp.h, libhotp/tests/tst_hotp.c: Improve
	coverage report.

2009-12-03  Simon Josefsson <simon@josefsson.org>

	* libhotp/tests/tst_hotp.c: Make it work.

2009-12-03  Simon Josefsson <simon@josefsson.org>

	* cfg.mk: Make ChangeLog.

2009-12-03  Simon Josefsson <simon@josefsson.org>

	* NEWS: Fix version.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* libhotp/gtk-doc/libhotp-docs.sgml: Add.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* libhotp/gtk-doc/Makefile.am: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/pam_hotp.c: Fix warning.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* .x-sc_cast_of_alloca_return_value, .x-sc_error_message_uppercase,
	.x-sc_m4_quote_check, .x-sc_makefile_check, .x-sc_program_name,
	.x-sc_prohibit_HAVE_MBRTOWC, .x-sc_require_config_h,
	.x-sc_require_config_h_first, .x-sc_space_tab,
	.x-sc_useless_cpp_parens, cfg.mk, hotptool/hotptool.c,
	libhotp/tests/Makefile.am, pam_hotp/Makefile.am,
	pam_hotp/pam_hotp.c, pam_hotp/tests/Makefile.am,
	pam_hotp/tests/test-pam_hotp.c: Add.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/pam_hotp.c: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/m4/dummy: Add.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* .gitignore: Add.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* .gitignore, pam_hotp/pam_hotp.c: Add.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* pam_hotp/Makefile.am, pam_hotp/configure.ac,
	pam_hotp/tests/Makefile.am, pam_hotp/tests/test-pam_hotp.c: Add.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* libhotp/configure.ac: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* libhotp/m4/gtk-doc.m4: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* libhotp/Makefile.am, libhotp/configure.ac, libhotp/gtk-doc.make,
	libhotp/gtk-doc/Makefile.am: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* COPYING, README: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* Makefile.am, configure.ac: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* README: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* README, hotptool/hotptool.c: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* hotptool/hotptool.c, hotptool/hotptool.ggo: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* libhotp/libhotp.map: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* hotptool/hotptool.c: Fix.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* hotptool/hotptool.c, hotptool/hotptool.ggo, libhotp/hotp.c,
	libhotp/hotp.h: Add.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* hotptool/lib/gettext.h, hotptool/lib/progname.c,
	hotptool/lib/progname.h, hotptool/lib/stdarg.in.h,
	hotptool/lib/version-etc.c, hotptool/lib/version-etc.h,
	hotptool/m4/stdarg.m4, hotptool/m4/version-etc.m4: Update.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* hotptool/hotptool.ggo: Update.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* configure.ac, hotptool/Makefile.am, hotptool/configure.ac,
	hotptool/hotptool.c, hotptool/lib/Makefile.am,
	hotptool/lib/dummy.c, hotptool/m4/gnulib-cache.m4,
	hotptool/m4/gnulib-comp.m4, libhotp/configure.ac, libhotp/hotp.c,
	libhotp/hotp.h, libhotp/lib/Makefile.am, libhotp/lib/string.in.h,
	libhotp/lib/strverscmp.c, libhotp/libhotp.map,
	libhotp/m4/extensions.m4, libhotp/m4/gnulib-cache.m4,
	libhotp/m4/gnulib-comp.m4, libhotp/m4/string_h.m4,
	libhotp/m4/strverscmp.m4, libhotp/tests/tst_hotp.c: Update.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* libhotp/Makefile.am, libhotp/hotp.c, libhotp/hotp.h,
	libhotp/libhotp.map, libhotp/tests/tst_hotp.c: Implement.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* Makefile.am: Add.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* configure.ac: Add.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* hotptool/build-aux/link-warning.h, hotptool/lib/Makefile.am,
	hotptool/lib/dummy.c, hotptool/lib/errno.in.h,
	hotptool/lib/error.c, hotptool/lib/error.h,
	hotptool/lib/intprops.h, hotptool/lib/stddef.in.h,
	hotptool/lib/strerror.c, hotptool/lib/string.in.h,
	hotptool/m4/00gnulib.m4, hotptool/m4/errno_h.m4,
	hotptool/m4/error.m4, hotptool/m4/extensions.m4,
	hotptool/m4/gnulib-cache.m4, hotptool/m4/gnulib-common.m4,
	hotptool/m4/gnulib-comp.m4, hotptool/m4/gnulib-tool.m4,
	hotptool/m4/include_next.m4, hotptool/m4/onceonly.m4,
	hotptool/m4/stddef_h.m4, hotptool/m4/strerror.m4,
	hotptool/m4/string_h.m4, hotptool/m4/wchar_t.m4: Update gnulib
	files.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* libhotp/build-aux/config.rpath, libhotp/build-aux/link-warning.h,
	libhotp/lib/Makefile.am, libhotp/lib/dummy.c,
	libhotp/lib/gc-gnulib.c, libhotp/lib/gc-libgcrypt.c,
	libhotp/lib/gc.h, libhotp/lib/hmac-sha1.c, libhotp/lib/hmac.h,
	libhotp/lib/memxor.c, libhotp/lib/memxor.h, libhotp/lib/sha1.c,
	libhotp/lib/sha1.h, libhotp/lib/stddef.in.h,
	libhotp/lib/stdint.in.h, libhotp/lib/wchar.in.h,
	libhotp/m4/00gnulib.m4, libhotp/m4/gc-hmac-sha1.m4,
	libhotp/m4/gc.m4, libhotp/m4/gnulib-cache.m4,
	libhotp/m4/gnulib-common.m4, libhotp/m4/gnulib-comp.m4,
	libhotp/m4/gnulib-tool.m4, libhotp/m4/hmac-sha1.m4,
	libhotp/m4/include_next.m4, libhotp/m4/ld-version-script.m4,
	libhotp/m4/lib-ld.m4, libhotp/m4/lib-link.m4,
	libhotp/m4/lib-prefix.m4, libhotp/m4/longlong.m4,
	libhotp/m4/memxor.m4, libhotp/m4/multiarch.m4,
	libhotp/m4/onceonly.m4, libhotp/m4/sha1.m4, libhotp/m4/stddef_h.m4,
	libhotp/m4/stdint.m4, libhotp/m4/visibility.m4,
	libhotp/m4/wchar.m4, libhotp/m4/wchar_t.m4, libhotp/m4/wint_t.m4: 
	Update gnulib files.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* build-aux/useless-if-before-free, build-aux/vc-list-files,
	m4/00gnulib.m4, m4/gnulib-cache.m4, m4/gnulib-common.m4,
	m4/gnulib-comp.m4, m4/gnulib-tool.m4, m4/onceonly.m4: Update gnulib
	files.

2009-11-24  Simon Josefsson <simon@josefsson.org>

	* Initial import.

	-----

	Copyright (C) 2009-2021 Simon Josefsson

	Copying and distribution of this file, with or without
	modification, are permitted provided the copyright notice
	and this notice are preserved.
