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