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