summaryrefslogtreecommitdiffstats
path: root/crypto/gsasl/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gsasl/DETAILS')
-rwxr-xr-xcrypto/gsasl/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/crypto/gsasl/DETAILS b/crypto/gsasl/DETAILS
new file mode 100755
index 0000000000..6892e62ad1
--- /dev/null
+++ b/crypto/gsasl/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=gsasl
+ VERSION=0.2.5
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://josefsson.org/gsasl/releases/$SOURCE
+ SOURCE_URL[1]=ftp://alpha.gnu.org/pub/gnu/gsasl/$SOURCE
+ MD5[0]=89f6b45e78b1e378d2953cface6b3db0
+ WEB_SITE=http://www.gnu.org/software/gsasl/
+ ENTERED=20030901
+ UPDATED=20030901
+ LICENSE[0]=GPL
+ SHORT="GNU SASL"
+cat << EOF
+GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers.
+
+GNU SASL contains a library (libgsasl), a command line utility (gsasl) to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.
+EOF