1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
2005-10-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.8 ========================
*
2005-10-05 Pat Thoyts <patthoyts@users.sourceforge.net>
* md5cryptc.tcl: Fix for building with msvc.
2004-10-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.7 ========================
*
2004-05-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6.1 ========================
*
2004-02-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6 ========================
*
2004-02-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* md5crypt.test: Testsuite fixed. Had to account that error
messages can dependent on the version of the Tcl core.
2003-07-26 Pat Thoyts <patthoyts@users.sourceforge.net>
* md5crypt.tcl: Provided implementation of the Apache
* md5cryptc.tcl: variation of md5crypt - as used in the
* md5crypt.test: Apache2 htpasswd program.
* md5crypt.man: Added a manual page.
2003-07-26 Pat Thoyts <patthoyts@users.sourceforge.net>
* md5crypt.tcl: Initial version of a pure-Tcl and
* md5crypt.test: critcl-enhanced implementation of
* md5cryptc.tcl: the BSD MD5-crypt algorithm.
* pkgIndex.tcl:
* ChangeLog:
|