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