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 | 0000000164 164 Bytes | |
cyrus-sasl-2.1.26.tar.gz | 0005220231 4.98 MB | |
cyrus-sasl-lfs.patch | 0000003090 3.02 KB | |
cyrus-sasl-no_rpath.patch | 0000000775 775 Bytes | |
cyrus-sasl-rc.tar.bz2 | 0000002294 2.24 KB | |
cyrus-sasl-saslauthd.changes | 0000022165 21.6 KB | |
cyrus-sasl-saslauthd.spec | 0000005007 4.89 KB | |
cyrus-sasl.changes | 0000023314 22.8 KB | |
cyrus-sasl.dif | 0000001733 1.69 KB | |
cyrus-sasl.spec | 0000007294 7.12 KB | |
pre_checkin.sh | 0000000275 275 Bytes | |
shared_link_on_ppc.patch | 0000000328 328 Bytes |
Revision 41 (latest revision is 72)
Stephan Kulow (coolo)
accepted
request 201093
from
Marcus Meissner (msmeissn)
(revision 41)
- Update to 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 - 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 - Removed patches that do no longer apply * cyrus-sasl-gcc4.patch (integrated upstream) * cyrus-sasl-gs2-not-overwrite-minor-error-code.dif (integrated upstream) * gssapi-null-deref.dif (integrated upstream) * Fix-abort_if_no_fqdn-behavior.patch (integrated upstream) * cyrus-sasl-db6.diff (integrated upstream) - Removed server side service to comply with Factory rules - Update to 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
Comments 0