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