2005-04-21 Sarfraaz Ahmed * Moved the code to e-d-s from exchange 2005-02-08 David Malcolm * Makefile.am: Use appropriate libtool macro for convenience libraries (_LTLIBRARIES, rather than _LTLIBRARIES), since some architectures do not allow using static libraries this way. 2005-01-08 Not Zed ** See Ximian Bug #70323. * xntlm-md4.c, xntlm-des.c: convert all unsigned long/long to guint32, it expects them to be 32 bits. 2004-04-23 Dan Winship * xntlm.c (xntlm_negotiate): Redo the doc comment to make gtk-doc happy 2003-11-13 Dan Winship * xntlm-des.c: ANSIfy prototypes for gtk-doc 2003-10-07 Dan Winship * xntlm.c (ntlm_lanmanager_hash): fix a gcc 3.3 warning 2003-04-08 Dan Winship * xntlm.c (setup_schedule): Fix to not read uninitialized memory to make valgrind/purify happy 2003-04-04 Dan Winship * xntlm-des.h: add XNTLM_DES_ENCRYPT and XNTLM_DES_DECRYPT defines. * xntlm-des.c (xntlm_deskey): make the key arg const. * xntlm.c (setup_schedule): s/0/XNTLM_DES_ENCRYPT/ 2003-03-19 Dan Winship * Makefile.am: Make this a static library 2003-02-26 Dan Winship * xntlm.c (strip_dup): Fix a bug 2003-02-21 Dan Winship * xntlm.c, xntlm-des.c, xntlm-md4.c: #include config.h 2002-08-05 Dan Winship * Split this code out of camel/soup and tidy it up