[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
UPDATE: cyrus-sasl-2.1.19
--- ChangeLog Thu Mar 11 02:51:35 2004
+++
/usr/ports/local/cyrus-sasl-2.1.19/w-cyrus-sasl-2.1.19/cyrus-sasl-2.1.19/Cha
ngeLog Wed Jul 7 00:06:17 2004
@@ -1,3 +1,120 @@
+2004-07-06 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * plugins/digestmd5.c: Fix potential buffer overflow, call
+ add_to_challenge in 2 more places (Alexey Melnikov
+ <Alexey.Melnikov@isode.com>)
+ * lib/server.c, lib/saslint.h, lib/common.c: don't directly
+ store buffers in the params structure
+ * plugins/gssapi.c: Fix server side maxoutbuf calculation
+ (Sam Hartman <hartmans@mit.edu>)
+ * plugins/gssapi.c: Use gss_wrap_size_limit on client side too
+ * Ready for 2.1.19
+
+2004-07-01 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * Prep for 2.1.19
+
+2004-06-30 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * saslauthd/auth_rimap.c: Fix Tru64 compilation problem
+ * plugins/sql.c: Don't leak settings variable if init fails
+ * utils/testsuite.c: Update for current library
+ * plugins/digestmd5.c: Quoting fixes for client side
+ (Alexey Melnikov <Alexey.Melnikov@isode.com>)
+
+2004-06-23 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * saslauthd/lak.c: Minor bugfixes, support %R token
+ (Igor Brezac <igor@ypass.net>)
+ * plugins/otp.c: Use plugin supplied authid for mech calculations
+ (Alexey Melnikov <Alexey.Melnikov@isode.com>)
+ * lib/auxprop.c: Use getopt callback from connection context when
+ storing auxprops (Alexey Melnikov <Alexey.Melnikov@isode.com>)
+ * plugins/otp.c, plugins/srp.c, plugins/plugin_common.c: Use correct
+ form of userid (user@realm) when running setpass methods
+ (Alexey Melnikov <Alexey.Melnikov@isode.com>)
+ * saslauthd/configure.in: Handle LTLIBOBJS
+
+2004-06-18 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * plugins/NTMakefile: Remove only recognized (generated) .rc files,
+ not just *.rc. This will allow for plugins with own resource
files.
+ Also corrected spelling mistake in OPENSSL (Alexey Melnikov
+ <Alexey.Melnikov@isode.com>)
+ * lib/server.c, include/sasl.h: Support for SASL_SET_CURMECH_ONLY
+ flag to sasl_setpass() (Alexey Melnikov
<Alexey.Melnikov@isode.com>)
+
+2004-06-16 Ken Murchison <ken@oceana.com>
+ * lib/server.c: use more accurate errors codes for mech_permitted()
+
+2004-06-16 Ken Murchison <ken@oceana.com>
+ * plugins/srp.c: don't used the parsed authid for calculations
+ (Alexey Melnikov <alexey.melnikov@isode.com>)
+
+2004-06-16 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * Support for forwarding of GSSAPI credentials
+ (Morten Olsen <mso@medical-insight.com &
+ Alexey Melnikov <alexey.melnikov@isode.com>)
+
+2004-06-03 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * win32/config.mak: Remove unneeded libraries
+ (Alexey Melnikov <alexey.melnikov@isode.com>)
+
+2004-06-02 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * Spelling Fixes (selsky@columbia.edu)
+
+2004-05-27 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * SQLite support (Norikatsu Shigemura <nork@ninth-nine.com>)
+ * SQLite support on windows (Alexey Melnikov
+ <Alexey.Melnikov@isode.com>)
+
+2004-05-25 Ken Murchison <ken@oceana.com>
+ * plugins/digest-md5.c: use separate global contexts for
client/server
+
+2004-05-21 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * configure.in, lib/Makefile.am: Better handling of -ldoor library
+ addition (only add it to base library, don't add -lpthread)
+ * saslauthd/auth_krb5.c: zero out the krb5_data structure
+ before use
+
+2004-05-20 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * include/sasl.h, lib/common.c, lib/saslint.h, lib/server.c:
+ Add SASL_APPNAME to sasl_getprop/sasl_setprop for further
+ compatibilty with SASL C API draft
+ (Alexey Melnikov <Alexey.Melnikov@isode.com>)
+
+2004-05-18 Ken Murchison <ken@oceana.com>
+ * plugins/digest-md5.c: made the global context a struct
+ containing the reauth_cache so we can NULL it after we free it
+
+2004-05-07 Ken Murchison <ken@oceana.com>
+ * contrib/stripplus_canonuser.patch: added
+
+2004-04-27 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * saslauthd/auth_shadow.c: Make thread-safe
+ (Steve Barber <steveb@cme.nist.gov>)
+
+2004-04-26 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * saslauthd/auth_krb5.c: Alternate realm support for Kerberos 5
+
+2004-04-16 Ken Murchison <ken@oceana.com>
+ * plugins/ntlm.c: Mac OS X fix
+ (Chris Ridd <chris.ridd@isode.com>)
+
+2004-04-14 Ken Murchison <ken@oceana.com>
+ * plugins/plain.c: don't include authzid in response unless
+ specified by client
+
+2004-03-29 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * sample/server.c: Ensure that len has a value
+
+2004-03-25 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * saslauthd/saslauthd-main.c: add -r option to saslauthd for
combining
+ user and realm into user@realm (for the userid). Based on a patch
+ by Jeremy Rumpf <jrumpf@heavyload.net>.
+
+2004-03-17 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * lib/checkpw.c: Include errno.h when HAVE_AUTHDAEMON is defined
+ * doc/windows.html: Updates (Alexey Melnikov
<Alexey.Melnikov@isode.com>)
+
+2004-03-16 Rob Siemborski <rjs3@andrew.cmu.edu>
+ * configure.in: Properly use CMU_ADD_LIBPATH_TO for pgsql and mysql
+
2004-03-10 Rob Siemborski <rjs3@andrew.cmu.edu>
* lib/dlopen.c: HPUX 11 Fix (Alexey Melnikov
<Alexey.Melnikov@isode.com>)
* Add sasl_version_info() (Alexey Melnikov
<Alexey.Melnikov@isode.com>)
@@ -1828,7 +1945,7 @@
* plugins/plugin_common.c (_plug_ipfromstring): add call to
freeaddrinfo()
- * lib/saslutil.c (sasl_randseed): actually initilize the randpool
+ * lib/saslutil.c (sasl_randseed): actually initialize the randpool
* saslauthd/auth_getpwent.c (auth_getpwent): clear a warning
* saslauthd/auth_shadow.c (auth_shadow): clear a similar warning
cyrus-sasl-2.1.19.diff