summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/md5crypt/ChangeLog
blob: ea070bd8626a917c64e0df4a14443b2972c7ef56 (plain)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.15 ========================
	* 

2011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.14 ========================
	* 

2011-01-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2009-05-07  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* md5cryptc.tcl: Fixed poor idiom setting interp result.

2008-12-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

2008-01-26  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* md5crypt.tcl: Implemented FR #1824212 from Aaron Faupell to
	* md5crypt.man: provide a salt command for use when generating
	* pkgIndex.tcl: passwords.

2007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.10 ========================
	* 

2007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* md5crypt.man: Fixed all warnings due to use of now deprecated
	  commands. Added a section about how to give feedback.

2006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2006-09-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* md5crypt.test: The critcl implementation of md5crypt generates
	  different error messages when called with the wrong number of
	  arguments. Updated the tests to take this into account.

2006-01-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* md5crypt.test: More boilerplate simplified via use of test support.

2006-01-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* md5crypt.test: Hooked into the new common test support code.

2005-10-24  Andreas Kupries <andreask@activestate.com>

	* md5crypt.bench: New file. Basic benchmarks for MD5 password
	  hashes.

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: