summaryrefslogtreecommitdiffstats
path: root/crypto/shishi/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/shishi/DETAILS')
-rwxr-xr-xcrypto/shishi/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/shishi/DETAILS b/crypto/shishi/DETAILS
new file mode 100755
index 0000000000..6d678cb0cc
--- /dev/null
+++ b/crypto/shishi/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=shishi
+ VERSION=0.0.22
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://josefsson.org/shishi/releases/$SOURCE
+ MD5[0]=c83e1e0509ef440c310b90200d98d14f
+ WEB_SITE=http://www.gnu.org/software/shishi/
+ ENTERED=20040116
+ UPDATED=20040116
+ LICENSE[0]=GPL
+ SHORT="shishi is a free implementation of the Kerberos 5"
+cat << EOF
+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.
+EOF