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

	* tests/Makefile.am: Remove ticketset for now.

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

	* NEWS: Version 0.0.0.

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

	* Makefile.am: Add release target.

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

	* lib/crypto.c: Add DES encrypt/decrypt without checksum.  Add
	dummy checksum.

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

	* lib/crypto-des.c: Add DES encrypt/decrypt without checksum.

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

	* lib/shishi.h.in: Fix NONE ciphers.

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

	* doc/Makefile.am: Add encapreppart functions to AP section.

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

	* lib/aprep.c, lib/apreq.c: Fix a2d.

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

	* lib/encapreppart.c, lib/shishi.h.in: Add
	shishi_encapreppart_seqnumber_get.

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

	* lib/crypto-3des.c, lib/crypto.c, lib/shishi.h.in: Add 3des-none. 
	Add encrypt/decrypt with specific etype.

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

	* lib/crypto-3des.c, lib/crypto-aes.c, lib/crypto-des.c,
	lib/crypto-null.c, lib/crypto.c, lib/shishi.h.in: Add
	shishi_{en,de}crypt_iv().

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

	* lib/shishi.h.in: Fix typo.

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

	* lib/shishi.h.in: Add GSS keyusage constants.

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

	* lib/authenticator.c: Fix.

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

	* lib/ap.c, lib/shishi.h.in: Add shishi_ap_req_der_new.

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

	* lib/Makefile.am: Fix asn1Parser.

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

	* doc/Makefile.am: Remove GSS stuff.

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

	* configure.ac: Check for asn1Parser.

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

	* lib/tkts.c: Add.

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

	* lib/init.c: Fix doc.

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

	* Makefile.am, README, configure.ac, tests/Makefile.am,
	shishi-gss.pc.in: Remove GSS stuff (moved to separate project).

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

	* doc/shishi.texi: Remove GSS stuff.

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

	* shishi-gss.pc.in: Add.

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

	* Makefile.am: Add shishi-gss.pc*.

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

	* configure.ac: Build shishi-gss.pc.

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

	* doc/gdoc: Escape { and }.

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

	* doc/shishi.texi: Fix.

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

	* Makefile.am: Indent in gss/.

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

	* doc/Makefile.am, doc/shishi.texi: Add.

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

	* README: Add gss/.

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

	* NEWS, AUTHORS: Fix.

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

	* Makefile.am, configure.ac, doc/Makefile.am, doc/shishi.texi,
	tests/Makefile.am, tests/gss.c: Add framework for GSS-API support.

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

	* tests/authenticator.c, tests/crypto.c, tests/gztime.c,
	tests/ticketset.c, tests/utils.c: Move include of shishi.h from
	utils.c to each file.

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

	* lib/internal.h: Typo.

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

	* doc/shishi.texi: Fix info dir entry.

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

	* ANNOUNCE: Mention devices it runs on.

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

	* Makefile.am: Use new cvs2cl.

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

	* lib/kdcreq.c: Use new allocating a2d.

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

	* src/shishid.c: Add comment.

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

	* lib/asn1.c, lib/kdc.c, lib/shishi.h.in: Add new allocating a2d
	functions and use them.

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

	* lib/crypto-des.c: Use new libgcrypt CBC-MAC interface.

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

	* crypto/AUTHORS, crypto/NEWS, crypto/THANKS, crypto/TODO,
	crypto/configure.ac, crypto/cipher/arcfour.c,
	crypto/cipher/blowfish.c, crypto/cipher/cast5.c,
	crypto/cipher/cipher.c, crypto/cipher/des.c,
	crypto/cipher/dynload.c, crypto/cipher/dynload.h,
	crypto/cipher/elgamal.c, crypto/cipher/elgamal.h,
	crypto/cipher/md.c, crypto/cipher/md4.c, crypto/cipher/md5.c,
	crypto/cipher/primegen.c, crypto/cipher/pubkey.c,
	crypto/cipher/random.c, crypto/cipher/rijndael.c,
	crypto/cipher/rmd160.c, crypto/cipher/rndegd.c,
	crypto/cipher/rndlinux.c, crypto/cipher/rndunix.c,
	crypto/cipher/rndw32.c, crypto/cipher/rsa.c, crypto/cipher/rsa.h,
	crypto/cipher/sha1.c, crypto/cipher/sha256.c,
	crypto/cipher/tiger.c, crypto/cipher/twofish.c,
	crypto/doc/gcrypt.texi, crypto/scripts/db2any, crypto/src/cipher.h,
	crypto/src/g10lib.h, crypto/src/gcrypt.h, crypto/src/global.c,
	crypto/src/misc.c, crypto/src/secmem.c, crypto/src/secmem.h,
	crypto/src/sexp.c, crypto/tests/Makefile.am, crypto/tests/basic.c,
	crypto/tests/keygen.c, crypto/tests/pubkey.c: Upstream sync.

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

	* asn1/NEWS, asn1/configure.in, asn1/doc/asn1.tex, asn1/lib/ASN1.c,
	asn1/lib/coding.c, asn1/lib/decoding.c, asn1/lib/element.c,
	asn1/lib/errors.c, asn1/lib/errors_int.h, asn1/lib/int.h,
	asn1/lib/libtasn1.h, asn1/lib/parser_aux.c, asn1/lib/structure.c,
	asn1/src/CertificateExample.c, asn1/src/CrlExample.c,
	asn1/src/asn1Coding.c, asn1/tests/Test_parser.asn,
	asn1/tests/Test_parser.c, asn1/tests/Test_tree.asn,
	asn1/tests/Test_tree.c, asn1/tests/Test_tree_asn1_tab.c: Upstream
	sync.

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

	* tests/crypto.c: Fix debug output, spotted by Marcus Watts
	<mdw@umich.edu>.

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

	* asn1/NEWS, asn1/configure.in, asn1/lib/ASN1.c,
	asn1/lib/decoding.c, asn1/lib/element.c, asn1/lib/int.h,
	asn1/lib/libtasn1.h, asn1/lib/structure.c,
	asn1/tests/Test_tree.asn, asn1/tests/Test_tree.c: Upstream update.

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

	* extra/inetutils/Makefile.am, extra/inetutils/NEWS,
	extra/inetutils/configure.ac,
	extra/inetutils/libinetutils/Makefile.am,
	extra/inetutils/libinetutils/getopt.c,
	extra/inetutils/libinetutils/getopt.h,
	extra/inetutils/libinetutils/getopt1.c,
	extra/inetutils/libinetutils/getpass.c,
	extra/inetutils/libinetutils/gettext.h,
	extra/inetutils/libinetutils/getusershell.c,
	extra/inetutils/libinetutils/iruserok.c,
	extra/inetutils/libinetutils/krcmd.c,
	extra/inetutils/libinetutils/malloc.c,
	extra/inetutils/libinetutils/memcmp.c,
	extra/inetutils/libinetutils/memcpy.c,
	extra/inetutils/libinetutils/memmove.c,
	extra/inetutils/libinetutils/memset.c,
	extra/inetutils/libinetutils/obstack.c,
	extra/inetutils/libinetutils/obstack.h,
	extra/inetutils/libinetutils/pathmax.h,
	extra/inetutils/libinetutils/realloc.c,
	extra/inetutils/libinetutils/setenv.c,
	extra/inetutils/libinetutils/setenv.h,
	extra/inetutils/libinetutils/strcasecmp.c,
	extra/inetutils/libinetutils/strdup.c,
	extra/inetutils/libinetutils/strerror.c,
	extra/inetutils/libinetutils/xalloc.h,
	extra/inetutils/libinetutils/xgetcwd.c,
	extra/inetutils/libinetutils/xgetcwd.h,
	extra/inetutils/libinetutils/xmalloc.c,
	extra/inetutils/libinetutils/xstrdup.c,
	extra/inetutils/libtelnet/Makefile.am,
	extra/inetutils/libtelnet/auth-proto.h,
	extra/inetutils/libtelnet/auth.c, extra/inetutils/libtelnet/auth.h,
	extra/inetutils/libtelnet/forward.c,
	extra/inetutils/libtelnet/kerberos.c,
	extra/inetutils/libtelnet/kerberos5.c,
	extra/inetutils/libtelnet/misc.c,
	extra/inetutils/libtelnet/read_passwd.c,
	extra/inetutils/libtelnet/shishi.c,
	extra/inetutils/ping/Makefile.am, extra/inetutils/ping/ping.c,
	extra/inetutils/ping/ping_echo.c,
	extra/inetutils/telnet/Makefile.am,
	extra/inetutils/telnet/commands.c,
	extra/inetutils/telnetd/Makefile.am,
	extra/inetutils/telnetd/state.c, extra/inetutils/whois/net.c:
	Upstream update.

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

	* lib/safe.c: Make it work.

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

	* lib/tkt.c: Use new ASN.1 API.

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

	* lib/kdcreq.c: Use new ASN.1 and principal APIs.

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

	* lib/kdcrep.c: Use new principal API.

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

	* lib/principal.c: Add *_set().

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

	* lib/encapreppart.c: Doc fixes.  Use new ASN.1 APIs.

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

	* lib/asn1.c: Fix integer functions.

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

	* tests/authenticator.c, tests/gztime.c, tests/ticketset.c: Indent.

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

	* tests/Makefile.am: Add authenticator and gztime.  Remove asn1
	CFLAGS.

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

	* tests/utils.c: Fix prototypes.

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

	* tests/authenticator.c: Add.

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

	* lib/authenticator.c: Cleanups.

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

	* tests/gztime.c: Add.

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

	* lib/gztime.c: Make it work again.

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

	* lib/gztime.c: Fix prototypes.

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

	* lib/shishi.h.in: Add.  Fix prototypes.

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

	* tests/ticketset.c: Fix title.

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

	* lib/tkts.c: Fix.

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

	* crypto/scripts/config.guess, crypto/scripts/config.sub,
	crypto/scripts/install-sh, crypto/scripts/missing,
	crypto/scripts/mkinstalldirs, crypto/INSTALL: Fix.

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

	* Makefile.am: Allow use of external libtasn1.

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

	* configure.ac, lib/Makefile.am: Allow use of external libtasn1. 
	Remove *_BUILD_* junk for pkg-config.

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

	* shishi.pc.in: CFLAGS for libgcrypt not needed to use shishi.	Let
	libtool handle library dependencies.

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

	* configure.ac: We need libgcrypt >1.1.13.

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

	* crypto/AUTHORS, crypto/INSTALL, crypto/NEWS, crypto/README,
	crypto/TODO, crypto/configure.ac, crypto/libgcrypt.txt,
	crypto/cipher/Makefile.am, crypto/cipher/bithelp.h,
	crypto/cipher/cipher.c, crypto/cipher/crc.c, crypto/cipher/dsa.c,
	crypto/cipher/dsa.h, crypto/cipher/dynload.c,
	crypto/cipher/dynload.h, crypto/cipher/elgamal.c,
	crypto/cipher/elgamal.h, crypto/cipher/md.c, crypto/cipher/md4.c,
	crypto/cipher/md5.c, crypto/cipher/pubkey.c,
	crypto/cipher/rand-internal.h, crypto/cipher/random.c,
	crypto/cipher/random.h, crypto/cipher/rijndael.c,
	crypto/cipher/rmd160.c, crypto/cipher/rndegd.c,
	crypto/cipher/rndlinux.c, crypto/cipher/rndunix.c,
	crypto/cipher/rndw32.c, crypto/cipher/rsa.c, crypto/cipher/rsa.h,
	crypto/cipher/sha1.c, crypto/cipher/sha256.c,
	crypto/cipher/tiger.c, crypto/cipher/twofish.c,
	crypto/doc/gcrypt.texi, crypto/mpi/Makefile.am,
	crypto/mpi/longlong.h, crypto/scripts/config.guess,
	crypto/scripts/config.sub, crypto/scripts/db2any,
	crypto/scripts/install-sh, crypto/scripts/missing,
	crypto/scripts/mkinstalldirs, crypto/src/Makefile.am,
	crypto/src/g10lib.h, crypto/src/gcrypt.h, crypto/src/global.c,
	crypto/src/libgcrypt.vers, crypto/src/secmem.h, crypto/src/sexp.c,
	crypto/src/stdmem.c, crypto/src/stdmem.h, crypto/src/testapi.c,
	crypto/tests/Makefile.am, crypto/tests/basic.c,
	crypto/tests/keygen.c: Upstream update.

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

	* lib/aprep.c, lib/apreq.c, lib/asn1.c, lib/authenticator.c,
	lib/diskio.c, lib/encapreppart.c, lib/enckdcreppart.c,
	lib/encticketpart.c, lib/kdc.c, lib/kdcrep.c, lib/kdcreq.c,
	lib/krberror.c, lib/safe.c, lib/tgs.c, lib/ticket.c, lib/tkt.c: Use
	new libtasn1 API.

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

	* asn1/configure.in: Upstream update.

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

	* asn1/lib/element.c, asn1/lib/decoding.c: Upstream update.

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

	* asn1/lib/defines.h, asn1/NEWS, asn1/doc/asn1.tex: Upstream
	update.

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

	* asn1/lib/ASN1.y, asn1/lib/coding.c, asn1/lib/structure.c,
	asn1/lib/parser_aux.c, asn1/lib/libtasn1.h, asn1/lib/int.h,
	asn1/lib/gstr.c, asn1/lib/gstr.h, asn1/lib/errors.c: Upstream
	update.

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

	* asn1/tests/Test_parser.c, asn1/tests/Test_tree.asn,
	asn1/tests/Test_tree.c, asn1/src/CertificateExample.c,
	asn1/src/CrlExample.c, asn1/src/asn1Coding.c,
	asn1/src/asn1Coding_test.asg, asn1/src/asn1Decoding.c,
	asn1/src/asn1Parser.c: Upstream update.

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

	* po/shishi.pot, po/sv.po: Generated.

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

	* doc/reference/shishi.types: Add.

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

	* ANNOUNCE: Update.

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

	* lib/shishi.h.in, lib/safe.c: Fix SAFE.

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

	* doc/shishi.texi: Add.

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

	* doc/Makefile.am: Add KRB-SAFE.

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

	* doc/shishi.texi: Add KRB-SAFE.  Move utility functions.

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

	* doc/shishi.texi: [no log message]

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

	* doc/shishi.texi: (Cryptographic Overview): Improve wording.

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

	* README-alpha: Fix.

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

	* lib/as.c: Doc fix.

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

	* lib/asn1.c, lib/diskio.c, lib/safe.c, lib/shishi.h.in,
	lib/internal.h, src/client.c, src/server.c: Make KRB-SAFE work.

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

	* lib/tgs.c, lib/as.c: Doc fix.

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

	* Makefile.am: Ditto.

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

	* Makefile.am: Fix ChangeLog generation.

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

	* README: Fix.

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

	* lib/shishi.h.in, lib/tkts.c: Fix.

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

	* tests/ticketset.c, tests/crypto.c, tests/utils.c, src/client.c,
	src/server.c, src/data.h, src/shishi.c, src/shishid.c: Fix.

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

	* src/shishid.c: Fix.

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

	* lib/safe.c: Add.

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

	* src/authp.c, src/client.c, lib/shishi.h.in: Fix.

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

	* lib/asn1.c, lib/crypto-des.c, lib/init.c, lib/netio.c,
	lib/shishi.h.in: Fix.

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

	* lib/vasprintf.c, lib/kdcreq.c: Fix.

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

	* lib/asn1.c, lib/authenticator.c, lib/cfg.c, lib/crypto-des.c,
	lib/crypto.c, lib/enckdcreppart.c, lib/encticketpart.c, lib/init.c,
	lib/kdc.c, lib/kdcrep.c, lib/key.c, lib/netio.c, lib/pkcs5.c,
	lib/principal.c, lib/shishi.h.in, lib/ticket.c, lib/tkt.c,
	lib/tkts.c, lib/vasprintf.c: Fix.

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

	* lib/shishi.h.in: Fix.

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

	* lib/crypto.c: Fix.

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

	* lib/vasprintf.c, lib/internal.h: Fix.

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

	* lib/asn1.c, lib/pkcs5.c, lib/key.c, lib/crypto-aes.c,
	lib/crypto.c, lib/netio.c, lib/tkts.c, lib/kdc.c, lib/as.c,
	lib/crypto-3des.c, lib/crypto-des.c, lib/crypto-null.c, lib/init.c,
	lib/krberror.c, lib/shishi.h.in: Fix.

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

	* lib/encticketpart.c, lib/tkt.c, lib/shishi.h.in, lib/tkts.c: Fix.

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

	* lib/asn1.c: Add.

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

	* lib/apreq.c, lib/shishi.h.in, lib/encapreppart.c, lib/ticket.c:
	Fix.

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

	* lib/authenticator.c, lib/kdcrep.c, lib/enckdcreppart.c: Fix.

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

	* lib/shishi.h.in: Fix.

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

	* lib/cfg.c: Fix warnings.

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

	* lib/cfg.c: Declare getsubopt().

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

	* lib/shishi.h.in: Add.

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

	* lib/shishi.h.in: Add.  Fix.

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

	* lib/shishi.h.in: Add.

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

	* lib/shishi.h.in, lib/internal.h: Add.

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

	* lib/shishi.h.in, lib/internal.h: Add.

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

	* lib/internal.h: Include arpa/inet.h.

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

	* extra/inetutils/libtelnet/shishi.c: Add XXX.

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

	* extra/inetutils/libtelnet/shishi.c: Fix init.

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

	* extra/inetutils/telnet/commands.c: Don't use DNS canonicalized
	hostname for display (security fix!).

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

	* doc/shishi.texi: Add.

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

	* lib/shishi.h.in: Fix.

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

	* extra/inetutils/libtelnet/shishi.c: New find/get API.

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

	* lib/shishi.h.in, lib/tkts.c, tests/ticketset.c, src/shishi.c: New
	find/get API.

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

	* lib/tkt.c: Add.

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

	* lib/principal.c: Fix.

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

	* src/shishid.c, tests/ticketset.c,
	extra/inetutils/libtelnet/shishi.c: Fix API.

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

	* configure.ac: Check arpa/inet.h.

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

	* lib/ticket.c, lib/asn1.c, lib/shishi.h.in, lib/tkts.c: Fix API.

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

	* lib/enckdcreppart.c, lib/encticketpart.c: Fix.

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

	* lib/crypto.c: Add.

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

	* lib/kdc.c, lib/ap.c, lib/aprep.c, lib/apreq.c, lib/as.c,
	lib/diskio.c: Fix API.

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

	* lib/kdcrep.c: Fix.

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

	* lib/shishi.h.in, lib/asn1.c: Fix.

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

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

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

	* lib/safe.c: Fix.

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

	* lib/diskio.c: Fix header.

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

	* lib/init.c: Fix gcrypt init.

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

	* lib/internal.h: Use Shishi_asn1 instead of ASN1_TYPE.  Fix.

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

	* lib/asn1.c: Add.

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

	* lib/enckdcreppart.c, lib/safe.c: Cleanup.

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

	* lib/authenticator.c, lib/kdcreq.c, lib/shishi.h.in, lib/init.c:
	Fix.

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

	* lib/encticketpart.c: Cleanup.

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

	* lib/ticket.c: Cleanup.

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

	* lib/kdc.c: Cleanup.

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

	* lib/krberror.c: Cleanup.

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

	* lib/kdcrep.c: Cleanup.

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

	* lib/kdcreq.c: Cleanup.

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

	* lib/asn1.c: Add.

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

	* lib/ticket.c: Use Shishi_asn1 instead of ASN1_TYPE.

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

	* lib/encapreppart.c: Fix.

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

	* lib/tkt.c, lib/krberror.c, lib/kdcrep.c, lib/kdcreq.c, lib/tgs.c,
	lib/safe.c: Use Shishi_asn1 instead of ASN1_TYPE.

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

	* lib/encapreppart.c, lib/enckdcreppart.c, lib/encticketpart.c,
	lib/kdc.c: Use Shishi_asn1 instead of ASN1_TYPE.

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

	* lib/diskio.c, lib/done.c: Use Shishi_asn1 instead of ASN1_TYPE.

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

	* lib/asn1.c: Use Shishi_asn1 instead of ASN1_TYPE.  Cleanup.  Add.

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

	* lib/ap.c, lib/shishi.h.in, lib/apreq.c, lib/aprep.c, lib/as.c,
	lib/authenticator.c: Use Shishi_asn1 instead of ASN1_TYPE.

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

	* configure.ac: Check syslog.h.

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

	* doc/gdoc: Fixes.

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

	* lib/version.c: Copyright fix.

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

	* lib/shishi.h.in: Fix krberror.

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

	* lib/apreq.c, lib/error.c, lib/hostkeys.c, lib/version.c: Doc fix.

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

	* src/shishid.c: Syslog.  Setuid.

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

	* lib/krberror.c: Doc fix.

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

	* lib/init.c: Re-order to improve manual.

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

	* src/shishid.c: AS exchange works (with hardcoded credentials).

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

	* src/kdc.c: Fix.  What to do about this file?	Abandon?

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

	* lib/shishi.h.in: Fix.

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

	* lib/kdcreq.c: Fix.  Add.

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

	* lib/kdc.c: Fix return codes.

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

	* lib/init.c: Add.

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

	* lib/asn1.c: Fix debug.

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

	* lib/as.c: Add.  Clear pdata in AS-REQ.

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

	* lib/ticketset.c, lib/tkts.c: Rename ticketset.c to tkts.c.

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

	* lib/tkt.c: Add, code from ticket.c.

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

	* doc/reference/Makefile.am, doc/reference/tmpl/dummy.sgml,
	doc/reference/tmpl/shishi.sgml: Fix.

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

	* doc/reference/shishi.types, doc/reference/tmpl/shishi.sgml:
	Remove autogenerated stuff.

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

	* doc/reference/Makefile.am: Improve maintainer-clean (somewhat
	shishi specific).

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

	* doc/Makefile.am, doc/shishi.texi, doc/reference/tmpl/shishi.sgml,
	extra/inetutils/libtelnet/shishi.c, extra/pam_shishi/pam_shishi.c,
	lib/Makefile.am, lib/ap.c, lib/apreq.c, lib/as.c, lib/asn1.c,
	lib/authenticator.c, lib/diskio.c, lib/done.c, lib/enckdcreppart.c,
	lib/error.c, lib/init.c, lib/internal.h, lib/kdc.c, lib/kdcrep.c,
	lib/kdcreq.c, lib/safe.c, lib/shishi.h.in, lib/tgs.c, lib/ticket.c,
	src/authp.c, src/client.c, src/server.c, src/shishi.c,
	src/shishid.c, tests/ticketset.c: 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>

	* lib/ticket.c: Add.  Fix typo.  (shishi_ticket_key_set): Set key
	in EncKDCRepPart too.  (shishi_ticket2): Set transited, authtime,
	endtime.

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

	* lib/cfg.c, lib/crypto.c, lib/enckdcreppart.c, lib/kdc.c,
	lib/kdcrep.c, lib/kdcreq.c, lib/shishi.h.in: Add.

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

	* lib/as.c: Add.  Initialize ticket in AS.

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

	* lib/authenticator.c: Add.

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

	* lib/ticket.c, lib/shishi.h.in, lib/kdc.c: Add.

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

	* lib/authenticator.c: Add AuthorizationData.

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

	* lib/ap.c: Typo.

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

	* lib/kdcreq.c, lib/shishi.h.in: Add.

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

	* lib/kdc.c: (shishi_as_process): Print derived user key.

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

	* lib/diskio.c: Print hex key for noice verbose.

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

	* lib/ap.c, lib/as.c: Print debug info.

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

	* lib/ap.c: Print debug info.

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

	* lib/asn1.c: Add shishi_asn1_integer2_field.  Indent.

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

	* lib/crypto.c, lib/cfg.c, lib/authenticator.c, src/authp.c,
	src/client.c, src/crypto.c, src/server.c, src/shishi.c,
	src/shishid.c, tests/crypto.c, tests/ticketset.c: Indent.

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

	* lib/diskio.c: Indent.  Add debug code.

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

	* lib/enckdcreppart.c: 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.

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

	* lib/kdc.c, lib/init.c, lib/hostkeys.c, lib/error.c,
	lib/encticketpart.c, lib/encapreppart.c: Indent.

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

	* lib/kdcrep.c: 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.

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

	* lib/kdcreq.c: Add shishi_kdcreq_nonce, shishi_kdcreq_cname_get.

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

	* lib/krberror.c, lib/key.c: Indent.

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

	* lib/ticketset.c, lib/ticket.c, lib/tgs.c, lib/realm.c,
	lib/principal.c, lib/password.c, lib/netio.c: Indent.

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

	* lib/as.c: Add shishi_as_rep_der_set.

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

	* lib/apreq.c: (shishi_apreq_get_ticket, shishi_apreq_set_ticket):
	Don't lose on optional fields (some still left though).

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

	* lib/aprep.c: Indent.

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

	* lib/ap.c: 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>

	* lib/shishi.h.in: Add.  Fix key usage enum member name.

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

	* lib/encticketpart.c, lib/kdcrep.c, lib/ticket.c: Add functions to
	set things.

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

	* lib/enckdcreppart.c: Fix.

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

	* lib/shishi.h.in: Add.

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

	* lib/encticketpart.c: Add shishi_encticketpart.

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

	* lib/init.c: Add shishi_init_server.

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

	* lib/key.c: Add shishi_key_random.

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

	* lib/crypto.c: Use strong random data.

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

	* doc/reference/tmpl/shishi.sgml: Generated.

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

	* doc/reference/tmpl/shishi.sgml: New.

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

	* configure.ac: Fix.

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

	* doc/reference/shishi-docs.sgml: Add some text.

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

	* doc/reference/Makefile.am: Add uninstall target.  Fix distcheck.

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

	* lib/crypto-des.c: Use libgcrypt for CRC.

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

	* lib/Makefile.am: Fix libstringprep vs libidn.

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

	* configure.ac: Fix libstringprep vs libidn.

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

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

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

	* tests/crypto.c: Don't check crc (gcrypt used now).

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

	* lib/Makefile.am, lib/diskio.c, lib/key.c, lib/safe.c,
	lib/shishi.h.in, src/client.c: Unfinished SAFE support.

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

	* ANNOUNCE: Fix.

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

	* ANNOUNCE: Fix.

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

	* ANNOUNCE: Fix.

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

	* src/shishid.c, src/shishi.c: Fix.

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

	* shishi.pc.in, shishi.conf.in, README: Fix.

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

	* configure.ac: Add GTK-DOC stuff.

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

	* lib/kdcreq.c, lib/tgs.c: Fix warnings from GTK-DOC.

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

	* doc/Makefile.am, doc/reference/Makefile.am,
	doc/reference/shishi-docs.sgml, doc/reference/shishi.types:
	Generate HTML/SGML API documentation using GTK-DOC.

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

	* lib/ticket.c, lib/ticketset.c, lib/shishi.h.in: Fix.

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

	* Makefile.am: EXTRA_DIST ANNOUNCE:

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

	* ANNOUNCE: Add.

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

	* extra/pam_shishi/pam_shishi.c: Define PAM_STATIC for static
	builds.

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

	* configure.ac, extra/pam_shishi/Makefile.am,
	extra/pam_shishi/pam_shishi.c: Solaris PAM fixes.

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

	* Makefile.am: Make sure ChangeLog is regenerated.

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

	* extra/README: Fix.

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

	* AUTHORS, NEWS, README, README-alpha, THANKS: Copying condition
	changes.

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

	* src/shishid.c: Fix warnings.

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

	* doc/shishi.texi: Fix ports.

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

	* configure.ac, extra/Makefile.am, extra/pam_shishi/Makefile.am,
	extra/pam_shishi/pam_shishi.c: Add --disable-pam configure option.

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

	* src/server.c: Don't hardcode server name.

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

	* lib/shishi.h.in, lib/ticketset.c, lib/apreq.c, lib/crypto.c,
	lib/kdcreq.c: Revert earlier changes that broke simplified
	encryption profile.  PAM fixes.

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

	* extra/README: Add PAM.

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

	* extra/Makefile.am, extra/pam_shishi/Makefile.am,
	extra/pam_shishi/pam_shishi.c: Initial PAM module.

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

	* doc/shishi.texi: Fixes.

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

	* tests/ticketset.c: Add.

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

	* lib/ap.c, lib/apreq.c, lib/authenticator.c, lib/crypto-3des.c,
	lib/crypto-aes.c, lib/crypto-des.c, lib/crypto.c, lib/diskio.c,
	lib/encapreppart.c, lib/init.c, lib/internal.h, lib/kdc.c,
	lib/kdcrep.c, lib/kdcreq.c, lib/netio.c, lib/password.c,
	lib/shishi.h.in, lib/ticket.c, lib/ticketset.c, lib/vasprintf.c:
	Fix warnings.

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

	* extra/inetutils/libtelnet/shishi.c: Use new interfaces.

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

	* tests/ticketset.c: Use new ASN.1 interface.

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

	* lib/ap.c, lib/aprep.c, lib/apreq.c, lib/as.c, lib/asn1.c,
	lib/authenticator.c, lib/diskio.c, lib/encapreppart.c,
	lib/enckdcreppart.c, lib/encticketpart.c, lib/kdc.c, lib/kdcrep.c,
	lib/kdcreq.c, lib/krberror.c, lib/shishi.h.in, lib/ticket.c:
	Cleanup ASN.1 stuff.

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

	* src/shishi.c: Expire tickets.

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

	* tests/ticketset.c: Test file read/write.

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

	* lib/ticketset.c: Mem fixes.  Separate ticket expiring on write.

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

	* tests/ticketset.c: Use new ticketset API. Fixes.

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

	* src/authp.c, src/client.c, src/shishi.c: Use new ticketset
	interface.

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

	* lib/init.c, lib/shishi.h.in, lib/ticketset.c:
	s/ticketset_init/ticketset/g

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

	* tests/Makefile.am, tests/crypto.c, tests/ticketset.c,
	tests/utils.c: Add ticketset self tests.

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

	* src/authp.c, src/client.c, src/kdc.c, src/shishi.c: Fix for new
	API.

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

	* lib/asn1.c, lib/diskio.c, lib/done.c, lib/internal.h, lib/kdc.c,
	lib/shishi.h.in, lib/ticket.c, lib/ticketset.c: Fixes discovered
	while writing ticketset selftests.

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

	* src/authp.c, src/client.c, src/crypto.c, src/data.h,
	src/server.c, src/shishi.c: Fix.

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

	* tests/crypto.c: Use new key API.

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

	* lib/error.c: Add.

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

	* src/shishid.c: Don't define ngettext.

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

	* src/server.c: Fix.

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

	* lib/error.c: Add.

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

	* lib/ap.c: Fix keyusage.

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

	* extra/inetutils/libtelnet/shishi.c: Use new AP interface.

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

	* src/shishi.c: Add crypto key file.

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

	* src/server.c: Use AP interface.

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

	* src/crypto.c: Use new key API.

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

	* lib/ap.c, lib/apreq.c, lib/hostkeys.c, lib/internal.h, lib/key.c,
	lib/shishi.h.in, lib/ticket.c: Improve AP interface.

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

	* lib/crypto-3des.c, lib/crypto-aes.c, lib/crypto.c, lib/diskio.c,
	lib/hostkeys.c, lib/key.c, lib/shishi.h.in: Key API fixes.

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

	* lib/ap.c: Fix (make TGS work again).

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

	* asn1/lib/coding.c, asn1/lib/parser_aux.c, asn1/src/asn1Coding.c,
	asn1/src/asn1Decoding.c, asn1/src/asn1Parser.c: Portability stuff.

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

	* tests/crypto.c: Use new key API.

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

	* doc/Makefile.am, doc/shishi.texi: Hostkeys.

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

	* configure.ac: Dmalloc.

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

	* AUTHORS, NEWS, README: Fix copying conditions.

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

	* src/crypto.c, src/kdc.c: Use new key API.

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

	* lib/Makefile.am, lib/ap.c, lib/aprep.c, lib/apreq.c, lib/as.c,
	lib/asn1.c, lib/authenticator.c, lib/base64.c, lib/cfg.c,
	lib/crypto-des.c, lib/encapreppart.c, lib/gztime.c, lib/init.c,
	lib/kdcrep.c, lib/kdcreq.c, lib/krberror.c, lib/netio.c,
	lib/password.c, lib/realm.c, lib/ticketset.c: -Wall fixes.

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

	* lib/Makefile.am, lib/crypto-3des.c, lib/crypto-aes.c,
	lib/crypto.c, lib/diskio.c, lib/done.c, lib/enckdcreppart.c,
	lib/encticketpart.c, lib/hostkeys.c, lib/internal.h, lib/kdc.c,
	lib/key.c, lib/shishi.h.in: Cleanup key API.  Add hostkey API
	starting point.  Fixes.

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

	* README: Removed text now in README-alpha.

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

	* README-alpha: Add.

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

	* lib/ap.c, lib/as.c, lib/crypto-des.c, lib/tgs.c, lib/ticketset.c:
	Improve verbose messages.

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

	* src/shishi.c: Use TGS interface.

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

	* lib/ap.c, lib/as.c, lib/principal.c, lib/realm.c,
	lib/shishi.h.in, lib/tgs.c, lib/ticketset.c: Cleanup TGS interface.

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

	* extra/inetutils/telnetd/Makefile.am: Install as shishi-telnetd.

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

	* extra/inetutils/libtelnet/shishi.c: Telnetd works.

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

	* lib/ap.c, lib/diskio.c, lib/shishi.h.in, lib/ticket.c: Fix.

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

	* src/crypto.c: Use cipher_randomlen().

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

	* lib/crypto.c: Add cipher_randomlen().

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

	* lib/ticket.c: Fix.

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

	* lib/ticket.c: s/service/server/g.

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

	* src/shishi.c: Print EncKDCRepPart when printing ticket.

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

	* lib/as.c, lib/shishi.h.in, lib/tgs.c, lib/ticket.c,
	lib/ticketset.c: Store KDC-REP in ticket file too (for the cname,
	crealm, and keytype protection etype fields, and possibly other
	uses in the future).

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

	* lib/aprep.c, lib/apreq.c, lib/authenticator.c, lib/init.c,
	lib/internal.h: Remove most of shishi_last_*().

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

	* lib/diskio.c: Remove debug output.

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

	* src/shishi.c, src/authp.c, src/client.c: Use new ticketset API.

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

	* lib/ticket.c: Print etype key is protected under.

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

	* lib/done.c, lib/init.c, lib/shishi.h.in, lib/ticketset.c: Cleanup
	ticketset API.

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

	* lib/ticketset.c: Don't hardcode all tickets belonging to
	jas@JOSEFSSON.ORG.

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

	* src/Makefile.am: kdc.c is broken for now.

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

	* src/shishi.c: Print last-req too.

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

	* src/authp.c: Fix.

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

	* lib/ticketset.c: Add find/get_ticket etype.

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

	* lib/shishi.h.in, lib/ticket.c: Fix ticket flags.  Add last-req.

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

	* lib/apreq.c, lib/kdcreq.c: Remove old AP-REQ API.

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

	* lib/ap.c: Fix doc.

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

	* extra/inetutils/libtelnet/shishi.c: Fix.

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

	* configure.ac: Gnits.

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

	* COPYING.DOC, extra/inetutils/headers/stamp-h.in: Add.

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

	* doc/lgpl.texi, doc/Makefile.am: Use GPL instead of LGPL.

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

	* doc/Makefile.am, doc/gdoc-error, doc/shishi.texi,
	lib/Makefile.am, lib/ap.c, lib/aprep.c, lib/apreq.c, lib/as.c,
	lib/asn1.c, lib/authenticator.c, lib/base64.c, lib/cfg.c,
	lib/crypto-3des.c, lib/crypto-aes.c, lib/crypto-des.c,
	lib/crypto-null.c, lib/crypto.c, lib/diskio.c, lib/done.c,
	lib/encapreppart.c, lib/enckdcreppart.c, lib/encticketpart.c,
	lib/error.c, lib/gztime.c, lib/init.c, lib/internal.h, lib/kdc.c,
	lib/kdcrep.c, lib/kdcreq.c, lib/key.c, lib/krberror.c, lib/netio.c,
	lib/password.c, lib/principal.c, lib/realm.c, lib/shishi.h.in,
	lib/tgs.c, lib/ticket.c, lib/ticketset.c, configure.ac,
	Makefile.am, src/Makefile.am, tests/Makefile.am, extra/Makefile.am,
	README: Use GPL instead of LGPL.

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

	* src/kdc.c, src/shishi.c: Use new AS interface.

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

	* lib/ap.c, lib/as.c, lib/authenticator.c, lib/kdcrep.c,
	lib/kdcreq.c, lib/krberror.c, lib/shishi.h.in, lib/tgs.c,
	lib/ticket.c, lib/ticketset.c: Clean up AS interface.

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

	* src/client.c: Fix.

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

	* src/authp.c, src/shishi.c: Use new AP interface.

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

	* lib/ap.c, lib/asn1.c, lib/internal.h, lib/shishi.h.in, lib/tgs.c,
	lib/ticket.c, lib/ticketset.c: Use new AP interface for TGS.

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

	* src/authp.c, src/client.c, src/kdc.c, src/server.c, src/shishi.c,
	extra/inetutils/libtelnet/shishi.c: Use new AP interface.

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

	* lib/ap.c, lib/aprep.c, lib/asn1.c, lib/internal.h,
	lib/shishi.h.in, lib/ticket.c, lib/ticketset.c: Clean up AP
	interface.

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

	* lib/shishi.h.in: Update AP.

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

	* lib/ticketset.c: Fix crash in get_ticket.

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

	* lib/krberror.c: Zeroterminate server string.

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

	* lib/diskio.c: Fix AP-REP parsing.

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

	* src/shishi.c: Set servername.

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

	* src/client.c: Use new AP functions.

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

	* extra/inetutils/libtelnet/auth.c: Don't crash if ap==NULL.

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

	* doc/shishi.texi: Add SuSE.

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

	* extra/inetutils/telnet/Makefile.am, extra/inetutils/configure.ac:
	Add -I's.

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

	* extra/inetutils/libtelnet/auth-proto.h,
	extra/inetutils/libtelnet/auth.h, extra/inetutils/libtelnet/auth.c:
	Add cleanup.

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

	* extra/inetutils/libtelnet/shishi.c: Use new get_ticket API.

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

	* src/shishi.c: Fixes.

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

	* lib/ticketset.c: Add ticketset_get_ticket_*().

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

	* lib/done.c: Save ticketset.

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

	* lib/cfg.c: Use shishi_warn().

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

	* configure.ac: Try harder to find socklen_t before falling back to
	size_t.

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

	* lib/shishi.h.in, lib/ticketset.c, src/kdc.c, src/shishi.c: Fix
	warnings.

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

	* lib/cfg.c: Don't gethostbyname(NULL).

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

	* configure.ac: Workaround gettext+libtool distcheck bug.  Fixes.

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

	* Makefile.am: Workaround gettext+libtool distcheck bug.

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

	* lib/internal.h: Handle ngettext() from autoconf instead.

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

	* lib/aprep.c: Print cusec in hex.

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

	* lib/asn1.c: Don't corrupt data in _shishi_asn1_integer_field
	(this caused the spurious AP-REP verification failures).

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

	* lib/encapreppart.c, lib/crypto.c: Fix.

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

	* lib/crypto-des.c: Fix.

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

	* extra/README, extra/inetutils/COPYING,
	extra/inetutils/Makefile.am, extra/inetutils/README-alpha,
	extra/inetutils/ROADMAP, extra/inetutils/THANKS,
	extra/inetutils/TODO, extra/inetutils/configure.ac,
	extra/inetutils/doc/Makefile.am, extra/inetutils/doc/ftp.texi,
	extra/inetutils/doc/ftpd.texi, extra/inetutils/doc/inetd.texi,
	extra/inetutils/doc/inetutils.texi,
	extra/inetutils/doc/logger.texi, extra/inetutils/doc/ping.texi,
	extra/inetutils/doc/rcp.texi, extra/inetutils/doc/rexecd.texi,
	extra/inetutils/doc/rlogin.texi, extra/inetutils/doc/rlogind.texi,
	extra/inetutils/doc/rsh.texi, extra/inetutils/doc/rshd.texi,
	extra/inetutils/doc/syslogd.texi, extra/inetutils/doc/talk.texi,
	extra/inetutils/doc/talkd.texi, extra/inetutils/doc/tftp.texi,
	extra/inetutils/doc/rfc/Makefile.am,
	extra/inetutils/doc/rfc/rfc1282.txt,
	extra/inetutils/ftp/Makefile.am, extra/inetutils/ftp/cmds.c,
	extra/inetutils/ftp/cmdtab.c, extra/inetutils/ftp/domacro.c,
	extra/inetutils/ftp/extern.h, extra/inetutils/ftp/ftp.1,
	extra/inetutils/ftp/ftp.c, extra/inetutils/ftp/ftp_var.h,
	extra/inetutils/ftp/main.c, extra/inetutils/ftp/ruserpass.c,
	extra/inetutils/ftpd/Makefile.am, extra/inetutils/ftpd/README.sec,
	extra/inetutils/ftpd/auth.c, extra/inetutils/ftpd/conf.c,
	extra/inetutils/ftpd/extern.h, extra/inetutils/ftpd/ftpcmd.y,
	extra/inetutils/ftpd/ftpd.8, extra/inetutils/ftpd/ftpd.c,
	extra/inetutils/ftpd/logwtmp.c, extra/inetutils/ftpd/pam.c,
	extra/inetutils/ftpd/popen.c, extra/inetutils/ftpd/server_mode.c,
	extra/inetutils/glob/COPYING.LIB, extra/inetutils/glob/Makefile.am,
	extra/inetutils/glob/SMakefile, extra/inetutils/glob/configure.bat,
	extra/inetutils/glob/configure.in, extra/inetutils/glob/fnmatch.c,
	extra/inetutils/glob/fnmatch.h, extra/inetutils/glob/glob.c,
	extra/inetutils/glob/glob.h, extra/inetutils/gwhois/Makefile.am,
	extra/inetutils/gwhois/README, extra/inetutils/gwhois/TODO,
	extra/inetutils/gwhois/as_del_list, extra/inetutils/gwhois/data.h,
	extra/inetutils/gwhois/ip_del_list,
	extra/inetutils/gwhois/make_as_del.pl,
	extra/inetutils/gwhois/make_ip_del.pl,
	extra/inetutils/gwhois/make_tld_serv.pl,
	extra/inetutils/gwhois/tld_serv_list,
	extra/inetutils/gwhois/whois.1, extra/inetutils/gwhois/whois.c,
	extra/inetutils/gwhois/whois.h,
	extra/inetutils/headers/Makefile.am,
	extra/inetutils/headers/crypt.h,
	extra/inetutils/headers/osockaddr.h,
	extra/inetutils/headers/syslog-int.h,
	extra/inetutils/headers/arpa/ftp.h,
	extra/inetutils/headers/arpa/tftp.h,
	extra/inetutils/headers/protocols/talkd.h,
	extra/inetutils/ifconfig/COMPATIBILITY,
	extra/inetutils/ifconfig/Makefile.am,
	extra/inetutils/ifconfig/TODO, extra/inetutils/ifconfig/changeif.c,
	extra/inetutils/ifconfig/flags.c, extra/inetutils/ifconfig/flags.h,
	extra/inetutils/ifconfig/if_index.c,
	extra/inetutils/ifconfig/if_index.h,
	extra/inetutils/ifconfig/ifconfig.c,
	extra/inetutils/ifconfig/ifconfig.h,
	extra/inetutils/ifconfig/options.c,
	extra/inetutils/ifconfig/options.h,
	extra/inetutils/ifconfig/printif.c,
	extra/inetutils/ifconfig/printif.h,
	extra/inetutils/ifconfig/system.c,
	extra/inetutils/ifconfig/system.h,
	extra/inetutils/ifconfig/system/Makefile.am,
	extra/inetutils/ifconfig/system/generic.c,
	extra/inetutils/ifconfig/system/generic.h,
	extra/inetutils/ifconfig/system/hpux.c,
	extra/inetutils/ifconfig/system/hpux.h,
	extra/inetutils/ifconfig/system/linux.c,
	extra/inetutils/ifconfig/system/linux.h,
	extra/inetutils/ifconfig/system/osf.c,
	extra/inetutils/ifconfig/system/osf.h,
	extra/inetutils/ifconfig/system/qnx.c,
	extra/inetutils/ifconfig/system/qnx.h,
	extra/inetutils/ifconfig/system/solaris.c,
	extra/inetutils/ifconfig/system/solaris.h,
	extra/inetutils/inetd/Makefile.am, extra/inetutils/inetd/inetd.8,
	extra/inetutils/inetd/inetd.c, extra/inetutils/libicmp/Makefile.am,
	extra/inetutils/libicmp/TODO, extra/inetutils/libicmp/icmp.h,
	extra/inetutils/libicmp/icmp_address.c,
	extra/inetutils/libicmp/icmp_cksum.c,
	extra/inetutils/libicmp/icmp_echo.c,
	extra/inetutils/libicmp/icmp_timestamp.c,
	extra/inetutils/libicmp/libping.c, extra/inetutils/libicmp/ping.h,
	extra/inetutils/libinetutils/Makefile.am,
	extra/inetutils/libinetutils/daemon.c,
	extra/inetutils/libinetutils/krcmd.c,
	extra/inetutils/libinetutils/logwtmp.c,
	extra/inetutils/libinetutils/ttymsg.c,
	extra/inetutils/libinetutils/utmp_init.c,
	extra/inetutils/libls/Makefile.am, extra/inetutils/libls/bsdport.c,
	extra/inetutils/libls/bsdport.h, extra/inetutils/libls/cmp.c,
	extra/inetutils/libls/extern.h, extra/inetutils/libls/fts.c,
	extra/inetutils/libls/fts.h, extra/inetutils/libls/ls.1,
	extra/inetutils/libls/ls.c, extra/inetutils/libls/ls.h,
	extra/inetutils/libls/print.c, extra/inetutils/libls/stat_flags.c,
	extra/inetutils/libls/util.c,
	extra/inetutils/libtelnet/Makefile.am,
	extra/inetutils/libtelnet/forward.c,
	extra/inetutils/libtelnet/read_passwd.c,
	extra/inetutils/logger/Makefile.am,
	extra/inetutils/logger/logger.1, extra/inetutils/logger/logger.c,
	extra/inetutils/ping/Makefile.am, extra/inetutils/ping/README.sec,
	extra/inetutils/ping/TODO, extra/inetutils/ping/ping.8,
	extra/inetutils/ping/ping.c, extra/inetutils/ping/ping_address.c,
	extra/inetutils/ping/ping_echo.c, extra/inetutils/ping/ping_impl.h,
	extra/inetutils/ping/ping_router.c,
	extra/inetutils/ping/ping_timestamp.c,
	extra/inetutils/rcp/Makefile.am, extra/inetutils/rcp/extern.h,
	extra/inetutils/rcp/rcp.1, extra/inetutils/rcp/rcp.c,
	extra/inetutils/rcp/util.c, extra/inetutils/rexecd/Makefile.am,
	extra/inetutils/rexecd/rexecd.8, extra/inetutils/rexecd/rexecd.c,
	extra/inetutils/rlogin/Makefile.am,
	extra/inetutils/rlogin/rlogin.1, extra/inetutils/rlogin/rlogin.c,
	extra/inetutils/rlogind/Makefile.am,
	extra/inetutils/rlogind/rlogind.8,
	extra/inetutils/rlogind/rlogind.c, extra/inetutils/rsh/Makefile.am,
	extra/inetutils/rsh/rsh.1, extra/inetutils/rsh/rsh.c,
	extra/inetutils/rshd/Makefile.am, extra/inetutils/rshd/rshd.8,
	extra/inetutils/rshd/rshd.c, extra/inetutils/syslogd/Makefile.am,
	extra/inetutils/syslogd/README.sec,
	extra/inetutils/syslogd/syslog.conf.5,
	extra/inetutils/syslogd/syslogd.8,
	extra/inetutils/syslogd/syslogd.c,
	extra/inetutils/talk/Makefile.am, extra/inetutils/talk/ctl.c,
	extra/inetutils/talk/ctl_transact.c,
	extra/inetutils/talk/display.c, extra/inetutils/talk/get_addrs.c,
	extra/inetutils/talk/get_names.c, extra/inetutils/talk/init_disp.c,
	extra/inetutils/talk/invite.c, extra/inetutils/talk/io.c,
	extra/inetutils/talk/look_up.c, extra/inetutils/talk/msgs.c,
	extra/inetutils/talk/talk.1, extra/inetutils/talk/talk.c,
	extra/inetutils/talk/talk.h, extra/inetutils/talk/talk_ctl.h,
	extra/inetutils/talkd/Makefile.am,
	extra/inetutils/talkd/README.sec, extra/inetutils/talkd/acl.c,
	extra/inetutils/talkd/announce.c, extra/inetutils/talkd/intalkd.h,
	extra/inetutils/talkd/print.c, extra/inetutils/talkd/process.c,
	extra/inetutils/talkd/table.c, extra/inetutils/talkd/talkd.8,
	extra/inetutils/talkd/talkd.c, extra/inetutils/telnet/Makefile.am,
	extra/inetutils/telnet/telnet.1,
	extra/inetutils/telnetd/Makefile.am,
	extra/inetutils/telnetd/telnetd.8,
	extra/inetutils/tftp/Makefile.am, extra/inetutils/tftp/extern.h,
	extra/inetutils/tftp/main.c, extra/inetutils/tftp/tftp.1,
	extra/inetutils/tftp/tftp.c, extra/inetutils/tftpd/Makefile.am,
	extra/inetutils/tftpd/tftpd.8, extra/inetutils/tftpd/tftpd.c,
	extra/inetutils/uucpd/Makefile.am, extra/inetutils/uucpd/uucpd.c,
	extra/inetutils/whois/Makefile.am, extra/inetutils/whois/main.c,
	extra/inetutils/whois/net.c, extra/inetutils/whois/whois-servers:
	Add entire GNU Inetutils, although most of it is disabled by
	Shishi's configure.ac.

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

	* tests/Makefile.am: LTLIBINTL is included via libshishi.

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

	* argp/argp-fmtstream.c, argp/argp-help.c: s/putc_unlocked/putc/g
	for freebsd on alpha

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

	* doc/gdoc-error: Fix copying conditions.

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

	* doc/gdoc-error: Make it less shishi specific.

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

	* lib/cfg.c: Add XXX about not running gethostbyname() during
	startup.

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

	* doc/Makefile.am, doc/shishi.texi: Add realm/principal API doc.

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

	* lib/as.c, lib/authenticator.c, lib/done.c, lib/init.c,
	lib/internal.h, lib/kdcreq.c, lib/principal.c, lib/realm.c,
	lib/shishi.h.in, lib/tgs.c, lib/ticketset.c, src/authp.c,
	src/client.c, src/crypto.c, src/kdc.c, src/server.c, src/shishi.c:
	Harmonise realm, principal and ticketset filename API.

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

	* src/shishi.c: Fix --help.

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

	* src/shishi.c: Fix destroy --server-name.

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

	* lib/error.c, lib/shishi.h.in, lib/ticketset.c, src/authp.c,
	src/client.c, src/data.h, src/kdc.c, src/server.c, src/shishi.c:
	Add ticket destroy command.  Use default ticketset in src/.

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

	* lib/shishi.h.in: Add as.c/tgs.c prototypes.

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

	* doc/Makefile.am: Fix dependencies.

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

	* doc/Makefile.am, lib/cfg.c, lib/init.c, lib/shishi.h.in: Doc
	fixes.

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

	* Makefile.am: Exclude libstringprep from ChangeLog.

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

	* configure.ac, doc/shishi.texi, lib/error.c, po/shishi.pot,
	po/sv.po, src/Makefile.am, src/client.c, src/server.c,
	tests/Makefile.am, tests/crypto.c: Portability fixes.

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

	* lib/error.c: Typographic fixes.

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

	* doc/Makefile.am, doc/gdoc-error, doc/shishi.texi: Generate error
	label documentation.

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

	* src/shishi.c: New API.

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

	* lib/cfg.c, lib/crypto.c, lib/diskio.c, lib/encticketpart.c,
	lib/init.c, lib/key.c, lib/shishi.h.in, doc/Makefile.am,
	doc/shishi.texi: Improve crypto documentation.

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

	* lib/Makefile.am, Makefile.am: Fix stringprep variables.

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

	* configure.ac: Define socklen_t to size_t if it doesn't exist
	(Tru64 without _XOPEN_SOURCE=500).  Fix libstringprep variables.

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

	* lib/ap.c, lib/as.c, lib/crypto-des.c, lib/crypto.c,
	lib/internal.h, lib/kdcrep.c, lib/tgs.c, lib/ticket.c,
	lib/ticketset.c: Move some private structures to where they belong.
	 Fixes.

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

	* lib/as.c, lib/kdc.c: Shishi_key fixes.

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

	* lib/Makefile.am, lib/ap.c, lib/aprep.c, lib/apreq.c, lib/as.c,
	lib/authenticator.c, lib/crypto-3des.c, lib/crypto-aes.c,
	lib/crypto-des.c, lib/crypto-null.c, lib/crypto.c, lib/diskio.c,
	lib/enckdcreppart.c, lib/encticketpart.c, lib/internal.h,
	lib/kdc.c, lib/kdcrep.c, lib/kdcreq.c, lib/key.c, lib/shishi.h.in,
	lib/ticket.c, lib/ticketset.c, src/crypto.c, src/kdc.c,
	tests/crypto.c: Create new Shishi_key structure to hide key
	details.

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

	* lib/Makefile.am, lib/internal.h, lib/key.c, lib/shishi.h.in: Add
	new key data type.

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

	* src/kdc.c: Use new ticket API.

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

	* lib/ap.c, lib/kdcreq.c, lib/shishi.h.in, lib/tgs.c, lib/ticket.c:
	Don't take handle parameter in ticket accessor functions.

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

	* src/data.h, src/shishi.c: Add --verbose-library.  Fix return
	code.

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

	* README: Fix.

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

	* src/data.h: Remove unused stuff.

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

	* src/shishi.c: Include argp.

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

	* src/data.h: Fix includes.

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

	* lib/base64.c: Fix prototype.

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

	* configure.ac: Add.

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

	* src/crypto.c, src/data.h, src/shishid.c: Fix includes.

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

	* lib/base64.c, lib/internal.h, lib/password.c, lib/principal.c,
	lib/shishi.h.in: Fix includes.	Export key usage values.

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

	* po/shishi.pot, po/sv.po: regenerated

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

	* src/crypto.c, src/data.h, src/kdc.c, src/server.c, src/shishi.c:
	Enhance key handling in crypto.  Fixes.

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

	* shishi.conf.in: Fix.

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

	* lib/shishi.h.in: Add. Fix.

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

	* lib/error.c: Add.

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

	* lib/diskio.c: Add key output functions.

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

	* lib/crypto.c: Always specify rand2key and str2key functions. 
	Allow randomize to return 0 "random" bytes.

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

	* lib/crypto-null.c: Fixes.

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

	* lib/crypto-aes.c: More debugging output.

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

	* configure.ac, lib/Makefile.am: Fix.

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

	* shishi.conf.in: Fixes.  Add stringprocess.

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

	* lib/init.c: Only support AES256 by default, as per RFC1510bis.

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

	* README: Fix.

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

	* doc/shishi.texi: Fixes.

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

	* configure.ac: Fix typo.

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

	* lib/crypto-aes.c, lib/crypto-3des.c: Cleanup.

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

	* src/shishi.c: Print KRB-ERROR in AS/TGS.

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

	* lib/init.c: Improve error handling.

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

	* lib/Makefile.am, lib/aprep.c, lib/apreq.c, lib/as.c, lib/asn1.c,
	lib/authenticator.c, lib/cfg.c, lib/crypto-3des.c,
	lib/crypto-aes.c, lib/crypto-des.c, lib/crypto.c, lib/diskio.c,
	lib/encapreppart.c, lib/error.c, lib/init.c, lib/internal.h,
	lib/kdc.c, lib/kdcrep.c, lib/kdcreq.c, lib/krberror.c, lib/netio.c,
	lib/password.c, lib/shishi.h.in, lib/tgs.c, lib/ticket.c,
	lib/ticketset.c: Replaced DEBUG* and SILENT with VERBOSE.  Added
	KRB-ERROR handling.

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

	* lib/netio.c, lib/shishi.h.in, lib/error.c: Improve errors.

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

	* src/kdc.c: Use new password API.

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

	* lib/as.c, lib/cfg.c, lib/internal.h, lib/password.c,
	lib/shishi.h.in: Character set handling for passwords, subject to
	new "stringprocess" configuration verb.

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

	* src/Makefile.am, tests/Makefile.am: Remove argp (now added to
	LIBS).

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

	* lib/Makefile.am: Add AC_LIBOBJ's to EXTRA_DIST.

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

	* lib/gethostname.c: From gnulib, a AC_LIBOBJ.

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

	* Makefile.am: Add libstringprep.

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

	* configure.ac: Clean up a little.

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

	* lib/strcasecmp.c, lib/memmove.c, lib/memset.c, lib/strerror.c:
	From gnulib, a AC_LIBOBJ.

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

	* lib/strdup.c: From gnulib, a AC_LIBOBJ.

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

	* lib/init.c: use aes256, aes128, des3 by default

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

	* po/shishi.pot, po/sv.po: indent caused regeneration

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

	* Makefile.am, lib/Makefile.am, lib/ap.c, lib/aprep.c, lib/apreq.c,
	lib/as.c, lib/asn1.c, lib/authenticator.c, lib/cfg.c, lib/crypto.c,
	lib/diskio.c, lib/done.c, lib/encapreppart.c, lib/encticketpart.c,
	lib/error.c, lib/init.c, lib/internal.h, lib/kdc.c, lib/kdcrep.c,
	lib/kdcreq.c, lib/netio.c, lib/password.c, lib/pkcs5.c,
	lib/pkcs5.h, lib/realm.c, lib/setenv.h, lib/shishi.h.in, lib/tgs.c,
	lib/ticket.c, lib/ticketset.c, lib/vasprintf.c, src/Makefile.am,
	src/authp.c, src/client.c, src/crypto.c, src/kdc.c, src/server.c,
	src/shishi.c, src/shishid.c, tests/Makefile.am, tests/crypto.c:
	indent

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

	* crypto/src/gcrypt.h: new version

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

	* tests/Makefile.am: add indent

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

	* crypto/scripts/config.guess, crypto/scripts/config.sub,
	crypto/scripts/install-sh, crypto/scripts/missing,
	crypto/scripts/mkinstalldirs, crypto/INSTALL, asn1/INSTALL: these
	are regenerated by autoreconf

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

	* lib/internal.h: always include stdarg, never varargs

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

	* lib/Makefile.am: add intl

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

	* asn1/configure.in, asn1/lib/Makefile.am, asn1/lib/decoding.c,
	asn1/lib/defines.h, asn1/lib/element.c, asn1/lib/int.h,
	asn1/lib/structure.c, asn1/src/CertificateExample.c,
	asn1/src/asn1Coding.c, asn1/src/asn1Decoding.c,
	asn1/src/asn1Parser.c, asn1/tests/Test_parser.c,
	asn1/tests/Test_tree.c: add my patches

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

	* asn1/AUTHORS, asn1/COPYING, asn1/COPYING.LIB, asn1/INSTALL,
	asn1/Makefile.am, asn1/NEWS, asn1/README, asn1/THANKS,
	asn1/acconfig.h, asn1/acinclude.m4, asn1/buildconf,
	asn1/configure.in, asn1/doc/Makefile.am, asn1/doc/TODO,
	asn1/doc/asn1.tex, asn1/doc/fdl.tex, asn1/doc/scripts/Makefile.am,
	asn1/doc/scripts/gdoc, asn1/lib/ASN1.c, asn1/lib/ASN1.y,
	asn1/lib/Makefile.am, asn1/lib/coding.c, asn1/lib/decoding.c,
	asn1/lib/defines.h, asn1/lib/der.h, asn1/lib/element.c,
	asn1/lib/element.h, asn1/lib/errors.c, asn1/lib/errors.h,
	asn1/lib/errors_int.h, asn1/lib/gstr.c, asn1/lib/gstr.h,
	asn1/lib/int.h, asn1/lib/libtasn1.h, asn1/lib/mem.h,
	asn1/lib/parser_aux.c, asn1/lib/parser_aux.h, asn1/lib/structure.c,
	asn1/lib/structure.h, asn1/src/CertificateExample.c,
	asn1/src/CrlExample.c, asn1/src/Makefile.am, asn1/src/asn1Coding.c,
	asn1/src/asn1Coding_test.asg, asn1/src/asn1Coding_test.asn,
	asn1/src/asn1Decoding.c, asn1/src/asn1Parser.c, asn1/src/asn1c.c,
	asn1/src/pkix.asn, asn1/src/pkix_asn1_tab.c,
	asn1/tests/Makefile.am, asn1/tests/Test_parser.asn,
	asn1/tests/Test_parser.c, asn1/tests/Test_tree.asn,
	asn1/tests/Test_tree.c, asn1/tests/Test_tree_asn1_tab.c: add
	libtasn1 from CVS as of 2002-11-29

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

	* crypto/AUTHORS, crypto/BUGS, crypto/COPYING, crypto/COPYING.DOC,
	crypto/COPYING.LIB, crypto/INSTALL, crypto/Makefile.am,
	crypto/NEWS, crypto/Notes-wk, crypto/README, crypto/README-alpha,
	crypto/THANKS, crypto/TODO, crypto/acinclude.m4,
	crypto/configure.ac, crypto/libgcrypt.txt, crypto/stamp-h.in,
	crypto/cipher/Makefile.am, crypto/cipher/arcfour.c,
	crypto/cipher/arcfour.h, crypto/cipher/bithelp.h,
	crypto/cipher/blowfish.c, crypto/cipher/blowfish.h,
	crypto/cipher/cast5.c, crypto/cipher/cast5.h,
	crypto/cipher/cipher.c, crypto/cipher/des.c, crypto/cipher/des.h,
	crypto/cipher/dsa.c, crypto/cipher/dsa.h, crypto/cipher/dynload.c,
	crypto/cipher/dynload.h, crypto/cipher/elgamal.c,
	crypto/cipher/elgamal.h, crypto/cipher/md.c, crypto/cipher/md4.c,
	crypto/cipher/md5.c, crypto/cipher/primegen.c,
	crypto/cipher/pubkey.c, crypto/cipher/rand-internal.h,
	crypto/cipher/random.c, crypto/cipher/random.h,
	crypto/cipher/rijndael.c, crypto/cipher/rmd.h,
	crypto/cipher/rmd160.c, crypto/cipher/rmd160test.c,
	crypto/cipher/rndegd.c, crypto/cipher/rndlinux.c,
	crypto/cipher/rndunix.c, crypto/cipher/rndw32.c,
	crypto/cipher/rsa.c, crypto/cipher/rsa.h, crypto/cipher/sha1.c,
	crypto/cipher/tiger.c, crypto/cipher/twofish.c,
	crypto/doc/Makefile.am, crypto/doc/cipher-ref.sgml,
	crypto/doc/digest-ref.sgml, crypto/doc/fdl.texi,
	crypto/doc/gcrypt.texi, crypto/doc/gpl.texi, crypto/doc/lgpl.texi,
	crypto/doc/misc-ref.sgml, crypto/doc/pubkey-ref.sgml,
	crypto/doc/reference.sgml, crypto/doc/version.sgml.in,
	crypto/jnlib/Makefile.am, crypto/jnlib/README,
	crypto/jnlib/argparse.c, crypto/jnlib/argparse.h,
	crypto/jnlib/dotlock.c, crypto/jnlib/dotlock.h,
	crypto/jnlib/libjnlib-config.h, crypto/jnlib/logging.c,
	crypto/jnlib/logging.h, crypto/jnlib/mischelp.h,
	crypto/jnlib/stringhelp.c, crypto/jnlib/stringhelp.h,
	crypto/jnlib/xmalloc.c, crypto/jnlib/xmalloc.h,
	crypto/mpi/Makefile.am, crypto/mpi/config.links,
	crypto/mpi/longlong.h, crypto/mpi/mpi-add.c, crypto/mpi/mpi-bit.c,
	crypto/mpi/mpi-cmp.c, crypto/mpi/mpi-div.c, crypto/mpi/mpi-gcd.c,
	crypto/mpi/mpi-inline.c, crypto/mpi/mpi-inline.h,
	crypto/mpi/mpi-internal.h, crypto/mpi/mpi-inv.c,
	crypto/mpi/mpi-mpow.c, crypto/mpi/mpi-mul.c, crypto/mpi/mpi-pow.c,
	crypto/mpi/mpi-scan.c, crypto/mpi/mpicoder.c,
	crypto/mpi/mpih-div.c, crypto/mpi/mpih-mul.c, crypto/mpi/mpiutil.c,
	crypto/mpi/alpha/README, crypto/mpi/alpha/distfiles,
	crypto/mpi/alpha/mpih-add1.S, crypto/mpi/alpha/mpih-lshift.S,
	crypto/mpi/alpha/mpih-mul1.S, crypto/mpi/alpha/mpih-mul2.S,
	crypto/mpi/alpha/mpih-mul3.S, crypto/mpi/alpha/mpih-rshift.S,
	crypto/mpi/alpha/mpih-sub1.S, crypto/mpi/alpha/udiv-qrnnd.S,
	crypto/mpi/generic/distfiles, crypto/mpi/generic/mpi-asm-defs.h,
	crypto/mpi/generic/mpih-add1.c, crypto/mpi/generic/mpih-lshift.c,
	crypto/mpi/generic/mpih-mul1.c, crypto/mpi/generic/mpih-mul2.c,
	crypto/mpi/generic/mpih-mul3.c, crypto/mpi/generic/mpih-rshift.c,
	crypto/mpi/generic/mpih-sub1.c, crypto/mpi/generic/udiv-w-sdiv.c,
	crypto/mpi/hppa/README, crypto/mpi/hppa/distfiles,
	crypto/mpi/hppa/mpih-add1.S, crypto/mpi/hppa/mpih-lshift.S,
	crypto/mpi/hppa/mpih-rshift.S, crypto/mpi/hppa/mpih-sub1.S,
	crypto/mpi/hppa/udiv-qrnnd.S, crypto/mpi/hppa1.1/distfiles,
	crypto/mpi/hppa1.1/mpih-mul1.S, crypto/mpi/hppa1.1/mpih-mul2.S,
	crypto/mpi/hppa1.1/mpih-mul3.S, crypto/mpi/hppa1.1/udiv-qrnnd.S,
	crypto/mpi/i386/distfiles, crypto/mpi/i386/mpih-add1.S,
	crypto/mpi/i386/mpih-lshift.S, crypto/mpi/i386/mpih-mul1.S,
	crypto/mpi/i386/mpih-mul2.S, crypto/mpi/i386/mpih-mul3.S,
	crypto/mpi/i386/mpih-rshift.S, crypto/mpi/i386/mpih-sub1.S,
	crypto/mpi/i386/syntax.h, crypto/mpi/i586/README,
	crypto/mpi/i586/distfiles, crypto/mpi/i586/mpih-add1.S,
	crypto/mpi/i586/mpih-lshift.S, crypto/mpi/i586/mpih-mul1.S,
	crypto/mpi/i586/mpih-mul2.S, crypto/mpi/i586/mpih-mul3.S,
	crypto/mpi/i586/mpih-rshift.S, crypto/mpi/i586/mpih-sub1.S,
	crypto/mpi/m68k/distfiles, crypto/mpi/m68k/mpih-add1.S,
	crypto/mpi/m68k/mpih-lshift.S, crypto/mpi/m68k/mpih-rshift.S,
	crypto/mpi/m68k/mpih-sub1.S, crypto/mpi/m68k/syntax.h,
	crypto/mpi/m68k/mc68020/distfiles,
	crypto/mpi/m68k/mc68020/mpih-mul1.S,
	crypto/mpi/m68k/mc68020/mpih-mul2.S,
	crypto/mpi/m68k/mc68020/mpih-mul3.S, crypto/mpi/mips3/README,
	crypto/mpi/mips3/distfiles, crypto/mpi/mips3/mpi-asm-defs.h,
	crypto/mpi/mips3/mpih-add1.S, crypto/mpi/mips3/mpih-lshift.S,
	crypto/mpi/mips3/mpih-mul1.S, crypto/mpi/mips3/mpih-mul2.S,
	crypto/mpi/mips3/mpih-mul3.S, crypto/mpi/mips3/mpih-rshift.S,
	crypto/mpi/mips3/mpih-sub1.S, crypto/mpi/pa7100/distfiles,
	crypto/mpi/pa7100/mpih-lshift.S, crypto/mpi/pa7100/mpih-rshift.S,
	crypto/mpi/power/distfiles, crypto/mpi/power/mpih-add1.S,
	crypto/mpi/power/mpih-lshift.S, crypto/mpi/power/mpih-mul1.S,
	crypto/mpi/power/mpih-mul2.S, crypto/mpi/power/mpih-mul3.S,
	crypto/mpi/power/mpih-rshift.S, crypto/mpi/power/mpih-sub1.S,
	crypto/mpi/powerpc32/distfiles, crypto/mpi/powerpc32/mpih-add1.S,
	crypto/mpi/powerpc32/mpih-lshift.S,
	crypto/mpi/powerpc32/mpih-mul1.S, crypto/mpi/powerpc32/mpih-mul2.S,
	crypto/mpi/powerpc32/mpih-mul3.S,
	crypto/mpi/powerpc32/mpih-rshift.S,
	crypto/mpi/powerpc32/mpih-sub1.S, crypto/mpi/powerpc32/syntax.h,
	crypto/mpi/powerpc64/distfiles, crypto/mpi/sparc32/distfiles,
	crypto/mpi/sparc32/mpih-add1.S, crypto/mpi/sparc32/mpih-lshift.S,
	crypto/mpi/sparc32/mpih-rshift.S, crypto/mpi/sparc32/udiv.S,
	crypto/mpi/sparc32v8/distfiles, crypto/mpi/sparc32v8/mpih-mul1.S,
	crypto/mpi/sparc32v8/mpih-mul2.S, crypto/mpi/sparc32v8/mpih-mul3.S,
	crypto/mpi/supersparc/distfiles, crypto/mpi/supersparc/udiv.S,
	crypto/scripts/config.guess, crypto/scripts/config.sub,
	crypto/scripts/db2any, crypto/scripts/distfiles,
	crypto/scripts/install-sh, crypto/scripts/missing,
	crypto/scripts/mkinstalldirs, crypto/src/Makefile.am,
	crypto/src/ath-pth.c, crypto/src/ath-pthread.c, crypto/src/ath.c,
	crypto/src/ath.h, crypto/src/benchmark.c, crypto/src/cipher.h,
	crypto/src/g10lib.h, crypto/src/gcrypt.h, crypto/src/global.c,
	crypto/src/libgcrypt-config.in, crypto/src/libgcrypt.m4,
	crypto/src/misc.c, crypto/src/missing-string.c, crypto/src/mpi.h,
	crypto/src/secmem.c, crypto/src/secmem.h, crypto/src/sexp.c,
	crypto/src/stdmem.c, crypto/src/stdmem.h, crypto/src/testapi.c,
	crypto/src/types.h, crypto/tests/Makefile.am, crypto/tests/basic.c,
	crypto/tests/tsexp.c, crypto/w32-dll/Makefile.am,
	crypto/w32-dll/build-def, crypto/w32-dll/build-dll,
	crypto/w32-dll/libgcrypt.def: add libgcrypt from CVS, version 1.1.0
	plus md4 and cts

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

	* lib/crypto.c: fix cipher_name

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

	* po/shishi.pot, po/sv.po: generated updates

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

	* doc/shishi.texi: fixes

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

	* lib/aprep.c, lib/apreq.c, lib/enckdcreppart.c,
	lib/encticketpart.c: endian fixes for keytype as + kdc + telnet now
	works on solaris

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

	* lib/crypto.c: fix when cipher_name fails

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

	* lib/gztime.c: fix TZ variable for solaris

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

	* src/data.h, src/shishi.c: remove shortnonce stuff

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

	* Makefile.am: fix

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

	* configure.ac: add unsetenv LIBOBJ fix typo remove alloca and
	malloc LIBOBJs

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

	* extra/inetutils/configure.ac,
	extra/inetutils/libinetutils/Makefile.am,
	extra/inetutils/libtelnet/Makefile.am,
	extra/inetutils/telnet/Makefile.am: compile fixes

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

	* lib/netio.c: solaris has sockaddr_storage, but using it doesn't
	work?!

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

	* lib/Makefile.am, lib/internal.h, lib/setenv.c, lib/setenv.h,
	lib/unsetenv.c: improved setenv LIBOBJs from Bruno.

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

	* lib/asn1.c, lib/kdcrep.c, lib/ticket.c: endian fixes

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

	* lib/setenv.c: copy from glibc that actually works

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

	* configure.ac: libtool obsoletes ranlib

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

	* lib/error.c, lib/init.c, lib/internal.h, lib/kdc.c, lib/kdcreq.c,
	lib/shishi.h.in: nonces are 4 bytes, remove shortnonce stuff.

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

	* AUTHORS: fix

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

	* lib/error.c: fix msg

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

	* extra/inetutils/libtelnet/Makefile.am: need more includes

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

	* lib/cfg.c, lib/init.c: print warnings

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

	* Makefile.am: make dist work

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

	* lib/shishi.h.in: add prototype

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

	* tests/Makefile.am: fix asn1 dir

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

	* extra/inetutils/Makefile.am, extra/inetutils/configure.ac,
	extra/inetutils/libtelnet/shishi.c,
	extra/inetutils/telnet/Makefile.am: fixes

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

	* extra/inetutils/headers/Makefile.am: extradist arpa/telnet.h

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

	* gdbm/Makefile.in: don't hardcode SHELL

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

	* Makefile.am, configure.ac: remove gdbm temporarily add ngettext
	check add setenv replacement

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

	* lib/setenv.c: new file, for system's that lack setenv()

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

	* lib/Makefile.am: extradist setenv.c

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

	* lib/internal.h, lib/ticketset.c: fix ngettext

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

	* src/Makefile.am: needs asn1 includes

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

	* src/data.h: _N is defined on solaris

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

	* tests/Makefile.am: need asn1 includes

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

	* extra/inetutils/configure.ac: fix

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

	* extra/inetutils/configure.ac, extra/inetutils/paths,
	extra/inetutils/headers/Makefile.am,
	extra/inetutils/headers/confpaths.h.in,
	extra/inetutils/headers/err.h, extra/inetutils/headers/getopt.h,
	extra/inetutils/headers/obstack.h, extra/inetutils/headers/paths.h,
	extra/inetutils/headers/poll.h, extra/inetutils/headers/tftpsubs.h,
	extra/inetutils/headers/arpa/telnet.h,
	extra/inetutils/libinetutils/Makefile.am,
	extra/inetutils/libinetutils/tftpsubs.h,
	extra/inetutils/telnet/Makefile.am,
	extra/inetutils/telnetd/Makefile.am, extra/inetutils/telnetd/pty.c:
	fixes.

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

	* doc/shishi.texi: small fixes

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

	* configure.ac, extra/inetutils/configure.ac,
	extra/inetutils/libtelnet/shishi.c: remove krb5 stuff from
	inetutils remove ugly stuff configure.ac

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

	* extra/inetutils/telnetd/Makefile.am,
	extra/inetutils/telnetd/shishi-telnetd.8,
	extra/inetutils/telnetd/telnetd.8: Rename telnetd shishi-telnetd.

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

	* extra/inetutils/telnet/Makefile.am,
	extra/inetutils/telnet/telnet.1: call it shishi-telnet instead of
	telnet.

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

	* extra/inetutils/telnet/shishi-telnet.1: update for shishi

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

	* extra/README: [no log message]

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

	* extra/inetutils/AUTHORS, extra/inetutils/NEWS,
	extra/inetutils/README: Upstream files.

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

	* Makefile.am, README, configure.ac: extra/

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

	* extra/README: [no log message]

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

	* extra/inetutils/AUTHORS, extra/inetutils/Makefile.am,
	extra/inetutils/NEWS, extra/inetutils/README,
	extra/inetutils/configure.ac,
	extra/inetutils/libinetutils/Makefile.am,
	extra/inetutils/libinetutils/__progname.c,
	extra/inetutils/libinetutils/argcv.c,
	extra/inetutils/libinetutils/argcv.h,
	extra/inetutils/libinetutils/cleansess.c,
	extra/inetutils/libinetutils/daemon.c,
	extra/inetutils/libinetutils/des_rw.c,
	extra/inetutils/libinetutils/err.c,
	extra/inetutils/libinetutils/forkpty.c,
	extra/inetutils/libinetutils/getopt.c,
	extra/inetutils/libinetutils/getopt1.c,
	extra/inetutils/libinetutils/getpass.c,
	extra/inetutils/libinetutils/getusershell.c,
	extra/inetutils/libinetutils/herror.c,
	extra/inetutils/libinetutils/hstrerror.c,
	extra/inetutils/libinetutils/iruserok.c,
	extra/inetutils/libinetutils/kcmd.c,
	extra/inetutils/libinetutils/krcmd.c,
	extra/inetutils/libinetutils/localhost.c,
	extra/inetutils/libinetutils/login.c,
	extra/inetutils/libinetutils/login_tty.c,
	extra/inetutils/libinetutils/logout.c,
	extra/inetutils/libinetutils/logwtmp.c,
	extra/inetutils/libinetutils/logwtmpko.c,
	extra/inetutils/libinetutils/memcmp.c,
	extra/inetutils/libinetutils/memcpy.c,
	extra/inetutils/libinetutils/memmove.c,
	extra/inetutils/libinetutils/memset.c,
	extra/inetutils/libinetutils/obstack.c,
	extra/inetutils/libinetutils/openpty.c,
	extra/inetutils/libinetutils/opieclient.c,
	extra/inetutils/libinetutils/pathmax.h,
	extra/inetutils/libinetutils/poll.c,
	extra/inetutils/libinetutils/readstream.c,
	extra/inetutils/libinetutils/regex.c,
	extra/inetutils/libinetutils/regex.h,
	extra/inetutils/libinetutils/revoke.c,
	extra/inetutils/libinetutils/ruserok.c,
	extra/inetutils/libinetutils/setenv.c,
	extra/inetutils/libinetutils/setsig.c,
	extra/inetutils/libinetutils/snprintf.c,
	extra/inetutils/libinetutils/snprintf.h,
	extra/inetutils/libinetutils/strcasecmp.c,
	extra/inetutils/libinetutils/strdup.c,
	extra/inetutils/libinetutils/strerror.c,
	extra/inetutils/libinetutils/strsignal.c,
	extra/inetutils/libinetutils/stub_tgetent.c,
	extra/inetutils/libinetutils/syslog.c,
	extra/inetutils/libinetutils/tftpsubs.c,
	extra/inetutils/libinetutils/tftpsubs.h,
	extra/inetutils/libinetutils/ttymsg.c,
	extra/inetutils/libinetutils/utmp_init.c,
	extra/inetutils/libinetutils/utmp_logout.c,
	extra/inetutils/libinetutils/waitpid.c,
	extra/inetutils/libinetutils/xgetcwd.c,
	extra/inetutils/libinetutils/xmalloc.c,
	extra/inetutils/libinetutils/xstrdup.c,
	extra/inetutils/telnet/Makefile.am,
	extra/inetutils/telnetd/Makefile.am, extra/inetutils/telnetd/pty.c:
	Now it works.

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

	* extra/Makefile.am, extra/README, extra/inetutils.diff: Add
	inetutils in extra/.

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

	* extra/inetutils/Makefile.am, extra/inetutils/acinclude.m4,
	extra/inetutils/configure.ac,
	extra/inetutils/libtelnet/Makefile.am,
	extra/inetutils/libtelnet/auth-proto.h,
	extra/inetutils/libtelnet/auth.c, extra/inetutils/libtelnet/auth.h,
	extra/inetutils/libtelnet/enc-proto.h,
	extra/inetutils/libtelnet/enc_des.c,
	extra/inetutils/libtelnet/encrypt.c,
	extra/inetutils/libtelnet/encrypt.h,
	extra/inetutils/libtelnet/forward.c,
	extra/inetutils/libtelnet/genget.c,
	extra/inetutils/libtelnet/getent.c,
	extra/inetutils/libtelnet/kerberos.c,
	extra/inetutils/libtelnet/kerberos5.c,
	extra/inetutils/libtelnet/key-proto.h,
	extra/inetutils/libtelnet/misc-proto.h,
	extra/inetutils/libtelnet/misc.c, extra/inetutils/libtelnet/misc.h,
	extra/inetutils/libtelnet/read_passwd.c,
	extra/inetutils/libtelnet/shishi.c,
	extra/inetutils/telnet/Makefile.am,
	extra/inetutils/telnet/README.sec,
	extra/inetutils/telnet/authenc.c,
	extra/inetutils/telnet/commands.c,
	extra/inetutils/telnet/defines.h, extra/inetutils/telnet/externs.h,
	extra/inetutils/telnet/fdset.h, extra/inetutils/telnet/general.h,
	extra/inetutils/telnet/krb4-proto.h, extra/inetutils/telnet/main.c,
	extra/inetutils/telnet/network.c, extra/inetutils/telnet/ring.c,
	extra/inetutils/telnet/ring.h, extra/inetutils/telnet/sys_bsd.c,
	extra/inetutils/telnet/telnet.1, extra/inetutils/telnet/telnet.c,
	extra/inetutils/telnet/terminal.c, extra/inetutils/telnet/tn3270.c,
	extra/inetutils/telnet/types.h, extra/inetutils/telnet/utilities.c,
	extra/inetutils/telnetd/Makefile.am,
	extra/inetutils/telnetd/README.sec, extra/inetutils/telnetd/pty.c,
	extra/inetutils/telnetd/slc.c, extra/inetutils/telnetd/state.c,
	extra/inetutils/telnetd/telnetd.8,
	extra/inetutils/telnetd/telnetd.c,
	extra/inetutils/telnetd/telnetd.h, extra/inetutils/telnetd/term.c,
	extra/inetutils/telnetd/termstat.c,
	extra/inetutils/telnetd/utility.c: Initial stripped down GNU
	Inetutils import.

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

	* po/LINGUAS, po/Makevars, po/POTFILES.in, po/shishi.pot, po/sv.po:
	[no log message]

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

	* lib/kdcrep.c: remove debug code

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

	* lib/Makefile.am: EXTRA_DIST crypt-*.c

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

	* doc/shishi.texi: todo's

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

	* m4/Makefile.am, m4/pkg.m4: [no log message]

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

	* config.rpath, mkinstalldirs: [no log message]

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

	* README, THANKS, configure.ac, shishi.pc.in: add copyright

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

	* AUTHORS, README: [no log message]

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

	* README: Move platforms to doc/shishi.texi

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

	* doc/shishi.texi: Add user manual, reporting bugs, supported
	platforms.

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

	* lib/crypto-des.c, lib/ticketset.c: fixes.

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

	* src/shishi.c: fixes

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

	* gdbm/autoconf.h.in, gdbm/configure, gdbm/ltmain.sh: remove junk

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

	* lib/crypto-des.c: remove md4 junk

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

	* configure.ac: Gettext version for autoreconf.

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

	* doc/shishi.texi: User/Administration Manual sections.

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

	* lib/ap.c, lib/aprep.c, lib/diskio.c, lib/encapreppart.c,
	lib/internal.h, lib/shishi.h.in: Add high-level AP functions.

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

	* README: [no log message]

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

	* lib/apreq.c, lib/diskio.c, lib/kdcrep.c, lib/ticket.c: "kerberos"
	is a dirty word.

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

	* lib/crypto-3des.c, lib/crypto-aes.c, lib/crypto-des.c,
	lib/crypto-null.c, lib/crypto.c: Remove keytype from some
	functions.

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

	* doc/shishi.texi: Add crypto overview.  Fixes.

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

	* lib/crypto.c: Cleanup.

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

	* lib/crypto-3des.c, lib/crypto-aes.c: remove junk.

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

	* lib/apreq.c, lib/as.c, lib/crypto-3des.c, lib/crypto-des.c,
	lib/crypto-lowlevel.c, lib/crypto-simplified.c, lib/crypto-utils.c,
	lib/crypto.c, lib/error.c, lib/internal.h, lib/kdc.c, lib/kdcrep.c,
	lib/shishi.h.in, src/kdc.c: 3DES TGS works.

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

	* tests/Makefile.am: Don't link with libtasn1.

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

	* configure.ac: Fixes.	Add stringprep.

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

	* Makefile.am: test/ renamed to tests/ (repository mv).

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

	* NEWS: [no log message]

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

	* shishi.conf.in: Add server-realm.

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

	* shishi.pc.in: Move gcrypt after shishi.

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

	* src/shishid.c: Read CFG in library.

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

	* src/data.h: Add TGS client/server name.

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

	* src/Makefile.am: Don't link with libtasn.

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

	* src/server.c, src/crypto.c: Crypto updates.

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

	* src/shishi.c: Add --client-name and --server-name for TGS.  Read
	cfg and create ticketset within library.

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

	* lib/tgs.c: Inline call.

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

	* lib/done.c: Free some more.

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

	* lib/asn1.c: remove errorDescription from shishi_d2a_apprep

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

	* lib/kdc.c: Str2key parameter.

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

	* lib/realm.c: Map server to realm.

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

	* lib/ticketset.c: Handle library default ticketset.

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

	* lib/kdcrep.c, lib/ticket.c: Crypto key usage fixes.

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

	* lib/internal.h: Fix keyusage enum.  Add cfg and ticketset.

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

	* lib/init.c: Read config files and ticketset in shishi_init().

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

	* lib/cfg.c: Add shishi_cfg_default_*.

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

	* lib/authenticator.c: Cleanup cksum type selection a little.

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

	* lib/apreq.c: Crypto keyusage.

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

	* lib/aprep.c: Encrypt with key usage.

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

	* lib/shishi.h.in: Cleanups

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

	* lib/vasprintf.c: shishi_asprintf().

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

	* lib/Makefile.am: Add vasprintf, pkcs5.  Link asn1 stuff directly.

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

	* lib/crypto-3des.c, lib/crypto-aes.c, lib/crypto-des.c,
	lib/crypto-lowlevel.c, lib/crypto-null.c, lib/crypto-simplified.c,
	lib/crypto-utils.c, lib/crypto.c: Split crypto files more.  AES
	works.

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

	* tests/crypto.c: Add AES test vectors.

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

	* lib/pkcs5.c: Check libgcrypt return codes.

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

	* lib/crypto-3des.c, lib/crypto-aes.c, lib/crypto-des.c,
	lib/crypto.c: Split crypto file.  Some initial AES stuff.  Maybe
	other things.

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

	* argp/depcomp, argp/install-sh, argp/missing, argp/mkinstalldirs:
	Removed junk (automatically generated).

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

	* lib/pkcs5.c: Fix bug.

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

	* lib/pkcs5.c, lib/pkcs5.h, tests/crypto.c: Add PKCS5 PBKDF2
	implementation.

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

	* shishi.pc.in: Add -R.

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

	* lib/rfc1510bis.asn1: Make it compile with buggy libtasn1.

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

	* Makefile.am, README, mkinstalldirs, shishi.conf.in,
	shishi.skel.in, doc/Makefile.am, doc/shishi.texi, gdbm/gdbm.info,
	lib/Makefile.am, lib/as.c, lib/asn1.c, lib/authenticator.c,
	lib/cfg.c, lib/crypto.c, lib/diskio.c, lib/init.c, lib/internal.h,
	lib/netio.c, lib/password.c, lib/shishi.h.in, lib/tgs.c,
	lib/ticket.c, lib/ticketset.c, src/Makefile.am, src/authp.c,
	src/client.c, src/data.h, src/kdc.c, src/list.c, src/shishi.c,
	src/shishid.c, tests/crypto.c: 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>

	* README, mkinstalldirs, shishi.conf.in, lib/aprep.c, lib/apreq.c,
	lib/authenticator.c, lib/cfg.c, lib/crypto.c, lib/diskio.c,
	lib/encapreppart.c, lib/init.c, lib/internal.h, lib/kdc.c,
	lib/kdcrep.c, lib/kdcreq.c, lib/netio.c, lib/shishi.h.in,
	lib/ticket.c, lib/ticketset.c, src/kdc.c, src/shishi.c,
	src/shishid.c: Reworked silent/verbose/debug handling in library. 
	Handles more than one KDC.

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

	* lib/asn1.c, lib/netio.c, src/Makefile.am, src/shishid.c: Improve
	daemon.

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

	* Makefile.am: EXTRA_DIST gdbm until it has automake.

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

	* Makefile.am, README, configure.ac, mkinstalldirs,
	lib/Makefile.am, lib/netio.c, src/Makefile.am, src/shishid.c,
	tests/Makefile.am: Remove dependency on GNET Add GDBM

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

	* gdbm/Makefile.in: Add dummy distdir and distcheck targets.

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

	* gdbm/COPYING, gdbm/INSTALL, gdbm/Makefile.in, gdbm/NEWS,
	gdbm/README, gdbm/aclocal.m4, gdbm/autoconf.h.in, gdbm/bucket.c,
	gdbm/close.c, gdbm/config.guess, gdbm/config.sub, gdbm/configure,
	gdbm/configure.in, gdbm/conv2gdbm.c, gdbm/dbm.h, gdbm/dbmclose.c,
	gdbm/dbmdelete.c, gdbm/dbmdirfno.c, gdbm/dbmfetch.c,
	gdbm/dbminit.c, gdbm/dbmopen.c, gdbm/dbmpagfno.c, gdbm/dbmrdonly.c,
	gdbm/dbmseq.c, gdbm/dbmstore.c, gdbm/delete.c, gdbm/extern.h,
	gdbm/falloc.c, gdbm/fetch.c, gdbm/findkey.c, gdbm/gdbm.3,
	gdbm/gdbm.info, gdbm/gdbm.proto, gdbm/gdbm.proto2,
	gdbm/gdbm.texinfo, gdbm/gdbmclose.c, gdbm/gdbmconst.h,
	gdbm/gdbmdefs.h, gdbm/gdbmdelete.c, gdbm/gdbmerrno.c,
	gdbm/gdbmerrno.h, gdbm/gdbmexists.c, gdbm/gdbmfdesc.c,
	gdbm/gdbmfetch.c, gdbm/gdbmopen.c, gdbm/gdbmreorg.c,
	gdbm/gdbmseq.c, gdbm/gdbmsetopt.c, gdbm/gdbmstore.c,
	gdbm/gdbmsync.c, gdbm/getopt.c, gdbm/getopt.h, gdbm/global.c,
	gdbm/hash.c, gdbm/install-sh, gdbm/ltmain.sh, gdbm/mkinstalldirs,
	gdbm/ndbm.h, gdbm/proto.h, gdbm/seq.c, gdbm/store.c,
	gdbm/systems.h, gdbm/testdbm.c, gdbm/testgdbm.c, gdbm/testndbm.c,
	gdbm/update.c, gdbm/version.c: Add gdbm-1.8.3

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

	* lib/apreq.c, lib/authenticator.c, lib/crypto.c, lib/kdcrep.c,
	lib/kdcreq.c, lib/shishi.h.in, src/kdc.c: des3-cbc-hmac-sha1-kd AS
	works.

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

	* shishi.conf.in, shishi.skel.in, lib/cfg.c, lib/init.c,
	lib/internal.h, lib/kdcreq.c: Add client-kdc-etypes configuration
	option.

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

	* acinclude.m4, Makefile.am, mkinstalldirs: [no log message]

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

	* config.rpath, mkinstalldirs: gettextize want these

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

	* AUTHORS, Makefile.am, NEWS, README, THANKS, configure.ac,
	shishi.conf.in, shishi.pc.in, shishi.skel.in, doc/Makefile.am,
	doc/fdl.texi, doc/gdoc, doc/gpl.texi, doc/lgpl.texi,
	doc/shishi.texi, lib/Makefile.am, lib/ap.c, lib/aprep.c,
	lib/apreq.c, lib/asn1.c, lib/authenticator.c, lib/base64.c,
	lib/cfg.c, lib/crypto.c, lib/diskio.c, lib/done.c,
	lib/encapreppart.c, lib/enckdcreppart.c, lib/encticketpart.c,
	lib/error.c, lib/gettext.h, lib/gztime.c, lib/init.c,
	lib/internal.h, lib/kdc.c, lib/kdcrep.c, lib/kdcreq.c, lib/netio.c,
	lib/password.c, lib/principal.c, lib/realm.c, lib/rfc1510.asn1,
	lib/rfc1510bis.asn1, lib/rfc1510bis.asn1.orig, lib/shishi.h.in,
	lib/ticket.c, lib/ticketset.c, lib/version.c, src/Makefile.am,
	src/authp.c, src/client.c, src/crypto.c, src/data.h, src/gettext.h,
	src/kdc.c, src/list.c, src/server.c, src/shishi.c,
	tests/Makefile.am, tests/crypto.c: Moved development into CVS.

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

	* argp/aclocal.m4, argp/configure: These should not be in CVS.

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

	* argp/Makefile.am, argp/Versions, argp/acinclude.m4,
	argp/aclocal.m4, argp/argp-ba.c, argp/argp-eexst.c,
	argp/argp-fmtstream.c, argp/argp-fmtstream.h, argp/argp-fs-xinl.c,
	argp/argp-help.c, argp/argp-namefrob.h, argp/argp-parse.c,
	argp/argp-pv.c, argp/argp-pvh.c, argp/argp-test.c,
	argp/argp-xinl.c, argp/argp.h, argp/config.h.in, argp/configure,
	argp/configure.ac, argp/depcomp, argp/install-sh, argp/libargp.m4,
	argp/mempcpy.c, argp/missing, argp/mkinstalldirs, argp/strchrnul.c,
	argp/strndup.c: Initial release, version 0.0.0.

