File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1%2Bdeb6u2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 327,392 kB
  • ctags: 413,647
  • sloc: cs: 2,472,296; xml: 1,768,594; ansic: 350,669; sh: 13,676; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (251 lines) | stat: -rwxr-xr-x 8,039 bytes parent folder | download | duplicates (2)
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
250
251
2009-12-14  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : disable non-working test that
	  needs several fixes or updates.

2008-02-28  Eyal Alaluf <eyala@mainsoft.com>

	* WSSecurityTokenSerializerTest.cs: Fixed test run on Windows (failed also
	  on .Net).

2007-08-19  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs
	  ServiceCredentialsSecurityTokenManagerTest.cs
	  ScopedMessagePartSpecificationTest.cs : warning cleanup.

2007-04-02  Atsushi Enomoto  <atsushi@ximian.com>

	* ServiceCredentialsSecurityTokenManagerTest.cs : test that ssl
	  authenticator implements IIssuanceSecurityTokenAuthenticator.

2007-03-30  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : removed SCT reader test which
	  was DPAPI dependent, and added new DPAPI independent one.

2007-03-20  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : so, RequestedProofToken content
	  is unlikely readable here.

2007-03-13  Atsushi Enomoto  <atsushi@ximian.com>

	* ServiceCredentialsSecurityTokenManagerTest.cs : test DedaultValues().
	* WSSecurityTokenSerializerTest.cs : added tests for SCT read/write.

2007-03-07  Atsushi Enomoto  <atsushi@ximian.com>

	* ServiceCredentialsSecurityTokenManagerTest.cs :
	  test for InitializeSecurityTokenRequirement() for several token
	  parameters (like existing tests in client credentials manager).

2007-03-01  Atsushi Enomoto  <atsushi@ximian.com>

	* ServiceCredentialsSecurityTokenManagerTest.cs : more tests for
	  AnonymousSslnego token authenticator.

2007-02-21  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : fixed DerivedKeyToken reader
	  tests, and added more.

2007-02-16  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : more WrappedKeySecurityToken.

2007-02-15  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added WrappedKeySecurityToken
	  reader test.

2007-02-06  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added test for reading
	  empty (invalid) UsernameToken.

2007-02-06  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added test for reading
	  EncryptedKeySHA1 embedded key.

2007-02-05  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added more tests for
	  EncryptedKey clause and BinarySecret clause writers.

2007-01-31  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added correct reader test for
	  SecurityTokenReference with KeyIdentifier. Existing test was broken.

2007-01-15  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs: some tests for writing derived-
	  key-involved key identifier clauses.

2007-01-12  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added some tests for 
	  EmitBspRequiredAttributes.

2007-01-12  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added somewhat wrong test for
	  serialization for LocalIdKeyIdentifierClause with OwnerType.

2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : some tests for 
	  SecurityContextSecurityToken.
	* SecurityTokenSpeficicationTest.cs : new test.

2007-01-10  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added a few x509 tests for
	  SecurityVersion.WSSecurity10.

2006-12-09  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : finished incomplete
	  WriteWrappedKeySecurityToken() test.

2006-12-08  Atsushi Enomoto  <atsushi@ximian.com>

	* SecurityMessagePropertyTest.cs : test SenderIdPrefix as well.
	* WSSecurityTokenSerializerTest.cs : added test for writing
	  LocalIdKeyIdentifierClause.

2006-12-08  Atsushi Enomoto  <atsushi@ximian.com>

	* ServiceSecurityContextTest.cs : new test.
	* SecurityMessagePropertyTest.cs : after making several effort to
	  make GetOrCreateSecureMessage() pass (with new 
	  InterceptorBindingElement), it turned out that GetOrCreate() does
	  not populate security information by itself...

2006-12-07  Atsushi Enomoto  <atsushi@ximian.com>

	* MessagePartSpecificationTest.cs : new test.
	* ScopedMessagePartSpecificationTest.cs : added AddParts() tests.

2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added test for reading
	  EncryptedKeyIdentifierClause. Added test for writing
	  EncryptedKeyIdentifierClause which includes KeyIdentifier.

2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs :
	  enabled X509IssuerSerialKeyIdentifierClause writer test.

2006-12-05  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added test for
	  X509ThumbprintKeyIdentifierClause writer. Removed some NotWorking.

2006-10-12  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added test for writing
	  EncryptedKeyIdentifierClause. It is not the thing I needed for
	  non-included key serialization thus it's not implemented yet.

2006-10-06  Atsushi Enomoto  <atsushi@ximian.com>

	* SecurityMessagePropertyTest.cs : new file.

2006-09-27  Atsushi Enomoto  <atsushi@ximian.com>

	* ServiceCredentialsSecurityTokenManagerTest.cs :
	  a few more lines in Ssl create authenticator test.

2006-09-26  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs :
	  WriteToken() test for SecurityContextSecurityToken.
	  Incomplete/NotWorking ReadToken() test for DerivedKeyToken.

2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>

	* SecurityAlgorithmSuiteTest.cs : fixed AsymmetricSignatureAlgorithm.
	  Use SecurityAlgorithms constants.

2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added test for LocalId 
	  ReadKeyIdentifierClause().

2006-09-15  Atsushi Enomoto  <atsushi@ximian.com>

	* ServiceCredentialsSecurityTokenManagerTest.cs :
	  removed some NotWorking.

2006-09-15  Atsushi Enomoto  <atsushi@ximian.com>

	* ServiceCredentialsSecurityTokenManagerTest.cs :
	  some are notworking yet.

2006-09-12  Atsushi Enomoto  <atsushi@ximian.com>

	* ServiceCredentialsSecurityTokenManagerTest.cs : new test.

2006-09-12  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : test that RsaSecurityToken is
	  not supported.

2006-09-01  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : cleaning up NotWorking.

2006-08-29  Atsushi Enomoto  <atsushi@ximian.com>

	* ScopedMessagePartSpecificationTest.cs : new test.

2006-08-22  Atsushi Enomoto  <atsushi@ximian.com>

	* ChannelProtectionRequirementsTest.cs : new test.

2006-08-17  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added GetTokenTypeUri test.

2006-08-04  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs :
	  Added incomplete test for WriteWrappedKeySecurityToken(), but
	  I couldn't find any usable key identifier yet.

2006-08-04  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs :
	  Added test for GenericXmlSecurityToken serialization. Hmm, seems
	  like it is also useless for ws-trust.

2006-08-04  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs :
	  added test for WriteToken[Core] for BinarySecurityToken.

2006-08-01  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : added test for 
	  WriteKeyIdentifierClause[Core] though not working.

2006-08-01  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : test some WriteToken[Core].

2006-07-31  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : test DefaultInstance as well.

2006-07-31  Atsushi Enomoto  <atsushi@ximian.com>

	* WSSecurityTokenSerializerTest.cs : new test.

2006-07-10  Atsushi Enomoto  <atsushi@ximian.com>

	* SecurityAlgorithmSuiteTest.cs,
	  SupportingTokenParametersTest.cs : new tests.