head	1.5;
access;
symbols
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2008.06.17.19.01.58;	author pav;	state dead;
branches;
next	1.4;

1.4
date	2006.04.01.03.38.36;	author ume;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.10.17.11.01;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	99.12.29.07.06.26;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.12.27.01.52.24;	author steve;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Delete security/cyrus-sasl, it has been expired for a year and a half.
@
text
@	This is a port of Cyrus SASL (Simple Authentication and Security Layer).
SASL is a method for adding authentication support to connection-based
protocols.  To use SASL, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating protection of
subsequent protocol interactions. If its use is negotiated, a security layer is
inserted between the protocol and the connection.
	The following mechanisms are included in this distribution: ANONYMOUS,
CRAM-MD5, DIGEST-MD5, GSSAPI (MIT Kerberos 5 or Heimdal Kerberos 5), KERBEROS_V4
and PLAIN.
	The library can use a Berkeley DB, gdbm or ndbm file on the server side
to store per-user authentication secrets.  The utility saslpasswd has been
included for adding authentication secrets to the file.
	PLAIN can either check /etc/passwd, Kerberos V4, use PAM, or the sasl
secrets database.  By default PAM is used if PAM is found, then Kerberos,
finally /etc/passwd (non-shadow).  This is tweakable in the configuration file.
Please see "${PREFIX}/share/doc/sasl/sysadmin.html".
	The sample directory contains two programs which provide a reference for
using the library, as well as making it easy to test a mechanism on the command
line.  See "${PREFIX}/share/doc/sasl/programming.html" for more information.

WWW: http://cyrusimap.web.cmu.edu/
@


1.4
log
@The Project Cyrus web site is migrated to a new server.
@
text
@@


1.3
log
@Cram into 80 columns by 24 rows.
@
text
@d21 1
a21 1
WWW: http://asg.web.cmu.edu/sasl/
@


1.2
log
@Use OpenSSL instaed of librc4 so this port's package can be exported.
Also incorporate Garrett Wollman's kerberos fixes.

PR:		15732
Submitted by:	maintainer
@
text
@d1 19
a19 34
The Cyrus SASL (Simple Authentication and Security Layer)

SASL is the Simple Authentication and Security Layer, a method
for adding authentication support to connection-based protocols.
To use SASL, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating
protection of subsequent protocol interactions. If its use is
negotiated, a security layer is inserted between the protocol
and the connection.

FEATURES
--------
The following mechanisms are included in this distribution:
ANONYMOUS
CRAM-MD5
DIGEST-MD5
GSSAPI (MIT Kerberos 5 or Heimdal Kerberos 5)
KERBEROS_V4
PLAIN

The library can use a Berkeley DB, gdbm or ndbm file on the server
side to store per-user authentication secrets.  The utility saslpasswd
has been included for adding authentication secrets to the file.

PLAIN can either check /etc/passwd, Kerberos V4, use PAM, or the sasl
secrets database.  By default PAM is used if PAM is found, then
Kerberos, finally /etc/passwd (non-shadow).  This is tweakable in the
configuration file.  Please see
"${PREFIX}/share/doc/sasl/sysadmin.html".

The sample directory contains two programs which provide a reference
for using the library, as well as making it easy to test a mechanism
on the command line.  See "${PREFIX}/share/doc/sasl/programming.html"
for more information.
@


1.1
log
@Adding cyrus-sasl version 1.5.13.
An RFC 2222 SASL (Simple Authentication and Security Layer).

PR:		14619
Submitted by:	Scot W. Hetzel <hetzels@@westbend.net>
@
text
@d11 25
@

