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

	version 1.0.3
	* NEWS: Record release date.

	Modernize project.

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

	Restore valgrind fix.

	Ignore more.

	Fix build errors with new gnulib.

	Bump required automake/gettext versions and update libtool usage.

	Update gnulib files.

	Run autoupdate.

	Need AC_PREREQ for gnulib.

	Fix manual copyright years.

	Update copyright years.

	Fix sc_prohibit_double_semicolon.

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

	Update GTK-DOC macros.

2015-09-25  Mats Erik Andersson  <gnu@gisladisker.se>

	Update Winsocks interface files.
	Fetch files from Gnulib to initialize Winsocks.  Upstream followed
	the suggestions as reported to us in the message:
	http://lists.gnu.org/archive/html/help-shishi/2015-09/msg00001.html

	Update gcrypt detection with m4-macro from gnulib.
	Building with libgcrypt of version 1.6.0 or later
	fails without this updated probing.

2014-09-14  Mats Erik Andersson  <gnu@gisladisker.se>

	Two more test cases with ARCFOUR.
	Test correctness of decryption using shishi_arcfour().

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

	Update copyright years.

	Add.

	Sync with TP.

	Fix warning flags.

	Ignore more.

	Update gnulib files.

	Ignore more.

	Generated.

2014-09-02  Mats Erik Andersson  <gnu@gisladisker.se>

	Examine every use of syslog().
	Redirect many messages using an explicit LOG_DAEMON,
	messages that clearly are of no security concern.
	Also change some priorities for better transparence
	and easier suppression of debugging traces.

2014-07-25  Mats Erik Andersson  <gnu@gisladisker.se>

	API documentation

	crypto: defaultcksumtype is signed integer type.
	The Redmond fraction enforces upon us a negative value
	for SHISHI_ARCFOUR_HMAC_MD5 in the Kerberos standard.
	Adapt to this fact, thus silencing a compiler warning.

	gdoc: Let texinfo mode detect environment.
	Let the dollar sign signify an environment variable
	in TexInfo mode.  This influences all documentation,
	since our typeset formats are derived off TexInfo.

2014-07-12  Mats Erik Andersson  <gnu@gisladisker.se>

	Documentation update.

	API documentation.

2014-07-11  Mats Erik Andersson  <gnu@gisladisker.se>

	gdoc: Render principal strings in all modes.
	An identifier like "me@EX.ORG" was never captured
	correctly, since it was parsed as a parameter
	identifier.

2014-07-10  Mats Erik Andersson  <gnu@gisladisker.se>

	gdoc: Fine tuning of text and texinfo mode.
	Indent text mode paragraphs.  In texinfo mode,
	prevent line breaks in parameter phrase; avoid
	blank lines between parameter descriptions.
	Coding style: avoid eval, prefer hash referencing.

2014-07-06  Mats Erik Andersson  <gnu@gisladisker.se>

	Function documentation.

2014-07-05  Mats Erik Andersson  <gnu@gisladisker.se>

	gdoc: Tune the LaTeX output.
	Now that blank line detection works reliably,
	emit the macro '\newline' when called for.
	Also emit '\pagebreak' of low weight at the
	end of each function.

	Integer types on 64-bit systems.
	Aurelien Jarno uncovered an issue in the Debian
	package of version 1.0.2 when libtasn1 expects
	an integer pointer. Use a variation and add
	another integer size fix.

	Adapt to libgnutls28.
	Avoid depreciated typedefs used by older versions
	of libgnutls. Add elliptic key exchange ANON-ECDH
	to the priority list.

2014-07-04  Mats Erik Andersson  <gnu@gisladisker.se>

	gdoc: No blank line without previous content.
	Make sure some text has been accepted before applying
	a blank line replacement.  Suppress warnings in function
	listing mode.  While answering a mode query, reply with
	a bare name list for easy scripting.

	gdoc: Informational output.
	Count lines in each file, not the processed total.
	Include name of file in warnings and infos.

	gdoc: Strictures and warnings.
	Code checked and modified to apply strictures.

2014-06-27  Mats Erik Andersson  <gnu@gisladisker.se>

	gdoc: Missing semicolon.

	gdoc: Improved coverage in LaTeX mode.
	In particular, the libshisa documentation compiles
	without errors under LaTeX.

2014-06-26  Mats Erik Andersson  <gnu@gisladisker.se>

	Updated API docs, mainly for shisa.
	Also suppress empty argument section in man pages.

2014-06-25  Mats Erik Andersson  <gnu@gisladisker.se>

	gdoc: Refine HTML mode to validate.

	gdoc: An additional warning condition.
	Add a simple checker of Docbook formatted output.

	gdoc: Positioning of brackets for arrays.
	Print the brackets, a characteristic of an array
	parameter, after the name, not before.

	gdoc: Improved mode selector.

	gdoc: Mend variadic parameters and arrays.
	The parser broke down on variadic parameters.
	Handle arrays of finite length identical to
	those of indefinite length.  In texinfo mode,
	quote parameters using '@var', and always print
	the section title.  In text mode, pass all para-
	meter descriptions through the highlighter.
	Strip '$' from the name of environmental variables.

	gdoc: Validating Docbook mode.
	Make an empty parameter set equal to `void'.
	No interpolation after text parsing.
	Beware of slashes in replacement pattern.
	Refine Docbook formatter to give valid output.

	gdoc: Document this tool using POD.

	gdoc: Common corner cases with HTML and SGML.
	Insertion of XML marks introduces recurring problems
	during HTML and DOCBOOK production. In addition,
	ampersands must be escaped.

	gdoc: Handle options with Getopt::Long.

2014-06-14  Mats Erik Andersson  <gnu@gisladisker.se>

	gdoc chokes on hash key order.
	In texinfo mode recursive change of @ is corruptive.
	Documentation now builds on Debian with perl v5.18.2.

	Sync gdoc with libidn.

2013-09-26  Mats Erik Andersson  <gnu@gisladisker.se>

	pmccabe2html: Update from gnulib.
	Our changes were accepted.  Now `cyclo-shishi.html'
	cleanly passes a test executed with Xmllint.

2013-09-18  Mats Erik Andersson  <mats@fridtjuv.inre.mea>

	Mention PAM in configuration summary.

	pmccabe2html: Portability issue.
	Replace systime() and strftime() with command
	pipes, assigning one variable for each purpose.
	The functions are only available in gawk.
	Fix also two mistakes in HTML tags, thus again
	producing a renderable page.

2013-09-15  Mats Erik Andersson  <gnu@gisladisker.se>

	tests: Shell assignment syntax.
	Malformed assignment for specifying test
	environment.  Was written with white space.

2013-05-22  Mats Erik Andersson  <gnu@gisladisker.se>

	More formatting of size_t.
	Replace format directive "%ld" by "%zu" for size_t.
	Uncovered on 32-bit systems.

2013-05-21  Mats Erik Andersson  <gnu@gisladisker.se>

	Format string directives for size_t.
	Many format string warnings on 64-bit systems
	are mended.  Most of them have "%d" replaced
	by "%zu".  A few other conversions are made.

	tests: Small fixes.
	Setting LD_LIBRARY_PATH in TESTS_ENVIRONMENT avoids
	false negatives on NetBSD.  Fix multiple format
	strings to use "%zu" when printing type size_t.

2013-05-15  Mats Erik Andersson  <gnu@gisladisker.se>

	Parse timestamp in keytab conversion.

2013-05-08  Mats Erik Andersson  <gnu@gisladisker.se>

	Protect against null dereferencing.

	Verbose timestamp info.
	Better format string when verbosely
	reporting on timestamps in a keytab.

2013-04-19  Mats Erik Andersson  <gnu@gisladisker.se>

	shishid: Redirect debug logging.
	Do not pollute the facility LOG_AUTH with messages
	of severity LOG_DEBUG stating traffic size or socket
	properties.  Send it to LOG_DAEMON instead.

	Doc fix.

2013-04-12  Mats Erik Andersson  <gnu@gisladisker.se>

	pam_shishi: Three module options.
	Implement options 'debug', 'realm=', and 'principal='
	for service control in authentication facility.
	Add minimal syslog trace for Linux-PAM and OpenPAM.

	Use $(MAKE) for portability.

2013-04-11  Mats Erik Andersson  <gnu@gisladisker.se>

	pam_shishi: Portability changes.
	Leave the so-called static module set-up to the system
	specific headers.  In particular, do not set PAM_STATIC,
	and set PAM_EXTERN to empty at most.  Builds in Solaris.

2013-04-05  Mats Erik Andersson  <gnu@gisladisker.se>

	Build examples portably.
	Replacement headers from recent Gnulib need
	definitions in <config.h> for portable building.

	Dist builds out-of-tree.

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

	Update for 1.0.2.

	Update for 1.0.1.

	Bump versions.

	Fix web manual.

	Generated.

	Version 1.0.2.

	Copy devhelp2 file.

	Drop AC_COPYRIGHT, it is just one more place to keep updated.

	Drop internal minitasn1 copy.

	Add libtool -shared when building pam_shishi.
	Suggested by Russ Allbery <rra@stanford.edu>.

	Generated.

2013-04-03  Mats Erik Andersson  <gnu@gisladisker.se>

	Locate res_query and libresolv.
	For portability res_query must be searched
	in libc, and in libresolv. The latter need
	not even exist on systems such as BSD.

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

	Ignore more.

2013-04-03  Mats Erik Andersson  <gnu@gisladisker.se>

	Documentation update.

	Inclusion paths for out-of-tree.

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

	Don't use deprecated libtasn1 features.

	Require automake 1.11 or later.  Drop automake -Werror.

2013-04-03  Mats Erik Andersson  <gnu@gisladisker.se>

	Port to recent automake.

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

	Sync with TP.

	Fix syntax-check nits.

	Bump copyright years.

	Update gnulib files.

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

	Add.

	Fix warning.

2012-09-06  Mats Erik Andersson  <gnu@gisladisker.se>

	shishid: Use single stacked AF_INET6 sockets.
	On dual stacked hosts, running an AF_INET6 wildcard
	socket blocks AF_INET wildcards. Make it single
	stacked using IPV6_V6ONLY instead.

	Configuration parsing of suboptions.
	The library call getsubopt() is not portable
	enough to rely on a catch all case `-1'.
	In particular, FreeBSD was not able to parse
	`kdc-realm=EX.ORG,localhost' at all.

2012-08-24  Mats Erik Andersson  <gnu@gisladisker.se>

	Portability issues for BSD make.

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

	Add.

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

	Use LOG_AUTH instead of LOG_AUTHPRIV.

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

	Use LOG_AUTHPRIV for shishid.

	Doc fix.

	Fix salt derivation, reported by Mats.

	Test shishi_derive_default_salt more, to catch regression.

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

	Doc fix.

	Fix encticketpart cname encoding bug, reported by Mats.

	Check regression for encticketpart cname encoding bug.

	Doc fix.

	Only use LOG_PERROR when verbose.

	Drop useless syslog messages, based on report from Mats.

	Improve error messages.

	Improve error messages, from Mats.

	Improve error messages, suggested by Mats.

	Doc fix from Mats Erik Andersson <gnu@gisladisker.se>.

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

	Improve res_query detection.
	Reported by Eray Aslan <eray.aslan@caf.com.tr>.

2012-08-08  Mats Erik Andersson  <gnu@gisladisker.se>

	Issues with libresolv.
	Some BSD variants must use <netinet/in.h> before
	including <resolv.h>.  Additionally, res_query()
	is present in libc on most BSD systems.

	shishi.texi: Grammar and spelling.

	Support LOGNAME in guessing principals.

	Segfault in config list parsing.

	Authentication type k5login.
	Repair the completely broken k5login type for
	authentication of user access.

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

	Add.

	Silence compiler warnings.

	Update gnulib files.

	Bump versions.  Libtasn1 2.13.

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

	Generated.

	Version 1.0.1.

	Use libtasn1 2.11.

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

	Mention fixes.

	Disable strict valgrind mem leak testing.

	Fix memory leaks.

	Don't use obsolete GnuTLS interfaces.

	Sync file from gnulib.

	Update copyright headers.

	Update gnulib files.

2011-11-22  Simon Josefsson  <simon@josefsson.org>

	Fix compiler warning.

	Remove specifications that are widely available.

	Mention make.

	Fix links in cyclo output.

	Update GTK-DOC infrastructure.

	Update gnulib files and fix usage.

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

	Rename getdate.texi.

	Add gtk-doc.make.

	Add, to avoid syntax-check warnings.

	Fix getdate.texi filename.

	Add.

	Sync with TP.

	Update gnulib files.

2010-05-27  Simon Josefsson  <simon@josefsson.org>

	Doc fix.

2010-05-20  Simon Josefsson  <simon@josefsson.org>

	Update announce.txt for v1.0.0.

	Bump version.

	Fix cyclo web rule.

	Generated.

	Make it build.

	Version 1.0.0.

	Fix.

	Add cyclomatic code complexity chart.

	Update GTK-DOC files to enable PDF manual.

	Update gnulib files, use valgrind-tests module.

2010-04-29  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

2010-04-25  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

2010-04-22  Simon Josefsson  <simon@josefsson.org>

	Ignore more.

	Use valgrind -q.

	Fix syntax-check nit.

	minitasn1: Internal copy upgraded to GNU Libtasn1 v2.6.

	Indent code.

	Update gnulib files.

2010-04-14  Simon Josefsson  <simon@josefsson.org>

	Doc typo fixes.

	Add.

	Doc typo fixes.

	Indent code.

	Update gnulib files.

2010-04-13  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.  Fix syntax-check warnings.

	Fix building with --disable-starttls.
	Reported by Johan van Selst <johans@stack.nl> in
	<http://lists.gnu.org/archive/html/help-shishi/2010-04/msg00000.html>.

2010-03-30  Simon Josefsson  <simon@josefsson.org>

	Prepare for non-alpha upload.

	Bump versions.

	Update.

	Generated.

	Version 0.0.43.

	Update gnulib files.

2010-03-23  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Need to do SO_REUSEADDR before bind.

	Improve debug output.

	Upgrade TCP extension logic.

	Use RFC 5021 starttls negotiation.  Don't verify cert if we don't have a CA.

	shishid: Add --no-tls parameter to disable TLS support.

	shishid: Improve server listening logic.

	Print proper addresses.

2010-03-22  Simon Josefsson  <simon@josefsson.org>

	Remove failed listeners from list properly.

	Fix lintian typo.

	Fix lintian typo.

	Add.

	Generated.

	Add $(LIBSOCKET), for MinGW.

	Update gnulib files.

	Add.

	Update gnulib files.

	Ignore more.

	shishid: Support IPv6 by using getaddrinfo.

	Add error explanation.

	Build fixes.

	Improve retry counter and error codes.

	Add.

	Rewrite network handling to supprt IPv6 and delay name resolution.

	Reduce unnecessary noise.

	Const'ify shishi_kdc_sendrecv*.

	Iterate through all KDC addresses for direct sends.

	Only attempt to use IPv6 if local system has IPv6.

	Add.

	Update gnulib files.

2010-03-18  Simon Josefsson  <simon@josefsson.org>

	Mention gengetopt.

2010-03-17  Simon Josefsson  <simon@josefsson.org>

	Avoid printing garbage message for UDP and reduce noice for TCP.

2010-03-15  Simon Josefsson  <simon@josefsson.org>

	Fix lintian typos.

	Bump versions.

	Add.

	Generated.

	Version 0.0.42.

	Upgrade libtasn1 to v2.5.

	Fix last commit.

	Add.

	Add review-diff target.

	Add index to GTK-DOC manual.

	Generated.

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

	(shishi_ap_authenticator_cksumdata): Also check @out.

	(shishi_ap_authenticator_cksumdata): Return requested size.

	Add.

	libshishi: Fix bug where '3des' is parsed as 'des'.

2010-03-08  Simon Josefsson  <simon@josefsson.org>

	Add shishi_keys_from_file and keytab2shishi -R parameter.

	libshishi: Add APIs to save keys on keytab format.

2010-03-03  Simon Josefsson  <simon@josefsson.org>

	Work around strict aliasing warning.

	Update gnulib files.

2010-02-03  Simon Josefsson  <simon@josefsson.org>

	link libshisa with -lrt for clock_gettime in libshishi.

	Don't use gettime where gettimeofday will do.

	Update gnulib files.

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

	Update gnulib files.

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

	Bump versions.

	Generated.

	Version 0.0.41.

2010-01-18  Simon Josefsson  <simon@josefsson.org>

	Fix copyright years.

	Fix license.

	Fix syntax-check rule.

	Use libtasn1 2.4.

	Update gnulib files.

