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