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.
$NetBSD: README,v 1.16 2003/06/23 07:48:01 grant Exp $
The pkgsrc documentation now lives on the NetBSD web site.
Full documentation, one file per chapter:
http://www.NetBSD.org/Documentation/pkgsrc/
Full documentation in a single file:
http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.html
Full documentation in a single plain-text file:
http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.txt
pkgsrc.txt and pkgsrc.html are also provided in the top level pkgsrc
directory (this directory).