2010-01-12  Simon Josefsson  <simon@josefsson.org>

	Make it build.

	Update gnulib files.

	Update gnulib files.

	Fix dup2.

	Add.

	Update gnulib files.

	Add a quick-random configuration keyword.

	Add.

	Fix syntax-check stuff.

	Fix syntax-check stuff.

	Upgrade libtasn1 to version 2.3.

	Update gnulib files.

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

	Update gnulib files.

	Update gnulib files.

	Update gnulib files.

2009-08-18  Simon Josefsson  <simon@josefsson.org>

	Bump version.

2009-07-29  Simon Josefsson  <simon@josefsson.org>

	Typo.

2009-07-23  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

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

	Typo.

2009-05-20  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Fix -Werror.

	Use output-def from gnulib.

	Fix git usage.

	Update gnulib files.

2009-05-08  Simon Josefsson  <simon@josefsson.org>

	Fix -Werror handling.

2009-05-06  Simon Josefsson  <simon@josefsson.org>

	Fix build failure on Ubuntu 8.04.

	Add.

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

	Generated.

	Version 0.0.40.

	Need #include.

	Need WSAStartup.

	Fix -I's.

	Need to link with -lws2_32.

	Fix libgcrypt test.

	Revert gethostname patch.

	Fix.

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

	Update gnulib files.

	Add.

	libshisa needs to link to libshishi for xalloc_die etc (sigh!).

	The libcmd* libraries need gl/libgnu for getopt.

	Add socket gnulib modules, for mingw.

	Need strerror in lib/.

	Fix.

	Bump version.

2009-03-30  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Fix typo that prevented shisa from working.

	Use gnulib for address report.

	More version printing.

	Generated.

	Version 0.0.39.

	Add code coverage rules.

	Fix bug address.

	Need ltlibtasn1 before ltlibgnutls because the latter drags in old libtasn1.

	Only warn when using gcc.

	Don't use wildcards.

	Update gnulib files.

	Fix.

	More debug output.

	Update gnulib files.

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

	Fix.

	Fix.

	Use symbol map for libshisa.

	Another typo.

	Fix typo.

	Use CFLAG_VISIBILITY.

	Update gnulib files.

	Fix version script filename.  Use libtool -export-symbols-regex as fallback.

	Update gnulib files.

2009-02-26  Simon Josefsson  <simon@josefsson.org>

	Fix warning.

	Bump version.

	Fix.

	Add.

	Maintain ABIs even though functions aren't implemented properly yet.

	Bump versions.

	Generated.

	Version 0.0.38.

	Revert ABI change.

	Update PGP key.

	Modernize release targets.

	Bump copyright years.

	Clarify license version.

	Update to libtasn1 v1.8.

2009-02-25  Simon Josefsson  <simon@josefsson.org>

	Add.

	Update gnulib files.

	Limit amount of exported symbols.

2008-12-12  Simon Josefsson  <simon@josefsson.org>

	Fix css.

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

	String.h is included via internal.h.

	Update PGP key.

	Add.

	Need headers.

	Enable warnings in db/.  Fix warnings.

	Compile examples with warning flags.

	Add file.

	Getsubopt is a cast mess.

	Fix more warnings.  Slight ABI change on 64 platforms.

	Disable warning.

	Fix warning.

	Fix warnings.

	Add print attributes.

	Add low-crypto.h.

	Update gnulib files.

	Update gnulib files.  Use manywarning module.  Fix warnings.

	Update gnulib files.

	Remove code coverage, now in maint.mk.

	Update gnulib files.

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

	Don't use @@ substitutions.

2008-11-18  Simon Josefsson  <simon@josefsson.org>

	Fix gtk-doc bug.

	Fix gtk-doc bug.

	Upgrade libtasn1 to v1.7.

	Fix warnings.

	Fix warnings.

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

	Fix automake warnings.

	Use shared checks.

	Don't substitute in shishi.h.

	Fix warnings.

	Add -Wall.

	Use warnings module.

	Neatify.

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

	Update license.

	Use GFDL 1.3.

	Fix license and redoce code duplication.

	Fix --output-def test.

	Fix release targets.

	Modernize gtk-doc usage.

	Use modern check for --enable-ld-version-script.

	Add.

	Update from upstream.

	Modernize gnulib usage.

	Update gnulib files.

	Update gnulib files.

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

	Drop sys/poll.h, check not used.

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

	Remove.

2008-10-02  Simon Josefsson  <simon@josefsson.org>

	Fix Nicolas' description.

2008-09-10  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

2008-08-21  Simon Josefsson  <simon@josefsson.org>

	Update gnulib usage.

	Update gnulib files.

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

	Don't copy archive to www dir.

	Use autobuild from gnulib.

	Update gnulib files.

	Fix URLs.

2008-08-06  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

2008-06-30  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

2008-06-24  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix ypo.

	Bump versions.

	Reorder uploads.

	Generated.

	Version 0.0.37.

	Fix typo.

	Fix.

	Fix.

	Typos.

	Fix typos and remove obsolete stuff.

	Doc fix.

	Update gnulib files.

2008-06-19  Simon Josefsson  <simon@josefsson.org>

	Fix building examples.

	Add.

	Use new API.

	Generated.

	Doc fix.

	New functions to set a password prompt callback. You register the callback using shishi_prompt_password_callback_set and can retrieve the current callback using shishi_prompt_password_callback_get.  The callback function should follow the shishi_prompt_password_func function prototype.  The shishi_prompt_password function has been updated to call the callbacks, if registered.  Inspired by discussion with Graham Shaw <gdshaw@riscpkg.org>.

	libshishi: New ticketset hint flag SHISHI_TKTSHINTFLAGS_NON_INTERACTIVE. When this flag is passed to ticketset functions, it will never query the user for a password.  Inspired by discussion with Graham Shaw <gdshaw@riscpkg.org>.

	Update gnulib files.

2008-06-02  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

2008-05-20  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

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

	Fix warnings.

	Fix warnings.

	Fix warnings.

	Fix warnings.

	Regenerated.

	Pull in config.h.

	Generated.

	Drop obsolete _SHISHI_HAS_LIBTASN1_H.

	Reorder.

	Cleanup libtasn1.h dependency in diskio.c.

2008-05-05  Simon Josefsson  <simon@josefsson.org>

	Regenerated.

	Simplify man page creating to allow easier diff review.

	Dist more files.  Rename .cvscopying to .clcopying.

	Update gnulib files.

2008-04-24  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

	Dist gdoc-error.  Reported by Graham Shaw <gdshaw@riscpkg.org>.

2008-04-23  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

	Avoid *.po merge conflicts and --no-location.

	Add.

	Update to libtasn1 v1.4.

	Update gnulib files.

	(do_preauth): Don't ask for password if we already have it. Reported by Graham Shaw <gdshaw@riscpkg.org> in <http://permalink.gmane.org/gmane.comp.gnu.shishi.general/494>.

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

	Drop defines.h, not used any more.

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

	Update gnulib files.

2008-03-25  Simon Josefsson  <simon@josefsson.org>

	Fix config.rpath hack.

	Update gnulib files.

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

	Update gnulib files.

2008-02-25  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Update libtasn1 version.

	Update gnulib files.

2008-02-14  Simon Josefsson  <simon@josefsson.org>

	Generated.

	Version 0.0.36.

	Add.

	Bump versions.

	Update gnulib files.

	Doc fix.

	Doc fix.

2008-02-07  Simon Josefsson  <simon@josefsson.org>

	Generated.

	Version 0.0.35.

	Add.

	Add.

	Sync with TP.

2008-02-06  Simon Josefsson  <simon@josefsson.org>

	Add.

	Brace expansion is not POSIX portable.

	Update gnulib files.

2008-01-31  Simon Josefsson  <simon@josefsson.org>

	Fix debug output for direct sends.

2008-01-17  Simon Josefsson  <simon@josefsson.org>

	Fix messages when creating ~/.shishi.

	Add.

	(shishi_cfg_from_file): Don't print warning (done by init.c).

	Update gnulib files.

2008-01-16  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Remove unused variables.

	Silence warnings.

	Generated.

	Fix git-tag invocation.

	Remove.

	Version 0.0.34.

	Add.

	Use read_binary_file to read keytabs.

	Need utils.h for hexprint.

	Need larger buffers, BUFSIZ is 512 on MinGW.

	Fix debug message.

	Specify our own buffer size, BUFSIZ is 512 bytes on MinGW and we need more.

	Fix error messages.

	Need prototypes for hexprint.

	Need config.h for getline prototype.  Check line length when removing CRLFetc.

	Don't print d3 as ffffffd3.

	Update gnulib files.

	When reading data, ignore trailing CR, LF, TAB and SPC. This fixes a problem on MinGW because the CR and LF tests were reversed in the old code.

	Fix crash.

	Need gnulib's getaddrinfo.h for prototypes.

	Update gnulib files.

	Add.

	Only build shishid if we need to.

	Add automake conditional for disabling shishid when there is no syslog.

	Update gnulib files.

	Fix.

	Add.

	Avoid crash.

	Simplify #include's.

	Better input parameter validation.

	(shishi_tkts_size): Don't crash on NULL parameter.

	Test to remove broken tzname declaration.  Fixes MinGW.

2008-01-15  Simon Josefsson  <simon@josefsson.org>

	Don't use getuid unless we have it.

	Check for getuid.

	Nedd minmax.h.

	Avoid T_SRV and T_TXT defines, we have our own anyway.

	Drop T_SRV, not used.

	Drop pwd.h, only needed in authorize.c.

	Check for getpwnam.

	Protect against missing getpwnam, for MinGW.

	Don't use arpa/nameserv.h stuff, for MinGW.

	Don't use syslog if we don't have it.

	Add.

	Don't use arpa/nameserv.h stuff, for MinGW.

	Add SHISHI_DNS_IN.

	Update gnulib files.

	More --version fixes.

	More --version fixes.

	Drop DISTCLEANFILES.

	Try without unnecessary libraries.

	Need gl/libgnu.la.

	Need -Igl/ too.

	Add db/gl/ to build infrastructure.

	Cleanup.

	Cleanup.

	Cleanup.

	Add db/gl/ to build infrastructure.

	Add db/gl/ to build infrastructure.

	Use areadlink instead of xreadlink.

	Move gnulib stuff needed only by libshisa to db/gl/.

	Fix.

	Move getopt module to src/gl.

	Move progname module to src/gl.

	Move progname module to src/gl.

	Don't duplicate stuff.

	Move locale module to src/gl.

	Don't duplicate stuff.

	Move error module to src/gl.

	Simplify.

	Fix typo.

	Don't duplicate stuff.

	Don't duplicate stuff.

	Use version-etc module.

	Create new gnulib directory for non-library stuff.

	Improve project name.

	Update gnulib files.

	Clarify GPL version.

	Update update-po target.

	Simplify copyright years in man pages.

	Line wrap.

	Simplify locale.h handling via gnulib.

	Update #include's.

	Simplify time.h handling via gnulib.

	Simplify signal.h handling via gnulib.

	Simplify arpa/inet.h handling via gnulib.

	Simplify netinet/in.h handling via gnulib.

	Simplify sys/time.h handling via gnulib.

	Create libshishi-XX.def for MinGW.

	Update gnulib files.

2007-12-19  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

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

	Need timespec.h for gettime.

	Update gnulib files.

	Remove config.rpath hack.

	Use gettext 0.17.

	Bump versions.

	Add.

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

	Add.

2007-10-13  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Update gnulib files.

	Remove .cvsignore's.

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

	Add.

	Add.

2007-09-14  Simon Josefsson  <simon@josefsson.org>

	Generated.

	Version 0.0.33.

	Update gnulib files.

2007-09-13  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

	Store password for subsequent PAM modules that use try_first_pass. Reported by Jack Bates <ms419@freezone.co.uk>.

	Add.

	Don't echo password to console (untested patch). Reported by Jack Bates <ms419@freezone.co.uk>.

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

	Revert.

	Remove.

	Fix.

	Add.

	Sync with TP.

	Add.

	Don't include built manuals in source archive (they are available online).

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

	Drop gnits mode.

2007-08-24  Simon Josefsson  <simon@josefsson.org>

	No need for getline.h.

	No need for getline.h.

	Update gnulib files.

2007-08-18  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Use gpl-3.0 gnulib module.

	Update gnulib files.

2007-08-13  Simon Josefsson  <simon@josefsson.org>

	Add.

2007-07-20  Simon Josefsson  <simon@josefsson.org>

	Add.

2007-07-12  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

2007-06-29  Simon Josefsson  <simon@josefsson.org>

	Generated.

	Version 0.0.32.

	Add.

	Add GPLv3.

	Bump copyright year.

	Update gnulib files.

	Sync with TP.

	Sync with TP.

	Add 2007 copyright year.

	Add.

	Update gnulib files.

	Add GPLv3, since automake installs GPLv2.

2007-06-27  Simon Josefsson  <simon@josefsson.org>

	Typos.

	No need for inetutils.diff.

	Change GPLv2+ to GPLv3+.

	Change GPLv2+ to GPLv3+.

	Change GPLv2+ to GPLv3+.

	Change GPLv2+ to GPLv3+.

	Remove, not needed anymore.

	Fix.

	Change GPLv2+ to GPLv3+.

	Change GPLv2+ to GPLv3+.

	Add.

	Change GPLv2+ to GPLv3+.

	Bump versions.

	Update PGP key.

	Use GPL license (as in emacs).

2007-06-12  Simon Josefsson  <simon@josefsson.org>

	Reorder configuration file reading. Now the system config file is read first, then user configuration, then ticket file.

	Print debug info, not warning if ticket file doesn't exist. Absent ticket isn't critical during initialization. Reported by Josh Triplett <josh@freedesktop.org>, Debian#423944.

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

	Generated.

	Version 0.0.31.

	Add.

	Add *.po files too.

	Sync with TP.

	Sync with TP.

	Add.

	Update.

	Try again to work around line numbers in *.po.

2007-06-08  Simon Josefsson  <simon@josefsson.org>

	iUpdate.

	Revert --no-location change, it made distcheck fail.

	Change cvs commands to git commands.

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

	Sync with TP.

	Revert one --no-location.

	Try to fix *.po conflicts.

2007-05-23  Simon Josefsson  <simon@josefsson.org>

	Update.

2007-05-02  Simon Josefsson  <simon@josefsson.org>

	Add.

2007-04-16  Simon Josefsson  <simon@josefsson.org>

	Update.

	Update.

	Update.

2007-04-11  Simon Josefsson  <simon@josefsson.org>

	(_shishi_crypto_init): Call gc_init.

	Need --with-libgcrypt.

2007-03-13  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Bump gettext version.

	Update.

	Use new xreadlink interface.

	*** empty log message ***

	Remove unneeded gnulib headers.

	Reinstall config.rpath.

	Use build-aux/.

	Update.

	Update

	Bump versions.  Use build-aux/.

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

	Add.

2007-03-07  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

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

	Add.

2007-02-28  Simon Josefsson  <simon@josefsson.org>

	Add.

2007-02-25  Simon Josefsson  <simon@josefsson.org>

	Add.

2007-02-21  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	*** empty log message ***

	Update.

	Update.

	Add.

	Add old stuff.

2007-01-12  Simon Josefsson  <simon@josefsson.org>

	Make it compile.

	Add x509cafile variable.

	Verify CA in client, suggested by Alberto Fondi <alberto.fondi@lnf.infn.it>.

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

	Add.

2006-11-17  Simon Josefsson  <simon@josefsson.org>

	Update.

	Bump versions.

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

	Add.

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

	Clarify protocol strings ("tcp", "udp", "tls"), reported by Alberto Fondi <alberto.fondi@lnf.infn.it>.

	(shishi_cfg): Use strcasecmp for protocol strings, reported by Alberto Fondi <alberto.fondi@lnf.infn.it>.

2006-11-01  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Bump versions, for 0.0.30.

	Version 0.0.30.

	Add.

	Send TCP length octet for TLS packets too.

	Fix length field.

	Fix length field.

	More krb5starttls -02 fixes.

	Implement the -02 protocol.

	Send 4-octet length field for TLS connections too.

	Upgrade to modern STARTTLS drafts.

	(shishi_enckdcreppart_nonce_set): Use shishi_asn1_write_uint32 to write the nonce.

	*** empty log message ***

	Fix.

	Add.

	Add nonce.

	Add, to detect uint32 reading regression.

	Fix last commit.

	Add.

	(shishi_asn1_read_int32): Convert buffer to integer correctly, to fix reading nonces, reported by Alberto Fondi <alberto.fondi@lnf.infn.it>.

	*** empty log message ***

	(shishi_tkts_default_ccache_set): Doc fix.

	Generated.

	Version 0.0.29.

	*** empty log message ***

	Add.

	Bump versions.

	Build ccache2shishi.1.

	*** empty log message ***

	Version 0.0.28.

	Sync with TP.

