]> sjero.net Git - wget/blob - tests/ChangeLog
[svn] Fix for bug #20299: Basic auth creds sent before challenge
[wget] / tests / ChangeLog
1 2007-07-25  Micah Cowan  <micah@cowan.name>
2
3         * HTTPServer.pm (run, send_response): Farmed out some logic from
4         the run method into a separate one named send_response, which
5         was then modified to handle simple authentication testing.
6         (handle_auth): Added to handle simple authentication testing.
7         (verify_auth_basic): Checks to make sure Basic credentials are
8         valid.
9         (verify_auth_digest): Stub added; always fails test.
10         * Makefile.in: Added Test-auth-basic.px to list of automatically
11         run tests.
12         * Test-auth-basic: Simple basic authentication test; mainly just
13         lets the server do its testing. Its current purpose is just to
14         ensure that correct basic creds are sent, but never until a
15         challenge has been sent.
16
17 2007-07-05  Micah Cowan  <micah@cowan.name>
18
19         * Makefile.in:
20         Updated GPL reference to version 3 or later, removed FSF
21         address.
22
23 2007-06-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
24
25         * FTPServer.pm: Added FTP testing support.
26
27         * FTPTest.pm: Ditto.
28
29         * Test-ftp.px: Ditto.
30
31 2006-12-22  Mauro Tortonesi  <mauro@ferrara.linux.it>
32
33         * HTTPTest.pm: Don't ignore initial '/' character in requested URLs.
34
35 2006-11-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
36
37         * Test-np.px: Added test for -np.
38
39         * HTTPTest.pm: Ignore initial '/' character in requested URLs.
40         
41 2006-10-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
42
43         * Test1.px: Renamed to Test-noop.px.
44
45         * Test-noop.px: Ditto.
46
47         * Test2.px: Renamed to Test-N.px.
48
49         * Test-N.px: Ditto.
50
51         * Test3.px: Renamed to Test-nonexisting-quiet.px.
52
53         * Test-nonexisting-quiet.px: Ditto.
54
55         * Test4.px: Renamed to Test-O-nonexisting.px.
56
57         * Test-O-nonexisting.px: Ditto.
58
59         * Test5.px: Renamed to Test-HTTP-Content-Disposition.px.
60         
61         * Test-HTTP-Content-Disposition.px: Ditto.
62         
63         * Test6.px: Renamed to Test-HTTP-Content-Disposition-1.px.
64         
65         * Test-HTTP-Content-Disposition-1.px: Ditto.
66         
67         * Test7.px: Renamed to Test-HTTP-Content-Disposition-2.px.
68
69         * Test-HTTP-Content-Disposition-2.px: Ditto.
70
71         * Test8.px: Replaced by Test--spider-r.px.
72
73         * Test9.px: Renamed to Test-Restrict-Lowercase.px.
74
75         * Test-Restrict-Lowercase.px: Ditto.
76
77         * Test10.px: Renamed to Test-Restrict-Uppercase.px.
78         
79         * Test-Restrict-Uppercase.px: Ditto.
80
81         * Test--spider.px: Added test for spider mode.
82         
83         * Test--spider-fail.px: Added failing test for spider mode.
84         
85         * Test--spider-r.px: Added test for recursive spider mode.
86
87         * Test-c.px: Added test for --continue mode.
88
89         * Test-c-full.px: Added test for --continue mode.
90
91         * Test-c-partial.px: Added test for --continue mode.
92
93         * Test-O.px: Added test for -O.
94
95         * Test-N-current.px: Added test for -N.
96         
97         * Test-N-old.px: Added test for -N.
98
99         * Test-E-k.px: Added test for -E -k.
100
101         * Test-E-k-K.px: Added test for -E -k -K.
102
103 2006-08-17  Mauro Tortonesi  <mauro@ferrara.linux.it>
104
105         * HTTPServer.pm: Added support for Range header.
106
107 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
108
109         * Test4.px: Fixed wrong expected behaviour.
110
111 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
112
113         * Test9.px: Added test for --restrict-file-names=lowercase option.
114         
115         * Test10.px: Added test for --restrict-file-names=uppercase option.
116
117 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
118
119         * HTTPServer.pm: Added synchronization between client and server
120         processes to prevent the test to start before the server is ready.
121
122         * HTTPTest.pm: Ditto.
123
124         * Test.pm: Ditto.
125
126         * Test1.px: Removed unneeded ../src/ from command line.
127
128         * Test2.px: Ditto.
129         
130         * Test3.px: Ditto.
131         
132         * Test4.px: Ditto.
133
134         * Test5.px: Ditto.
135
136         * Test6.px: Ditto.
137
138         * Test7.px: Ditto.
139
140         * Test8.px: Added test for recursive spider mode.
141
142 2006-05-26  Mauro Tortonesi  <mauro@ferrara.linux.it>
143
144         * HTTPServer.pm: Fixed bug when returning 404. Improved logging. 
145
146         * Test.pm: Added support for command lines which use an absolute path
147         for the Wget binary.
148
149 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
150
151         * Test5.px: Added test for HTTP Content-Disposition support.
152
153         * Test6.px: Ditto.
154         
155         * Test7.px: Ditto.
156
157 2006-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
158         
159         * HTTPServer.pm: Serve index.html if no filename is given.
160
161         * Test.pm: Added support for pre-existing files.
162         
163 2006-01-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
164
165         * HTTPServer.pm: Enhanced logging support.
166
167         * HTTPTest.pm: Updated to new test format.
168         
169         * Test.pm: Improved test setup, verification and cleanup. Major 
170         refactoring.
171         
172         * Test1.px: Updated to new test format.
173
174         * Test2.px: Updated to new test format.
175
176         * Test3.px: Added new test for quiet download of nonexistent URL.
177
178         * Test4.px: Added new test for quiet download of nonexistent URL with
179         --output-document option.
180         
181 2005-12-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
182
183         * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon. 
184         Removed the old run method and renamed the old run_daemon 
185         method to run.  Added support for partial 
186         
187         * Testing.pm: Renamed to HTTPTest.pm.
188         
189         * HTTPTest.pm: Refactored as a subclass of Test.  Renamed 
190         Run_HTTP_Test to run, verify_download to _verify_download 
191         and added support for timestamp checking.
192
193         * Test.pm: Added Test class as the super class of every 
194         testcase.
195
196         * test1: Renamed to Test1.px.
197         
198         * Test1.px: Refactored as an instance of the HTTPTest class.
199         
200         * Test2.px: Added -N HTTP test.
201
202 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
203
204         * HTTPServer.pm: Added basic support for HTTP testing.
205         
206         * Testing.pm: Added basic support for feature testing (only HTTP
207         testing is supported at the moment).
208
209         * test1: Added basic HTTP test.
210