[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels.Security / ChangeLog
1 2010-07-15  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * SecurityReplyChannel.cs : when the inner channel gave null
4           context while returning true, also output null as context.
5           Throw an error if the inner authenticator is invalid.
6
7 2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
8
9         * SecurityReplyChannel.cs : handle WS-Trust message here.
10         * SecurityRequestContext.cs : so, do not pass those messages here.
11
12 2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * MessageSecurityBindingSupport.cs : and move this to here too.
15
16 2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * SecurityCapabilities.cs, SupportingTokenInfo.cs :
19           new internal types, split from MessageSecurityBindingSupport.cs.
20
21 2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * SecurityRequestContext.cs : revert extra and bogus changes I had
24           locally.
25
26 2010-07-12  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * SecurityChannelFactory.cs
29           SecurityChannelListener.cs
30           SecurityRequestContext.cs
31           SecurityOutputChannel.cs
32           SecurityReplyChannel.cs
33           SecurityRequestChannel.cs
34           SecureMessageGenerator.cs
35           SecureMessageDecryptor.cs
36           WSEncryptedXml.cs
37           WSSignedXml.cs
38           WSSecurityMessageHeader.cs : moved from System.ServiceModel.Channels.
39