Add.
[gsasl.git] / NEWS
blob11379038dee8c386d83ee0c29d3ddf06b69c3413
1 GNU SASL NEWS -- History of user-visible changes.
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 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.21 (released 2007-08-22)
11 ** Fix warnings when building the tool 'gsasl'.
13 ** Fix typos in manual.
14 Tiny patch from Brad Hards <bradh@frogmouth.net>.
16 ** Update gnulib files.
18 * Version 0.2.20 (released 2007-08-11)
20 ** Update gnulib files.
22 * Version 0.2.19 (released 2007-08-09)
24 ** Command-line tools, examples, etc are now licensed under the
25 ** GPL version 3 (or later).
26 The library remains licensed under LGPL version 2.1 (or later).
28 ** Updated documentation as per license change.
30 ** Update gnulib files.
32 ** Update translations.
34 * Version 0.2.18 (released 2007-06-07)
36 ** Update gnulib files.
37 Fixes cross-compilation to uClinux.
39 * Version 0.2.17 (released 2007-06-01)
41 ** GNU SASL is now developed using Git instead of CVS.
42 A public git mirror is available from <http://repo.or.cz/w/gsasl.git>.
44 ** Update gnulib files.
46 ** Polish, Swedish and Vietnamese translations updated.
47 Thanks to Jakub Bogusz, Daniel Nylander, and Clytie Siddall.
49 * Version 0.2.16 (released 2007-04-20)
51 ** Fix IMAP protocol usage in the 'gsasl' command-line tool server.
53 ** Support GSSAPI server in 'gsasl' command-line tool.
55 ** Add self-test of the gsasl_check_version API.
57 ** Translation updates.
59 ** Update of gnulib files.
61 ** Now uses autoconf 2.61, automake 1.10, gettext 0.16.1.
63 * Version 0.2.15 (released 2006-08-22)
65 ** Changed libgsasl shared library version.
66 The shared library version was not incremented correctly in the last
67 release, even though new APIs were added.
69 * Version 0.2.14 (released 2006-08-19)
71 ** New section "Requirements" in the manual, lists the external components.
72 Suggested by James Mansion.
74 ** Update of gnulib files.
76 * Version 0.2.13 (released 2006-06-14)
78 ** Update of gnulib files.
79 Further improves portability to MinGW.
81 ** Various improvements in the manuals.
83 ** The tests are run under valgrind, if it is installed.
84 Use --disable-valgrind-tests to unconditionally disable this.  It is
85 disabled by default for cross compiles.
87 ** Various minor fixes.
89 * Version 0.2.12 (released 2006-03-08)
91 ** Update of gnulib files.
92 Improves portability to Mingw32.
94 * Version 0.2.11 (released 2006-02-07)
96 ** Ported to Windows by cross-compiling using Mingw32.
97 Using Debian's mingw32 compiler, you can build it for Windows by invoking
98 `./configure --host=i586-mingw32msvc --disable-gssapi'.
100 ** Update of gnulib files.
102 * Version 0.2.10 (released 2005-10-23)
104 ** Work around bug in GnuTLS that made the command line tool exit after
105 ** failing to write a zero length message to the peer.
107 ** Don't use GnuTLS if gnutls_certificate_verify_peers2 isn't present.
109 ** Update of gnulib files.
111 * Version 0.2.9 (released 2005-10-07)
113 ** Update of gnulib files.
115 * Version 0.2.8 (released 2005-09-08)
117 ** The gsasl tool now support STARTTLS for IMAP and SMTP using GnuTLS.
119 ** The --client and --server parameters for the gsasl tool now work properly.
121 ** The --client and --server stdin/stdout modes now use the readline library.
123 ** Fixed build problems in getpass on uClibc and Mingw32 platforms.
125 ** Kinyarwanda translation added.
127 * Version 0.2.7 (released 2005-08-25)
129 ** Fix build problems when cross-compiling to uClibc and Mingw32 platforms.
131 ** Detecting and using the readline library has been improved.
133 * Version 0.2.6 (released 2005-08-08)
135 ** The gsasl tool now try to connect to all addresses for a server name.
137 ** The help-gsasl@gnu.org mailing list is now mentioned in documentation.
139 ** The license template in files were updated with the new FSF address.
141 ** Update of gnulib files.
143 * Version 0.2.5 (released 2005-02-08)
145 ** Added self test of EXTERNAL mechanism.
147 ** Vietnamese translation added, thanks to Clytie Siddall.
149 * Version 0.2.4 (released 2005-01-01)
151 ** The CRAM-MD5 mechanism is now preferred over DIGEST-MD5.
152 This decision was based on recent public research that suggest MD5 is
153 broken, while HMAC-MD5 not immediately compromised, and the lack of
154 public analysis on what consequences the MD5 break have for
155 DIGEST-MD5.  Support for CRAM-SHA1 is under investigation, to enable
156 users to avoid MD5 completely
158 ** Fixed a bug that prevented SMTP client from working.
160 ** New configure option --disable-obsolete to remove backwards compatibility.
161 This is mostly intended to be used when compiling for platforms with
162 constrained memory/space resources.
164 ** DIGEST-MD5 rewritten and enabled by default (see lib/NEWS for details).
166 ** Command line tool now query for realm, hostname and service name properly.
168 ** Documentation updates and improvements.
170 ** Self test improvements.
172 ** Update of gnulib files.
174 * Version 0.2.3 (released 2004-12-15)
176 ** Fix example code to handle base64 encoded data properly.
178 ** DIGEST-MD5 is disabled by default, pending a rewrite for the new API.
180 ** Command line tool uses new callback interface to the library.
182 ** Command line tool uses "iconvme" from gnulib for UTF-8 string conversion.
184 ** Server mode in the command line tool does not work currently.
185 It is unclear if this feature was ever that useful.  If there are no
186 objections, it will be removed completely in future versions.
188 ** Documentation fixes.
190 ** Fix self test bugs.
192 * Version 0.2.2 (released 2004-11-29)
194 ** Update of gnulib files.
196 * Version 0.2.1 (released 2004-11-19)
198 ** Documentation fixes; the old callback API functions are marked as obsolete.
200 * Version 0.2.0 (released 2004-11-07)
202 ** Added new directory examples/ with complete examples for new API.
204 ** Documentation improvements.
205 For example, you can now browse the GNU SASL API manual using DevHelp.
207 ** Update of gnulib files.
209 ** More self tests.
211 ** Translation fixes.
213 * Version 0.1.4 (released 2004-08-08)
215 ** Revamp of gnulib compatibility files.
217 ** More translations.
218 German (by Roland Illig), Basque (by Mikel Olasagasti), French (by
219 Michel Robitaille), Irish (by Kevin Patrick Scannell), Dutch (by Elros
220 Cyriatan), Polish (by Jakub Bogusz), Romanian (by Laurentiu Buzdugan),
221 and Serbian (by Aleksandar Jelenak).
223 * Version 0.1.3 (released 2004-08-04)
225 ** Command line tool support IPv6 (and other protocol families).
226 Requires that your system has `getaddrinfo'.
228 ** Command line behaviour for gsasl tool improved.
229 The --client and --imap parameters are now the default.  The --connect
230 host and port can now be specified directly.  If --authentication-id
231 is not specified, the username of the user invoking gsasl is used
232 (i.e., getpwuid(getuid)->pw_name).  Alltogether, this allows simple
233 usage, as in `gsasl mail.example.com' to connect, via IMAP, to
234 mail.example.com.
236 * Version 0.1.2 (released 2004-07-16)
238 ** The SMTP mode in `gsasl' should now work.
240 ** Cross compile builds should work.
241 It should work for any sane cross compile target, but the only tested
242 platform is uClibc/uClinux on Motorola Coldfire.
244 ** The GNU Readline library is used to read data, if available.
246 ** Passwords read from stdin are not echoed to the terminal.
248 * Version 0.1.1 (released 2004-06-26)
250 ** In the command line client, the default quality of protection is now none.
252 * Version 0.1.0 (released 2004-04-16)
254 ** The library re-licensed to LGPL and distributed as a separate package.
255 This means a fork of this NEWS file, all the entries below relate to
256 the combined work of earlier versions.  New entries above does not
257 document user visible changes for the library ("libgsasl"), for that
258 see NEWS in the lib/ sub-directory, which is also distributed as a
259 stand-alone package.
261 * Version 0.0.14 (released 2004-01-22)
263 ** Moved all mechanism specific code into sub-directories of lib/.
264 Each backend is built into its own library (e.g., libgsasl-plain.so),
265 to facilitate future possible use of dlopen to dynamically load
266 backends.
268 ** Moved compatibility files (getopt*) to gl/, and added more (strdup*).
270 * Version 0.0.13 (released 2004-01-17)
272 ** Nettle (the crypto functionality, crypto/) has been updated.
273 This fixes two portability issues, the new code should work on
274 platforms that doesn't have inttypes.h and alloca.
276 * Version 0.0.12 (released 2004-01-15)
278 ** Protocol line parser in 'gsasl' tool more reliable.
279 Earlier it assumed two lines were sent in one packet in one place, and
280 sent as two packets in another place.
282 ** Various bugfixes.
284 * Version 0.0.11 (released 2004-01-06)
286 ** The client part of CRAM-MD5 now uses SASLprep instead of NFKC.
287 This aligns with draft-ietf-sasl-crammd5-01.
289 ** The CRAM-MD5 challenge string now conform to the proper syntax.
291 ** The string preparation (SASLprep and trace) functions now work correctly.
293 ** DocBook manuals no longer included.
294 The reason is that recent DocBook tools from the distribution I use
295 (Debian) fails with an error.  DocBook manuals may be included in the
296 future, if I can get the tools to work.
298 ** API and ABI modifications.
299 GSASL_SASLPREP_ERROR: ADD.
301 * Version 0.0.10 (released 2003-11-22)
303 ** The CRAM-MD5 server now reject invalid passwords.
304 The logic flaw was introduced in 0.0.9, after blindly making code
305 changes to shut up valgrind just before the release.
307 ** Various build improvements.
308 Pkg-config is no longer needed.  GTK-DOC is only used if present.
310 * Version 0.0.9 (released 2003-11-21)
312 ** Command line client can talk to SMTP servers with --smtp.
314 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
316 ** Token parser in DIGEST-MD5 fixed, improve interoperability of DIGEST-MD5.
318 ** Libgcrypt >= 1.1.42 is used if available (for CRAM-MD5 and DIGEST-MD5).
319 The previous libgcrypt API is no longer supported.
321 ** CRAM-MD5 and DIGEST-MD5 no longer require libgcrypt (but can still use it).
322 If libgcrypt 1.1.42 or later is not found, it uses a minimalistic
323 cryptographic library based on Nettle, from crypto/.  Currently only
324 MD5 and HMAC-MD5 is needed, making a dependence on libgcrypt overkill.
326 ** Listing supported server mechanisms with gsasl_server_mechlist work.
328 ** Autoconf 2.59, Automake 1.8 beta, Libtool CVS used.
330 ** Source code for each SASL mechanism moved to its own sub-directory in lib/.
332 ** The command line interface now uses getopt instead of argp.
333 The reason is portability, this also means we no longer use gnulib.
335 ** API and ABI modifications.
336 gsasl_randomize: ADD.
337 gsasl_md5: ADD.
338 gsasl_hmac_md5: ADD.
340 gsasl_hexdump: REMOVED.  Never intended to be exported.
342 gsasl_step: ADD.
343 gsasl_step64: ADD.
344 gsasl_client_step: DEPRECATED: use gsasl_step instead.
345 gsasl_server_step: DEPRECATED: use gsasl_step instead.
346 gsasl_client_step_base64: DEPRECATED: use gsasl_step64 instead.
347 gsasl_server_step_base64: DEPRECATED: use gsasl_step64 instead.
349 gsasl_finish: ADD.
350 gsasl_client_finish: DEPRECATED: use gsasl_finish instead.
351 gsasl_server_finish: DEPRECATED: use gsasl_finish instead.
353 gsasl_ctx_get: ADD.
354 gsasl_client_ctx_get: DEPRECATED: use gsasl_ctx_get instead.
355 gsasl_server_ctx_get: DEPRECATED: use gsasl_ctx_get instead.
357 gsasl_appinfo_get: ADD.
358 gsasl_appinfo_set: ADD.
359 gsasl_client_application_data_get: DEPRECATED: use gsasl_appinfo_get instead.
360 gsasl_client_application_data_set: DEPRECATED: use gsasl_appinfo_set instead.
361 gsasl_server_application_data_get: DEPRECATED: use gsasl_appinfo_get instead.
362 gsasl_server_application_data_set: DEPRECATED: use gsasl_appinfo_set instead.
364 Gsasl: ADD.
365 Gsasl_ctx: DEPRECATED: use Gsasl instead.
366 Gsasl_session: ADD.
367 Gsasl_session_ctx: DEPRECATED: use Gsasl_session instead.
369 GSASL_CRYPTO_ERROR: ADD, replaces deprecated GSASL_LIBGCRYPT_ERROR.
370 GSASL_LIBGCRYPT_ERROR: DEPRECATED: use GSASL_CRYPTO_ERROR instead.
372 GSASL_KERBEROS_V5_INTERNAL_ERROR: ADD, replaces deprecated GSASL_SHISHI_ERROR.
373 GSASL_SHISHI_ERROR: DEPRECATED: use GSASL_KERBEROS_V5_INTERNAL_ERROR instead.
375 GSASL_INVALID_HANDLE: ADD.
377 * Version 0.0.8 (released 2003-10-11)
379 ** Improved GSSAPI implementation detection.
380 Auto detection should work, unless you have both MIT and Heimdal, or
381 wish to override the default that prefer GSS over Heimdal over MIT.
382 In that case, use --enable-gssapi=mit or --enable-gssapi=heimdal.
384 ** GNU SASL contain APIs for internationalized string processing via SASLprep.
385 You no longer have to use Libidn directly.
387 ** Man pages for all public functions are included.
389 ** GNULib is used for compatibility functions.
390 The directory gl/ is dedicated for GNULib functions, and replace the
391 earlier ad-hoc usage of argp, memset, etc.
393 ** GNU SASL will be C89 compatible.
394 The library itself (lib/*) only use C89.  The remaining parts (src/
395 and tests/) can use C89 and any functionality from GNULib.  This
396 decision may be revised in the future, if it turns out there are
397 problems with this.
399 ** Improvements for embedded or otherwise limited systems.
400 The math library (-lm) is no longer required.  All client code can be
401 disabled by --disable-client, and all server code can be disabled by
402 --disable-server.  The internationalized string processing library can
403 be disabled by --without-stringprep.
405 ** Gettext 0.12.1 and Libtool 1.5 is used.
407 ** Libgcrypt from CVS (1.1.42) is not supported.
408 Recent libgcrypt is API incompatible with earlier released versions.
409 If a too recent version is installed, it will not be used.
411 ** Fix command line tool '--connect --imap' on Solaris.
413 ** Bug fixes.
415 ** API and ABI modifications.
416 Gsasl_client_callback_maxbuf: CHANGED: 'int' was replaced with 'size_t'.
417 Gsasl_server_callback_maxbuf: CHANGED: 'int' was replaced with 'size_t'.
418 gsasl_client_mechlist: NEW.
419 gsasl_server_mechlist: NEW.
420 gsasl_client_listmech: DEPRECATED: use gsasl_client_mechlist instead.
421 gsasl_server_listmech: DEPRECATED: use gsasl_server_mechlist instead.
422 gsasl_stringprep_nfkc: NEW.
423 gsasl_stringprep_saslprep: NEW.
424 gsasl_stringprep_trace: NEW.
426 * Version 0.0.7 (released 2003-06-02)
428 ** Two new GSS libraries supported for the GSS-API mechanism.
429 See http://josefsson.org/gss/ for GSS, which uses Shishi for Kerberos 5.
430 See http://www.pdc.kth.se/heimdal/ for Heimdal (Kerberos 5).
432 ** Bug fixes.
434 * Version 0.0.6 (released 2003-03-17)
436 ** Gettext not included.
437 Due to some conflicts between libtool and gettext, if you want i18n on
438 platforms that does not already have a useful gettext implementation,
439 you must install GNU gettext before building this package.  If you
440 don't care about i18n, this package should work fine (except for i18n,
441 of course).
443 ** Rudimentary support for KERBEROS_V5.
444 Only enable if you want to write code.  This adds two new API errors;
445 GSASL_KERBEROS_V5_INIT_ERROR, GSASL_SHISHI_ERROR.
447 ** Added API function: gsasl_client_callback_realm_set.
448 Specifies which realm the client belongs to.
450 ** Bugfixes.
451 User visible aspects includes not building the API Reference Manual
452 with GTK-DOC by default, if you want it use configure parameter
453 --enable-gtk-doc.
455 * Version 0.0.5 (released 2003-01-27)
457 ** Command line application "gsasl" now supports --imap and --connect.
458 The --imap parameter makes it use a IMAP-like negotiation on
459 stdin/stdout.  The --connect parameter makes it connect to a host over
460 TCP, and talk to it instead of stdin/stdout.  This allows it to be
461 used as a simple test tool to connect to IMAP servers.  Currently
462 integrity and confidentiality is not working properly, so if you use
463 DIGEST-MD5 you currently have to specify --quality-of-protection=auth.
465 ** Texinfo documentation added for command line tool.
467 ** Libgcrypt initialization no longer causes a warning to be printed.
469 ** Added API reference manual in HTML format, generated using GTK-DOC.
470 See doc/reference/, in particular doc/reference/html/index.html.
472 ** GNU Libidn replaces Libstringprep.
473 Although it is still stored in the libstringprep/ directory for CVS
474 reasons.
476 ** Bug fixes for DIGEST-MD5 and GSSAPI.
478 * Version 0.0.4 (released 2002-12-13)
480 ** License changed to GPL.
482 ** Official GNU project.
484 * Version 0.0.3 (released 2002-12-05)
486 ** New gsasl arguments --application-data and --no-client-first.
488 ** Bug fixes (client sends first, memory leaks, compiler warnings, more).
490 * Version 0.0.2 (released 2002-11-07)
492 ** Includes a copy of libstringprep 0.0.2 for Unicode NFKC
493 normalization and locale charset to UTF-8 string conversion, and
494 preparation for the future if a SASL Stringprep profile is created.
495 If libstringprep is already installed, it is used by default.  You can
496 force the use of the internal version with
497 --without-system-libstringprep.
499 ** Uses pkg-config instead of libgsasl.m4 + libgsasl-config.in, and
500 for finding libntlm (requires libntlm 0.3.1 or later).
502 ** Self tests for several mechanisms.
504 ** The API now allows mechanisms to return data even when returning
505 GSASL_OK (earlier only on GSASL_NEEDS_MORE).
507 ** Bug fixes.
509 * Version 0.0.1 (released 2002-10-12)
511 ** APIs for integrity and confidentiality protection of application
512 payload data.
514 ** DIGEST-MD5 support for integrity protection.
516 * Version 0.0.0 (released 2002-10-07)
518 ** Initial release.
520 ----------------------------------------------------------------------
521 Copying and distribution of this file, with or without modification,
522 are permitted in any medium without royalty provided the copyright
523 notice and this notice are preserved.
525 ;;; Local Variables: ***
526 ;;; mode:outline ***
527 ;;; mode:flyspell ***
528 ;;; End: ***