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