* Version 0.3.12 (released 2006-08-24)
** Update of gnulib files.
** API and ABI modifications.
No changes since last version.
* Version 0.3.11 (released 2006-05-16)
** Fix buggy MD4 implementation on 64-bit platforms.
** Self tests are run under valgrind, if available.
** Updated gnulib files.
** API and ABI modifications.
No changes since last version.
* Version 0.3.10 (released 2006-03-24)
** The library is linked with -no-undefined, to enable building a Windows DLL.
** Add new APIs to access the SMBencrypt and SMBNTencrypt functions.
Suggested by Pavel Fedin <fedin@matek.ru>.
** API and ABI modifications.
ntlm_smb_encrypt: ADD
ntlm_smb_nt_encrypt: ADD
* Version 0.3.9 (released 2005-10-23)
** DES and MD4 functionality replaced with gnulib modules.
These modules also comes with self tests.
** API and ABI modifications.
No changes since last version.
* Version 0.3.8 (released 2005-09-27)
** New: buildSmbNtlmAuthRequest_noatsplit, buildSmbNtlmAuthResponse_noatsplit.
These functions can be used when your username contains '@' and you do
not wish that the remainder of the string is treated as a REALM value.
Suggested by David Leonard <davidl@vintela.com>.
** Uses memset instead of bzero.
** Fix license typo in libntlm.spec.
** Made the COPYING file contain LGPL, not GPL.
** Updated gnulib files.
** API and ABI modifications.
buildSmbNtlmAuthRequest_noatsplit: ADD.
buildSmbNtlmAuthResponse_noatsplit: ADD.
** A RPM *.spec file is included.
** Fix compiler warnings, contributed by Frediano Ziglio.
** Gnulib is used, currently only to provide more robust ntlm_check_version.
** Address in license was updated to reflect the new FSF postal address.
Set TEST_TARGET.
* Version 0.3.6 (released 2004-09-30)
** Some code cleanup and improvements, contributed by Frediano Ziglio.
** Slight changes in output vectors, contributed by Frediano Ziglio.
* Version 0.3.5 (released 2004-09-23)
** Make it compile on C89 platforms.
* Version 0.3.4 (released 2004-09-23)
** The license has been changed from GPL to LGPL.
Thanks to a rewrite of several files, contributed by Frediano Ziglio.
** The output may now be slightly different, due to a bug in earlier versions.
Unused parts of the output string are now initialized to 0 consistently.
* 18 September 2004 Revision 0.3.3
** Use const for buildSmbNtlmAuthRequest() and buildSmbNtlmAuthResponse().
** Source code is indented according to GNU Coding Standard.