Fix debug messages.
[shishi.git] / NEWS
blob3bd14ccc7a40abe96995f2d4cc2b4f8c34549d7d
1 Shishi NEWS -- History of user-visible changes.                 -*- outline -*-
2 Copyright (C) 2002, 2003 Simon Josefsson
3 See the end for copying conditions.
5 * Version 0.0.6 (unreleased)
7 ** Command line interface can now acquire proxiable tickets using --proxiable.
9 * Version 0.0.5 (released 2003-09-07)
11 ** Server host name to realm mapping via DNS supported.
13 ** SAFE functions improved.
14 Example code of a client using integrity protected application data
15 exchanges is in examples/client-safe.c and examples/server.c.
17 ** PRIV functions added.
18 Example code of a client using privacy protected application data
19 exchanges is in examples/client-priv.c.
21 ** Documentation improvements.
22 E.g., a reference manual was added, that document the configuration
23 file, and the shishi and shishid parameters.
25 ** Various API changes.
27 * Version 0.0.4 (released 2003-08-31)
29 ** The rsh/rlogin client 'rsh-redone' ported to Shishi, by Nicolas Pouvesle.
30 The client is located in extra/rsh-redone/.  It supports
31 authentication and encryption.  It interoperate with other
32 implementations.
34 ** Authenticator subkeys are supported, and is used by default in AP/TGS.
35 Some KDCs does not understand subkeys in TGS requests, and use the
36 session key instead.  Shishi detect and work around this problem but
37 prints a warning.
39 ** Simplistic key distribution center (KDC) is working.
40 See the Administration Manual for a walk through on how to get it up
41 and running.
43 ** Various API changes.
45 * Version 0.0.3 (released 2003-08-22)
47 ** Documentation fixes.
49 ** Cleanups.
51 * Version 0.0.2 (released 2003-08-17)
53 ** Command line handling of the 'shishi' application rewritten.
54 See the (updated) user manual and --help output for the new story.
56 ** It is possible to acquire renewable tickets.
58 ** Example client and server included.
59 Application data protection is not supported, but authentication is
60 demonstrated.  The files are in src/client.c and src/server.c.
62 ** New configuration verbs: 'ticket-life' and 'renew-life'.
64 ** AES ciphers didn't work when nettle was used.
66 ** Cleanups, bug fixes and improved portability.
68 * Version 0.0.1 (released 2003-08-10)
70 ** InetUtils copy removed.
71 The patches (also found in extra/inetutils.diff) are forwarded upstream.
73 ** Libidn copy removed.
74 Libidn is optional, but recommended.  It is used automatically if
75 present on your system.
77 ** Gettext not included.
78 Due to some conflicts between libtool and gettext, if you want i18n on
79 platforms that does not already have a useful gettext implementation,
80 you can install GNU gettext before building this package.  If you
81 don't care about i18n, this package should work fine (except for i18n,
82 of course).
84 ** Low-level crypto uses nettle if libgcrypt is not installed.
85 Libgcrypt is not shipped with Shishi any more, instead a more
86 streamlined crypto implementation based on nettle is included.
87 Specify --with-libgcrypt to use libgcrypt.
89 ** Libtasn1 updated and replaced by "minitasn1" from gnutls.
90 Specify --with-system-libtasn1 to link with the installed libtasn1, if
91 you have it.
93 ** KDC addresses are now found via DNS SRV RRs as a last resort.
94 This is only enabled if libresolv and resolv.h is found on your
95 system.
97 ** Argp and other compatibility files replaced by gl/ directory.
99 ** Cleanups, bug fixes and various improvements.
101 * Version 0.0.0 (released 2003-06-02)
103 ** Initial release
105 ----------------------------------------------------------------------
106 Copying and distribution of this file, with or without modification,
107 are permitted in any medium without royalty provided the copyright
108 notice and this notice are preserved.