From 06d3510c285d773edb47578707b8c6aef6c9ab72 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 30 Oct 2003 08:35:43 +0000 Subject: add gsasl 0.0.8 GNU SASL Library --- security/gsasl/pkg-descr | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 security/gsasl/pkg-descr (limited to 'security/gsasl/pkg-descr') diff --git a/security/gsasl/pkg-descr b/security/gsasl/pkg-descr new file mode 100644 index 000000000000..27dda1fd05e8 --- /dev/null +++ b/security/gsasl/pkg-descr @@ -0,0 +1,18 @@ +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. + +The library is portable because it does not do network communication by itself, +but rather leaves it up to the calling application. The library is flexible +with regards to the authorization infrastructure used, as it utilizes callbacks +into the application to decide whether an user is authorized or not. + +WWW: http://www.gnu.org/software/gsasl/ -- cgit v1.2.3