File: ChangeLog

package info (click to toggle)
tcllib 1.10-dfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,708 kB
  • ctags: 6,122
  • sloc: tcl: 106,354; ansic: 9,205; sh: 8,707; xml: 1,766; yacc: 753; makefile: 115; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (123 lines) | stat: -rw-r--r-- 4,321 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
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
2007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

2007-08-26  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* ntlm.tcl: Applied patch #1653431 to make use of the returned NT
	domain if present.
	* gtoken.tcl: Applied patch #1774859 from Sergei Golovan to handle
	failed authentication.

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

	* sasl.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-10-02  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* sasl.tcl (::SASL::CreateNonce): Acquire random data from
	/dev/urandom to avoid blocking.
	* pkgIndex.tcl: Increment patchlevel
	
2006-09-14  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* ntlm.tcl:     bug 1557494 - added support for OEM-type
	* ntlm.test:    NTLM packets (provided by Mark Janssen)
	* pkgIndex.tcl: Increment NTLM version to 1.1.0

2006-09-02  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* sasl.tcl:     Incremented package version to 1.3.0, updated
	* sasl.man:     the manual page to cover the OTP mechanism
	* sasl.test:    and added a test for OTP client functionality.
	* pkgIndex.tcl:

2006-09-01  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* sasl.tcl:   Support OTP mechanism (depends upon the otp module).
	              client only, awaiting tests.

2006-04-26  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* all:        Incremented version to 1.2.0
	* sasl.man:   Updated documentation.
	* sasl.tcl:   Implemented DIGEST-MD5 server. Enhanced the mechanisms
	              command so we can obtain either client or server
	              mechanisms. Added a threshold value to the mechanisms
		      command to set minimum security. Changed register to
	              uniquely register mechanisms to permit re-sourcing
		      the script.
	
2006-04-20  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* sasl.tcl:   Applied patch for #1412021 from Sergei Golovan to
	* sasl.test:  make sure the service is set. Added test.
	
	* all:        Incremented SASL version to 1.1.0
	* sasl.tcl:   Fixed the common mechanisms to all do the right
	* sasl.test:  thing when handed an empty challenge. The client
	              should always begin with SASL::step $ctx "" to see
	              if there is anything to send in the initial round.
	* gtoken.tcl: Support the X-GOOGLE-TOKEN SASL mechanism. Done
	* sasl.man:   as separate package due to additional dependencies
	              (http and tls required)

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

	* sasl.test: More boilerplate simplified via use of test support.
	* ntlm.test: (And hooked into the new common test support code).

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

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

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

	* ntlm.tcl: bug #1323295 - NTLM requires little endian unicode
	strings. Fixed generation on big-endian systems (eg: sparc).

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.