2006-10-31  Simon Josefsson  <simon@josefsson.org>

	Doc fix.

	Nicolas assigned his copyright to the FSF, see AUTHORS.

	Dist ccache.h.

	Update.

	Mention ccache2shishi.

2006-10-26  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Add.

	Update.

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

	Add.

2006-10-20  Simon Josefsson  <simon@josefsson.org>

	Update.

	Update.

	Add.

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

	Add.

2006-10-14  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Doc fix.

	Don't use variable name "constant", since gtk-doc warns about it.

	Update.

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

	Add.

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

	Further copyright discussions.

	More license discussions.

2006-09-29  Simon Josefsson  <simon@josefsson.org>

	Update.

	Fix warnings.

	Add.

	New field ccachedefault for default ccache filenames, used by tktccache.c.

	Add shishi_tkts_default_ccache_guess, shishi_tkts_default_ccache, shishi_tkts_default_ccache_set. Add work in progress, shishi_tkts_to_ccache_mem and shishi_tkt_to_ccache_mem. (shishi_tkts_add_ccache_mem): Set more fields, to make converted tickets work.

	Fix.

	Add.

2006-09-28  Simon Josefsson  <simon@josefsson.org>

	Add.

	*** empty log message ***

	Add ccache2shishi.

	Add.

	Update.

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

	Fix copyright years.

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

	Fix.

	Fix typos.

	(shishi_ctime): Add.

	Add ccache_pack.

	Don't mention Shishi in license template.

	Doc fix.

	Add storage for key data (optional). Use 'char*' instead of 'void*' for data.

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

	Add ccache_pack_credential. Use char* instead of void* for data buffers.

	Add ccache_pack_credential, and related helper functions. Use char* instead of void* for data buffers. Fix NUL checks, and their comments.

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

	Add ccache APIs.

	Doc fix.

	Ignore ccache.h.

	Update.

	Update from gnutls CVS.

	Update from libgcrypt.

	Update.

	Bump versions.

	*** empty log message ***

	Add ccache reader APIs.

	Add.

	Add.

	Update.

	Ticket flags are stored bit-swapped?!

	Fix typo.

	Save ticket pointers.

2006-09-21  Simon Josefsson  <simon@josefsson.org>

	Simplify valgrind.

	Test for valgrind.

2006-09-20  Simon Josefsson  <simon@josefsson.org>

	Update.

	Add.

	Change field name.

2006-09-18  Simon Josefsson  <simon@josefsson.org>

	Fix last commit.

	More debugging output for --debug.

	Fix comment.

	Separate out keytab stuff from keys.c to keytab.c.

2006-09-15  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Generated.

	Version 0.0.27.

	Move keytab2shishi to sbin/.

	Update.

	Update.

	Update.

	*** empty log message ***

	Add keytab2shishi.1.

	Add.

	Update PGP key.

	Update.

2006-09-14  Simon Josefsson  <simon@josefsson.org>

	Use gnulib's gnupload.

	Add.

	Fix shishi-int.h for C99 platforms.

	Add.

	Update.

2006-09-13  Simon Josefsson  <simon@josefsson.org>

	Add.

	Dist ccache.txt.

	Add.

	Update.

	Fix GPL cross reference.

	Add.

	Bump required autoconf version to 2.60.

	Update.

	Add GPL. Move concept index last.

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

	Add.

	Fix.

	Update.

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

	Add.

2006-07-28  Simon Josefsson  <simon@josefsson.org>

	Add.

2006-07-14  Simon Josefsson  <simon@josefsson.org>

	Add.

	Use short program name in syslog.

	Simplify header checks.

	Simplify.

	Use gnulib unistd.h replacer.

	Fix.

	Use gnulib sys/* replacers.

	Use gnulib stdint.

	Update.

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

	Update.

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

	*** empty log message ***

	Add.

	Fix dia invocation.

	Update.

	Add.

2006-07-01  Simon Josefsson  <simon@josefsson.org>

	Add.

2006-06-29  Simon Josefsson  <simon@josefsson.org>

	Add.

2006-06-27  Simon Josefsson  <simon@josefsson.org>

	Use GNU-style warnings.

	Sync with gnutls.

	Add.

2006-06-26  Simon Josefsson  <simon@josefsson.org>

	Update to 0.3.5.

	Update.

2006-06-22  Simon Josefsson  <simon@josefsson.org>

	Make portable to mingw.

2006-06-21  Simon Josefsson  <simon@josefsson.org>

	Add.

	Fix.

	Update.

2006-06-20  Simon Josefsson  <simon@josefsson.org>

	Update dia call.

	Fix.

2006-06-13  Simon Josefsson  <simon@josefsson.org>

	Add.

2006-06-08  Simon Josefsson  <simon@josefsson.org>

	Add.

2006-06-06  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Use shishi_verbose.

	Fix.

	Fix.

	Fix.

	Add shishi_verbose.

	Add.

	Rewrite slightly.

	Update.

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

	Fix strfile->read-file.

	Update.

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

	Sync with TP.

	Dist keytab1.bin too.

	More debug.

	*** empty log message ***

	Add self test of keytab functions.

	*** empty log message ***

	Add keytab2shishi tool.

	Fix.

	Fix.

	Fix.

	Add.

	Fix.

	Fix principal name.

	Add.

	Add.

	Add.

	Fix.

	Fix.

	Read MIT keytab's. Fix mem leak.

	Add.

2006-05-28  Simon Josefsson  <simon@josefsson.org>

	Add SHISHI_KEYTAB_ERROR.

	Add.

2006-05-26  Simon Josefsson  <simon@josefsson.org>

	Typo.

	Add Shishi_keys.

	Add.

	Typo.

	Reset old tkts in shishi_tkts_done().

	Deep-copy the tkt->key, so we can safely deallocate it.

	Fix mem leaks.

	Simplify.

	Fix logic in matching hostkeys, reported by Elrond.

2006-05-23  Simon Josefsson  <simon@josefsson.org>

	Fix mem leak, reported by Elrond.

2006-05-18  Simon Josefsson  <simon@josefsson.org>

	Update.

	Fix mem leak, from Elrond.

2006-05-17  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Simplify, from Elrond.

2006-05-15  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Generated.

	Version 0.0.26.

2006-05-12  Simon Josefsson  <simon@josefsson.org>

	Fix valgrind call.

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

	Add.

	Update.

	Fix.

	*** empty log message ***

	Add (not finished).

	Add.

	Use PAMDIR.

	Fix.

	Don't infrecurse PAMDIR definition.

	Update.

	Add --with-pam-dir.

	Remove unused indent target.

	Put things in $prefix/lib/security.

	Add -avoid-version for libtool.

	Update.

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

	Sync with TP.

	Add.

	Update.gl

	Add.

2006-05-06  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add keytab.txt.

	Update.

2006-05-04  Simon Josefsson  <simon@josefsson.org>

	Update.

	Update.

	Simplify valgrind invocation.

	Getpwnam is POSIX, don't test for it.

	Don't check for getpwuid.

	Doc fix.

	Fix.

	shishi_principal_default_guess: Don't use getpwuid, use USER instead.

	Fix mem leaks.

	Fix mem leak.

	Fix mem leak.

	Fix mem leaks.

	Fix mem leak.

	Fix names.

	Fix mem leaks.

	Add shishi.supp, valgrind suppressions.

	Add.

	Fix mem leaks.

	Fix mem leaks.

	Fix mem leaks.

	Fix mem leak.

	Add.

	Fix mem leaks.

	Fix.

	Typo.

	Fix mem leak.

	Doc fix.

	Fix.

	Fix mem leak.

	Typo.

	Run tests under valgrind if present.

	Fix mem leak.

	Update.

	Add.

	Don't use a sub-session key in TGS to fix problems with w2k3 and bugs in heimdal, debugged by Elrond.

	Typo.

	Add.

	Sync with TP.

2006-05-03  Simon Josefsson  <simon@josefsson.org>

	FIx.

	Don't build rsh-redone, for now.  (Fails gnits tests.)

	Dist extra/.

	Add.

2006-05-02  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Make in extra/ too.

2006-04-27  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Version 0.0.25.

	Update.

	Update.

	Fix copyright.

	Convert - to \- in man pages, from lintian.

	Update.

	Replace size_max with stdint.h.

	Fix.

	Need size_max.h.

	Always have unistd.h.

	Add.

	Add.

	Remove XXX, thanks to Elrond for investigating.

	Work around bug in libtasn1:       /* XXX when encoding a field inside a SEQUENCE, libtasn1 appear 	 to include the tag from the SEQUENCE in the encoding of a 	 particular field.  This appear wrong, so we frob it here. 	 This typically happens when encoding req-body in KDC-REQ for 	 TGS checksums.  */

2006-04-26  Simon Josefsson  <simon@josefsson.org>

	Update.

2006-04-25  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Add.

	Fix.

	More debug.

	Fix.

	Fix.

	Fix.

	More debug.

	Doc fox.

	Fix.

	Rename version to kvno.

	Fix.

2006-04-23  Simon Josefsson  <simon@josefsson.org>

	Translate.

2006-04-22  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Remove unused variable.

	Bump versions.

	*** empty log message ***

	Version 0.0.24.

	Update.

	Update.

	Fix.

	Don't select failed sockets.

	Fix.

	Typo.

	More debug info. Fix mem leak.

	More debug.

	Fix printf format.

2006-04-21  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix.

	Add.

	Add.

	Fix mem leak, reported by Elrond.

	Fix crash, reported by Elrond.

	Fix.

	Fix.

	Support ETYPE-INFO too.

	Add.

2006-04-20  Simon Josefsson  <simon@josefsson.org>

	Remove unused.

	Update.

	Fix.

	Update.

	Less debug.

	Fix.

	Add.

	Fix salt/s2kparams.

	Cleanup.

	Fix.

	Fix.

	Fix.

	Pre-auth fixes.

	Fix crash.

	Add.

	Fix message.

	Check errors.

	Improve preauth.

	Add more hints.

	Add.

	Add.

	Fix.

	Add.

	Debug more.

	Fix.

	Add.

	Remove preauth.

	Remove preauth option.

	Add shishi_krberror_methoddata.

	Fix.

	Fix.

2006-04-19  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Sync with TP.

	Support preauth (XXX).

	Add.

	Generated.

	Add.

	Fix.

	Fix.

	Add update-po.

2006-04-18  Simon Josefsson  <simon@josefsson.org>

	Only clear padata in AS-REQ.

	Add preauth config option.

	Add.

	Add.

	Add.

	Update.

2006-03-30  Simon Josefsson  <simon@josefsson.org>

	Don't always clear padata.

	Clear padata if not set.

	Print which pre-auth types were requested by server.

	Add PA/METHOD-DATA stuff.

	Add shishi_asn1_padata.

2006-03-27  Simon Josefsson  <simon@josefsson.org>

	Remove unused variable.

	Need getline.h.

	Re-order direntry's, for broken install-info.

2006-03-25  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Fix gnupload command.

	Version 0.0.23.

	*** empty log message ***

	Add.

	Generated.

	Use proper gpg key.

	Use gnupload.

	Update.

2006-03-24  Simon Josefsson  <simon@josefsson.org>

	Fix mem leak, reported by Elrond.

2006-03-23  Simon Josefsson  <simon@josefsson.org>

	Fix mem leak, use const, from Elrond.

	Update.

	Add.

	Fix.

	Fix mem leak.

	Use new salt API.

	Fix.

	Fix.

	Add shishi_derive_default_salt.

	Typo.

	Fix.

	Translate.

	Remove some, for now.

	Translate.

	Translate.

	Fix.

	Add.

	Fix.

	Fix typo, from Russ.

2006-03-22  Simon Josefsson  <simon@josefsson.org>

	Further fixes, from Elrond.

	Fix mem leak, from Elrond.

	Avoid unsigned char's.

	Use shishi_key_from_name API.

	Fix check.

	Remove nettle, we don't use it now.

	Add.

	Add shishi_key_from_name(), suggested by Elrond.

	Avoid unsigned char's.

	Avoid unsigned char's.

	Don't require -v.

	Rewrite shishi_check_version().

	Fix.

	Don't require -v.

2006-03-16  Simon Josefsson  <simon@josefsson.org>

	Add.

	No invariant sections.

2006-03-13  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix.

	Add.

	Fix -libtasn1.

	Fix libtasn1 -l's.

	Fix libtasn1 test.

	Update.

	Update.

	Update.

	Fix.

2006-03-12  Simon Josefsson  <simon@josefsson.org>

	Remove.

2006-03-11  Simon Josefsson  <simon@josefsson.org>

	Libtasn1 update.

	Update.

2006-03-08  Simon Josefsson  <simon@josefsson.org>

	Add.

2006-03-07  Simon Josefsson  <simon@josefsson.org>

	Add -no-undefined, required to produce DLLs on mingw32.

	Add.

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

	Add.

2006-02-16  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Update.

2006-02-15  Simon Josefsson  <simon@josefsson.org>

	Typo.

2006-02-14  Simon Josefsson  <simon@josefsson.org>

	Rename.

	Remove.

	Add maintainer-makefile module.

	Add.

2006-02-09  Simon Josefsson  <simon@josefsson.org>

	Add.

	Bump libtasn1 version.

	Update.

2006-02-07  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Fix gettimeofday() usage.

	Fix gettimeofday() usage.

	Fix gettimeofday usage.

	Add SHISHI_GETTIMEOFDAY_ERROR.

	Don't free getpwnam return.

	Test for getpwname, for mingw32.

	Avoid use of timezone. Check return value.

	Fix getpwuid call, for mingw32.

	Check for getpwuid, for mingw32.

	Remove xgettimeofday.

	Always has sys/socket.h now.

	We always have sys/socket.h now.

	gettime fix for mingw32.

	Mingw32 fix.

	Add.

	Fix GnuTLS test.

	Update.

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

	Update.

	Add.

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

	Update.

2006-01-13  Simon Josefsson  <simon@josefsson.org>

	Fix gnutls check.

	Fix gnutls check.

	Enable gcrypt if present, for now.

	Fix gnutls check.

	Fix libs.

2006-01-12  Simon Josefsson  <simon@josefsson.org>

	Add.

	Update.

	Fix copyright years in man page.

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

	Add.

2005-12-24  Simon Josefsson  <simon@josefsson.org>

	Update.

2005-12-21  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

2005-12-20  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix.

	Initial attempt.

2005-12-15  Simon Josefsson  <simon@josefsson.org>

	Update.

2005-12-13  Simon Josefsson  <simon@josefsson.org>

	Update.

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

	Add.

2005-10-27  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Add.

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

	Update PGP key.

	Bump versions.

	Add.

	Add.

	Update.

	Fix compiler warning.

	Fix.

	Simplify IPv6 test, using gnulib.

	Update.

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

	Use pbkdf2-sha1 from gc.

	Replace internal ARCFOUR implementation with the one from gnulib.

	Update.

	Remove nettle stuff.

	Generated.

	Use low-crypto.c, to interface with gc.

	Don't default to libgcrypt.

	Update.

	Update.

	Remove crypto.

	Enable libgcrypt by default.

	Remove crypto.

	Remove crypto/.

	Remove crypto.

	Remove (uses gnulib now).

	Remove nettle/libgcrypt code.

	Update.

2005-10-21  Simon Josefsson  <simon@josefsson.org>

	Add.

2005-10-19  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

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

	Add.

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

	Add.

2005-09-20  Simon Josefsson  <simon@josefsson.org>

	Revert local changes.

	Link with realtime clock library, for gnulib.

	Update.

	Update.

2005-09-19  Simon Josefsson  <simon@josefsson.org>

	Add.

	*** empty log message ***

	Fix.

	Update.

	Socklen_t is handled by gnulib now.

	Add.

	Update.

	Update.

	Add.

	Add.

	Add.

2005-09-14  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Avoid EXTRA_DIST.

	Link with idn.

	Remove -export-symbols-regex, handled by version script.

	Use new CPP symbol.

	Use version script.

	Add.

	Add --enable-ld-version-script.

2005-08-30  Simon Josefsson  <simon@josefsson.org>

	Update.

	Fix libidn test.

2005-08-12  Simon Josefsson  <simon@josefsson.org>

	Update.

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

	Avoid gnulib module xalloc-die.

	Update.

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

	*** empty log message ***

	Generated.

	Version 0.0.22.

	Add -I's for GnuTLS too.

	Update.

	Fix compile error.

	Add.

	Update license.

	Add.

	Update libtasn1 to 0.2.14.

	Remove (not used).

	Mention help-shishi. Fix.

	Add.

	Add.

	Update.

	Update.

	Update.

2005-07-24  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

