pkgsrc/security/cyrus-sasl/PLIST

101 lines
3.1 KiB
Text
Raw Normal View History

2009-06-14 20:13:25 +02:00
@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:13:27 joerg Exp $
include/sasl/hmac-md5.h
include/sasl/md5.h
include/sasl/md5global.h
include/sasl/prop.h
include/sasl/sasl.h
include/sasl/saslplug.h
include/sasl/saslutil.h
lib/libsasl2.la
lib/sasl2/libsasldb.la
man/man3/sasl.3
man/man3/sasl_authorize_t.3
man/man3/sasl_auxprop.3
man/man3/sasl_auxprop_getctx.3
man/man3/sasl_auxprop_request.3
man/man3/sasl_callbacks.3
man/man3/sasl_canon_user_t.3
man/man3/sasl_chalprompt_t.3
man/man3/sasl_checkapop.3
man/man3/sasl_checkpass.3
man/man3/sasl_client_init.3
man/man3/sasl_client_new.3
man/man3/sasl_client_start.3
man/man3/sasl_client_step.3
man/man3/sasl_decode.3
man/man3/sasl_dispose.3
man/man3/sasl_done.3
man/man3/sasl_encode.3
man/man3/sasl_encodev.3
man/man3/sasl_errdetail.3
man/man3/sasl_errors.3
man/man3/sasl_errstring.3
Update cyrus-sasl (and plugins, authd) to 2.1.22. New in 2.1.22 ------------- * Added support for spliting big data blocks (bigger than maxbuf) into multiple SASL packets in sasl_encodev * Various sasl_decode64() fixes * Increase canonicalization buffer size to 1024 bytes * Call do_authorization() after successful APOP authentication * Allow for configuration file location to be configurable independently of plugin location (bug # 2795) * Added sasl_set_path function, which provides a more convenient way of setting plugin and config paths. Changed the default sasl_getpath_t/sasl_getconfpath_t callbacks to calculate the value only once and cache it for later use. * Fixed load_config to search for the config file in all directories (bug # 2796). Changed the default search path to be /usr/lib/sasl2:/etc/sasl2 * Don't ignore log_level configuration option in default UNIX syslog logging callback * (Windows) Minor IPv6 related changes in Makefiles for Visual Studio 6 * (Windows) Fixed bug of not setting the CODEGEN (code generation option) nmake option if STATIC nmake option is set. * Several fixed to DIGEST-MD5 plugin: - Enable RC4 cipher in Windows build of DIGEST-MD5 - Server side: handle missing realm option as if realm="" was sent - Fix DIGEST-MD5 to properly advertise maxssf when both DES and RC4 are disabled - Check that DIGEST-MD5 SASL packet are no shorter than 16 bytes * Several changes/fixed to SASLDB plugin: - Prevent spurious SASL_NOUSER errors - Added ability to keep BerkleyDB handle open between operations (for performance reason). New behavior can be enabled with --enable-keep-db-open. * Better error checking in SQL (MySQL) auxprop plugin code * Added support for HTTP POST password validation in saslauthd * Added new application ("pluginviewer") that helps report information about installed plugins * Allow for building with OpenSSL 0.9.8 * Allow for building with OpenLDAP 2.3+ * Several quoting fixes to configure script * A large number of other minor bugfixes and cleanups
2006-10-04 14:07:53 +02:00
man/man3/sasl_getconfpath_t.3
man/man3/sasl_getopt_t.3
man/man3/sasl_getpath_t.3
man/man3/sasl_getprop.3
man/man3/sasl_getrealm_t.3
man/man3/sasl_getsecret_t.3
man/man3/sasl_getsimple_t.3
man/man3/sasl_global_listmech.3
man/man3/sasl_idle.3
man/man3/sasl_listmech.3
man/man3/sasl_log_t.3
man/man3/sasl_server_init.3
man/man3/sasl_server_new.3
man/man3/sasl_server_start.3
man/man3/sasl_server_step.3
man/man3/sasl_server_userdb_checkpass_t.3
man/man3/sasl_server_userdb_setpass_t.3
man/man3/sasl_setpass.3
man/man3/sasl_setprop.3
man/man3/sasl_user_exists.3
man/man3/sasl_verifyfile_t.3
Update cyrus-sasl (and plugins, authd) to 2.1.22. New in 2.1.22 ------------- * Added support for spliting big data blocks (bigger than maxbuf) into multiple SASL packets in sasl_encodev * Various sasl_decode64() fixes * Increase canonicalization buffer size to 1024 bytes * Call do_authorization() after successful APOP authentication * Allow for configuration file location to be configurable independently of plugin location (bug # 2795) * Added sasl_set_path function, which provides a more convenient way of setting plugin and config paths. Changed the default sasl_getpath_t/sasl_getconfpath_t callbacks to calculate the value only once and cache it for later use. * Fixed load_config to search for the config file in all directories (bug # 2796). Changed the default search path to be /usr/lib/sasl2:/etc/sasl2 * Don't ignore log_level configuration option in default UNIX syslog logging callback * (Windows) Minor IPv6 related changes in Makefiles for Visual Studio 6 * (Windows) Fixed bug of not setting the CODEGEN (code generation option) nmake option if STATIC nmake option is set. * Several fixed to DIGEST-MD5 plugin: - Enable RC4 cipher in Windows build of DIGEST-MD5 - Server side: handle missing realm option as if realm="" was sent - Fix DIGEST-MD5 to properly advertise maxssf when both DES and RC4 are disabled - Check that DIGEST-MD5 SASL packet are no shorter than 16 bytes * Several changes/fixed to SASLDB plugin: - Prevent spurious SASL_NOUSER errors - Added ability to keep BerkleyDB handle open between operations (for performance reason). New behavior can be enabled with --enable-keep-db-open. * Better error checking in SQL (MySQL) auxprop plugin code * Added support for HTTP POST password validation in saslauthd * Added new application ("pluginviewer") that helps report information about installed plugins * Allow for building with OpenSSL 0.9.8 * Allow for building with OpenLDAP 2.3+ * Several quoting fixes to configure script * A large number of other minor bugfixes and cleanups
2006-10-04 14:07:53 +02:00
man/man8/pluginviewer.8
man/man8/sasldblistusers2.8
man/man8/saslpasswd2.8
Update cyrus-sasl (and plugins, authd) to 2.1.22. New in 2.1.22 ------------- * Added support for spliting big data blocks (bigger than maxbuf) into multiple SASL packets in sasl_encodev * Various sasl_decode64() fixes * Increase canonicalization buffer size to 1024 bytes * Call do_authorization() after successful APOP authentication * Allow for configuration file location to be configurable independently of plugin location (bug # 2795) * Added sasl_set_path function, which provides a more convenient way of setting plugin and config paths. Changed the default sasl_getpath_t/sasl_getconfpath_t callbacks to calculate the value only once and cache it for later use. * Fixed load_config to search for the config file in all directories (bug # 2796). Changed the default search path to be /usr/lib/sasl2:/etc/sasl2 * Don't ignore log_level configuration option in default UNIX syslog logging callback * (Windows) Minor IPv6 related changes in Makefiles for Visual Studio 6 * (Windows) Fixed bug of not setting the CODEGEN (code generation option) nmake option if STATIC nmake option is set. * Several fixed to DIGEST-MD5 plugin: - Enable RC4 cipher in Windows build of DIGEST-MD5 - Server side: handle missing realm option as if realm="" was sent - Fix DIGEST-MD5 to properly advertise maxssf when both DES and RC4 are disabled - Check that DIGEST-MD5 SASL packet are no shorter than 16 bytes * Several changes/fixed to SASLDB plugin: - Prevent spurious SASL_NOUSER errors - Added ability to keep BerkleyDB handle open between operations (for performance reason). New behavior can be enabled with --enable-keep-db-open. * Better error checking in SQL (MySQL) auxprop plugin code * Added support for HTTP POST password validation in saslauthd * Added new application ("pluginviewer") that helps report information about installed plugins * Allow for building with OpenSSL 0.9.8 * Allow for building with OpenLDAP 2.3+ * Several quoting fixes to configure script * A large number of other minor bugfixes and cleanups
2006-10-04 14:07:53 +02:00
sbin/pluginviewer
sbin/sasldblistusers2
sbin/saslpasswd2
share/doc/cyrus-sasl/advanced.html
share/doc/cyrus-sasl/appconvert.html
share/doc/cyrus-sasl/components.html
share/doc/cyrus-sasl/draft-burdis-cat-srp-sasl-xx.txt
share/doc/cyrus-sasl/draft-ietf-sasl-anon-xx.txt
share/doc/cyrus-sasl/draft-ietf-sasl-crammd5-xx.txt
share/doc/cyrus-sasl/draft-ietf-sasl-gssapi-xx.txt
share/doc/cyrus-sasl/draft-ietf-sasl-plain-xx.txt
share/doc/cyrus-sasl/draft-ietf-sasl-rfc2222bis-xx.txt
share/doc/cyrus-sasl/draft-ietf-sasl-rfc2831bis-xx.txt
share/doc/cyrus-sasl/draft-ietf-sasl-saslprep-xx.txt
share/doc/cyrus-sasl/draft-murchison-sasl-login-xx.txt
share/doc/cyrus-sasl/draft-newman-sasl-c-api-xx.txt
share/doc/cyrus-sasl/draft-newman-sasl-passdss-xx.txt
share/doc/cyrus-sasl/gssapi.html
share/doc/cyrus-sasl/index.html
share/doc/cyrus-sasl/install.html
share/doc/cyrus-sasl/macosx.html
share/doc/cyrus-sasl/mechanisms.html
share/doc/cyrus-sasl/options.html
share/doc/cyrus-sasl/plugprog.html
share/doc/cyrus-sasl/programming.html
share/doc/cyrus-sasl/readme.html
share/doc/cyrus-sasl/rfc1321.txt
share/doc/cyrus-sasl/rfc1939.txt
share/doc/cyrus-sasl/rfc2104.txt
share/doc/cyrus-sasl/rfc2195.txt
share/doc/cyrus-sasl/rfc2222.txt
share/doc/cyrus-sasl/rfc2243.txt
share/doc/cyrus-sasl/rfc2245.txt
share/doc/cyrus-sasl/rfc2289.txt
share/doc/cyrus-sasl/rfc2444.txt
share/doc/cyrus-sasl/rfc2595.txt
share/doc/cyrus-sasl/rfc2831.txt
share/doc/cyrus-sasl/rfc2945.txt
share/doc/cyrus-sasl/rfc3174.txt
share/doc/cyrus-sasl/server-plugin-flow.fig
share/doc/cyrus-sasl/sysadmin.html
share/doc/cyrus-sasl/testing.txt
share/doc/cyrus-sasl/upgrading.html
share/doc/cyrus-sasl/windows.html