shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi ./Makefile.am doc/shishi.texi ./ANNOUNCE


From: shishi-commit
Subject: shishi ./Makefile.am doc/shishi.texi ./ANNOUNCE
Date: Wed, 26 Nov 2003 09:08:36 -0500

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/11/26 09:08:36

Modified files:
        .              : Makefile.am 
        doc            : shishi.texi 
Removed files:
        .              : ANNOUNCE 

Log message:
        Move ANNOUNCE text to manual.
        Don't EXTRA_DIST stuff.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/Makefile.am.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/doc/shishi.texi.diff?tr1=1.96&tr2=1.97&r1=text&r2=text

Patches:
Index: shishi/Makefile.am
diff -u shishi/Makefile.am:1.50 shishi/Makefile.am:1.51
--- shishi/Makefile.am:1.50     Sat Nov  1 19:58:26 2003
+++ shishi/Makefile.am  Wed Nov 26 09:08:35 2003
@@ -41,9 +41,6 @@
 sysconf_DATA = shishi.conf
 pkgdata_DATA = shishi.skel
 
-EXTRA_DIST = ANNOUNCE config.rpath mkinstalldirs \
-       shishi.conf.in shishi.skel.in shishi.pc.in
-
 # Maintainer targets
 
 indent:
Index: shishi/doc/shishi.texi
diff -u shishi/doc/shishi.texi:1.96 shishi/doc/shishi.texi:1.97
--- shishi/doc/shishi.texi:1.96 Thu Nov  6 18:24:24 2003
+++ shishi/doc/shishi.texi      Wed Nov 26 09:08:35 2003
@@ -89,7 +89,35 @@
 @node Introduction
 @chapter Introduction
 
-Shishi implements the Kerberos 5 network security system.
+Shishi is a (still incomplete) implementation of the Kerberos 5
+network authentication system.  Shishi can be used to authenticate
+users in distributed systems.
+
+Shishi contains a library ('libshishi') that can be used by
+application developers to add support for Kerberos 5.  Shishi contains
+a command line utility ('shishi') that is used by users to acquire and
+manage tickets (and more).  The server side, a Key Distribution
+Center, is implemented by 'shishid'.  Of course, a manual documenting
+usage aspects as well as the programming API is included.
+
+Shishi currently supports AS/TGS exchanges for acquiring tickets, the
+AP exchange for performing client and server authentication, and
+SAFE/PRIV for integrity/privacy protected application data exchanges.
+
+Shishi is internationalized; error and status messages can be
+translated into the users' language; user name and passwords can be
+converted into any available character set (normally including
+ISO-8859-1 and UTF-8) and also be processed using an experimental
+Stringprep profile.
+
+Most, if not all, of the widely used encryption and checksum types are
+supported, such as 3DES, AES and HMAC-SHA1.
+
+Shishi is developed for the GNU/Linux system, but runs on over 20
+platforms including most major Unix platforms and Windows, and many
+kind of devices including iPAQ handhelds and S/390 mainframes.
+
+Shishi is free software licensed under the GNU General Public License.
 
 @menu
 * Getting Started::




reply via email to

[Prev in Thread] Current Thread [Next in Thread]