2005-07-16  Simon Josefsson  <simon@josefsson.org>

	Simplify.

2005-07-12  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Add.

2005-06-15  Simon Josefsson  <simon@josefsson.org>

	Update gnulib files.

2005-05-27  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

2005-05-26  Simon Josefsson  <simon@josefsson.org>

	Update license with new FSF address.

	Update.

2005-05-24  Simon Josefsson  <simon@josefsson.org>

	Add.

2005-04-29  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Add.

2005-03-21  Simon Josefsson  <simon@josefsson.org>

	Gnulib sync.

	Fix.

2005-03-19  Simon Josefsson  <simon@josefsson.org>

	Fix.

2005-03-14  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

	Sync gnulib.

	Add strnlen.

	Avoid strnlen (only used once).

	Doc fix.

2005-03-13  Simon Josefsson  <simon@josefsson.org>

	Gnulib need -I$(top_builddir)/gl as well, reported by Dave Love <fx@gnu.org>.

	Add.

	Add, suggested by Dave Love <fx@gnu.org>.

2005-02-22  Simon Josefsson  <simon@josefsson.org>

	Add.

2005-02-21  Simon Josefsson  <simon@josefsson.org>

	Add.

2005-02-15  Simon Josefsson  <simon@josefsson.org>

	Add.

2005-02-10  Simon Josefsson  <simon@josefsson.org>

	Add.

2005-02-01  Simon Josefsson  <simon@josefsson.org>

	Add.

2005-01-31  Simon Josefsson  <simon@josefsson.org>

	Add.

2005-01-29  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Update.

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

	Add.

2005-01-17  Simon Josefsson  <simon@josefsson.org>

	Add.

2005-01-02  Simon Josefsson  <simon@josefsson.org>

	Add.

	Update.

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

	Add.

2004-12-24  Simon Josefsson  <simon@josefsson.org>

	Update.

2004-12-19  Simon Josefsson  <simon@josefsson.org>

	Update.

2004-12-18  Simon Josefsson  <simon@josefsson.org>

	Remove.

	Update.

2004-12-17  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Add.

	*** empty log message ***

	Generated.

	Version 0.0.21.

	Fix.

	Add.

	Update.

	Bump versions.

	Add.  Reorder.

	Fix srcdir != objdir, tiny patch from Mike Castle <dalgoda@ix.netcom.com>.

2004-12-16  Simon Josefsson  <simon@josefsson.org>

	Update.

	Add.

2004-12-07  Simon Josefsson  <simon@josefsson.org>

	Add.

2004-12-03  Simon Josefsson  <simon@josefsson.org>

	Use constant.

	Fix mem leak. Don't hard code constant.

	Add.

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

	Use new b64 API.

	Fix.

	Remove.

	Cleanups.

	Add.

	Rename SHISHI_FCLOSE_ERROR to SHISHI_IO_ERROR, and alter semantics slightly.

	Use new b64 API.

	*** empty log message ***

	For old b64 API.

	Use new base64 API.

	Add.

	Add base64 gnulib module.

2004-11-29  Simon Josefsson  <simon@josefsson.org>

	Update.

2004-11-22  Simon Josefsson  <simon@josefsson.org>

	Add.

	Fix, from Jakub Bogusz <qboosh@pld-linux.org>.

2004-11-21  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Generated.

	Version 0.0.20.

	Make sure all man pages follow 'foo -- purpose of foo' format, even if there is no purpose description available.

	Add.

	Improve man pages, from libidn.

	Update.

2004-11-19  Simon Josefsson  <simon@josefsson.org>

	Update.

	Update.

	Fix.

2004-11-15  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Fix.

	Bump versions.

	Fix progname usage.

	Update.

	*** empty log message ***

	Generated.

	Fix make distcheck.

	Generated.

	Version 0.0.19.

	Fix mem leak. Fix warning.

	Update.

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

	Update.

	Update.

	Include strtok_r.h.

	Add strtok_r.

	Need strtok_r, for Mac OS X.

	Update.

	Update.

	Don't use gettext if it doesn't have ngettext.

	Add.

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

	Add.

	Add.

	Add.

	Add.

	Update.

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

	Generated.

	Fix.

	Add.

	Fix namespace of xalloc_die.

	Use -export-symbols-regex, but export xalloc_die until I figure it out.

	Build components.png earlier.

	We won't be using gdbm, remove.

	*** empty log message ***

	*** empty log message ***

	Add.

	Build here before reference/.

	Fix dia invocation, see <http://bugzilla.gnome.org/show_bug.cgi?id=155495>.

	Add.

	Doc fix.

	Remove.

	Doc fix.

	Doc fix.

	Doc fix.

	Sync upstream.

	Fix release target.

	*** empty log message ***

	Fix.

	Doc fix.

	Fixes.

	Update.

	Fix.

	Rewrite, to align with up-stream examples.

	Add getdate.texi.

	Add getaddrinfo.

	Need getaddrinfo too.

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

	Fix.

	Update.

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

	Fix.

	Fix PGP key.

2004-10-29  Simon Josefsson  <simon@josefsson.org>

	Doc fix.

2004-10-28  Simon Josefsson  <simon@josefsson.org>

	Add.

	Sync with libidn.

2004-10-27  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Add.

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

	Add.

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

	Bump versions.

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

	Update.

	*** empty log message ***

	Generated.

	Version 0.0.18.

	Add.

	Fix.

	Add.

	Add.

	Indent.

2004-10-14  Simon Josefsson  <simon@josefsson.org>

	Add.

	(shishi_hostkeys_default_file): Fix mem leak.  Perhaps too slow now? Could be optimized.

	Fix mem leak.

	Add.

	(shishi_aprep_enc_part_make): Don't create new EncAPRepPart, use existing.

	Sync.

	Update.

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

	Fix.

	Remove.

	Gnulib update. Fix callers.

2004-09-17  Simon Josefsson  <simon@josefsson.org>

	Move.

	Sanitize.

	Fix.

	Fix.

	Update.

	Fix.

	Add.

	Doc fix.

	Add.

	Fix.

	Make resolver API public. Cleanup resolver.

	Remove.

	Fix.

	Remove A record parsing, to avoid xinet/inet_r.

	Remove comment.

	Doc fix.

	Doc fix.

	Fix.

	(shishi_krberror_cname): Removed. (shishi_krberror_client): Add. (shishi_krberror_sname): Removed. (shishi_krberror_server): Add.

	Add.

	(shishi_principal_name_get): Remove.

	(shishi_krberror_cname): (shishi_krberror_sname): Allocate output. (shishi_principal_name_realm_get): Remove.

	Fix.

	(shishi_tkt_client): Allocate output. (shishi_tkt_cnamerealm): Remove. (shishi_tkt_clientrealm): Add.

	Remove.

	(shishi_encticketpart_cnamerealm_get): (shishi_encticketpart_cname_get): Remove. (shishi_encticketpart_clientrealm): Add.

	Use new API.

	Fix.

	(shishi_authenticator_cname_get): (shishi_authenticator_cnamerealm_get): Remove. (shishi_authenticator_client): (shishi_authenticator_clientrealm): Add.

	(shishi_asreq_cnamerealm_get): Remove. (shishi_asreq_clientrealm): Add.

	Remove.

	Remove.

	Fix.

	(shishi_principal_name_realm): Add.

	Remove.

	Update.

	Use xinet.

	Add.

	Update.

2004-09-14  Simon Josefsson  <simon@josefsson.org>

	(clean-local): Add style.css.

2004-09-10  Simon Josefsson  <simon@josefsson.org>

	Update.

	Fix.

	Don't generate *.texi for each function.

	Fix.

	Add.

	Typo.

	Add.

	Add.

	Add.

	Indent.

	Cleanup ASN.1.

	Fix crash.

	Fix.

	SHISHI_GENERALIZEDTIME_LENGTH: New public definition.

	Use new API.

	(shishi_authenticator_authorizationdata): Allocate output.

	(shishi_encapreppart_get_key): Return Shishi_key instead of raw key data.

	Update.

	ASN.1 cleanup.

	Generated

2004-09-09  Simon Josefsson  <simon@josefsson.org>

	Sync.

2004-09-08  Simon Josefsson  <simon@josefsson.org>

	Consistency.

	Check version. Fix use after free on init errors.

	Fix.

	Update.

	Add.

	Add.

	*** empty log message ***

	Add.

	Fix.

	Doc fix.

	Update examples.

	Fix progname.

	Use short progname in syslog.

	Add.

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

	Bug fix, based on patch from Nicolas Pouvesle <nico.pou@fnac.net>.

2004-09-02  Simon Josefsson  <simon@josefsson.org>

	Sanitize.

	Doc fix.

	Use getpass.

	Add getpass.

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

	Fix gdoc stuff.

2004-08-25  Simon Josefsson  <simon@josefsson.org>

	Update.

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

	Update.

2004-08-18  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Update.

	Bump versions.

2004-08-17  Simon Josefsson  <simon@josefsson.org>

	Add.

2004-08-16  Simon Josefsson  <simon@josefsson.org>

	Update.

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

	Add.

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

	add.

	Update.

	Need xalloc-die too.

2004-08-08  Simon Josefsson  <simon@josefsson.org>

	Add.

	*** empty log message ***

	Generated.

	Version 0.0.17.

	*** empty log message ***

	Add.

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

	Use new gnulib stuff.

	Fix.

	Fix.

	Rename libfoo to libgnu.

	Rename.

	Rename libfoo to libgnu.

	Fix.

	Fix.

	Update.

	Generated by gnulib-tool.

	Add.

	Use new gnulib stuff.

	Update.

2004-08-06  Simon Josefsson  <simon@josefsson.org>

	Bump version.

2004-08-02  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix last commit.

	Add getsubopt.

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

	Fix warning.

	Fix warning.

	Sync.

	Bump version.

	Doc fix.

	Doc fix.

	*** empty log message ***

	Generated.

	Version 0.0.16.

	Fix.

	Add.

	Use Autobuild.

	Fix.

	Fix.

	Add.

	Sync.

2004-07-26  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

2004-07-16  Simon Josefsson  <simon@josefsson.org>

	Add.

2004-07-13  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	(shishi_key_done): Free more.

	Add.

	Support SHISHI_KEYS.

	Add.

	Don't read out of bounds.

	Set endtime for TGS-REQ.

	(shishi_kdcreq_tillc): Add.

	(set_tgtflags_based_on_hint): Propagate endtime.

	Listen to endtime in AS-REQ (no policy checks).

	Add.

	(shishi_enckdcreppart_endtime_set): Add.

	*kdcrep* fixes.

	(maybe_install_usercfg): Don't create anything if non-standard home is used.

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

	More debugging.

