Run under valgrind, if available.
[gsasl.git] / NEWS
blob8b2ca7979db818a100daf2c069ebfea410ef927a
1 GNU SASL NEWS -- History of user-visible changes.
2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Simon Josefsson
3 See the end for copying conditions.
5 Note that changes to the GNU SASL Library is documented in lib/NEWS.
6 This file track changes to the remaining, non-library, parts of GNU
7 SASL.  That include the manual, the command line tool, and self tests.
9 * Version 0.2.13 (unreleased)
11 ** Update of gnulib files.
12 Further improves portability to MinGW.
14 ** The manual doesn't have any invariant sections.
16 * Version 0.2.12 (released 2006-03-08)
18 ** Update of gnulib files.
19 Improves portability to Mingw32.
21 * Version 0.2.11 (released 2006-02-07)
23 ** Ported to Windows by cross-compiling using Mingw32.
24 Using Debian's mingw32 compiler, you can build it for Windows by invoking
25 `./configure --host=i586-mingw32msvc --disable-gssapi'.
27 ** Update of gnulib files.
29 * Version 0.2.10 (released 2005-10-23)
31 ** Work around bug in GnuTLS that made the command line tool exit after
32 ** failing to write a zero length message to the peer.
34 ** Don't use GnuTLS if gnutls_certificate_verify_peers2 isn't present.
36 ** Update of gnulib files.
38 * Version 0.2.9 (released 2005-10-07)
40 ** Update of gnulib files.
42 * Version 0.2.8 (released 2005-09-08)
44 ** The gsasl tool now support STARTTLS for IMAP and SMTP using GnuTLS.
46 ** The --client and --server parameters for the gsasl tool now work properly.
48 ** The --client and --server stdin/stdout modes now use the readline library.
50 ** Fixed build problems in getpass on uClibc and Mingw32 platforms.
52 ** Kinyarwanda translation added.
54 * Version 0.2.7 (released 2005-08-25)
56 ** Fix build problems when cross-compiling to uClibc and Mingw32 platforms.
58 ** Detecting and using the readline library has been improved.
60 * Version 0.2.6 (released 2005-08-08)
62 ** The gsasl tool now try to connect to all addresses for a server name.
64 ** The help-gsasl@gnu.org mailing list is now mentioned in documentation.
66 ** The license template in files were updated with the new FSF address.
68 ** Update of gnulib files.
70 * Version 0.2.5 (released 2005-02-08)
72 ** Added self test of EXTERNAL mechanism.
74 ** Vietnamese translation added, thanks to Clytie Siddall.
76 * Version 0.2.4 (released 2005-01-01)
78 ** The CRAM-MD5 mechanism is now preferred over DIGEST-MD5.
79 This decision was based on recent public research that suggest MD5 is
80 broken, while HMAC-MD5 not immediately compromised, and the lack of
81 public analysis on what consequences the MD5 break have for
82 DIGEST-MD5.  Support for CRAM-SHA1 is under investigation, to enable
83 users to avoid MD5 completely
85 ** Fixed a bug that prevented SMTP client from working.
87 ** New configure option --disable-obsolete to remove backwards compatibility.
88 This is mostly intended to be used when compiling for platforms with
89 constrained memory/space resources.
91 ** DIGEST-MD5 rewritten and enabled by default (see lib/NEWS for details).
93 ** Command line tool now query for realm, hostname and service name properly.
95 ** Documentation updates and improvements.
97 ** Self test improvements.
99 ** Update of gnulib files.
101 * Version 0.2.3 (released 2004-12-15)
103 ** Fix example code to handle base64 encoded data properly.
105 ** DIGEST-MD5 is disabled by default, pending a rewrite for the new API.
107 ** Command line tool uses new callback interface to the library.
109 ** Command line tool uses "iconvme" from gnulib for UTF-8 string conversion.
111 ** Server mode in the command line tool does not work currently.
112 It is unclear if this feature was ever that useful.  If there are no
113 objections, it will be removed completely in future versions.
115 ** Documentation fixes.
117 ** Fix self test bugs.
119 * Version 0.2.2 (released 2004-11-29)
121 ** Update of gnulib files.
123 * Version 0.2.1 (released 2004-11-19)
125 ** Documentation fixes; the old callback API functions are marked as obsolete.
127 * Version 0.2.0 (released 2004-11-07)
129 ** Added new directory examples/ with complete examples for new API.
131 ** Documentation improvements.
132 For example, you can now browse the GNU SASL API manual using DevHelp.
134 ** Update of gnulib files.
136 ** More self tests.
138 ** Translation fixes.
140 * Version 0.1.4 (released 2004-08-08)
142 ** Revamp of gnulib compatibility files.
144 ** More translations.
145 German (by Roland Illig), Basque (by Mikel Olasagasti), French (by
146 Michel Robitaille), Irish (by Kevin Patrick Scannell), Dutch (by Elros
147 Cyriatan), Polish (by Jakub Bogusz), Romanian (by Laurentiu Buzdugan),
148 and Serbian (by Aleksandar Jelenak).
150 * Version 0.1.3 (released 2004-08-04)
152 ** Command line tool support IPv6 (and other protocol families).
153 Requires that your system has `getaddrinfo'.
155 ** Command line behaviour for gsasl tool improved.
156 The --client and --imap parameters are now the default.  The --connect
157 host and port can now be specified directly.  If --authentication-id
158 is not specified, the username of the user invoking gsasl is used
159 (i.e., getpwuid(getuid)->pw_name).  Alltogether, this allows simple
160 usage, as in `gsasl mail.example.com' to connect, via IMAP, to
161 mail.example.com.
163 * Version 0.1.2 (released 2004-07-16)
165 ** The SMTP mode in `gsasl' should now work.
167 ** Cross compile builds should work.
168 It should work for any sane cross compile target, but the only tested
169 platform is uClibc/uClinux on Motorola Coldfire.
171 ** The GNU Readline library is used to read data, if available.
173 ** Passwords read from stdin are not echoed to the terminal.
175 * Version 0.1.1 (released 2004-06-26)
177 ** In the command line client, the default quality of protection is now none.
179 * Version 0.1.0 (released 2004-04-16)
181 ** The library re-licensed to LGPL and distributed as a separate package.
182 This means a fork of this NEWS file, all the entries below relate to
183 the combined work of earlier versions.  New entries above does not
184 document user visible changes for the library ("libgsasl"), for that
185 see NEWS in the lib/ sub-directory, which is also distributed as a
186 stand-alone package.
188 * Version 0.0.14 (released 2004-01-22)
190 ** Moved all mechanism specific code into sub-directories of lib/.
191 Each backend is built into its own library (e.g., libgsasl-plain.so),
192 to facilitate future possible use of dlopen to dynamically load
193 backends.
195 ** Moved compatibility files (getopt*) to gl/, and added more (strdup*).
197 * Version 0.0.13 (released 2004-01-17)
199 ** Nettle (the crypto functionality, crypto/) has been updated.
200 This fixes two portability issues, the new code should work on
201 platforms that doesn't have inttypes.h and alloca.
203 * Version 0.0.12 (released 2004-01-15)
205 ** Protocol line parser in 'gsasl' tool more reliable.
206 Earlier it assumed two lines were sent in one packet in one place, and
207 sent as two packets in another place.
209 ** Various bugfixes.
211 * Version 0.0.11 (released 2004-01-06)
213 ** The client part of CRAM-MD5 now uses SASLprep instead of NFKC.
214 This aligns with draft-ietf-sasl-crammd5-01.
216 ** The CRAM-MD5 challenge string now conform to the proper syntax.
218 ** The string preparation (SASLprep and trace) functions now work correctly.
220 ** DocBook manuals no longer included.
221 The reason is that recent DocBook tools from the distribution I use
222 (Debian) fails with an error.  DocBook manuals may be included in the
223 future, if I can get the tools to work.
225 ** API and ABI modifications.
226 GSASL_SASLPREP_ERROR: ADD.
228 * Version 0.0.10 (released 2003-11-22)
230 ** The CRAM-MD5 server now reject invalid passwords.
231 The logic flaw was introduced in 0.0.9, after blindly making code
232 changes to shut up valgrind just before the release.
234 ** Various build improvements.
235 Pkg-config is no longer needed.  GTK-DOC is only used if present.
237 * Version 0.0.9 (released 2003-11-21)
239 ** Command line client can talk to SMTP servers with --smtp.
241 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
243 ** Token parser in DIGEST-MD5 fixed, improve interoperability of DIGEST-MD5.
245 ** Libgcrypt >= 1.1.42 is used if available (for CRAM-MD5 and DIGEST-MD5).
246 The previous libgcrypt API is no longer supported.
248 ** CRAM-MD5 and DIGEST-MD5 no longer require libgcrypt (but can still use it).
249 If libgcrypt 1.1.42 or later is not found, it uses a minimalistic
250 cryptographic library based on Nettle, from crypto/.  Currently only
251 MD5 and HMAC-MD5 is needed, making a dependence on libgcrypt overkill.
253 ** Listing supported server mechanisms with gsasl_server_mechlist work.
255 ** Autoconf 2.59, Automake 1.8 beta, Libtool CVS used.
257 ** Source code for each SASL mechanism moved to its own sub-directory in lib/.
259 ** The command line interface now uses getopt instead of argp.
260 The reason is portability, this also means we no longer use gnulib.
262 ** API and ABI modifications.
263 gsasl_randomize: ADD.
264 gsasl_md5: ADD.
265 gsasl_hmac_md5: ADD.
267 gsasl_hexdump: REMOVED.  Never intended to be exported.
269 gsasl_step: ADD.
270 gsasl_step64: ADD.
271 gsasl_client_step: DEPRECATED: use gsasl_step instead.
272 gsasl_server_step: DEPRECATED: use gsasl_step instead.
273 gsasl_client_step_base64: DEPRECATED: use gsasl_step64 instead.
274 gsasl_server_step_base64: DEPRECATED: use gsasl_step64 instead.
276 gsasl_finish: ADD.
277 gsasl_client_finish: DEPRECATED: use gsasl_finish instead.
278 gsasl_server_finish: DEPRECATED: use gsasl_finish instead.
280 gsasl_ctx_get: ADD.
281 gsasl_client_ctx_get: DEPRECATED: use gsasl_ctx_get instead.
282 gsasl_server_ctx_get: DEPRECATED: use gsasl_ctx_get instead.
284 gsasl_appinfo_get: ADD.
285 gsasl_appinfo_set: ADD.
286 gsasl_client_application_data_get: DEPRECATED: use gsasl_appinfo_get instead.
287 gsasl_client_application_data_set: DEPRECATED: use gsasl_appinfo_set instead.
288 gsasl_server_application_data_get: DEPRECATED: use gsasl_appinfo_get instead.
289 gsasl_server_application_data_set: DEPRECATED: use gsasl_appinfo_set instead.
291 Gsasl: ADD.
292 Gsasl_ctx: DEPRECATED: use Gsasl instead.
293 Gsasl_session: ADD.
294 Gsasl_session_ctx: DEPRECATED: use Gsasl_session instead.
296 GSASL_CRYPTO_ERROR: ADD, replaces deprecated GSASL_LIBGCRYPT_ERROR.
297 GSASL_LIBGCRYPT_ERROR: DEPRECATED: use GSASL_CRYPTO_ERROR instead.
299 GSASL_KERBEROS_V5_INTERNAL_ERROR: ADD, replaces deprecated GSASL_SHISHI_ERROR.
300 GSASL_SHISHI_ERROR: DEPRECATED: use GSASL_KERBEROS_V5_INTERNAL_ERROR instead.
302 GSASL_INVALID_HANDLE: ADD.
304 * Version 0.0.8 (released 2003-10-11)
306 ** Improved GSSAPI implementation detection.
307 Auto detection should work, unless you have both MIT and Heimdal, or
308 wish to override the default that prefer GSS over Heimdal over MIT.
309 In that case, use --enable-gssapi=mit or --enable-gssapi=heimdal.
311 ** GNU SASL contain APIs for internationalized string processing via SASLprep.
312 You no longer have to use Libidn directly.
314 ** Man pages for all public functions are included.
316 ** GNULib is used for compatibility functions.
317 The directory gl/ is dedicated for GNULib functions, and replace the
318 earlier ad-hoc usage of argp, memset, etc.
320 ** GNU SASL will be C89 compatible.
321 The library itself (lib/*) only use C89.  The remaining parts (src/
322 and tests/) can use C89 and any functionality from GNULib.  This
323 decision may be revised in the future, if it turns out there are
324 problems with this.
326 ** Improvements for embedded or otherwise limited systems.
327 The math library (-lm) is no longer required.  All client code can be
328 disabled by --disable-client, and all server code can be disabled by
329 --disable-server.  The internationalized string processing library can
330 be disabled by --without-stringprep.
332 ** Gettext 0.12.1 and Libtool 1.5 is used.
334 ** Libgcrypt from CVS (1.1.42) is not supported.
335 Recent libgcrypt is API incompatible with earlier released versions.
336 If a too recent version is installed, it will not be used.
338 ** Fix command line tool '--connect --imap' on Solaris.
340 ** Bug fixes.
342 ** API and ABI modifications.
343 Gsasl_client_callback_maxbuf: CHANGED: 'int' was replaced with 'size_t'.
344 Gsasl_server_callback_maxbuf: CHANGED: 'int' was replaced with 'size_t'.
345 gsasl_client_mechlist: NEW.
346 gsasl_server_mechlist: NEW.
347 gsasl_client_listmech: DEPRECATED: use gsasl_client_mechlist instead.
348 gsasl_server_listmech: DEPRECATED: use gsasl_server_mechlist instead.
349 gsasl_stringprep_nfkc: NEW.
350 gsasl_stringprep_saslprep: NEW.
351 gsasl_stringprep_trace: NEW.
353 * Version 0.0.7 (released 2003-06-02)
355 ** Two new GSS libraries supported for the GSS-API mechanism.
356 See http://josefsson.org/gss/ for GSS, which uses Shishi for Kerberos 5.
357 See http://www.pdc.kth.se/heimdal/ for Heimdal (Kerberos 5).
359 ** Bug fixes.
361 * Version 0.0.6 (released 2003-03-17)
363 ** Gettext not included.
364 Due to some conflicts between libtool and gettext, if you want i18n on
365 platforms that does not already have a useful gettext implementation,
366 you must install GNU gettext before building this package.  If you
367 don't care about i18n, this package should work fine (except for i18n,
368 of course).
370 ** Rudimentary support for KERBEROS_V5.
371 Only enable if you want to write code.  This adds two new API errors;
372 GSASL_KERBEROS_V5_INIT_ERROR, GSASL_SHISHI_ERROR.
374 ** Added API function: gsasl_client_callback_realm_set.
375 Specifies which realm the client belongs to.
377 ** Bugfixes.
378 User visible aspects includes not building the API Reference Manual
379 with GTK-DOC by default, if you want it use configure parameter
380 --enable-gtk-doc.
382 * Version 0.0.5 (released 2003-01-27)
384 ** Command line application "gsasl" now supports --imap and --connect.
385 The --imap parameter makes it use a IMAP-like negotiation on
386 stdin/stdout.  The --connect parameter makes it connect to a host over
387 TCP, and talk to it instead of stdin/stdout.  This allows it to be
388 used as a simple test tool to connect to IMAP servers.  Currently
389 integrity and confidentiality is not working properly, so if you use
390 DIGEST-MD5 you currently have to specify --quality-of-protection=auth.
392 ** Texinfo documentation added for command line tool.
394 ** Libgcrypt initialization no longer causes a warning to be printed.
396 ** Added API reference manual in HTML format, generated using GTK-DOC.
397 See doc/reference/, in particular doc/reference/html/index.html.
399 ** GNU Libidn replaces Libstringprep.
400 Although it is still stored in the libstringprep/ directory for CVS
401 reasons.
403 ** Bug fixes for DIGEST-MD5 and GSSAPI.
405 * Version 0.0.4 (released 2002-12-13)
407 ** License changed to GPL.
409 ** Official GNU project.
411 * Version 0.0.3 (released 2002-12-05)
413 ** New gsasl arguments --application-data and --no-client-first.
415 ** Bug fixes (client sends first, memory leaks, compiler warnings, more).
417 * Version 0.0.2 (released 2002-11-07)
419 ** Includes a copy of libstringprep 0.0.2 for Unicode NFKC
420 normalization and locale charset to UTF-8 string conversion, and
421 preparation for the future if a SASL Stringprep profile is created.
422 If libstringprep is already installed, it is used by default.  You can
423 force the use of the internal version with
424 --without-system-libstringprep.
426 ** Uses pkg-config instead of libgsasl.m4 + libgsasl-config.in, and
427 for finding libntlm (requires libntlm 0.3.1 or later).
429 ** Self tests for several mechanisms.
431 ** The API now allows mechanisms to return data even when returning
432 GSASL_OK (earlier only on GSASL_NEEDS_MORE).
434 ** Bug fixes.
436 * Version 0.0.1 (released 2002-10-12)
438 ** APIs for integrity and confidentiality protection of application
439 payload data.
441 ** DIGEST-MD5 support for integrity protection.
443 * Version 0.0.0 (released 2002-10-07)
445 ** Initial release.
447 ----------------------------------------------------------------------
448 Copying and distribution of this file, with or without modification,
449 are permitted in any medium without royalty provided the copyright
450 notice and this notice are preserved.
452 ;;; Local Variables: ***
453 ;;; mode:outline ***
454 ;;; mode:flyspell ***
455 ;;; End: ***