File: ChangeLog

package info (click to toggle)
tcllib 1.8-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,628 kB
  • ctags: 4,897
  • sloc: tcl: 88,012; sh: 7,856; ansic: 4,174; xml: 1,765; yacc: 753; perl: 84; f90: 84; makefile: 60; python: 33; ruby: 13; php: 11
file content (36 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download
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
2005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.8 ========================
	* 

2005-10-06  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* sasl.man:  Added documentation.

2005-10-05  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* ntlm.tcl:  Use tcllib 1.8 des module. Added NTLM tests. Fix to
	* ntlm.test: work with tcl 8.2.

2005-09-19  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* sasl.tcl: Fixed 8.4isms and specified requirement to Tcl 8.2

2005-04-22  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* saslclient.tcl: Moved example out of the module into a new
	  directory 'sasl/' under the examples tree.

2005-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* sasl.test:  Added some tests.
	* sasl.tcl:   Changed namespace and package to SASL.
	* ntlm.tcl:   

2005-01-20  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* sasl.tcl: Initial version (DIGEST-MD5, CRAM-MD5, PLAIN, LOGIN)
	* ntlm.tcl: Implementation of Microsoft NTLM as SASL mechanism.
	* saslclient.tcl: SMTP-SASL test harness.