2004-07-02  Simon Josefsson  <simon@josefsson.org>

	Add -I../gl.

	Fix.

	Fix.

	Fix.

	Default to Nettle.

	*** empty log message ***

	Add.

	Improve IPv6 test (uClibc doesn't have in6addr_any).

	Fix.

	Fix API.

	Gnulib update.  Mainly for getopt that work on uClibc.

2004-07-01  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

2004-05-21  Simon Josefsson  <simon@josefsson.org>

	Update to 0.2.10.

2004-04-22  Simon Josefsson  <simon@josefsson.org>

	Add.

	Fix.

	Fix.

	Fix.

	Fix.

	Fix.

2004-04-21  Simon Josefsson  <simon@josefsson.org>

	Update PGP key.

	Write tickets before shutting down TLS library.

	Fix.

	Add.

	Remove.

	Fix.

	(shishi_tkts_default_file_guess): Use SHISHI_TICKETS.  Use shishi_cfg_userdirectory_file.

	Add SHISHI_HOME and SHISHI_TICKETS.

	Typo.

	(shishi_cfg_default_userfile): Use shishi_cfg_userdirectory_file.

	(shishi_cfg_default_userdirectory): Use SHISHI_HOME.

	Add SHISHI_USER.

	Typo.

	(shishi_principal_default): Add SHISHI_USER.

	Typo.

	Fix.

	Add.

	Mention SHISHI_CONFIG.

	Doc fix.

	(shishi_cfg_default_systemfile): Look for SHISHI_CONFIG env.var.

	Bug workaround.

	Fix printf templates.

	Add shishi_kdcreq_nonce_set. Use it.

	Update.

2004-04-20  Simon Josefsson  <simon@josefsson.org>

	Remove HMAC-MD4 (why was it added?).

	Include md4.h directly (not via hmac.h).

2004-04-19  Simon Josefsson  <simon@josefsson.org>

	Fix error messages, suggested by Nicolas Pouvesle <nico.pou@fnac.net>.

2004-04-18  Simon Josefsson  <simon@josefsson.org>

	Drop -R libs flag.

	*** empty log message ***

	(shishi_cfg): Clear newly allocated realminfos, reported by Nicolas Pouvesle <nico.pou@fnac.net>.

	Require modern autoconf/automake/gettext.

	Bump versions.

	*** empty log message ***

	Generated.

	Version 0.0.15.

	Sync.

	Sync

	Use const.

	Fix warnings.

	Use const.

	Fix copyright years on man pages.

	Fix warnings.

	Fix warnings.

	Indent.

	Fix.

	Disable alloca use in nettle (we don't include alloca.h early enough, as the Nettle configure.ac hacks make sure).

	Try to get alloca.h included early.

	Gnulib sync.

	Replace get_date with shishi_get_date.

	Fix.

	Use shishi_get_date.

	(shishi_get_date): Add.

	Add utils.c and shishi_get_date.

	*** empty log message ***

	Include alloca.h, if needed and present.

	Likewise.

	Don't allow the possibility of a trailing \ and an empty next line.

	Add fetchmail.*.

	Remove 'indent' target.

	Fix.

	Fix ChangeLog target.

	Use socklen_t.

	Fix warning.

	Fix warnings.

	Use 'static' keyword on functions.

	Don't use variable name "error".

	Fix warning.

	Fix warnings.

	Fix warnings.

	Fix warnings.

	Allocate output.

	Use const. Fix int/int32_t.

	Fix warning.

	Fix warning.

	Read cusec as uint32.

	Fix int/uint32_t.

	Don't shadow variable.

	Fix int/uint32_t.

	Fix int/uint32_t. Fix warnings.

	Use const.

	Fix warnings.

	Fix warnings.

	(shishi_as_derive_salt): Allocate output.

	(shishi_asn1_read2): Handle zero length asn.1 fields.

	(shishi_as_derive_salt): Allocate output.

	Add.

	Fix warnings.

	Fix warnings.

	Fix warnings.

	Make usec's uint32_t.

	Fix warnings.

	Fix warnings.

	Really apply last changes.

	Don't use variable name "stime".

	Don't use variable "time" either (sigh..).

	Don't use variable name "ctime".

	(shishi_asn1_number_of_elements): Don't use bogus cast.

	More debugging.

	Fix int/size_t.

	(shishi_authenticator_authorizationdata): Fix int/int32_t/size_t types. (shishi_authenticator_add_authorizationdata): Likewise.

	Add workaround for buggy _asn1_convert_integer.

	Fix.

	Style changes on my files, to align with CVS Nettle.

	Sync with Nettle CVS (after s/nettle-types.h/shishi-int.h/g).

	Add aes_cts(16) test.

	Fix aes_cts(25) test.

	More debugging.

	Fix int/size_t. (shishi_asn1_write_uint32): Use %ul instead of broken %ud.

	Fix int/size_t.

	Sync with 0.2.8.

2004-04-17  Simon Josefsson  <simon@josefsson.org>

	Fix size_t/int.

	Fix int/size_t.

	Fix messages.

	(shishi_encapreppart_seqnumber_remove): Add. (shishi_encapreppart_seqnumber_set): Likewise. (shishi_encapreppart): Use it.  Don't use 0 seqnr.

	(shishi_encapreppart_seqnumber_remove): (shishi_encapreppart_seqnumber_set): Add.

	Fix noise typo. Add verbose-crypto-noise.

	Fix.

	Test sequence numbers. Fix comments.

	(shishi_authenticator_seqnumber_remove): Add. (shishi_authenticator_seqnumber_set): Add. (shishi_authenticator): Use it.

	(shishi_authenticator_seqnumber_remove) (shishi_authenticator_seqnumber_set): Add.

	Add.

	Add.

	Fix.

	Typo fix of verbose-noise. Mention verbose-crypto-noise.

	Mention verbose-crypto-noise.

	Typo fix for verbose-noise.

	Add.

	Add.

2004-04-12  Simon Josefsson  <simon@josefsson.org>

	Add.

2004-04-05  Simon Josefsson  <simon@josefsson.org>

	Change output-IV to be last output from encryption primitive F.

	Revert bad next-IV update.

	(libgcrypt_dencrypt): Only apply special CBC-CTS handling for CBC-CTS.

	(libgcrypt_dencrypt): Fix IV output to match updated document, instead of MIT's original implementation.

	Fix IVOUT test vectors.

	Add rijndael.

	*** empty log message ***

	Remove debugging code.

	Add, test vectors from -06.

	Add.

2004-03-05  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

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

	Add.

2004-02-29  Simon Josefsson  <simon@josefsson.org>

	Add Polish translation, from Jakub Bogusz <qboosh@pld-linux.org>.

2004-02-17  Simon Josefsson  <simon@josefsson.org>

	Add.

2004-02-16  Simon Josefsson  <simon@josefsson.org>

	Add.

2004-02-11  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

2004-02-10  Simon Josefsson  <simon@josefsson.org>

	Add.

2004-02-03  Simon Josefsson  <simon@josefsson.org>

	Fix multiple -v's.

	Support multiple -v's.

	Support mutliple -v's.

	Typo.

2004-01-25  Simon Josefsson  <simon@josefsson.org>

	Add.

	(shishi_encapreppart): Use random seq-number.

	Fix.

	(shishi_authenticator_seqnumber_get): Add.

	Add.

	(shishi_authenticator): Use random seq-number, instead of removing the field.

	(shishi_randomize): Use void*.

2004-01-23  Simon Josefsson  <simon@josefsson.org>

	Use FDL 1.2.

2004-01-22  Simon Josefsson  <simon@josefsson.org>

	Doc fix.

	Bump versions.

	*** empty log message ***

	Version 0.0.14.

	Update.

	Add.

	Fix release target.

	Generated.

	*** empty log message ***

	Remove.

	Sync.

	Add.

	Fix API.

	Fix API. Clone cksum buffers.

	Add.

	Add raw checksum API.

	Doc fix.

2004-01-21  Simon Josefsson  <simon@josefsson.org>

	(shishi_ap_req_process_keyusage): Extract authenticator checksum data.

	(shishi_authenticator_cksum): Allocate result.

2004-01-15  Simon Josefsson  <simon@josefsson.org>

	Disable.  Reported by Adrian Bunk <bunk@fs.tum.de>.

	Fix warnings.

	Don't use //.

	Bump versions.

	*** empty log message ***

	Version 0.0.13.

	(release): Use CSS.

	Sync upstream.

	(release): Use binary PGP.  Add ftp-upload.gnu.org stuff.  Use gendocs.sh.

	Generated.

	Add.

	(read_key): Handle leading whitespace in key material.  (But not for old style keys.)

	Add.

	Typo.

	Fix salt computation for --password.

	Add.

2004-01-14  Simon Josefsson  <simon@josefsson.org>

	(main): Make sure apply_options receive realm/principal.

	(kdc_listen): Improve error logic to fix segfault.

	Revert (for now).

	(shishi_tkt_pretty_print): Use const.

	Update AX_CREATE_STDINT_H.

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

	Add key=ivec links.

	Add rlogin security links.

	Add Key=Ivec text.

	Dist texinfo.css.

	Sync with Texinfo.

	Remove unused DocBook stuff.

	Fix title.

	Change title to include GNU. Fix header.

	Rename shishi.css to texinfo.css.

	Use CSS for HTML.

	Add.

	Only remove man pages on maintainerclean. Make man pages depend on ../configure.ac, for version number.

	Fix man page dependencies, reported by Adrian Bunk <bunk@fs.tum.de>.

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

	Assume recent gengetopt.

	Add.

	Add.

	Add.

	Don't use closelog. Use syslog in kdc_unlisten.

	Bump versions.

	*** empty log message ***

2004-01-02  Simon Josefsson  <simon@josefsson.org>

	Version 0.0.12.

	Fix TLS.

	Remove shisa.sh for now.

	Generated.

	(SHISHI_KRB5_GSSAPI_CKSUM): Add.

2003-12-31  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Add TLS resume.

	Log fix.

	Add TLS resume support.

	Add.

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

	Fix.

	Add.

	Add.

	Set flags.

	Add.

	Fix flags.

	(shishi_ticket): Add, update callers.

	Fix.

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

	Fix.

	Fix.

	Doc fix.

	Fix.

	Fix.

	Fix.

	Fix.

	Fix.

	Add.

	Cleanup TGS.

	Fix.

	(shishi_tkt_server): Fix, and update callers.

	Fix.

	Add. Fix.

	Cleanup.

	Cleanup.

	Improve logging for AS-REQ.

	Add.

	Improve logging and error handling.

	(shishi_as_krberror_der): Use shishi_krberror_der.

	Add priority field to dbkey.

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

	Fix.

	Fixes for building from CVS on Fedora.

	Fix.

	Add.

	Fix.

	Fix.

	Add.

	Add.

	Doc fixes.

	Make Shisa gdoc files.

	Typo.

	Rename files to work around gdoc limitation.

	Sync.

	Dist shisa.sh.

	Add.

	Indent.

	Fix keys_find and key_remove.

	Fix.

	Fix.

	Fix keys_find. Add key_remove.

	Use new API. Fixes.

	Add.

	Use new API.

	Key API fixes.

	Parse db statements. Fail on cfg errors.

2003-12-21  Simon Josefsson  <simon@josefsson.org>

	Add.

	Indent.

	Separate internal.h somewhat.

	Add.

	Use ASCII.

	Fix.

	We need gnutls 1.0.0 or higher.

	Bump versions.

	*** empty log message ***

	Version 0.0.11.

	Doc fix.

	Fix.

	Fix shishid --help.

	Add X.509 guide. Fix.

	Log client certificate verification status.

	Log client certificate details to syslog.

	Add.

	Add pki.c, tracks client certificates in library. Send client certificates in TLS exchange.

	Add.

	Fix warnings.

	Dist kdc.h.

	Replace linebuffer with getline.

	Remove memset, memmove, strerror (we assume C89).

	Replace memdup with xclone.

2003-12-20  Simon Josefsson  <simon@josefsson.org>

	Support X.509 authentication in shishid.

	Add.

	Move TLS negotiation to starttls.c.

	Use program_name for syslog.

2003-12-19  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix.

	Fix warnings.

	Fix warnings.

	Add.

	Fix.

	Fix return code.

	Cleanup, handle errors better.

	Fix warning.

	Move TLS initialization to init.c.

	Fix warnings.

	Fix prototype.

	Fix prototype.

2003-12-18  Simon Josefsson  <simon@josefsson.org>

	STARTTLS fixes.

	Cleanup.

	Fixes.

	Remove unused listenspecs. Cleanup.

	Cleanup.

	Move session specific KDC functions to server.c.

	Cleanups.

	Fix.

	Fix.

	Move AS/TGS functionality from shishid.c to kdc.c.

	Cleanup.

	More of the same.

	TLS fixes.

	Network I/O cleanup.

	GNUTLS cleanups.

2003-12-16  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	Fix release target.

	*** empty log message ***

	Generated.

	Version 0.0.10.

	Typo.

	Add.

	Fix.

	Add.

	Update --help's.

	Fix.

	Fix.

	*** empty log message ***

	Remove argp.

	Add shishid.1. Fix shishi.1.

	Fix.

	Rewrite shishi.c to use gengetopt instead of argp.

	*** empty log message ***

	Add.

	Move low-level crypto stuff from shishi to foo.

	Deinitialize gnutls on quit.

	Typo.

	Add DNS SRV. Add TLS shishid. Add TLS for STARTTLS protocol.

	Fix GNUTLS server. Use error before listening stage, syslog later.

2003-12-13  Simon Josefsson  <simon@josefsson.org>

	(shishi_ap_etype_tktoptionsdata): Add.

	(act_hint_on_kdcreq): Set hint->etype in KDC-REQ.

2003-12-12  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Bump versions.

	*** empty log message ***

	Version 0.0.9.

	Generated.

	Add. Fix.

	Fix.

	Write shishid manual. Add. Fix.

	Support port numbers in realm-kdc.

	Fix etype.

	Fix --dump. Fix --keys.

	Change --keys.

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

	Add des(3)-none. Fix.

	Fix crypto discussion.

	Reference additions. Admin fixes. Add todo items. Use @final to remove black hboxes.

	Fix.

	Fix.

	Fix.

	Only use GTK-DOC when enabled.

	Typo.

	Fix exit codes.

	Workaround nettle AES problem.

	Add. Fix.

	Setup realm and host key during installation.

	Have sole '-a' initialize a realm.

	Remove.

	Add.

	Nits.

	Fix.

	Cleanup.

	(shishi_encticketpart_crealm, shishi_ticket_server): Add.

	TGS-REQ works via Shisa (well).

	(shishi_encticketpart_client): Add.

	AS-REQ via Shisa works (well).

	Need -I for shishi-int.h.

	Use asprintf. Send 4 length bytes for TCP. Fix.

	Cleanup.

	Need string.h.

	Dist internal.h.

	Dist db/.

	*** empty log message ***

	Cleanup.

	Gengetopt files are generated by maintainer. Fix.

	Use missing for gengetopt.

	Use gengetopt for shishid. Some cleanups.

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

	Use progname. Don't generate key when adding realms. Set realm and principal in keys.

	Use m4_include stuff in automake 1.8. Add progname gnulib module. Remove m4 Makefile's.

	Fix reading keys.

	Fix adding keys.

	(shishi_principal_name): New.

	(shishi_asn1_read2_optional): New. (shishi_kdcreq_client, shishi_kdcreq_realm, shishi_kdcreq_server): New. (shishi_principal_name): New.

	(shishi_kdcreq_client, shishi_kdcreq_realm, shishi_kdcreq_server): New.

	(shishi_asn1_read2): Support NULL data/datalen. (shishi_asn1_read2): Zero terminate data (but do not include it in datalen). (shishi_asn1_read2_optional): New.

	Fix.

	Fix.

	Fix.

	Prepare Shisa-fication of Shishid.

	Escape '/' etc in filenames.

	(apply_options): Pass on password.

	Remove (nothing to do with Kerberos?).

	Add.

	Fix.

	Add. Fix.

	Fix.

	Add.

2003-12-09  Simon Josefsson  <simon@josefsson.org>

	Add ack. Fix STARTTLS.

	Fixes after reading it.

	Rewrite Administration Manual for Shisa. Add Shisa to Reference Manual.

	Fix error message.

	Typo.

	Typo.

	Fix errors.

	Add.

	Fix.

	Really remove files.

	(delete_principal): Support --force.

	(main): Improve errors.

	(shisa_cfg): Make it work.

	Fix.

	Fix.

	Make cfg/skel/key/db directories configurable.

2003-12-07  Simon Josefsson  <simon@josefsson.org>

	Support password read from stdin (requires gengetopt beta).

2003-12-04  Simon Josefsson  <simon@josefsson.org>

	Add/remove principal, including key, now works.

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

	Sync.

	(shishi_cfg_clientkdcetype_fast): Add.

	Gengetopt fixes.

	Add.

	Fix license templates.

	Fix.

	*** empty log message ***

	Add shisa.1.

	Fix.

2003-12-01  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Sync.

	Fix.

2003-11-30  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix indent target.

	Fix.

	FIx.

	Fix.

	Move file.c utilities into fileutil.c.

	Fix.

	Gnulib sync.

	Add.

	Fix default path, use $localstatedir/shishi (e.g., /usr/local/var/shishi).

2003-11-29  Simon Josefsson  <simon@josefsson.org>

	Add.

	Sync.

	Add.

	Fix.

	Fix error.

	Sync.

	Add.

	Fix.

2003-11-28  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Sync commit.

	Use gengetopt for shisa.

	Use gengetopt.

	Add.

	*** empty log message ***

	Sync commit.

	Add.

	Add.

	Add shisa database admin tool.

	*** empty log message ***

	Add.

	Set up database library, it will be called Shisa.

	*** empty log message ***

2003-11-27  Simon Josefsson  <simon@josefsson.org>

	Add.

	(shishi_ap): Docfix. (shishi_ap_etype): New. (shishi_ap_tktoptions): Use shishi_ap_etype. (shishi_ap_tktoptionsdata): Likewise. (shishi_ap_tktoptionsasn1usage): Likewise.

	(shishi_authenticator_add_random_subkey_etype): New. (shishi_authenticator_add_random_subkey): Use it.  Docfix.

	(shishi_tkt_keytype_fast): New.

	(shishi_authenticator_add_subkey): Remove unused code.  Fix.

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

	Add.

	Mention commercial support.

	Add.

	(shishi_tkts_expire): Use shishi_tkt_expired_p.

	(shishi_tkt_expired_p): Add.

	(shishi_tkt_expired_p): Add. (shishi_tkt_pretty_print): Separate EXPIRED into NOT YET VALID and EXPIRED.

	Revert last commit.

	Add EXTRA_DIST.

	Sync with texinfo.

	Remove DocBook template.

	Remove DocBook stuff (too unstable).

	*** empty log message ***

	Use my own GTK-DOC Makefile instead of buggy upstream version.

	Disable fortran etc libtool tests. Remove dmalloc stuff.

	Move ANNOUNCE text to manual. Don't EXTRA_DIST stuff.

	Add upstream README as README.

	Upstream sync.

2003-11-24  Simon Josefsson  <simon@josefsson.org>

	Add.

	Remove pkg.m4 (not used).

2003-11-22  Simon Josefsson  <simon@josefsson.org>

	Use AC_CONFIG_HEADERS. Remove pre-C89 junk.

	Update.

2003-11-21  Simon Josefsson  <simon@josefsson.org>

	Autoupdate fixes.

	Sync commit (half-finished old work).

	*** empty log message ***

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

	Official telnet encryption type assigned.

2003-11-02  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Add DocBook targets.

	Use gtk-doc.m4 for GTK-DOC stuff. Add DocBook checks.

	Sync with libidn.

	Add (from texinfo).

2003-11-01  Simon Josefsson  <simon@josefsson.org>

	Add, from fencepost.

	New expiry date on PGP key.

	Rebuild Makefile after modifying Makefile.gdoc.

	Set GDOC_MAN_EXTRA_ARGS.

	Add GDOC_TEXI_EXTRA_ARGS, GDOC_MAN_EXTRA_ARGS.

	Add gdoc bug workaround.

	*** empty log message ***

	Add gdoc framework. Use it from Makefile.am Update @include paths in manual.

	Don't build doc/man/Makefile (replace by gdoc framework).

	*** empty log message ***

	Remove (replaced by gdoc framework).

	Sync with libidn.

2003-10-28  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

2003-10-27  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

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

	Add.

	Fix for recent libtool breakage.

	Generated.  (This should be autogenerated instead of put in CVS...)

2003-10-20  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Add.

	Fix.

	Fix whitespace.

	(cbc_cts_decrypt): Fix real bug.

	(cbc_cts_decrypt): Use last blocksize bytes.  (Incorrect?)

	Fix IV (now it uses last blocksize bytes, same as libgcrypt, but perhaps using the next-to-last block is the correct way?).

	Add.

	(_shishi_simplified_dencrypt): Fix (3)DES-CBC-NONE.

	Remove minpadsize (not used). Fix DES_CBC_NONE.

	(shishi_time): Better length check.  Don't write out of bounds.

	Fix.

	(shishi_arcfour): Rewrite to use nettle arcfour, to make IVOUT work.

	Don't free(NULL).

	(shishi_key_from_value, shishi_key_from_base64): Mark parameter as 'const'. (shishi_key_from_random): Likewise.

	Simplify test harness. Indent.

	(cbc_cts_encrypt): Fix IV, from Nicolas Pouvesle <nico.pou@fnac.net>.

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

	Bump versions.

	*** empty log message ***

	Version 0.0.8.

	Fix DIST_SUBDIRS.

	Only dist examples and extra, don't build them.

	Generated.

	Include getline.h.

	Gnulib update.

	Update.

	Doc fix.

	Add.

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

	Use CONDITIONALs instead of @...@ subsitution for SUBDIRS.

	Remove LIBIDN_LIBS. Fix libtool -l usage.

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

	Add.

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

	Add.

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

	Revert typo.

	Fix so version comment (matches libtool manual).

	Fix indent target.

	Add.

	Add.

	Change KRBprep to SASLprep (the former supposedly deprecated).

	Enhance authorization system, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Add.

2003-10-09  Simon Josefsson  <simon@josefsson.org>

	Official version.

	Add.

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

	Put AC_CHECK_SIZEOF test early; it doesn't use libtool so if any libtool library was added using AC_CHECK_LIB (e.g., libidn) configure aborts due to linker failure (need -L/foo/bar/lib etc).

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

	Add libgcrypt.m4, suggested by Nicolas Pouvesle <nico.pou@fnac.net>.

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

	Sync with my proposed glibc patches.

	Fix info hierarchy.

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

	Generalize clean hook.

2003-09-30  Simon Josefsson  <simon@josefsson.org>

	Add.

2003-09-29  Simon Josefsson  <simon@josefsson.org>

	Upstream sync.

	Cosmetic fixes.

2003-09-29  npo  <npo>

	Fix.

2003-09-29  Simon Josefsson  <simon@josefsson.org>

	Revert.

	Revert.

	Indent.

	Fix indent target.

	Add keyusage, from Nicolas Pouvesle <nico.pou@fnac.net>.

2003-09-29  npo  <npo>

	Add.

2003-09-28  Simon Josefsson  <simon@josefsson.org>

	Add.

	Generated.

	(shishi_authorized_p): Add.

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

	Add.

	Add.

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

	Fix.

	Fix non-GNUTLS build, from Nicolas Pouvesle <nico.pou@fnac.net>.

	(shishi_crypto): Handle NULL iv, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Use xgetdomainname.

	Add getdomainname and xgetdomainname.

	Use xgethostname().

	Add xgethostname.

	Simplify include mess.

	Add crypto-ctx.

	Generated.

	Fix API. Doc fix.

	Fix API.

	Add context encryption API (for repeated encryptions with updated IV).

	Fix.

	Upstream sync.

	(shishi_cfg_from_file): Replace fgets with readlinebuffer, to support unrestricted line lengths.

	Fix bug.

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

	Add.

	Cleanup STARTTLS stuff.

	Fix STARTTLS test.

	Add.

	Add experimental STARTTLS support.

2003-09-21  Simon Josefsson  <simon@josefsson.org>

	Bump versions.

	*** empty log message ***

	Version 0.0.7.

	Generated.

	Support encryption type name aliases.

	(shishi_arcfour): Add.

	API fix.

	API fix.

	Doc fix.

	Support ARCFOUR "iv", from Nicolas Pouvesle <nico.pou@fnac.net>.

2003-09-20  Simon Josefsson  <simon@josefsson.org>

	Generated.

	Doc fix.

	Add "verbose-crypto-noice" cfg token, and use it where appropriate.

	(_shishi_simplified_dencrypt): Add zero pad for (3)DES ciphers, to make des_checksum work for CRC.

	Fix CRC32 checksum, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Fix, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Add.

	Fix ARCFOUR.

	Fix des-cbc-crc.

2003-09-19  Simon Josefsson  <simon@josefsson.org>

	Only require libgcrypt 1.1.43 or later.

	Revert.

	Fix.

	ARCFOUR fixes.

	Fix and enable ARCFOUR.

	Fix ARCFOUR.

	Fix AES checksum length, from Nicolas Pouvesle <nico.pou@fnac.net>.

	(aes_string_to_key): Use 0x00001000 as default iteration count (sync with -05 draft).  From Nicolas Pouvesle <nico.pou@fnac.net>.

	Fix.

	(shishi_hmac_sha1): Fix prototype, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Upstream sync (parses constraints).

	Sync with draft, now only 3 modifications are made. Requires latest libtasn1.

2003-09-18  Simon Josefsson  <simon@josefsson.org>

	(shishi_randomize): Add 'strong' parameter. Fix callers.

	Add.

2003-09-15  Simon Josefsson  <simon@josefsson.org>

	Typo.

	Add.

2003-09-14  Simon Josefsson  <simon@josefsson.org>

	Upstream sync.

	Fix API.

	Bump versions.

	*** empty log message ***

	Version 0.0.6.

	Don't rebuild doc/man/Makefile.am automatically.

	Generated.

	Fix.

	Fix.

	Fix @cartouche.

	Add.

	Add.

	Add.

	Distclean man pages, for 'distcheck'.

	Use nettle and minitasn1 for 'distcheck'.

	(shishi_arcfour): Use proper Nettle API.

	(_shishi_crypto_init): Fix prototype, from Nicolas Pouvesle <nico.pou@fnac.net>.

	ARCFOUR additions (unfinished).

	Fix ARCFOUR. Doc fixes.

	Fix.

2003-09-13  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add HMAC-MD5.

	Cleanup.

	Fix.

	(shishi_der_msgtype, shishi_asn1_msgtype, shishi_der2asn1): New.

	Fix packet parsing and error handling.

	Fix standalone libtasn1.

	Improve libtasn1 test.

	Warn for old libtasn1.

	Don't always -I../asn1.

	Add LIBTASN1_CFLAGS.

	Fix.

	Fix _shishi_*_init().

	Don't use pkg-config for libidn. Simplify LIBS.

	Remove LIBIDN_*.

	Remove LIBIDN_LIBS.

	Use system's libtasn1 and libgcrypt by default.

	Add.

2003-09-12  Simon Josefsson  <simon@josefsson.org>

	Generalize a bit.

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

	Add.

	(shishi_tgs_rep_build): Add keyusage.

	Use proper keyusage for building TGS-REP.

	Fix.

	Fix LDADD.

	Clear listenspec.

	Fix.

	Use ISO-8859-1, as UTF-8 is not supported by texinfo.

	Support multiple -v's.

2003-09-10  Simon Josefsson  <simon@josefsson.org>

	Optimize.

	Fix crash, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Add.

	Fix.

	Fix.

	Fix.

	Add.

	Cleanup. Doc fix.

	(shishi_server): Add.

2003-09-09  Simon Josefsson  <simon@josefsson.org>

	Log to stderr/syslog/none in shishi_{warn,info}, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Fix LDADD.

	Mention man pages.

	*** empty log message ***

	Move shishi.1 to doc/man/. Generate API man pages.

	Add -listfunc.

	Doc fix.

	Add doc/man/.

	Doc fix.

	Improve man pages, unfortunately somewhat Shishi specific for the moment. Remove leading SPC in paragraphs.

	Doc fix.

	Remove gettext.h

	Upstream sync.

	Fix.

	Fix.

	Doc fix.

	Fix ignored headers.

	Remove (already in ../gl/).

	Check if algorithm is used before testing it.

	Don't assume DES.

	Disable RC4.

	Fix.

	Add --enable-null, --enable-md, --enable-des, --enable-3des, --enable-aes, and --enable-arcfour.

	Fix.

	Split up crypto.c somewhat.

	Cleanup debug messages.

2003-09-08  Simon Josefsson  <simon@josefsson.org>

	Don't use alloca.

	Doc fix.

	Fix.

	Doc fix.

	Document proxy/forwarded tickets.

	Sync --help.

	Doc fix.

	Fix.

	Fix messages.

	(shishi_tkt_match_p): Compare tktflags. (shishi_tkts_get_tgt, shishi_tkts_get_tgs): Add. (shishi_tkts_get): Use them.

	Add --proxy, --forwardable, and --forwarded.

	Fix.

	Disable building tests unconditionally.

	(shishi_asn1_write_bitstring): Fix.

	Fix.

	Fix bitstrings.

	Fix debug messages.

	Fix.

	Add.

	Support getting proxiable tickets. Fix renewable API.

	Add proxiable hint flag. Replace renewable hint field with renewable hint flag.

	Support proxiable tickets. Use flags for renewable ticket instead of field in hints struct.

	Upstream sync.

2003-09-07  Simon Josefsson  <simon@josefsson.org>

	Fix. (Tested with 1.1.44-cvs.)

	Fix API.

	Fix.

	Fix API.

	Doc fix. Cleanup.

	Fix.

	Fix.

	Typo.

	Doc fix.

	Doc fix. Cleanup.

	Fix API.

	Add nettle.

	Doc fix.

	Doc fix.

	Fix.

	Fix.

	Fix.

	Add md4 verify. Cleanup.

	Move low-level crypto interface to nettle.c or libgcrypt.c. Fix APIs and update callers.

	Fix.

	Isolate crypto library (unfinished).

	Don't use () when talking about functions.

	Fix.

	Bump versions.

	*** empty log message ***

	Move.

	Version 0.0.5.

	Sync upstream.

	Fix.

	Include gnulib headers.

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

	Generated.

	Include PRIV stuff.

	Add PRIV.

	Mention PRIV.

	*** empty log message ***

	Fix.

	Add PRIV stuff.

	Add PRIV self test.

	Add PRIV example.

	Fix.

	Add PRIV stuff.

	Indent.

	Add.

	Fix.

	Fix.

	Fix.

	Fix.

	Don't crash.

	Fix.

	Add.

	Doc fix.

	Fix.

	Use size_t for length variables.

	Fix API.

	Use new API.

	Use shishi_time.

	Add.

	Use size_t for length variables.

	Generated.

	Use size_t for length variables.

	Fix API.

	Dist crypto-{md,rc4}.c.

	Fix prototypes.

	*** empty log message ***

	Add ticketset.

	Replace die() with fail(). Init n to size of buffer, for shishi_a2d.

	Test SAFE stuff.

	Fix copying conditions.

	Dist README.

	Dist README. Fix copying conditions.

	Upstream sync.

	Fix comments.

	Add.

	Upstream sync.

	Add.

	Rewrite.

	Unused.

	Fix error API.

	Fix.

	Fix prototypes.

	Fix API.

	Fix.

	(Shishi_krberror): Renamed to Shishi_krb_error to avoid GTK-DOC mixup with shishi_krberror().

	Fix.

	Fix.

	(shishi_info, shishi_warn): Move to error.c, for better documentation.

	Fix done.c.

	(shishi_done): Move to init.c, remove done.c. (Improves generated documentation.)

	Fix API.

	Add or fix shishi_*_done.

	*** empty log message ***

2003-09-05  Simon Josefsson  <simon@josefsson.org>

	Doc fix, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Fix.

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

	Remove safe stuff.

	Add.

	Fix.

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

	Fix SAFE.

	Add des_md5_verify (assumes nettle).

	(shishi_safe_verify): Use shishi_verify.

	Fix checksum. Add verify.

	Add.

	Fix KDC bug workaround.

	Add.

	Unfinished.

	Doc fix.

	Support draft-brezak-win2k-krb-rc4-hmac-04.txt.

	Add RC4 str2key test.

	Don't hardcode etypes.

	Fix.

	Fix.

	Fix.

	Add etype/cksumtype discussion.

	Fix.

	Doc fix.

	Fix header.

	(shishi_ap_authenticator_cksumtype): Fix prototype. Fix callers.

	Fix.

	(shishi_authenticator_add_cksum): Use shishi_authenticator_add_cksum_type.

	Fix, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Add md4/md5 cksum. Support non-default checksum type in authenticator/AP. From Nicolas Pouvesle <nico.pou@fnac.net>.

	Comment fix.

2003-09-02  Simon Josefsson  <simon@josefsson.org>

	Doc fix.

	Add.

	Debug output fix, from Nicolas Pouvesle <nico.pou@fnac.net>.

	Doc fix, from Nicolas Pouvesle <nico.pou@fnac.net>.

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

	Fix gmtime_r.

	Fix.

	New.

	Fix.

	Fix.

	Fix.

	Fix.

	Fix.

	Fix.

	Add download&install. Add autoconf tests.

	Add hacking section.

	Fix.

	Use xstrdup.

	Typo.

	Use xrealloc, xstrdup.

	Use xcalloc.

	Doc fix.

	Use xmalloc.

	Use xstrdup.

	Use xmalloc.

	Use xcalloc.

	Revert.

	Add.

	Remove kdc. Add server-realm (unfinished).

	Use memdup.

	Add.

	Fix.

	Fix AES cksumtype, from Nicolas Pouvesle <nico.pou@fnac.net>.

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

	Update.

	Fix.

	Fix crash.

	Fix.

	Add.

	Doc fix.

	Support host->realm mapping via DNS.

	Zero terminate TXT's.

	Support TXT. Fix memory allocation.

	Bump versions.

	Fix markup.

	Fix.

	Add reference manual.

	*** empty log message ***

	Version 0.0.4.

	Fix.

	Generated.

	Move timegm() to gnulib.

2003-08-30  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix.

	Fix.

	Don't build examples by default.

	Cleanup header checks.

	Reorder #include's.

	Generated.

	Dist man pages.

	Has to 'make extra' to make in extra/.

	Fix.

	Fix.

	Fix.

	Fix.

	Add unfinished TLS support.

	Don't include gnutls by default.

	Add gnutls flags.

	Fix TCP.

	Check for gnutls.

	Add.

	TCP support.

	Fix.

	Support ADDRESS/PROTOCOL in realm-kdc.

	Add.

	Doc fix.

	Fix.

	Revert bogus patch.

	Remove, replaced by automake Makefile.am.

	*** empty log message ***

	Add.

	Add extra/rsh-redone.

	Mention rsh.

	Make '-xs' work.

	Shishi port.

	Add rsh-redone, upstream.

	Doc fix.

	Doc fix.  From Nicolas Pouvesle <nico.pou@fnac.net>.

	Removed. (Moved to GSSLib.)

2003-08-29  Simon Josefsson  <simon@josefsson.org>

	Official version.

	Add.

	Fix.

	Add.

	Fix shishi_decrypt_ivupdate, from Nicolas Pouvesle <nico.pou@fnac.net>.

2003-08-28  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix --help.

	Remove things from --help.

	Fix warnings.

	Fix.

	Fix warnings.  Indent.

	Fix warnings.

	Fix warnings.

	Fix.

	Fix last commit.

	Fall back to session key instead of sub-session key for decrypting KDC-REP in TGS, but warn about buggy KDC.

	Fix.

	Use subkey in TGS.

	Temporary fix to make TGS work against MIT/Heimdal KDC.

	Add. Fix.

	Use authenticator from parameter, don't decrypt AP-REQ.

	Remove session key junk, not relevant.

	Hand authenticator over to shishi_tgs_process.

	Disable subkey usage for now, doesn't seem to work with MIT/Heimdal KDC.

	Set APOption for session key too.

	Add.  Doc fix.

	Fix error.

	Fix crash.

	Fix.

	Fix shishi_authenticator_add_subkey.

	Use allocating API.

	Fix.

	Add. Fix.

	Doc fix.

	Add FIXMEs.

	Cleanup subkey.

	Add krberror_build. Add various krberror retrieval functions. Add new NO_VALUE asn.1 error. Improve krberror pretty print.

	Simplify krberror.  Cleanup subkey.

	Typo.

	Remove subkey (so memcmp() against static strings work).

	Mention subkeys.

	We support subkeys now.

	Cleanup.

	Support for subkeys in Authenticators, from Nicolas Pouvesle <nico.pou@fnac.net>.

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

	Fix utils.c stuff.

	Fix.

	Fix.

	Support keyusage for AP-REQ decryption.

	Remove debug code.

	Cleanup.

	TGS works.

	TGS works (with some hard coded strings).

	Use new API.

	Add.

	New server parameter.

	Use new base64 API.

	*** empty log message ***

	Move base64 from lib/ to gl/, and updated callers.

	Move examples from src/ into examples/

	Fix APIs to allocate output.

	Typo.

	Use table driven approach.

	Fix APIs to allocate output.

	Fix AS key. Add non-working TGS stuff.

	Add shishi_kdcreq_get_padata*.

	Add some KDC TGS related functions. Doc fix.

	Doc fix.

	Verbose message fix.

	Fix.

	Typo.

	Sync enums.

	Better error handling.

	Improve KDC KRB-ERROR handling.

	Build utils.c.

	Fix msgtype detection.

	Fix Shishi_msgtype.

	Add copying conditions.

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

	Add.

	Fix.

	Add administration manual.

	Make password argument to --string-to-key optional (for, e.g., --random).

	Make --string-to-key work.

	Fixes.

	Define KDCKEYFILE.

	Add --crypto.

	Use keyfile for AS-REQ.

	Fix.

	Add.

	We are a GNU project.

	Add.

	Doc fix, suggested by Nicolas Pouvesle.

	Not used.

2003-08-25  Simon Josefsson  <simon@josefsson.org>

	Fix cut'n'paste bug.

	Indent.

	Doc fix.

	Fix nettle IV handling.

	Improve encryption/decryption API: Support updated IVs.

	Mention PA-TGS-REP.

2003-08-24  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Add.

	*** empty log message ***

	Set IV for libgcrypt too.

	Update IV in shishi_*crypt_iv*.  Tiny patch from Nicolas Pouvesle <nico.pou@fnac.net>.

	(shishi_encrypt_iv): Pass on iv parameter.

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

	Add comment.

	Add --fsf.

	Gnulib sync.

	Bump versions.

	Fix release target.

	Move to proper place.

	*** empty log message ***

	Version 0.0.3.

2003-08-22  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Add.

	libc sync

	Remove unused things.

	Look for libsocket, libnsl, libsyslog.

	libc sync

	libc sync

	libc sync

	fix

	libc sync

	libc sync

	add strndup.h

	generated

	libc sync

	libc sync

	libc sync

	libc sync

	libc sync

	move lockfile stuff to argp-namefrob.h

	libc sync.

	Libc sync.

	Gnulib sync.

	Fix ticket messages.

	Commit unfinished --renew code for later.

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

	Fix warnings.

	Fix -Wall warnings.

	*** empty log message ***

	Typo.

	More ASN.1 API fixes (to get rid of BUFSIZ buffers on stack).

	ASN.1 API fixes.

	Use new netio API.

	Allocate buffer, no inline copy.

	Add.

	Build client-cksum.

	Add.

	GTK-DOC fixes.

2003-08-17  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Add.

	Add.

	Typo.

	Update --help.

	Bump versions.

	*** empty log message ***

	Version 0.0.2.

	Add.

	Fix release target.

	Separate authentication from application data exchange.

	Fix netbsd crash.

	Fix.

	(shishi_asn1_read_uint32, shishi_asn1_read_integer): Propagate return code.

	Generated.

	Set program_name for gl/error.c.

	Add.

2003-08-16  Simon Josefsson  <simon@josefsson.org>

	Add.

	Sync with shishi.conf.in.

	Add ticket-life, renew-life.

	Add "ticket-life" and "renew-life" configuration terms.

	Add ticketlife, renewlife.

	(shishi): Set ticketlife, renewlife.

	Typo.

	(shishi_tgs_req_build): Use shishi_kdcreq_build.

	(shishi_as_req_build): Use shishi_kdcreq_build.

	(shishi_kdcreq_build): Add.

	(_shishi_kdcreq): Don't clear from.  Use ticketlife. (shishi_kdcreq_build): New function.

	(shishi_tkts_get): Support starttime, endtime, renew_till.

	Argp fixes. Support starttime, endtime, renew_till and renewable tickets.

	(Shishi_tkts_hint): Add. (shishi_as_req_build): Add. (shishi_kdcreq_options*, shishi_kdcreq_renewable_p): Add. (shishi_asn1_empty_field): Add.

	(shishi_tkts_get): Honor renewable.  Call shishi_as_req_build.

	(_shishi_kdcreq): Don't clear rtime. (shishi_kdcreq_options*, shishi_kdcreq_renewable_p): Add.

	(shishi_asn1_empty_field): Add.

	(shishi_as_req_build): New function; clear rtime if necessary.

	(shishi_tgs_req_build): Clear rtime if necessary.

	(shishi_asn1_write_bitstring): Fix.

	Add.

	Fix doc.

	Fix.

	Add.

	Add.

2003-08-15  Simon Josefsson  <simon@josefsson.org>

	(shishi_error_printf): Handle when argument contains shishi_strerror_details().  Based on report and tiny patch from Nicolas Pouvesle <nico.pou@fnac.net>.

	Typo.

	Upstream sync.  Fix.

	Generated.

	Sync user manual with reality.

	Fix.

	Fix.

	Shishid is not i18n.

	Add.

	(shishi_tkts_get_for_localservicepasswd): Use shishi_server_for_local_service.

	(shishi_server_for_local_service): Add.

	Remove.

	Cleanup. Fix warnings.

	Move data.h here.

	Remove data.h.

	Simplify argv handling. Move crypto.c here.

	Remove authp.c, crypto.c Fix typo.

	Set up client and server for stand-alone compilation.

	*** empty log message ***

	Update.

	Make AS/TGS/KDC into one GET command. Remove CLIENT/SERVER commands.

	Now a separate program.

	Add error codes. Add shishi_parse_name().

	(shishi_parse_name): New function.

	Add.

	Place it in the correct directory.

2003-08-14  Simon Josefsson  <simon@josefsson.org>

	Abort if no DNS info.  Based on report by Nicolas Pouvesle <nico.pou@fnac.net>.

	Add.

2003-08-13  Simon Josefsson  <simon@josefsson.org>

	Add xstrndup.

	Build xstrndup.

	Add.

	Bump versions.

	*** empty log message ***

	Add getdate.

2003-08-12  Simon Josefsson  <simon@josefsson.org>

	Add getdate stuff.

	Remove checks for unused programs.

	Add.

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

	Fix.

	Fix.

	Fix.  Indent.

	Add.

	Add.

	Fix.

	Built hostkeys.

	Some hostkeys functions renamed.

	Use new key set API.

	Fix gdoc-error invocation.

	Add hostkeys again.

	Add hostkeys.c.

	Rename from *_hostkeys_* to *_keys_*.

	Re-added, as a wrapper around keys.c, with hard coded filename.

	Rename "hostkeys" to "keys" (for "key set", a'la "tkts"), since key sets can be used for more than just host keys.

	Fix debug info.

	Work.

	Fix typo.

	Also try to send directly to realm.

	Removed.

	Fix.

	*** empty log message ***

	Version 0.0.1.

2003-08-09  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Fix typo.

	Fix.

	Dist mailutils.diff.

	Mention mailutils.diff.

	Add.

	Update.

	Add inetutils instructions.

	Make md4/md5 checksum work.

	Typo.

	Add ad-hoc GSS type.

	Clean up ad-hoc GSS checksum type.

	Fix copyright.

	Add hmac-md4.

	Fix md4/md5.

	Fix.

	Add md4.

	Add nettle fallback for DES ciphers.

	Remove asn1 junk.

	Add CBC-MAC.

	Fix.

	Fix -Icrypto.

	Fix.

	Fix USE_GCRYPT usage.

	Fix.

	Only test des for libgcrypt .

	Support nettle as well as libgcrypt. Move pkcs5/PBKDF2 stuff into Shishi namespace.

	Use new pkcs5 API.

	Replace libgcrypt/libgpg-error stuff with "mininettle" in crypto/. Check for fcntl.h.

	Remove errcrypto. Remove crypto/m4 from aclocal flags.

	Add (from nettle).

	Remove (libgcrypt is being replaced by a mini-nettle).

2003-08-08  Simon Josefsson  <simon@josefsson.org>

	Prefer minitasn1 over libtasn1.

	*** empty log message ***

	Upstream sync.

	Upstream sync.

	Upstream sync.

	Add.

	Fix acks.

	Update.

	Fix.

	Disable tests.

	Upstream sync.

	Upstream sync.

	Include time.h for time_t.

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

	Revert to upstream.

	Readd depends.

	Really fix check target.

	Remove obsolete idn CFLAGS.

	Remove obsolete intl and idn CFLAGS.

	Link gnulib.

	Remove tests (random stuff hang on too many platforms).

	Dist shishi.{ps,pdf,html}.

	Disable dependencies (to speed things up).

	Reorder resolv.h.

	Revert.

	Libtool fix.

	*** empty log message ***

	Fix typo.

	Use libtool.

	Fix includes.

	Fix gettext stuff.

	Distcheck fails on gtk-doc, disable it.

	Add -I's.

	Add.

	Ignore shishi-int.h.

	Remove distcheck flag hack.

	*** empty log message ***

	Create shishi-int.h and use it, for uint32_t etc.

	Upstream sync.

	Fix.

	Bump gcrypt version.

	Sync upstream.

	Fix.

	Add.

	Add.

	*** empty log message ***

	Libtasn1 fixes.

	*** empty log message ***

	Add (lib/minitasn1 from gnutls).

	Remove (to be replaced by minitasn1).

	Fix.

	Cleanup and fix.

	Fix.

	Mention SRV.

	Slight cleanup.

	Look for SRV RRs if KDC address not known.

	Add. Change user cfg file to $HOME/.shishi/shishi.conf from $HOME/.shishi/config.

	Add _shishi_maybe_install_usercfg, shishi_info. Fix warnings.

	Add.

	Add shishi_cfg_default_userdirectory. Don't dump cfg every time a cfg file is read. Fix warnings.

2003-08-05  Simon Josefsson  <simon@josefsson.org>

	Check for locale.h.

	Use external gettext.

	Fix.

	Use new ASN.1 module, and remove the old ones.

	Copied from rfc1510bis.asn1, with modifications.

	Fix bad sync.

	Remove.

	Sync upstream.

	Remove ps/pdf targets (modern automake include them). Fix help2man program name.

	Make libidn optional.

	Heimdal telnetd doesn't crash any more.

	Add.

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

	Add.

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

	Generated.

	Add -I to libidn.

	Link with gettext, for gnulib.

	Add program_name (for gnulib).

	Really disable ld script in libgcrypt.

	Dist inetutils.diff.

	Remove asn1 -I, add gnulib -I.

	*** empty log message ***

	Remove (we will use text files for shishid).

	Add.

	Indent.

	Fix warnings.

	Cleanup.

	Remove unused stuff.

	Fix libtool warning.

	Add.

	Remove inetutils.

	Remove (we support this by sending patches instead).

	Update.

	Revert part of last patch.

	Add.

	Add libidn -I's.

	Remove unused die().

	Define program_name (for gnulib).

	Use gnulib's error() instead of ad-hoc die().

	Use LOG_DAEMON instead of LOG_AUTHPRIV (make this configurable?).

	Fix typo.

	Try to be more portable.

	Don't ship with inetutils (too much portability problems).

	Add strchrnul.h.

	Add mempcpy.h.

	Add -I../intl for libintl.h in gettext.h.

	Fix gnulib.

	Disable libgcrypt ld script (requires too modern ld).

	Upstream update.

	Remove GNU Make specific idiom.

	Add.

	Update from draft (plus syntax hacks for libtasn1's parser).

	Check for sys/types.h earlier. Add Gnulib tests.

	Update.

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

	Add.

	Fix.

	Cleanup DES crypto (at last!).

	Fix typo.

	Better errors.

	Fix mem leak.

	Fixes.

	Indent.

	Cleanup.

	Crypto functions now allocate output buffers. Fix callers.

	Waste less stack.

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

	Sync.

	Fixes.

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

	Fix includes.  Make distcheck works under debian now.

	Build gl/m4/Makefile.

	Recurse into m4/.

	Dist fixes.

	Update upstream.

	Fix.

	Add.

	Add shishi_asn1_write_bitstring (broken).

	Fix ASN.1 writing.

	Fix crash.

2003-07-05  Simon Josefsson  <simon@josefsson.org>

	More EXTRA_DIST's.

	*** empty log message ***

	Update release target.

	Add.

	Bump version.

	Fix EXTRA_DIST's.

	Fix bug.

	*** empty log message ***

	Fix includes.

	Build errcrypto.

	Configure errcrypto.

	Quick hack to get paths to libgpg-error into Makefile's.

	Add (libgcrypt requires this...).

	Sync with upstream.

	Add generic ASN.1 bitstring, and use it.

	Fix the AP-REQ ap-options.

	(shishi_ap_req_process): Be verbose.

	Fix typo.

	Waste less stack.

	Waste less stack.

	Memory leak fix.

	Use proper API.

	Use proper API.

	Revert last change (no new API for asn1_field(), sigh).

	Include gnulib stuff.

	Use new API.

	Really remove old AC_LIBOBJ stuff.

	Remove debugging code.

	Define strchrnul, f{,un}lockfile if not defined.  (Perhaps not the right thing, check and forward patch to libc/gnulib later.)

	Fixes for gnulib.

	Compile with libgcrypt 1.1.13.

	Gnulib fixes.

	More gnulib fixes.

	Obsolete some AC_LIBOBJ with gnulib.

	Replace ARGP stuff with gnulib.

	*** empty log message ***

2003-07-04  Simon Josefsson  <simon@josefsson.org>

	Reorder to avoid warnings.

	Add gnulib compatibility functions. Remove argp (replaced by gnulib argp module).

	(shishi_tkt_key): Retrieve key from encticketpart too.

2003-06-27  Simon Josefsson  <simon@josefsson.org>

	Check for asn1 error.

2003-06-25  Simon Josefsson  <simon@josefsson.org>

	Add.

2003-06-24  Simon Josefsson  <simon@josefsson.org>

	Add.

2003-06-21  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

2003-06-12  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add.

2003-06-02  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Remove ticketset for now.

	Version 0.0.0.

	Add release target.

	Add DES encrypt/decrypt without checksum. Add dummy checksum.

	Add DES encrypt/decrypt without checksum.

	Fix NONE ciphers.

2003-05-27  Simon Josefsson  <simon@josefsson.org>

	Add encapreppart functions to AP section.

	Fix a2d.

	Add shishi_encapreppart_seqnumber_get.

	Add 3des-none. Add encrypt/decrypt with specific etype.

2003-05-25  Simon Josefsson  <simon@josefsson.org>

	Add shishi_{en,de}crypt_iv().

	Fix typo.

	Add GSS keyusage constants.

2003-05-18  Simon Josefsson  <simon@josefsson.org>

	Fix.

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

	Add shishi_ap_req_der_new.

2003-05-08  Simon Josefsson  <simon@josefsson.org>

	Fix asn1Parser.

	Remove GSS stuff.

	Check for asn1Parser.

	Add.

	Fix doc.

2003-05-07  Simon Josefsson  <simon@josefsson.org>

	Add.

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

	Remove GSS stuff (moved to separate project).

	Remove GSS stuff.

	Add.

	Add.

	Add shishi-gss.pc*.

	Build shishi-gss.pc.

	Add.

	Escape { and }.

	Fix.

	Warn obsolete applications.

	Fix.

	Indent.

	*** empty log message ***

	Add.

	Indent in gss/.

	Add.

	Fix.

	Add.

	Prototype fixes (RFC is buggy).

	Add.

	Prototype fixes (RFC is buggy).

	*** empty log message ***

	Add gss/.

	Fix.

	Add framework for GSS-API support.

	Move include of shishi.h from utils.c to each file.

	Typo.

	Add copying conditions. Add * to minor_status in prototypes (RFC is buggy).

	Last commit was corrupt. Never use xom.h. Define gss_ctx_id_t, gss_cred_id_t, gss_name_t, and gss_uint32. Fix routine errors.

	Verbatim from RFC 2744.

	Add.

2003-04-18  Simon Josefsson  <simon@josefsson.org>

	Fix info dir entry.

2003-04-16  Simon Josefsson  <simon@josefsson.org>

	Mention devices it runs on.

2003-04-15  Simon Josefsson  <simon@josefsson.org>

	Use new cvs2cl.

2003-03-29  Simon Josefsson  <simon@josefsson.org>

	Use new allocating a2d.

2003-03-26  Simon Josefsson  <simon@josefsson.org>

	Add comment.

	Add new allocating a2d functions and use them.

	Use new libgcrypt CBC-MAC interface.

	Upstream sync.

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

	Add.

2003-03-14  Simon Josefsson  <simon@josefsson.org>

	Fix debug output, spotted by Marcus Watts <mdw@umich.edu>.

2003-03-07  Simon Josefsson  <simon@josefsson.org>

	Add.

2003-02-24  Simon Josefsson  <simon@josefsson.org>

	New.

2003-02-19  Simon Josefsson  <simon@josefsson.org>

	Upstream update.

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

	Upstream update.

	Make it work.

	Use new ASN.1 API.

	Use new ASN.1 and principal APIs.

	Use new principal API.

	Add *_set().

	Doc fixes. Use new ASN.1 APIs.

	Fix integer functions.

	Indent.

	Add authenticator and gztime. Remove asn1 CFLAGS.

	*** empty log message ***

	Fix prototypes.

	Add.

	Cleanups.

2003-02-11  Simon Josefsson  <simon@josefsson.org>

	Add.

	Make it work again.

	Fix prototypes.

	Add. Fix prototypes.

	Fix title.

	Fix.

	Add.

	Add.

	Fix.

	Allow use of external libtasn1.

	Allow use of external libtasn1. Remove *_BUILD_* junk for pkg-config.

	CFLAGS for libgcrypt not needed to use shishi. Let libtool handle library dependencies.

	We need libgcrypt >1.1.13.

	*** empty log message ***

	Upstream update.

	Use new libtasn1 API.

	Use new libtasn1 API.

	*** empty log message ***

	Upstream update.

	Upstream update.

	Generated.

	Add.

	Update.

	Fix SAFE.

2003-02-10  Simon Josefsson  <simon@josefsson.org>

	Add.

	Add KRB-SAFE.

	Add KRB-SAFE. Move utility functions.

	*** empty log message ***

	(Cryptographic Overview): Improve wording.

	Fix.

	Doc fix.

	Make KRB-SAFE work.

	Doc fix.

	Ditto.

	Fix ChangeLog generation.

	Fix.

2003-02-08  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Add.

	Fix.

	Fix.

	Fix.

	Fix.

	Fix.

	Fix.

	Fix.

	Add.

	Fix.

	Fix.

	Fix.

	Fix warnings.

	Declare getsubopt().

	Add.

	Add. Fix.

	Add.

	Add.

	Add.

	Include arpa/inet.h.

	Add XXX.

	Fix init.

	Don't use DNS canonicalized hostname for display (security fix!).

	Add.

	Fix.

	New find/get API.

	Add.

	Fix.

2003-02-05  Simon Josefsson  <simon@josefsson.org>

	Fix API.

	Check arpa/inet.h.

	Fix.

	Add.

	Fix API.

	Fix.

	Fix.

	(shishi_principal_name_get, shishi_principal_name_realm_get): Move from asn1.c to principal.c

	Fix.

	Fix header.

	Fix gcrypt init.

	Use Shishi_asn1 instead of ASN1_TYPE. Fix.

	Add.

	Cleanup.

	Fix.

	Cleanup.

	Cleanup.

	Cleanup.

	Cleanup.

	Cleanup.

	Add.

	Fix.

	Use Shishi_asn1 instead of ASN1_TYPE.

	Use Shishi_asn1 instead of ASN1_TYPE. Cleanup. Add.

	Use Shishi_asn1 instead of ASN1_TYPE.

	Check syslog.h.

	Fixes.

	Copyright fix.

	Fix krberror.

	Doc fix.

	Syslog. Setuid.

	Fix.

2003-02-03  Simon Josefsson  <simon@josefsson.org>

	Doc fix.

	Re-order to improve manual.

	AS exchange works (with hardcoded credentials).

	Fix. What to do about this file?  Abandon?

	Fix.

	Fix. Add.

	Fix return codes.

	Add.

	Fix debug.

	Add. Clear pdata in AS-REQ.

	Rename ticketset.c to tkts.c.

	Add, code from ticket.c.

	Fix.

	Remove autogenerated stuff.

	Improve maintainer-clean (somewhat shishi specific).

	*** empty log message ***

	Rename shishi_ticketset_* to shishi_tkts_*. Separate ASN.1 ticket functions into shishi_ticket_* and high-level ticket functions into shishi_tkt_*.

2003-02-02  Simon Josefsson  <simon@josefsson.org>

	Add. Fix typo. (shishi_ticket_key_set): Set key in EncKDCRepPart too. (shishi_ticket2): Set transited, authtime, endtime.

	Add.

	Add. Initialize ticket in AS.

	Add.

	Add.

	Add AuthorizationData.

	Typo.

	Add.

	(shishi_as_process): Print derived user key.

	Print hex key for noice verbose.

	Print debug info.

	Print debug info.

2003-02-01  Simon Josefsson  <simon@josefsson.org>

	Add shishi_asn1_integer2_field. Indent.

	Indent. Add debug code.

	Add shishi_enckdcreppart_key_set, shishi_enckdcreppart_nonce_set, shishi_enckdcreppart_populate_encticketpart, shishi_enckdcreppart_srealm_set, shishi_enckdcreppart_sname_set, shishi_enckdcreppart_server_set, shishi_enckdcreppart_srealmserver_set, shishi_encasreppart. Indent.

	Add shishi_kdcrep_crealm_set, shishi_kdcrep_cname_set, shishi_kdcrep_client_set, shishi_kdcrep_crealmserver_set, shishi_kdcrep_set_enc_part, shishi_kdcrep_add_enc_part. (shishi_kdcrep_get_ticket): Don't lose on (some) optional fields.

	Add shishi_kdcreq_nonce, shishi_kdcreq_cname_get.

	Indent.

	Add shishi_as_rep_der_set.

	(shishi_apreq_get_ticket, shishi_apreq_set_ticket): Don't lose on optional fields (some still left though).

	Indent.

	Indent. (shishi_ap_rep_der_set): Don't lose previous AP-REP. (shishi_ap_rep_der): New.

2003-01-31  Simon Josefsson  <simon@josefsson.org>

	Add.  Fix key usage enum member name.

	Add functions to set things.

	Fix.

	Add.

	Add shishi_encticketpart.

	Add shishi_init_server.

	Add shishi_key_random.

	Use strong random data.

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

	Generated.

2003-01-22  Simon Josefsson  <simon@josefsson.org>

	New.

	Fix.

	Add some text.

	Add uninstall target. Fix distcheck.

	Use libgcrypt for CRC.

	Fix libstringprep vs libidn.

2003-01-21  Simon Josefsson  <simon@josefsson.org>

	Fix libstringprep vs libidn.

	Don't dist gdbm (for now). Fix libstringprep vs libidn. Fix cvs2cl and gtk-dock for distcheck.

	Don't check crc (gcrypt used now).

2002-12-15  Simon Josefsson  <simon@josefsson.org>

	Unfinished SAFE support.

	Fix.

	Fix.

	Fix.

	Fix.

	*** empty log message ***

2002-12-14  Simon Josefsson  <simon@josefsson.org>

	Add GTK-DOC stuff.

	Fix warnings from GTK-DOC.

	Generate HTML/SGML API documentation using GTK-DOC.

	Fix.

	EXTRA_DIST ANNOUNCE:

	Add.

	Define PAM_STATIC for static builds.

	Solaris PAM fixes.

	Make sure ChangeLog is regenerated.

2002-12-13  Simon Josefsson  <simon@josefsson.org>

	Fix.

	Copying condition changes.

	Fix warnings.

	Fix ports.

	Add --disable-pam configure option.

	*** empty log message ***

	Don't hardcode server name.

	Revert earlier changes that broke simplified encryption profile. PAM fixes.

	Add PAM.

	Initial PAM module.

2002-12-12  Simon Josefsson  <simon@josefsson.org>

	Fixes.

	Add.

	*** empty log message ***

	Fix warnings.

	Use new interfaces.

	Use new ASN.1 interface.

	Cleanup ASN.1 stuff.

	Expire tickets.

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

	Test file read/write.

	Mem fixes.  Separate ticket expiring on write.

	Use new ticketset API. Fixes.

	Use new ticketset interface.

	s/ticketset_init/ticketset/g

	Add ticketset self tests.

	Fix for new API.

	Fixes discovered while writing ticketset selftests.

	Fix.

	Use new key API.

	Add.

	Don't define ngettext.

	Fix.

	Add.

	Fix keyusage.

	Use new AP interface.

	Add crypto key file.

	Use AP interface.

	Use new key API.

	Improve AP interface.

	Key API fixes.

	Fix (make TGS work again).

	*** empty log message ***

	Portability stuff.

	Hostkeys.

	Dmalloc.

	Fix copying conditions.

	Use new key API.

	-Wall fixes.

	Cleanup key API. Add hostkey API starting point. Fixes.

2002-12-09  Simon Josefsson  <simon@josefsson.org>

	Removed text now in README-alpha.

	Add.

	Improve verbose messages.

	Use TGS interface.

	Cleanup TGS interface.

2002-12-08  Simon Josefsson  <simon@josefsson.org>

	Install as shishi-telnetd.

	Telnetd works.

	Fix.

	Use cipher_randomlen().

	Add cipher_randomlen().

	Fix.

	s/service/server/g.

	Print EncKDCRepPart when printing ticket.

	Store KDC-REP in ticket file too (for the cname, crealm, and keytype protection etype fields, and possibly other uses in the future).

	Remove most of shishi_last_*().

	Remove debug output.

	Use new ticketset API.

	Print etype key is protected under.

	Cleanup ticketset API.

	Don't hardcode all tickets belonging to jas@JOSEFSSON.ORG.

	kdc.c is broken for now.

	Print last-req too.

	Fix.

	Add find/get_ticket etype.

	Fix ticket flags.  Add last-req.

	Remove old AP-REQ API.

	Fix doc.

	Fix.

2002-12-07  Simon Josefsson  <simon@josefsson.org>

	Gnits.

	Add.

	Use GPL instead of LGPL.

	Use GPL instead of LGPL.

	Use new AS interface.

	Clean up AS interface.

	Fix.

	Use new AP interface.

	Use new AP interface for TGS.

	Use new AP interface.

	Clean up AP interface.

	Update AP.

	Fix crash in get_ticket.

	Zeroterminate server string.

	Fix AP-REP parsing.

	Set servername.

	Use new AP functions.

	Don't crash if ap==NULL.

	Add SuSE.

	Add -I's.

	Add cleanup.

	Use new get_ticket API.

	Fixes.

	Add ticketset_get_ticket_*().

	Save ticketset.

	Use shishi_warn().

2002-12-06  Simon Josefsson  <simon@josefsson.org>

	Try harder to find socklen_t before falling back to size_t.

	Fix warnings.

	Don't gethostbyname(NULL).

	*** empty log message ***

	Workaround gettext+libtool distcheck bug. Fixes.

	Workaround gettext+libtool distcheck bug.

	Handle ngettext() from autoconf instead.

	Print cusec in hex.

	Don't corrupt data in _shishi_asn1_integer_field (this caused the spurious AP-REP verification failures).

	Fix.

	Fix.

	Add entire GNU Inetutils, although most of it is disabled by Shishi's configure.ac.

	LTLIBINTL is included via libshishi.

2002-12-05  Simon Josefsson  <simon@josefsson.org>

	s/putc_unlocked/putc/g for freebsd on alpha

	Fix copying conditions.

	Fix copying conditions.

	Make it less shishi specific.

2002-12-04  Simon Josefsson  <simon@josefsson.org>

	Add XXX about not running gethostbyname() during startup.

	Add realm/principal API doc.

	Harmonise realm, principal and ticketset filename API.

	Fix --help.

	Fix destroy --server-name.

	Add ticket destroy command. Use default ticketset in src/.

	Add as.c/tgs.c prototypes.

2002-12-03  Simon Josefsson  <simon@josefsson.org>

	Fix dependencies.

	Doc fixes.

	Exclude libstringprep from ChangeLog.

	Portability fixes.

	Typographic fixes.

	*** empty log message ***

	Generate error label documentation.

	New API.

	Improve crypto documentation.

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

	Fix stringprep variables.

	Define socklen_t to size_t if it doesn't exist (Tru64 without _XOPEN_SOURCE=500). Fix libstringprep variables.

	*** empty log message ***

	Move some private structures to where they belong. Fixes.

	Shishi_key fixes.

	Create new Shishi_key structure to hide key details.

	Add new key data type.

	Use new ticket API.

	Don't take handle parameter in ticket accessor functions.

	Add --verbose-library. Fix return code.

	Fix.

	Remove unused stuff.

2002-12-01  Simon Josefsson  <simon@josefsson.org>

	Include argp.

	Fix includes.

	Fix prototype.

	Add.

	Fix includes.

	Fix includes. Export key usage values.

	regenerated

	Enhance key handling in crypto. Fixes.

	Fix.

	Add. Fix.

	Add.

	Add key output functions.

	Always specify rand2key and str2key functions. Allow randomize to return 0 "random" bytes.

	Fixes.

	More debugging output.

	Fix.

	Fixes. Add stringprocess.

	Only support AES256 by default, as per RFC1510bis.

	Fix.

	Fixes.

2002-11-30  Simon Josefsson  <simon@josefsson.org>

	Fix typo.

	Cleanup.

	Print KRB-ERROR in AS/TGS.

	Improve error handling.

	Replaced DEBUG* and SILENT with VERBOSE. Added KRB-ERROR handling.

	Improve errors.

	Use new password API.

	Character set handling for passwords, subject to new "stringprocess" configuration verb.

	Remove argp (now added to LIBS).

	Add AC_LIBOBJ's to EXTRA_DIST.

	From gnulib, a AC_LIBOBJ.

	Add libstringprep.

	Clean up a little.

	From gnulib, a AC_LIBOBJ.

2002-11-29  Simon Josefsson  <simon@josefsson.org>

	use aes256, aes128, des3 by default

	indent caused regeneration

	indent

	new version

	add indent

	these are regenerated by autoreconf

	always include stdarg, never varargs

	add intl

	*** empty log message ***

	add my patches

	add libtasn1 from CVS as of 2002-11-29

	add libgcrypt from CVS, version 1.1.0 plus md4 and cts

	fix cipher_name

	generated updates

	fixes

	endian fixes for keytype as + kdc + telnet now works on solaris

	fix when cipher_name fails

	fix TZ variable for solaris

	remove shortnonce stuff

	fix

	add unsetenv LIBOBJ fix typo remove alloca and malloc LIBOBJs

	compile fixes

	solaris has sockaddr_storage, but using it doesn't work?!

	improved setenv LIBOBJs from Bruno.

	endian fixes

2002-11-28  Simon Josefsson  <simon@josefsson.org>

	copy from glibc that actually works

	libtool obsoletes ranlib

	nonces are 4 bytes, remove shortnonce stuff.

2002-11-27  Simon Josefsson  <simon@josefsson.org>

	fix

	fix msg

	need more includes

	print warnings

	make dist work

	add prototype

	fix asn1 dir

	fixes

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

	extradist arpa/telnet.h

	don't hardcode SHELL

	remove gdbm temporarily add ngettext check add setenv replacement

	new file, for system's that lack setenv()

	extradist setenv.c

	fix ngettext

	needs asn1 includes

	_N is defined on solaris

	need asn1 includes

	fix

	add CFLAGS to cmd line history

	fixes.

	small fixes

2002-11-25  Simon Josefsson  <simon@josefsson.org>

	remove krb5 stuff from inetutils remove ugly stuff configure.ac

	Rename telnetd shishi-telnetd.

	*** empty log message ***

	call it shishi-telnet instead of telnet.

	update for shishi

	Upstream files.

	extra/

	*** empty log message ***

	*** empty log message ***

	Now it works.

	Add inetutils in extra/.

	Initial stripped down GNU Inetutils import.

	*** empty log message ***

	*** empty log message ***

	remove debug code

	EXTRA_DIST crypt-*.c

	todo's

	*** empty log message ***

	*** empty log message ***

	*** empty log message ***

	add copyright

	*** empty log message ***

	Move platforms to doc/shishi.texi

	*** empty log message ***

	Add user manual, reporting bugs, supported platforms.

2002-11-23  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	fixes.

	fixes

	remove junk

	remove md4 junk

	use autoreconf

	Gettext version for autoreconf.

	User/Administration Manual sections.

2002-11-22  Simon Josefsson  <simon@josefsson.org>

	Add high-level AP functions.

	*** empty log message ***

	"kerberos" is a dirty word.

	Remove keytype from some functions.

	Add crypto overview. Fixes.

	Cleanup.

	remove junk.

	3DES TGS works.

	Don't link with libtasn1.

	Fixes. Add stringprep.

	test/ renamed to tests/ (repository mv).

	*** empty log message ***

	Add server-realm.

	Move gcrypt after shishi.

	Read CFG in library.

	Add TGS client/server name.

	Don't link with libtasn.

	Crypto updates.

	Add --client-name and --server-name for TGS. Read cfg and create ticketset within library.

	Inline call.

	Free some more.

	remove errorDescription from shishi_d2a_apprep

	Str2key parameter.

	Map server to realm.

	Handle library default ticketset.

	Crypto key usage fixes.

	Fix keyusage enum. Add cfg and ticketset.

	Read config files and ticketset in shishi_init().

	Add shishi_cfg_default_*.

	Cleanup cksum type selection a little.

	Crypto keyusage.

	Encrypt with key usage.

	Cleanups

	shishi_asprintf().

	Add vasprintf, pkcs5. Link asn1 stuff directly.

	*** empty log message ***

	Split crypto files more. AES works.

	Add AES test vectors.

2002-11-20  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Check libgcrypt return codes.

	Split crypto file. Some initial AES stuff. Maybe other things.

2002-11-14  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	Removed junk (automatically generated).

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

	Fix bug.

	Add PKCS5 PBKDF2 implementation.

	*** empty log message ***

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

	Add -R.

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

	Make it compile with buggy libtasn1.

2002-11-04  Simon Josefsson  <simon@josefsson.org>

	Add kdc-timeout and kdc-retries configuration file settings. Manual improvements. Added MOD-CRC32 and test vectors. Added MD4 (to be replaced by my patch to libgcrypt). Added Shishi_as and Shishi_tgs structures for high-level KDC exchanges. Separated KDC command into high-level AS, TGS and low-level KDC.

2002-11-02  Simon Josefsson  <simon@josefsson.org>

	Reworked silent/verbose/debug handling in library. Handles more than one KDC.

2002-10-31  Simon Josefsson  <simon@josefsson.org>

	Improve daemon.

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

	EXTRA_DIST gdbm until it has automake.

	Remove dependency on GNET Add GDBM

	Add dummy distdir and distcheck targets.

	Add gdbm-1.8.3

2002-10-28  Simon Josefsson  <simon@josefsson.org>

	des3-cbc-hmac-sha1-kd AS works.

2002-10-26  Simon Josefsson  <simon@josefsson.org>

	Add client-kdc-etypes configuration option.

	*** empty log message ***

	gettextize want these

	Moved development into CVS.

2002-10-19  Simon Josefsson  <simon@josefsson.org>

	*** empty log message ***

	These should not be in CVS.

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

	*** empty log message ***

	Initial release, version 0.0.0.
