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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
|
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-08-09 Andreas Kupries <andreask@activestate.com>
* ftpd.man: Bumped version to 1.2.6.
* ftpd.tcl:
* pkgIndex.tcl:
* ftpd.tcl (::ftpd::command::CWD): [Bug 3312900]: Accepted patch
by Roy Keene, adding basic checks to the CWD command.
* ftpd.tcl (::ftpd::command::RNTO, ::ftpd::command::RNFR):
[Bug 3312880, 3325229]: Fixed issues with the rename command
found by Roy Keene.
* ftpd.tcl: [Bug 3357765]: Accepted patch by Roy Keene
<rkeene@users.sourceforge.net> fixing issues with the handling
of passive connections by the server, with modifications (Moved
the replicated checking code into a procedure shared by the
modified commands).
2011-01-24 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.13 ========================
*
2010-01-20 Andreas Kupries <andreask@activestate.com>
* ftpd.tcl (::ftpd::command::RNTO): [Bug 2928355]: Fixed the
missing import of the server's state array, reported by Martin
<martinao@users.sourceforge.net>.
* ftpd.tcl (::ftpd::config): [Bug 2935339] [Patch 2935347]:
* ftpd.man: Applied the patch by Keith Vetter
* pkgIndex.tcl: <keithv@users.sourceforge.net>, fixing the
non-idempotency of the config command. Bumped the package
version to 1.2.5.
2009-12-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.12 ========================
*
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-02-29 Andreas Kupries <andreask@activestate.com>
* ftpd.tcl: Renamed ::ftpd::read -> ftp::Read to prevent clash
* ftpd.man: with Tcl's builtin command. Version bumped to 1.2.4.
* pkgIndex.tcl:
2007-09-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.10 ========================
*
2007-08-20 Andreas Kupries <andreask@activestate.com>
* ftpd.tcl: Fix for [SF Tcllib Bug 1720144]. Version
* ftpd.man: of the package bumped to 1.2.3.
* pkgIndex.tcl:
2007-03-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.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 ========================
*
2005-10-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.8 ========================
*
2004-10-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.7 ========================
*
2004-10-05 Andreas Kupries <andreask@activestate.com>
* ftpd.tcl: Fixed [Tcllib SF Bug 1006157] reported by Stephen
Huntley <blacksqr@users.sourceforge.net>. Using fake user/group
information when on Windows.
2004-05-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.tcl: Updated version number to sync with 1.6.1
* ftpd.man: release.
* pkgIndex.tcl:
2004-05-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6.1 ========================
*
2004-05-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.tcl: Rel. engineering. Updated version number
* ftpd.man: of ftpd to reflect its changes, to 1.2.1.
* pkgIndex.tcl:
2004-05-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* Bugfixes by Gerald Lester. No details available. Gerald is asked
to replace this entry with one describing his changes.
2004-02-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6 ========================
*
2004-02-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.man: Updated documentation to explain the new features (Two
additional callbacks, and the variable 'CurrentSocket').
* ftpd.tcl (Finish): Replaced string compare with canonical
'hasCallback'.
(GetDone): Ditto for 'xferDoneCmd'.
(command::REIN): Closing passive data server port,
reinitializing to empty as well.
(read): Reverted call of Finish to relative addressing of the
command.
2004-02-08 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* pkgIndex.tcl
* ftpd.tcl: Imported changes made by "Gerald W. Lester"
<Gerald.Lester@ShowMaster.com>. Bugfixes, more callbacks (close,
transfer done), and implementation of passive mode data
connection. Version up to 1.2.
2003-07-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.tcl (Fs): Fixed SF tcllib bug [766112]. Copied code from
style 'nslt' to exclude . and .. from the list.
2003-05-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.4 ========================
*
2003-04-11 Andreas Kupries <andreask@activestate.com>
* ftpd.tcl:
* ftpd.man:
* pkgIndex.tcl: Fixed bug #614591. Set version of the package to
to 1.1.3.
2003-01-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.man: More semantic markup, less visual one.
2002-08-30 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.tcl: Updated 'info exist' to 'info exists'.
2002-06-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* pkgIndex.tcl:
* ftpd.tcl:
* ftpd.n:
* ftpd.man: Bumped to version 1.1.2.
2002-03-20 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.man: New, doctools manpage.
2002-03-19 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* pkgIndex.tcl:
* ftpd.n: Changed to require tcl version 8.3. Code uses -unique
option of [lsort], introduced in that version. This fixes SF bug
#531799.
2001-09-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.tcl: Applied patch [459197] from Hemang to fix more
'namespace export *'. Patch modified before application as some
export command are actually private (Implementations of the ftp
commands).
2001-09-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.tcl: Restricted export list to public API.
[456255]. Patch by Hemang Lavana
<hemanglavana@users.sourceforge.net>
2001-06-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ftpd.tcl: Fixed dubious code reported by frink.
2000-11-22 Eric Melski <ericm@interwoven.com>
* Integrated patch from Mark O'Conner. Patch fixed file translation
mode bug (ie, binary vs. ascii) that prevented proper retrieval
of binary files. [SFBUG: 122664]
2000-11-01 Dan Kuchler <kuchler@ajubasolutions.com>
* Integrated patch from Keith Vetter <keith@softbook.com>
Patch fixed several bugs. Allowed users to log in as
both 'anonymous' and 'ftp' by default instead of just anonymous.
Fixed syntax error with the 'socket -server' line in ftpd::server when
'myaddr' is specified. Fixed the argument specifications for
cmdline:getoptions in ftpd::config so that arguments are required for
the -logCmd and the -fsCmd.
2000-10-30 Dan Kuchler <kuchler@ajubasolutions.com>
* Made some fixes to better support windows.
2000-10-27 Dan Kuchler <kuchler@ajubasolutions.com>
* Initial revision of tcllib ftpd. Based off of the ftpd in
the stdtcl distribution.
|