Implementation of Cyrus SASL API
This is the Cyrus SASL API. It can be used on the client or server side
to provide authentication. See RFC 2222 for more information.
- Developed at network
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/cyrus-sasl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.Source | 0000000221 221 Bytes | |
baselibs.conf | 0000000258 258 Bytes | |
cyrus-sasl-2.1.27.tar.gz | 0004111249 3.92 MB | |
cyrus-sasl-bdb.changes | 0000029747 29 KB | |
cyrus-sasl-bdb.spec | 0000007765 7.58 KB | |
cyrus-sasl-bug587.patch | 0000000386 386 Bytes | |
cyrus-sasl-lfs.patch | 0000000391 391 Bytes | |
cyrus-sasl-no_rpath.patch | 0000000757 757 Bytes | |
cyrus-sasl-rc.tar.bz2 | 0000002294 2.24 KB | |
cyrus-sasl-saslauthd-bdb.changes | 0000029747 29 KB | |
cyrus-sasl-saslauthd-bdb.spec | 0000005520 5.39 KB | |
cyrus-sasl-saslauthd.changes | 0000029747 29 KB | |
cyrus-sasl-saslauthd.spec | 0000005494 5.37 KB | |
cyrus-sasl.changes | 0000029747 29 KB | |
cyrus-sasl.dif | 0000001606 1.57 KB | |
cyrus-sasl.spec | 0000009121 8.91 KB | |
fix_libpq-fe_include.diff | 0000000376 376 Bytes | |
pre_checkin.sh | 0000000578 578 Bytes | |
saslauthd.service | 0000000346 346 Bytes |
Revision 60 (latest revision is 72)
Dominique Leuenberger (dimstar_suse)
accepted
request 858433
from
Peter Varkoly (varkoly)
(revision 60)
- Remove Berkeley DB dependency (JIRA#SLE-12190) The pacakges cyrus-sasl and cyrus-sasl-saslauthd are build without Berkely DB support. gdbm will be used instead of BDB. The pacakges cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are build with Berkely DB support. - Update to 2.1.27 * Added support for OpenSSL 1.1 * Added support for lmdb * Lots of build fixes * Treat SCRAM and DIGEST-MD5 as more secure than PLAIN when selecting client mech * DIGEST-MD5 plugin: Fixed memory leaks Fixed a segfault when looking for non-existent reauth cache Prevent client from going from step 3 back to step 2 Allow cmusaslsecretDIGEST-MD5 property to be disabled * GSSAPI plugin: Added support for retrieving negotiated SSF Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF Properly compute maxbufsize AFTER security layers have been set * SCRAM plugin: Added support for SCRAM-SHA-256 * LOGIN plugin: Don’t prompt client for password until requested by server * NTLM plugin: Fixed crash due to uninitialized HMAC context - Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) - bsc#983938 `After=syslog.target` left-overs in several unit files - added patches: fix_libpq-fe_include.diff for fixing including libpq-fe.h
Comments 0