From 791b40a85f76ff4eab4dc4137717d9808c717a51 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 15 Jan 2004 09:29:36 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) diff --git a/ChangeLog b/ChangeLog index b37be28d..08d6de3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,151 @@ +2004-01-15 Simon Josefsson + + * NEWS: Version 0.0.13. + +2004-01-15 Simon Josefsson + + * Makefile.am: + (release): Use CSS. + +2004-01-15 Simon Josefsson + + * doc/gendocs.sh: Sync upstream. + +2004-01-15 Simon Josefsson + + * Makefile.am: + (release): Use binary PGP. Add ftp-upload.gnu.org stuff. Use + gendocs.sh. + +2004-01-15 Simon Josefsson + + * po/shishi.pot, po/sv.po: Generated. + +2004-01-15 Simon Josefsson + + * NEWS: Add. + +2004-01-15 Simon Josefsson + + * db/file.c: + (read_key): Handle leading whitespace in key material. (But not for + old style keys.) + +2004-01-15 Simon Josefsson + + * NEWS: Add. + +2004-01-15 Simon Josefsson + + * src/shisa.c: Typo. + +2004-01-15 Simon Josefsson + + * src/shisa.c: Fix salt computation for --password. + +2004-01-15 Simon Josefsson + + * NEWS: Add. + +2004-01-14 Simon Josefsson + + * src/shisa.c: + (main): Make sure apply_options receive realm/principal. + +2004-01-14 Simon Josefsson + + * src/shishid.c: + (kdc_listen): Improve error logic to fix segfault. + +2004-01-14 Simon Josefsson + + * lib/tkt.c: Revert (for now). + +2004-01-14 Simon Josefsson + + * lib/tkt.c: + (shishi_tkt_pretty_print): Use const. + +2004-01-14 Simon Josefsson + + * configure.ac, m4/ac_compile_check_sizeof.m4, + m4/ax_create_stdint_h.m4: Update AX_CREATE_STDINT_H. + +2004-01-10 Simon Josefsson + + * doc/shishi.texi: Add key=ivec links. + +2004-01-10 Simon Josefsson + + * doc/shishi.texi: Add rlogin security links. + +2004-01-10 Simon Josefsson + + * doc/shishi.texi: Add Key=Ivec text. + +2004-01-10 Simon Josefsson + + * doc/Makefile.am: Dist texinfo.css. + +2004-01-10 Simon Josefsson + + * doc/gendocs_template, doc/gendocs.sh: Sync with Texinfo. + +2004-01-10 Simon Josefsson + + * configure.ac: Remove unused DocBook stuff. + +2004-01-10 Simon Josefsson + + * doc/shishi.texi: Fix title. + +2004-01-10 Simon Josefsson + + * doc/shishi.texi: Change title to include GNU. Fix header. + +2004-01-10 Simon Josefsson + + * doc/Makefile.am, doc/shishi.css, doc/texinfo.css: Rename + shishi.css to texinfo.css. + +2004-01-10 Simon Josefsson + + * doc/Makefile.am: Use CSS for HTML. + +2004-01-10 Simon Josefsson + + * doc/shishi.css: Add. + +2004-01-10 Simon Josefsson + + * doc/Makefile.am: Only remove man pages on maintainerclean. Make + man pages depend on ../configure.ac, for version number. + +2004-01-10 Simon Josefsson + + * doc/Makefile.am: Fix man page dependencies, reported by Adrian + Bunk . + +2004-01-03 Simon Josefsson + + * src/Makefile.am: Assume recent gengetopt. + +2004-01-03 Simon Josefsson + + * doc/shishi.texi: Add. + +2004-01-03 Simon Josefsson + + * doc/shishi.texi: Add. + +2004-01-03 Simon Josefsson + + * src/shishid.c: Don't use closelog. Use syslog in kdc_unlisten. + +2004-01-03 Simon Josefsson + + * NEWS, configure.ac: Bump versions. + 2004-01-02 Simon Josefsson * NEWS: Version 0.0.12. -- 2.11.4.GIT