Path to this page:
./
security/cyrus-sasl,
Simple Authentication and Security Layer
Branch: CURRENT,
Version: 2.1.26nb2,
Package name: cyrus-sasl-2.1.26nb2,
Maintainer: obacheSASL 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.
This is the Cyrus SASL API implentation. It can be used on the client or
server side to provide authentication. See RFC 2222 for more information.
There's a mailing list for Cyrus SASL. Subscribe by sending a message
to majordomo@lists.andrew.cmu.edu with the body "subscribe cyrus-sasl".
The mailing list is available via anonymous IMAP at
imap://cyrus.andrew.cmu.edu/archive.cyrus-sasl or via the web at
http://asg.web.cmu.edu/archive/mailbox.php3?mailbox=archive.cyrus-sasl.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.10 2013/03/13 03:31:40 obache Exp $
SASLDB=@PKG_SYSCONFDIR@/sasldb@DBEXT@
case ${STAGE} in
POST-DEINSTALL)
if ${TEST} -f ${SASLDB}; then
${CAT} << EOF
===========================================================================
You may want to remove the SASL password data file:
${SASLDB}
===========================================================================
EOF
fi
;;
esac
Required to build:[
devel/gmake] [
devel/libtool-base]
Package options: ndbm
Master sites: (Expand)
SHA1: d6669fb91434192529bd13ee95737a8a5040241c
RMD160: 861a06d663cf3da37a198d0f971d99b249b5f4b8
Filesize: 5097.882 KB
Version history: (Expand)
- (2013-03-13) Updated to version: cyrus-sasl-2.1.26nb2
- (2012-12-21) Updated to version: cyrus-sasl-2.1.26nb1
- (2012-12-16) Updated to version: cyrus-sasl-2.1.26
- (2011-09-18) Updated to version: cyrus-sasl-2.1.25
- (2009-05-15) Updated to version: cyrus-sasl-2.1.23
- (2006-10-04) Updated to version: cyrus-sasl-2.1.22
CVS history: (Expand)
2013-03-13 04:31:41 by OBATA Akio | Files touched by this commit (3) |  |
Log message:
Convert SASL_DBTYPE variable to option framework, and add gdbm support.
Fixes db name extension in DEINSTALL script for other than ndbm.
Bump PKGREVISION.
|
| 2012-12-20 23:52:37 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
sasl.h needs stddef.h to be self-contained. Bump revision.
|
| 2012-12-19 11:46:56 by OBATA Akio | Files touched by this commit (2) |
Log message:
Note upstream bug report.
|
2012-12-16 02:36:44 by OBATA Akio | Files touched by this commit (10) |  |
Log message:
Update cyrus-sasl to 2.1.26.
New in 2.1.26
-------------
* Modernize SASL malloc/realloc callback prototypes
* Added sasl_config_done() to plug a memory leak when using an application
specific config file
* Fixed PLAIN/LOGIN authentication failure when using saslauthd
with no auxprop plugins (bug # 3590).
* unlock the mutex in sasl_dispose if the context was freed by another thread
* MINGW32 compatibility patches
* Fixed broken logic in get_fqhostname() when abort_if_no_fqdn is 0
* Fixed some memory leaks in libsasl
* GSSAPI plugin:
- Fixed a segfault in gssapi.c introduced in 2.1.25.
- Code refactoring
- Added support for GSS-SPNEGO SASL mechanism (Unix only), which is also
HTTP capable
* GS2 plugin:
- Updated GS2 plugin not to lose minor GSS-API status codes on errors
* DIGEST-MD5 plugin:
- Correctly send "stale" directive to prevent clients from (re)promtping
for password
- Better handling of HTTP reauthentication cases
- fixed some memory leaks
* SASLDB plugin:
- Added support for BerkleyDB 5.X or later
* OTP plugin:
- Removed calling of EVP_cleanup() on plugin shutdown in order to prevent
TLS from failing in calling applications
* SRP plugin:
- Removed calling of EVP_cleanup() on plugin shutdown in order to prevent
TLS from failing in calling applications
* saslauthd:
- auth_rimap.c: qstring incorrectly appending the closing double quote,
which might be causing crashes
- auth_rimap.c: read the whole IMAP greeting
- better error reporting from some drivers
- fixed some memory leaks
|
| 2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-22 08:20:21 by OBATA Akio | Files touched by this commit (3) |  |
Log message:
Install man source into $(mandir)/man8 instead of catman for saslauthd(8),
or manpage will not displayed correctly with man(1).
It also fixes installation failure for platforms missing `nroff -mandoc'.
Bump PKGREVISION.
|
| 2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
|
| 2012-03-03 13:54:23 by Thomas Klausner | Files touched by this commit (68) |
Log message:
More pcre PKGREVISION bumps.
|