some updates

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2386 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-16 20:26:58 +00:00
parent 9acc9c95aa
commit 9abf2f2036

View File

@@ -3,7 +3,7 @@
@chapter Introduction @chapter Introduction
@quotation @quotation
@strong{Caution:} this is beta quality software. If something doesn't @strong{Caution:} this is alpha quality software. If something doesn't
work, it's probably because it doesn't. Don't be surprised if your work, it's probably because it doesn't. Don't be surprised if your
computer suffers a melt-down. computer suffers a melt-down.
@end quotation @end quotation
@@ -22,6 +22,11 @@ be protocol compatible with existing implementations and, if not in
conflict, with RFC 1510 (and any future updated RFC) conflict, with RFC 1510 (and any future updated RFC)
@item @item
be somewhat compatible with the M.I.T Kerberos V5 API be somewhat compatible with the M.I.T Kerberos V5 API
@item
have support for kerberosV5 over GSS-API
@item
include the most important and useful application programs (rsh, telnet,
popper, etc.)
@end itemize @end itemize
This initial pre-version is mostly compatible with the M.I.T This initial pre-version is mostly compatible with the M.I.T
@@ -35,11 +40,15 @@ works):
@itemize @bullet @itemize @bullet
@item @item
there is a complete library to encode/decode/whatever ASN.1 stuff there is a stub generator and a library to encode/decode/whatever ASN.1/DER
stuff
@item @item
a @code{libkrb5} library that should be possible to get to work with a @code{libkrb5} library that should be possible to get to work with
simple applications simple applications
@item @item
a GSS-API library that doesn't have all functions implemented but should
have all the important ones for building applications that use it
@item
Eric Young's @file{libdes} Eric Young's @file{libdes}
@item @item
@file{kinit}, @file{klist}, @file{kdestroy} @file{kinit}, @file{klist}, @file{kdestroy}
@@ -48,6 +57,8 @@ Eric Young's @file{libdes}
@item @item
@file{rsh}, @file{rshd} @file{rsh}, @file{rshd}
@item @item
some simple test programs
@item
a simple KDC a simple KDC
@item @item
an even simpler @file{kdb_edit} an even simpler @file{kdb_edit}