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