2010-06-15 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / System.ServiceModel / System.ServiceModel.Channels / ChangeLog
blobf28b0eef1c44b923e0937135e159ff47744f7393
1 2010-06-15  Atsushi Enomoto  <atsushi@ximian.com>
3         * TcpReplyChannel.cs : accept TCP channel on ReceiveRequest(). This
4           fixes standalone tcp-transport/sample[svc|cli]5.exe test in olive
5           (but not TcpTransportBindingElementTest.SimpleDuplexStreamed.)
7 2010-06-15  Atsushi Enomoto  <atsushi@ximian.com>
9         * TcpBinaryFrameManager.cs : lock read and write respectively.
10           Finally fixed bug #567672 ('IsOneWay=false' case).
12 2010-05-28  Atsushi Enomoto  <atsushi@ximian.com>
14         * DirectionalAction.cs : remove old code from winfx beta.
16 2010-05-26  Atsushi Enomoto  <atsushi@ximian.com>
18         * TcpDuplexSessionChannel.cs, TcpReplyChannel.cs : do not set RelatesTo
19           here. If the contract is not one-way (IsOneWay = false) and there is
20           a callback, the callback message sent to the client should *not* be
21           assigned RelatesTo header here. Just do it in the request-reply
22           context. Do it in OperationInvokerHandler.
24 2010-05-21  Atsushi Enomoto  <atsushi@ximian.com>
26         * SvcHttpHandler.cs : remove Sleep() hack. The host is now ensured
27           to wait for channels opened.
29 2010-05-21  Atsushi Enomoto  <atsushi@ximian.com>
31         * SvcHttpHandler.cs : remove unused field. Some code cleanup.
33 2010-05-21  Atsushi Enomoto  <atsushi@ximian.com>
35         * HttpReplyChannel.cs : use manual reset.
36         * AspNetReplyChannel.cs : make it equivalent to the above.
38 2010-05-21  Atsushi Enomoto  <atsushi@ximian.com>
40         * HttpChannelListener.cs : do not accept more than one channel at a
41           time. Remove extra fields. Add CancelAsync() implementation.
43 2010-05-21  Atsushi Enomoto  <atsushi@ximian.com>
45         * HttpListenerManager.cs : add a workaround for Func<>.BeginInvoke()
46           problem that blocked ASP.NET channels working.
48 2010-05-19  Andreia Gaita  <avidigal@novell.com>
50         * HttpRequestChannel.cs: if the response has no body, create an
51           empty message and return that.
52           Note: the ws-mc protocol defines that the service returns an
53           200 response with an empty body on first connection, this
54           adds support for that (fixes part of #599667)
56 2010-05-14  Atsushi Enomoto  <atsushi@ximian.com>
58         * DuplexChannelBase.cs
59           ReplyChannelBase.cs
60           TcpChannelListener.cs
61           ChannelListenerBase_1.cs
62           PeerChannelListener.cs
63           HttpChannelListener.cs
64           NamedPipeChannelListener.cs:
65           do the same for channel listener,reply channels and
66           duplex channels.
68 2010-05-14  Atsushi Enomoto  <atsushi@ximian.com>
70         * ChannelFactoryBase.cs, RequestChannelBase.cs : support
71           MessageVersion in GetProperty<T>() for many transport channels.
73 2010-05-14  Atsushi Enomoto  <atsushi@ximian.com>
75         * HttpChannelFactory.cs
76           TcpChannelFactory.cs
77           ChannelFactoryBase.cs
78           NamedPipeChannelFactory.cs
79           PeerChannelFactory.cs
80           RequestChannelBase.cs : commonize MessageEncoder.
81           (Commented out GetPrpoerty<T>() for MessageVersion as it is 
82           in doubt yet.)
84 2010-05-14  Atsushi Enomoto  <atsushi@ximian.com>
86         * MessageHeaders.cs : do not pass empty string array; it almost
87           always results in header-not-found error.
89 2010-05-14  Atsushi Enomoto  <atsushi@ximian.com>
91         * MessageHeader.cs : do not try to lookup prefix for empty ns.
93 2010-05-14  Atsushi Enomoto  <atsushi@ximian.com>
95         * MessageImpl.cs : do not use maxBufferSize for initialSize argument
96           for MessageHeaders. Fix OutOfMemoryException for certain usage.
98 2010-05-14  Atsushi Enomoto  <atsushi@ximian.com>
100         * BindingContext.cs : actually clone is needed everywhere else too.
101         * CustomBinding.cs : remove extra field.
103 2010-05-14  Andreia Gaita  <avidigal@novell.com>
105         * BindingContext.cs: Copy elements from the original binding only when
106         creating it, never when cloning it. This way, CanBuildInnerChannel can
107         work recursively as it should.
109 2010-05-14  Atsushi Enomoto  <atsushi@ximian.com>
111         * CustomBinding.cs : return clone collection.
112         * BindingContext.cs :
113           Simply use RemainingBindingElements in builder methods.
114           Clone() should be deep copying (as documented).
115         * BinaryMessageEncodingBindingElement.cs
116           MtomMessageEncodingBindingElement.cs
117           TextMessageEncodingBindingElement.cs
118           HttpCookieContainerBindingElement.cs :
119           do not add itself to RemainingBindingElements.
120         * HttpChannelFactory.cs
121           HttpChannelListener.cs
122           TcpChannelFactory.cs
123           TcpChannelListener.cs
124           MsmqChannelFactory.cs
125           MsmqChannelListener.cs
126           NamedPipeChannelFactory.cs
127           NamedPipeChannelListener.cs
128           PeerChannelFactory.cs
129           PeerChannelListener.cs : do not iterate RemainingBindingElements.
130           Instead, iterate all binding elements in the CustomBinding.
132 2010-05-12  Atsushi Enomoto  <atsushi@ximian.com>
134         * HttpRequestChannel.cs : implement On[Begin|End][Close|Open] methods.
136 2010-04-30  Atsushi Enomoto  <atsushi@ximian.com>
138         * HttpListenerManager.cs : use manual reset here to not cause
139           possible inconsistent locking.
141 2010-04-28  Atsushi Enomoto  <atsushi@ximian.com>
143         * HttpChannelListener.cs, HttpListenerManager.cs :
144           Fix NRE issue in olive/samples/wcf/web-http-binding/samplesvc3.exe.
146 2010-04-23  Atsushi Enomoto  <atsushi@ximian.com>
148         * HttpListenerManager.cs : fixed the issue that mex_info is never
149           retrieved from the latest channel listener (which could be other
150           listener than the one which was set mex info).
152 2010-04-23  Atsushi Enomoto  <atsushi@ximian.com>
154         * HttpChannelListener.cs, HttpListenerManager.cs :
155           actually it should be ChannelDispatcher-to-HttpChannelListener,
156           to identify which dispatcher to send reqs.
158 2010-04-23  Atsushi Enomoto  <atsushi@ximian.com>
160         * HttpReplyChannel.cs : remove old Http Keep-Alive workaround.
162 2010-04-23  Atsushi Enomoto  <atsushi@ximian.com>
164         * HttpTransportBindingElement.cs,
165           HttpChannelListener.cs,
166           HttpListenerManager.cs : add host-to-http-listener mapping so that
167           they can be managed per host.
169 2010-04-21  Atsushi Enomoto  <atsushi@ximian.com>
171         * BindingContext.cs : require a TransportBindingElement when
172           building a channel listener.
174 2010-04-19  Atsushi Enomoto  <atsushi@ximian.com>
176         * HttpReplyChannel.cs : use local var to hold wait handle to avoid
177           possible NRE on field. Based on the patch by Matt Dargavel.
179 2010-04-07  Miguel de Icaza  <miguel@novell.com>
181         *  BufferManager.cs: Implement the BufferManager. 
183 2010-04-07  Atsushi Enomoto  <atsushi@ximian.com>
185         * WSSecurityMessageHeader.cs : add FIXME comment.
187 2010-04-06  Atsushi Enomoto  <atsushi@ximian.com>
189         * HttpRequestChannel.cs : add commented note.
191 2010-04-06  Atsushi Enomoto  <atsushi@ximian.com>
193         * HttpReplyChannel.cs : fill To header only if it does not exist.
195 2010-04-06  Atsushi Enomoto  <atsushi@ximian.com>
197         * SecureMessageGenerator.cs : set ReplyTo and To, do not add.
199 2010-04-06  Atsushi Enomoto  <atsushi@ximian.com>
201         * MessageHeaders.cs : use matching addressing version.
202           Remove header item if the same ones already exist.
204 2010-04-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
206         * HttpRequestChannel.cs: don't create the wait handle unless it is
207         really needed.
209 2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
211         * HttpRequestChannel.cs : use correct max buffer size.
213 2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
215         * MessageFault.cs : check null serializer and detail.
216           Make sure to consume s12:Reason EndElement.
218 2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
220         * MessageFault.cs : when created from XmlReader, it should not
221           deserialize fault details immediately. This class itself should
222           not do that. Strongly typed FaultContractInfo may want to use the
223           reader (GetReaderAtDetailContents()) for its own deserialization.
225 2010-04-01  Atsushi Enomoto  <atsushi@ximian.com>
227         * ConnectionOrientedTransportBindingElement.cs,
228           TcpTransportBindingElement.cs : implement GetProperty<T>().
230 2010-04-01  Atsushi Enomoto  <atsushi@ximian.com>
232         * HttpTransportBindingElement.cs, HttpsTransportBindingElement.cs:
233           implement HttpsTransportBindingElement.GetProperty<T>(). Extend the
234           properties type from HTTP.
236 2010-04-01  Atsushi Enomoto  <atsushi@ximian.com>
238         * FaultConverter.cs : use addressing version from the message.
240 2010-03-30  Atsushi Enomoto  <atsushi@ximian.com>
242         * FaultConverter.cs : check envelope version, not addressing version.
244 2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
246         * FaultConverter.cs : implemented TryCreateException().
248 2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
250         * MessageFault.cs : cosmetic method name clarification.
252 2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
254         * XmlReaderBodyWriter.cs, Message.cs, MessageImpl.cs, BodyWriter.cs:
255           fix BodyWriter buffering that dropped in-scope namespaces and thus
256           caused problem on resolving QNames.
258 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
260         * FaultConverter.cs : do implement OnTryCreateFaultMessage() to work
261           with certain Exception types.
263 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
265         * Message.cs : fix explanation on CreateMessage() overloads.
267 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
269         * MessageFault.cs : Write Subcode element correctly and fix wrong
270           Code/Value/Subcode element relationship. Give better error message.
272 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
274         * HttpRequestChannel.cs : ok, no need for conditional code path.
276 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
278         * AddressingVersion.cs : add fault action namespace.
280 2010-03-26  Sebastien Pouliot  <sebastien@ximian.com>
282         * HttpRequestChannel.cs: There is no WebHeaderCollection.Add 
283         method in SL API
285 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
287         * MessageImpl.cs : pass IsFault argument in OnCreateBufferedCopy().
289 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
291         * HttpRequestContext.cs, AspNetRequestContext.cs : return HTTP 500
292           for fault message.
294 2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
296         * HttpRequestChannel.cs : create HttpResponseMessageProperty.
298 2010-03-25  Atsushi Enomoto  <atsushi@ximian.com>
300         * HttpRequestContext.cs : removed HTTP status rewriting for
301           commented reason.
303 2010-03-25  Atsushi Enomoto  <atsushi@ximian.com>
305         * HttpRequestChannel.cs : handle only 4xx errors as to not process
306           content stream.
308 2010-03-25  Atsushi Enomoto  <atsushi@ximian.com>
310         * MessageFault.cs : do not use SOAP11 namespace for fault contents.
312 2010-03-24  Atsushi Enomoto  <atsushi@ximian.com>
314         * ReplyChannelBase.cs, HttpReplyChannel.cs : add some locking.
315           Patch by Matt Dargavel.
317 2010-03-24  Atsushi Enomoto  <atsushi@ximian.com>
319         * HttpListenerManager.cs : use lock object which is subject to
320           change. Fix by Matt Dargavel.
322 2010-03-24  Atsushi Enomoto  <atsushi@ximian.com>
324         * HttpListenerManager.cs : remove consumed HttpListenerContext from
325           the pending queue. Compare "wsdl" request in case insensitive
326           manner. Patch by Matt Dargavel.
328 2010-03-24  Atsushi Enomoto  <atsushi@ximian.com>
330         * HttpRequestContext.cs : apply the patch by Matt Dargavel, which is
331           supposed to provide detailed 400 error message.
333 2010-03-24  Atsushi Enomoto  <atsushi@ximian.com>
335         * TransactionFlowBindingElement.cs: revamp the previous change to
336           not regress regarding service metadata.
338 2010-03-24  Atsushi Enomoto  <atsushi@ximian.com>
340         * ChannelListenerBase.cs, TransactionFlowBindingElement.cs: fix 
341           GetProperty<T>() bug that fails to retrieve properties. (This may
342           be rewritten later if an ongoing change proposal is to take place.)
344 2010-03-18  Atsushi Enomoto  <atsushi@ximian.com>
346         * ReliableSessionBindingElement.cs,
347           PrivacyNoticeBindingElement.cs,
348           RemoteEndpointMessageProperty.cs : added some missing types.
350 2010-03-17  Atsushi Enomoto  <atsushi@ximian.com>
352         * MessageHeaders.cs :
353           why does it filter out most of the headers? kill it.
355 2010-03-17  Atsushi Enomoto  <atsushi@ximian.com>
357         * SvcHttpHandler.cs, AspNetReplyChannel.cs, HttpChannelListener.cs,
358           HttpListenerManager.cs : refactoring on acquiring SvcHttpHandler
359           to not raise "not found" error (see bug #573795).
361 2010-03-16  Jb Evain  <jbevain@novell.com>
363         * HttpRequestChannel.cs, HttpTransportBindingElement.cs: use
364         MOONLIGHT symbol to disambiguate MonoTouch and Moonlight code.
366 2010-03-09  Atsushi Enomoto  <atsushi@ximian.com>
368         * HttpListenerManager.cs : For ASP.NET, use correct GenericIdentity
369           type, and use null password unless we find a chance to get password
370           in ASP.NET HttpContext.
372 2010-03-03  Atsushi Enomoto  <atsushi@ximian.com>
374         * HttpReplyChannel.cs, AspNetReplyChannel.cs, HttpChannelListener.cs,
375           HttpListenerManager.cs : ongoing authentication support. It returns
376           401 as expected, but somehow fails to retrieve user info.
378 2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
380         * HttpListenerManager.cs : this change (along with HttpListener
381           implementation) somehow fixes basic auth. connection error...
383 2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
385         * MessageHeaders.cs : add !NET_2_1.
387 2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
389         * MessageHeader.cs, MessageHeaders.cs : add nasty workaround for
390           typed UniqueId output.
392 2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
394         * MessageHeader.cs : no need to treat EndpointAddress as a special
395           case here too.
397 2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
399         * MessageHeaders.cs : remove duplicate constant.
401 2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
403         * MessageHeader.cs, MessageHeaders.cs: MessageHeader does not treat
404           EndpointAddress as a special case. Instead, each MessageHeaders
405           property should convert it to appropriate serializable objects.
407           (Our DataContractSerializer fails to reject EndpointAddress as
408           serializable type, so it's rather a preparation step.)
410 2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
412         * MessageHeader.cs, Message.cs : use dictionary string whenever
413           applicable. The binary output on #577139 is getting closer (no
414           idea if it is really about binary output though).
416 2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
418         * BinaryMessageEncoder.cs : moved soap_dictionary to Constants.
420 2010-02-05  Atsushi Enomoto  <atsushi@ximian.com>
422         *  HttpTransportBindingElement.cs : ... and add MONOTOUCH on #ifs.
424 2010-02-05  Atsushi Enomoto  <atsushi@ximian.com>
426         *  HttpRequestChannel.cs, HttpTransportBindingElement.cs :
427           enable authentication schemes on monotouch.
429 2010-02-04  Atsushi Enomoto  <atsushi@ximian.com>
431         * SvcHttpHandler.cs : a wait handle could be used for more than one
432           requests and hence it sometimes blocked one reply channel. Now
433           it creates a wait handle for each ASP.NET request so that such
434           multiple use should not occur. This should fix blocking on
435           concurrent requests (it indeed fixes as long as I can see).
437 2010-02-04  Atsushi Enomoto  <atsushi@ximian.com>
439         * AspNetReplyChannel.cs : remove garbage output.
441 2010-02-04  Atsushi Enomoto  <atsushi@ximian.com>
443         * SvcHttpHandler.cs : Use lock when it tries to create the service
444           host.
446 2010-02-02  Atsushi Enomoto  <atsushi@ximian.com>
448         * SvcHttpHandlerFactory.cs : lock when it tries to acquire
449           HttpHandler.
451 2010-02-02  Atsushi Enomoto  <atsushi@ximian.com>
453         * HttpListenerManager.cs : add another workaround for blocking
454           concurrent calls.
456 2010-02-02  Atsushi Enomoto  <atsushi@ximian.com>
458         * HttpListenerManager.cs : small refactoring.
460 2010-01-22  Atsushi Enomoto  <atsushi@ximian.com>
462         * TcpDuplexSessionChannel.cs : added a workaround receiver delay
463           that somehow makes callback client to not cause infinite loop.
465 2010-01-22  Atsushi Enomoto  <atsushi@ximian.com>
467         * TcpDuplexSessionChannel.cs, PeerDuplexChannel.cs,
468           DuplexChannelBase.cs : Receive() should rather use TryReceive().
469           It should not be in reverse order.
471 2010-01-22  Atsushi Enomoto  <atsushi@ximian.com>
473         * HttpReplyChannel.cs, HttpListenerManager.cs :
474           Implement async cancellation in the expected manner (though with
475           some hack). This mostly removed nunit blockers.
477 2010-01-22  Atsushi Enomoto  <atsushi@ximian.com>
479         * CommunicationObject.cs : fix wrong status changes.
481 2010-01-20  Atsushi Enomoto  <atsushi@ximian.com>
483         * AddressHeader.cs : XmlSchema.InstanceNamespace didn't exist in 2.1 :(
485 2010-01-20  Atsushi Enomoto  <atsushi@ximian.com>
487         * AddressHeader.cs : implement remaining bits.
488           Eliminate dependency on NetDataContractSerializer.
490 2010-01-20  Atsushi Enomoto  <atsushi@ximian.com>
492         * CommunicationObject.cs : in Fault(), do similar work as previous
493           change does.
495 2010-01-19  Atsushi Enomoto  <atsushi@ximian.com>
497         * CommunicationObject.cs : when process state changes, lock the
498           object to make sure the state transition is valid.
499           Change OnClosed/OnClosing to do the way OnOpened/OnOpening does.
501 2010-01-13  Atsushi Enomoto  <atsushi@ximian.com>
503         * MessageHeaders.cs : implement SetAction().
505 2010-01-13  Atsushi Enomoto  <atsushi@ximian.com>
507         * ChannelFactoryBase.cs : fix build.
509 2010-01-13  Atsushi Enomoto  <atsushi@ximian.com>
511         * ChannelBase.cs : cosmetic API fix for SL3.
513 2010-01-13  Atsushi Enomoto  <atsushi@ximian.com>
515         * ChannelFactoryBase.cs :
516           implement On{Begin/End}Close() on the generic type.
518 2010-01-13  Atsushi Enomoto  <atsushi@ximian.com>
520         * HttpChannelFactory.cs, TcpChannelFactory.cs,
521           ChannelFactoryBase.cs, NamedPipeChannelFactory.cs
522           PeerChannelFactory.cs, HttpRequestChannel.cs:
523           fix ChannelFactoryBase API; move On(Begin/End)Open() to internal
524           type and made required changes.
526 2010-01-13  Atsushi Enomoto  <atsushi@ximian.com>
528         * HttpCookieContainerBindingElement.cs : new.
529         * IHttpCookieContainer.cs : fix type name.
530         * HttpRequestChannel.cs, HttpChannelFactory.cs : support above.
532 2010-01-07  Atsushi Enomoto  <atsushi@ximian.com>
534         * TcpBinaryFrameManager.cs : treat EOF as interrupted stream too (it
535           does not happen when communicating with .NET client but happens with
536           mono). Seealso FIXME comment.
537         * TcpDuplexSessionChannel.cs : do not try to close session when it
538           failed to read sized message. The connection is already dead.
540           Fixed bug #567949.
542 2010-01-07  Atsushi Enomoto  <atsushi@ximian.com>
544         * TcpDuplexSessionChannel.cs :
545           Write EndRecord only when the connection is available.
546           Remove hack - do let ChannelDispatcher close the channel.
547         * TcpBinaryFrameManager.cs :
548           The socket may be disconnected when trying to read a sized message,
549           so check some socket exceptions.
550           In case the client silently shuts down without EndRecord and
551           reconnects to the server with preamble while expecting a sized
552           message (which is so lame, but that's what .NET often does), refresh
553           preamble and continue.
555           This fixes some cases of bug #567949 but not all.
557 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
559         * BinaryMessageEncoder.cs : enable workaround buffering only when
560           the argument stream does *not* support seek. This fixes some
561           net.tcp connection problem.
563 2009-12-26  Atsushi Enomoto  <atsushi@ximian.com>
565         * TcpBinaryFrameManager.cs : If preamble byte is not available from
566           the client stream, detect it to close the reply or input channel.
567         * TcpRequestChannel.cs : send preamble at each request time.
568           It differentiates communication behavior on such cases that involve
569           single open and multiple requests.
570         * TcpReplyChannel.cs : close the channel only when the channel is
571           oeprated to close i.e. do not close the socket every time.
572           Process preambles on each request (the same as request channel).
574 2009-12-26  Atsushi Enomoto  <atsushi@ximian.com>
576         * TcpBinaryFrameManager.cs : unsized envelope record may have more
577           than one data block, so consume them accordingly. This should fix
578           large buffer consumption.
580 2009-12-21  Atsushi Enomoto  <atsushi@ximian.com>
582         * MessageFault.cs : support EnvelopeVersion.None as well, as almost
583           the same as SOAP12.
585 2009-12-17  Atsushi Enomoto  <atsushi@ximian.com>
587         * HttpRequestContext.cs : for DestinationUnreachable message, this
588           channel returns 400 in .NET.
590 2009-12-16  Atsushi Enomoto  <atsushi@ximian.com>
592         * BinaryMessageEncoder.cs : added workaround for strange stream
593           consumption error raised by HttpTransport + Binary encoder example.
594         * BinaryMessageEncodingBindingElement.cs:
595           only SOAP 1.2 is allowed for this encoder.
597 2009-12-14  Atsushi Enomoto  <atsushi@ximian.com>
599         * XmlReaderBodyWriter.cs : don't try to write empty xml.
601 2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
603         * HttpRequestChannel.cs : avoid adding duplicate headers. Basically
604           default WebHeaderCollection items are overwritten.
606 2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
608         * HttpRequestChannel.cs : when HTTP response was error, do not try
609           to read message but just raise an error.
611 2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
613         * MessageHeaders.cs : null can be set as a WS-Addressing header item.
615 2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
617         * HttpRequestChannel.cs : WebException.Response might be null.
619 2009-12-04  Atsushi Enomoto  <atsushi@ximian.com>
621         * ReplyChannelBase.cs : added listener property.
622         * SecurityChannelListener.cs : quick async impl, as ServiceHost has
623           been updated to prefer async by default, a while ago.
625 2009-12-04  Atsushi Enomoto  <atsushi@ximian.com>
627         * HttpTransportBindingElement.cs : finished all GetProperty() values.
629 2009-12-04  Atsushi Enomoto  <atsushi@ximian.com>
631         * HttpRequestChannel.cs : disabled carelessly added
632           "UseDefaultCredentials = false" line. It blocked basic auth.
634 2009-12-04  Atsushi Enomoto  <atsushi@ximian.com>
636         * HttpRequestChannel.cs, HttpChannelFactory.cs,
637           HttpChannelListener.cs, HttpListenerManager.cs :
638           implemented http client authentication and some of corresponding
639           service code. Only client works so far.
641 2009-12-03  Atsushi Enomoto  <atsushi@ximian.com>
643         * HttpsTransportBindingElement.cs, HttpChannelListener.cs :
644           added URI scheme check.
646 2009-12-03  Atsushi Enomoto  <atsushi@ximian.com>
648         * TransportSecurityBindingElement.cs : fix 2.1 build.
650 2009-12-03  Atsushi Enomoto  <atsushi@ximian.com>
652         * HttpsTransportBindingElement.cs :
653           RequireClientCertificate is false by default.
654           Remove extra #if NET_2_1.
655         * SecurityBindingElement.cs :
656           Implement some transport security factory methods.
657         * TransportSecurityBindingElement.cs :
658           It is not ISecurityCapabilities anymore.
660 2009-11-25  Atsushi Enomoto  <atsushi@ximian.com>
662         * MessageHeaders.cs
663           SecurityBindingElement.cs
664           LocalClientSecuritySettings.cs
665           TransportSecurityBindingElement.cs
666           FaultConverter.cs : They are now part of SL3 API.
668 2009-11-17  Atsushi Enomoto  <atsushi@ximian.com>
670         * BinaryMessageEncodingBindingElement.cs : changes for 2.1 build.
672 2009-11-05  Geoff Norton  <gnorton@novell.com>
674         * HttpsTransportBindingElement.cs: Implement basic https transport
675         binding support for Moonlight and MonoTouch
677 2009-10-22  Atsushi Enomoto  <atsushi@ximian.com>
679         * HttpListenerManager.cs : remove CWLs.
681 2009-10-22  Atsushi Enomoto  <atsushi@ximian.com>
683         * SvcHttpHandler.cs : move back previous listener selector code in
684           ProcessRequest(). Unlike HttpListener, ASP.NET does not refine
685           and differentiate requests to deeper paths (such as /jsdebug), so
686           we need such refinement here.
688 2009-10-22  Atsushi Enomoto  <atsushi@ximian.com>
690         * HttpListenerManager.cs : dependent fix to ServiceMetadataExtension
691           changes.
693 2009-10-22  Atsushi Enomoto  <atsushi@ximian.com>
695         * SvcHttpHandler.cs, HttpReplyChannel.cs, AspNetReplyChannel.cs,
696           HttpChannelListener.cs, HttpListenerManager.cs :
697           Similar refactoring on ASP.NET side to the previous one.
698           Added ASP.NET implementation of HttpListenerManager and use some
699           part of it in SvcHttpHandler (ASP.NET stack does not fully make use
700           of the manager yet).
701           Rewrote AspNetReplyChannel to become almost the same as
702           HttpSimpleReplyChannel, to hopefully unify them later.
703           Now it dispatches requests to *.svc for wsdl, help and SOAP as long
704           as ServiceThrottle has MaxConcurrentSessions=1. Also REST calls
705           are still broken.
707 2009-10-20  Atsushi Enomoto  <atsushi@ximian.com>
709         * HttpReplyChannel.cs, HttpChannelListener.cs, HttpListenerManager.cs:
710           Refactoring on listener manager to correctly handle wsdl and help
711           requests for such case that they conflict in addressing. Now it
712           can correctly distinguish service calls, WSDL requests and help
713           requests when all of them point to "http://localhost/foo.svc"
714           (which is very common case that the user does not change Http*Url).
716 2009-10-16  Atsushi Enomoto  <atsushi@ximian.com>
718         * ChannelListenerBase.cs : add Properties property to add arbitrary
719           properties handy (only inside this assembly).
721 2009-10-16  Atsushi Enomoto  <atsushi@ximian.com>
723         * HttpReplyChannel.cs : fix warning.
725 2009-10-15  Atsushi Enomoto  <atsushi@ximian.com>
727         * HttpReplyChannel.cs, AspNetReplyChannel.cs : set Via property.
729 2009-10-15  Atsushi Enomoto  <atsushi@ximian.com>
731         * HttpReplyChannel.cs : make sure to release wait lock.
732         * HttpChannelListener.cs : session channels are not supported, so
733           remove relevant NIEs.
735 2009-10-15  Sebastien Pouliot  <sebastien@ximian.com>
737         * HttpRequestChannel.cs (WaitEnd): Neither Moonlight nor MonoTouch
738         support contexts so we call the non-overloaded WaitOne method 
739         (which defaults to false).
741 2009-10-13  Atsushi Enomoto  <atsushi@ximian.com>
743         * SvcHttpHandler.cs, AspNetReplyChannel.cs, HttpChannelListener.cs:
744           significant rewrite to cooperate wcf handler and asp.net handler
745           to not mix multiple WCF listener within the asp.net handler.
746           So far it mostly works when 1) there are no ChannelDispatchers
747           that have an identical listen Uri and 2) MaxConcurrentSessions is
748           1 (must be explicitly set).
750 2009-10-13  Atsushi Enomoto  <atsushi@ximian.com>
752         * CommunicationObject.cs : give better state error description.
754 2009-10-09  Atsushi Enomoto  <atsushi@ximian.com>
756         * CommunicationObject.cs : OnOpening() and OnOpened() require calls
757           to base methods. This resulted in not a few changes everywhere.
759 2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
761         * IHttpCookieContainer.cs : new 2.1-only interface (no use).
763 2009-10-06  Atsushi Enomoto  <atsushi@ximian.com>
765         * SvcHttpHandler.cs : use file path given by the factory to
766           construct BaseAddresses. Requests to "test.svc/jsdebug" should
767           not be handled as request to "jsdebug" file, it's rather an
768           "argument" to "test.svc".
770 2009-10-06  Atsushi Enomoto  <atsushi@ximian.com>
772         * SvcHttpHandler.cs, HttpChannelListener.cs : some significant
773           rewrite to handle shutdown situation better. The listeners should
774           not close channels that it opened. Instead, just stop accepting
775           further requests. Removed blocking mutex on WaitForRequest().
776           Now xsp shuts down as expected.
778 2009-10-06  Atsushi Enomoto  <atsushi@ximian.com>
780         * HttpReplyChannel.cs : lock list when releasing its content contexts.
781         * AspNetReplyChannel.cs : send EndRequest() to handler when it is
782           closing.
784 2009-10-06  Atsushi Enomoto  <atsushi@ximian.com>
786         * SvcHttpHandlerFactory.cs : remove todo.
787         * ReplyChannelBase.cs : add comment.
789 2009-10-02  Atsushi Enomoto  <atsushi@ximian.com>
791         * HttpTransportBindingElement.cs, SvcHttpHandlerFactory.cs :
792           revert the change, to use internal asp.net state again.
793         * SvcHttpHandler.cs : add VirtualPathExtension.
795 2009-10-02  Atsushi Enomoto  <atsushi@ximian.com>
797         * HttpReplyChannel.cs, AspNetReplyChannel.cs, AspNetRequestContext.cs:
798           asp.net response was not written correctly.
799           Fill HttpRequestMessageProperty to get handle WSDL requests
800           processed in ServiceMetadataExtension without NRE.
801           Remove wrong HttpListenerContext iteration at Abort and Close in
802           common base class and move it to non-asp derived channel.
804 2009-10-02  Atsushi Enomoto  <atsushi@ximian.com>
806         * SvcHttpHandler.cs : remove unused code.
808 2009-09-30  Jb Evain  <jbevain@novell.com>
810         * HttpRequestChannel.cs: When compiling for MonoTouch, avoid
811         to use any of the remoting features.
813 2009-09-30  Atsushi Enomoto  <atsushi@ximian.com>
815         * SvcHttpHandlerFactory.cs, HttpTransportBindingElement.cs :
816           use AspNetCompatibilityEnabled.
817         * SvcHttpHandler.cs : disable ApplyConfiguration(). It should be done
818           at ServiceHostBase.
819         * AspNetReplyChannel.cs : remove extra field.
821 2009-09-29  Atsushi Enomoto  <atsushi@ximian.com>
823         * HttpReplyChannel.cs : remove extra field.
825 2009-09-29  Atsushi Enomoto  <atsushi@ximian.com>
827         * AspNetRequestContext.cs : remove CWL.
829 2009-09-29  Atsushi Enomoto  <atsushi@ximian.com>
831         * AspNetReplyChannel.cs, AspNetRequestContext.cs : close HttpContext
832           only after AspNetRequestContext is closed. Do not close it
833           immediately after receiving the context. (HttpRuntime destructs it
834           and further uses then becomes impossible.)
836 2009-09-29  Atsushi Enomoto  <atsushi@ximian.com>
838         * AspNetReplyChannel.cs, HttpReplyChannel.cs : add some comments.
839         * SvcHttpHandlerFactory.cs, SvcHttpHandler.cs, HttpChannelListener.cs:
840           Make sure that AspNetChannelListener is bound to correct
841           SvcHttpHandler, regardless of specific request URI. It is required
842           for both WSDL requests and RESTful binding requests.
844 2009-09-14  Atsushi Enomoto  <atsushi@ximian.com>
846         * MessageProperties.cs : fix CopyProperties() behavior to not
847           clear existing items. Make all properties call this[name].
849 2009-09-14  Atsushi Enomoto  <atsushi@ximian.com>
851         * HttpTransportBindingElement.cs : fix 2.1 build.
853 2009-09-14  Atsushi Enomoto  <atsushi@ximian.com>
855         * TransportBindingElement.cs : another GetProperty fix, iterate
856           other binding elements.
858 2009-09-14  Atsushi Enomoto  <atsushi@ximian.com>
860         * HttpTransportBindingElement.cs, PeerTransportBindingElement.cs :
861           some GetProperty() implementation.
863 2009-09-14  Atsushi Enomoto  <atsushi@ximian.com>
865         * HttpListenerManager.cs : release HttpListener and avoid extra
866           close process more than once.
868 2009-09-11  Atsushi Enomoto  <atsushi@ximian.com>
870         * HttpChannelListener.cs : do not iterate channel list to close
871           channels which in turn removes them from the list while iteration.
873 2009-09-06  Atsushi Enomoto  <atsushi@ximian.com>
875         * HttpRequestChannel.cs : Fix message version member comparison.
876           Double-quote SOAPAction. Remove extra Exception.
877         * HttpReplyChannel.cs : ditto for version comparison. Unquote above.
878         * HttpRequestContext.cs : when addressing is None, remove action
879           from the message.
881 2009-09-04  Atsushi Enomoto  <atsushi@ximian.com>
883         * SvcHttpHandler.cs : set Uri property based on baseAddresses and
884           path, to pick those endpoints that are added at custom factories.
886 2009-09-03  Atsushi Enomoto  <atsushi@ximian.com>
888         * SvcHttpHandler.cs : apply configuration, and if there is still no
889           endpoint, then add default one.
891 2009-09-03  Atsushi Enomoto  <atsushi@ximian.com>
893         * SvcHttpHandler.cs : another URL to make relative.
895 2009-09-03  Atsushi Enomoto  <atsushi@ximian.com>
897         * SvcHttpHandlerFactory.cs : some GetHandler changes.
898         * SvcHttpHandler.cs : significant changes on receiver structure. Now
899           ProcessRequest() stores pending requests (this might be extraneous,
900           but maybe useful when it implements async handler). Also removed
901           reply_channel field as it may become to handle multiple requests.
902         * HttpChannelListener.cs : bind to corresponding SvcHttpHandler.
903         * AspNetReplyChannel.cs : make it receive requests like
904           HttpReplyChannel (for HttpListener) to make them consistent.
906 2009-09-03  Atsushi Enomoto  <atsushi@ximian.com>
908         * AspNetRequestContext.cs, HttpRequestContext.cs :
909           fix NRE on HttpListenerContext for AspNetRequestContext (mismatch)
910           by splitting HttpListener-based context out from common code base.
912 2009-09-03  Atsushi Enomoto  <atsushi@ximian.com>
914         * SvcHttpHandler.cs : use baseAddresses in ServiceHost and make URIs
915           relative or absolute. new Uri ("/foobar") doesn't work on non-unix
916           environment.
918 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
920         * SvcHttpHandlerFactory.cs : make use of BuildManager aid. Now it
921           loads types from system assemblies appropriately.
923 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
925         * XmlReaderBodyWriter.cs : implement OnCreateBufferedCopy()
926           for XmlReader input.
928 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
930         * HttpRequestMessageProperty.cs : fix default values.
932 2009-08-31  Atsushi Enomoto  <atsushi@ximian.com>
934         * HttpChannelFactory.cs, HttpRequestChannel.cs,
935           ChannelFactoryBase.cs : fix to previous one; allow null Via uri.
936           Check ManualAddressing value and reject address-missing ones.
938 2009-08-31  Atsushi Enomoto  <atsushi@ximian.com>
940         * HttpChannelFactory.cs : reject URI mismatch cases when required.
942 2009-08-26  Atsushi Enomoto  <atsushi@ximian.com>
944         * PeerDuplexChannel.cs : When received Connect() from neighbor,
945           add the peer to its internal list.
946           Finally ChatApplication got working.
948 2009-08-26  Atsushi Enomoto  <atsushi@ximian.com>
950         * PeerDuplexChannel.cs : since the channel factory is per instance,
951           do not reuse factory that is tied to different callback instance.
952           It resolved the issue that mono callback client didn't receive
953           messages from the client itself.
955 2009-08-26  Atsushi Enomoto  <atsushi@ximian.com>
957         * PeerDuplexChannel.cs : in the Welcome response, return the NodeId
958           of the receiver, not the requestor. It resolved the issue that
959           .NET client didn't send further messages to mono server.
961 2009-08-26  Atsushi Enomoto  <atsushi@ximian.com>
963         * PeerDuplexChannel.cs : remove some comment on [MC-PRCH] behavior.
964         * TcpDuplexSessionChannel.cs, TcpBinaryFrameManager.cs,
965           TcpReplyChannel.cs, TcpRequestChannel.cs,
966           NamedPipeReplyChannel.cs, NamedPipeRequestChannel.cs:
967           rename EndRecord handling method to appropriate one.
968           Write EndRecord from recipient too.
970 2009-08-24  Atsushi Enomoto  <atsushi@ximian.com>
972         * PeerDuplexChannel.cs : add PeerFlooder header (see comment).
973           Process PeerTo header to upgrade Message To header. Now mono
974           service accepts mono client (somehow not true for .NET client).
976 2009-08-24  Atsushi Enomoto  <atsushi@ximian.com>
978         * TcpDuplexSessionChannel.cs, TcpRequestChannel.cs,
979           NamedPipeRequestChannel.cs : no need to add ReplyTo headers.
981 2009-08-24  Atsushi Enomoto  <atsushi@ximian.com>
983         * PeerDuplexChannel.cs : fix PeerTo/PeerVia header namespace.
985 2009-08-24  Atsushi Enomoto  <atsushi@ximian.com>
987         * TcpDuplexSessionChannel.cs : check channel state before processing
988           Send and Receive.
990 2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
992         * NamedPipeReplyChannel.cs, NamedPipeRequestChannel.cs,
993           NamedPipeChannelFactory.cs, NamedPipeChannelListener.cs :
994           ongoing works, not working at all yet.
996 2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
998         * TcpChannelListener.cs, TcpReplyChannel.cs :
999           cosmetic cleanup and corrections.
1001 2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
1003         * TcpChannelFactory.cs : use expected Via uri.
1004           Remove extra NIE stuff that are implemented in base.
1006 2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
1008         * TcpDuplexSessionChannel.cs : remove extra code.
1010 2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
1012         * PeerDuplexChannel.cs : ongoing implementation towards get callback
1013           replies on peer connector clients (not working as duplex client
1014           callback is not working yet).
1016 2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
1018         * TcpDuplexSessionChannel.cs : in callback client channels,
1019           OperationContext.IncomingMessageHeaders is null.
1021 2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
1023         * MessageHeaders.cs : duplicate check was sloppy.
1025 2009-08-18  Atsushi Enomoto  <atsushi@ximian.com>
1027         * Message.cs, MessageImpl.cs, BodyWriter.cs :
1028           Implement BodyWriter.OnCreateBufferedCopy() and use it.
1030 2009-08-18  Atsushi Enomoto  <atsushi@ximian.com>
1032         * ReplyChannelBase.cs : initialize field.
1034 2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
1036         * ReplyChannelBase.cs, DuplexChannelBase.cs, RequestChannelBase.cs:
1037           implement GetProperty<T>() and return its channel manager.
1039 2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
1041         * PeerDuplexChannel.cs : ongoing implementation. Fix wrong peer
1042           destination address in Connect() request. To repeat sending
1043           request, use buffered copy. Set some peer-channel specific
1044           header items. (todo: and consume them.)
1046 2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
1048         * Message.cs : state is set only after WriteBodyContents().
1050 2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
1052         * MessageHeaders.cs : eliminate wrong use of
1053           ReadElementContentAsString() (it is not always simple string).
1055 2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
1057         * MessageHeaders.cs : when the value is null, do not try to
1058           deserialize EndpointAddress.
1060 2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
1062          * MessageHeader.cs : add Value property. (Forgot dependent change.)
1064 2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
1066          * MessageHeaders.cs : GetHeader<T>() could mostly skip extra
1067            serialization and deserialization of values.
1069 2009-08-14  Atsushi Enomoto  <atsushi@ximian.com>
1071         * PeerDuplexChannel.cs : handle Welcome and Refuse at client side.
1072           Now simply use connector contract.
1074 2009-08-14  Atsushi Enomoto  <atsushi@ximian.com>
1076         * PeerDuplexChannel.cs : handle Disconnect(). Fix URLs a bit.
1078 2009-08-14  Atsushi Enomoto  <atsushi@ximian.com>
1080         * TcpChannelListener.cs : do not try to compare dead connection's
1081           IPEndPoint (it raises an error).
1083 2009-08-14  Atsushi Enomoto  <atsushi@ximian.com>
1085         * MessageHeaders.cs : allow null header value on each specific setter.
1087 2009-08-14  Atsushi Enomoto  <atsushi@ximian.com>
1089         * DuplexChannelBase.cs, TcpDuplexSessionChannel.cs :
1090           get local and remote address of connected counterpart to get
1091           callback channel connected.
1092         * PeerDuplexChannel.cs : remove FIXME wrt above.
1094 2009-08-07  Atsushi Enomoto  <atsushi@ximian.com>
1096         * PeerDuplexChannel.cs : add fixme comment and remove extra FIXME.
1098 2009-08-07  Atsushi Enomoto  <atsushi@ximian.com>
1100         * MessageHeader.cs : fill IsReferenceParameter.
1102 2009-08-06  Atsushi Enomoto  <atsushi@ximian.com>
1104         * ReplyChannelBase.cs, TcpReplyChannel.cs, HttpReplyChannel.cs:
1105           implement remaining async methods and LocalAddress.
1107 2009-08-05  Atsushi Enomoto  <atsushi@ximian.com>
1109         * PeerDuplexChannel.cs : ongoing listener refactoring. Now it uses
1110           ServiceHost to process neighbor connection (not sure if this is
1111           right way to go though ...).
1113 2009-07-31  Atsushi Enomoto  <atsushi@ximian.com>
1115         * PeerDuplexChannel.cs : ongoing [MC-PRCH] implementation. Rewrote
1116           connection part to use new internal IPeerConnectorContract for
1117           neighbor connection.
1119 2009-07-31  Atsushi Enomoto  <atsushi@ximian.com>
1121         * ChannelListenerBase_1.cs, TcpChannelListener.cs,
1122           PeerChannelListener.cs, HttpChannelListener.cs :
1123           support ListenUri accordingly too so that it could be used when
1124           it is different from LocalAddress.Uri.
1126 2009-07-31  Atsushi Enomoto  <atsushi@ximian.com>
1128         * TcpChannelFactory.cs, TcpDuplexSessionChannel.cs,
1129           TcpRequestChannel.cs : use Via uri to validate and connect.
1131 2009-07-31  Atsushi Enomoto  <atsushi@ximian.com>
1133         * RequestChannelBase.cs, DuplexChannelBase.cs :
1134           Return endpoint address Uri when no explicit Via uri is specified.
1135         * ChannelFactoryBase.cs : Remove extra async close methods.
1136           Add async open methods. Reject null EndpointAddress.
1137         * PeerChannelFactory.cs : remove async open methods (now in base).
1139 2009-07-31  Atsushi Enomoto  <atsushi@ximian.com>
1141         * PeerDuplexChannel.cs : set correct message endpoint (To header).
1143 2009-07-31  Atsushi Enomoto  <atsushi@ximian.com>
1145         * TcpDuplexSessionChannel.cs, PeerDuplexChannel.cs,
1146           DuplexChannelBase.cs : set LocalAddress property at base.
1148 2009-07-30  Atsushi Enomoto  <atsushi@ximian.com>
1150         * PeerDuplexChannel.cs : ongoing refactoring to work both as
1151           listener and client. Now it creates a listening peer node, and
1152           creates a set of TCP client channels for each peer in the mesh.
1154           (EndpointAddress must be fixed to not filter out correct inputs).
1156 2009-07-30  Atsushi Enomoto  <atsushi@ximian.com>
1158         * PeerChannelListener.cs : do not accept more than one channel
1159           which results in lots of listening peer node. Only one is enough.
1161 2009-07-30  Atsushi Enomoto  <atsushi@ximian.com>
1163         * DuplexChannelBase.cs : fix wrong loop implementation.
1165 2009-07-28  Atsushi Enomoto  <atsushi@ximian.com>
1167         * TcpChannelListener.cs : to avoid creating two or more channels
1168           for one remote endpoint, check existing remote endpoints and
1169           ignore such connections (it must be handled in different thread
1170           fired by ChannelDispatcher loop).
1172 2009-07-28  Atsushi Enomoto  <atsushi@ximian.com>
1174         * TcpReplyChannel.cs : make sure to not try to receive request when
1175           it is already closed.
1177 2009-07-28  Atsushi Enomoto  <atsushi@ximian.com>
1179         * TcpChannelListener.cs, TcpDuplexSessionChannel.cs :
1180           some mannerless clients [*1] do not send EndRecord accordingly, but
1181           such channels at listener side should not be kept open. So, close
1182           disconnected channels when the listener needs to accept another
1183           one.
1184           [*1] see olive/samples/wcf/clientbase/samplecli4.cs.
1186 2009-07-28  Atsushi Enomoto  <atsushi@ximian.com>
1188         * TcpDuplexSessionChannel.cs :
1189           Remove extra NIE overrides.
1190           Implement OnAbort() apart from OnClose().
1191           For duplex session channel, unlike reply channel, it must acquire
1192           TCP connection before OnOpen(), otherwise ChannelDispatcher
1193           releases the connection acceptance WaitHandle and the detected
1194           live connection may be stolen by another channel acceptor.
1196 2009-07-28  Atsushi Enomoto  <atsushi@ximian.com>
1198         * HttpRequestChannel.cs : implement OnAbort().
1200 2009-07-24  Atsushi Enomoto  <atsushi@ximian.com>
1202         * PeerChannelListener.cs : set source field. Remove unnecessary NIE.
1203         * DuplexChannelBase.cs : comment out some extra fields (so far).
1204         * PeerDuplexChannel.cs : pass valid EndpointAddress to PeerNodeImpl.
1206 2009-07-24  Atsushi Enomoto  <atsushi@ximian.com>
1208         * PeerCustomResolverBindingElement.cs : add some null checks.
1210 2009-07-23  Atsushi Enomoto  <atsushi@ximian.com>
1212         * TcpChannelListener.cs, TcpReplyChannel.cs, TcpRequestChannel.cs:
1213           Acquire TcpClient for each request/reply. Now it is fully
1214           interoperable with .NET.
1216 2009-07-23  Atsushi Enomoto  <atsushi@ximian.com>
1218         * TcpReplyChannel.cs, TcpRequestChannel.cs: it somehow adds/expects
1219           ReplyTo and MessageId (though it is session-less), and it expects
1220           EndRecord at weird stage, inconsistent with [MC-NMF]...
1221           Now .NET service accepts one mono client request.
1223 2009-07-23  Atsushi Enomoto  <atsushi@ximian.com>
1225         * TcpReplyChannel.cs, TcpRequestChannel.cs, TcpBinaryFrameManager.cs:
1226           Send and receive unsized message terminator at once.
1227           Send EndRecord mutually. Got one .net client request working.
1229 2009-07-23  Atsushi Enomoto  <atsushi@ximian.com>
1231         * BinaryMessageEncoder.cs : revert the previous dictionary change.
1232           They are indeed used for non-in-band-dictionary messages.
1234 2009-07-23  Atsushi Enomoto  <atsushi@ximian.com>
1236         * TcpDuplexSessionChannel.cs, TcpBinaryFrameManager.cs:
1237           split out binary frame manager class into separate file.
1239 2009-07-21  Atsushi Enomoto  <atsushi@ximian.com>
1241         * TcpReplyChannel.cs : new reply channel implementation.
1242         * TcpChannelListener.cs : use above for streamed reply channel.
1243         * TcpDuplexSessionChannel.cs : more streaming mode support.
1244         * TcpRequestChannel.cs : a couple of updates to get it working
1245           with the reply channel above. Still some issues on .NET interop.
1247 2009-07-21  Atsushi Enomoto  <atsushi@ximian.com>
1249         * RequestContext.cs : added internal derived class that implements
1250           some members.
1252 2009-07-21  Atsushi Enomoto  <atsushi@ximian.com>
1254         * BinaryMessageEncoder.cs : for non-session reader and writer, do not
1255           use dictionary.
1257 2009-07-17  Atsushi Enomoto  <atsushi@ximian.com>
1259         * PeerDuplexChannel.cs: add the registered node itself to peer list.
1260           (The messaging must be done as TCP request/reply pattern, so it's
1261           not working yet.)
1263 2009-07-17  Atsushi Enomoto  <atsushi@ximian.com>
1265         * TcpRequestChannel.cs : new channel file (TCP for request/reply
1266           messaging pattern). The messaging part is not working yet.
1267         * TcpChannelFactory.cs : support IRequestChannel.
1268         * TcpDuplexSessionChannel.cs : add unsized message support.
1270 2009-07-17  Atsushi Enomoto  <atsushi@ximian.com>
1272         * HttpRequestChannel.cs, RequestChannelBase.cs :
1273           A couple of async members are now implemented in the base class.
1274           Ditto for EndpointAddress and Via.
1276 2009-07-10  Atsushi Enomoto  <atsushi@ximian.com>
1278         * PeerDuplexChannel.cs : now it implements some of node management
1279           functionality and Send operation. The receiver part is not yet.
1281 2009-07-10  Atsushi Enomoto  <atsushi@ximian.com>
1283         * TcpChannelListener.cs, TcpDuplexSessionChannel.cs : do not pass
1284           timeout to channel constructor. it does not make sense.
1286 2009-07-10  Atsushi Enomoto  <atsushi@ximian.com>
1288         * PeerChannelFactory.cs, PeerChannelListener.cs : add MessageEncoder
1289           as common interface member, and use binary encoder (not text).
1291 2009-07-09  Atsushi Enomoto  <atsushi@ximian.com>
1293         * PeerDuplexChannel.cs : PeerNode constructor argument changes.
1295 2009-07-08  Atsushi Enomoto  <atsushi@ximian.com>
1297         * PeerDuplexChannel.cs, PeerChannelListener.cs, PeerOutputChannel.cs,
1298           PeerInputChannel.cs, PeerChannelFactory.cs : those channels are
1299           going to be unified to PeerDuplexChannel. And it is likely that
1300           input and output functionalities are to be unified too.
1302 2009-07-08  Atsushi Enomoto  <atsushi@ximian.com>
1304         * TcpChannelFactory.cs : (TcpChannelInfo) ease type restriction. I
1305           may have to reuse it for peer transport.
1306         * PeerChannelListener.cs : add binding member.
1307         * PeerDuplexChannel.cs : remove NIE overrides. Fill fields a bit.
1309 2009-07-08  Atsushi Enomoto  <atsushi@ximian.com>
1311         * ChannelFactoryBase.cs, HttpChannelFactory.cs,
1312           PeerChannelFactory.cs : close opened channels at OnClose() as
1313           documented. Implement async methods.
1314         * PeerChannelListener.cs : removed some NIE overrides.
1316 2009-07-02  Atsushi Enomoto  <atsushi@ximian.com>
1318         * DuplexChannelBase.cs : some more async methods.
1320 2009-06-29  Atsushi Enomoto  <atsushi@ximian.com>
1322         * TcpDuplexSessionChannel.cs : on Abort(), do just Close() within
1323           (almost) no time.
1324         * TcpChannelListener.cs : accept multiple channels at a time.
1326 2009-06-29  Atsushi Enomoto  <atsushi@ximian.com>
1328         * TcpDuplexSessionChannel.cs : do not output all (stored) writer
1329           session strings but output only those new ones in current message.
1330           This fixes inconsistent body output in repetitive use of sender.
1332 2009-06-26  Atsushi Enomoto  <atsushi@ximian.com>
1334         * TcpDuplexSessionChannel.cs : handle EndRecord for repetitive
1335           operation that does not involve session.
1336           Preserve writer session as well as reader session.
1337         * MessageHeaders.cs : take name and namespace into consideration
1338           when creating a serializer.
1340 2009-06-25  Atsushi Enomoto  <atsushi@ximian.com>
1342         * TcpChannelListener.cs, TcpDuplexSessionChannel.cs :
1343           Made required changes for repeated use of message exchanges.
1344           Hold binary reader session. The channels use it incrementally.
1345           Preambles are handled at Open, and EndRecords are handled at
1346           Close, Add session shutdown hook here (not working yet though).
1348 2009-06-18  Atsushi Enomoto  <atsushi@ximian.com>
1350         * ChannelListenerBase_1.cs : added cancellation hook here too.
1351           HttpChannelListener.cs : use above.
1352           Do not allow parallel channel creation (this listener does not
1353           allow more than one AcceptChannel().
1355 2009-06-18  Atsushi Enomoto  <atsushi@ximian.com>
1357         * ReplyChannelBase.cs, HttpReplyChannel.cs :
1358           Add cancellation hook for async TryReceiveRequest.
1360 2009-06-18  Atsushi Enomoto  <atsushi@ximian.com>
1362         * HttpChannelListener.cs, HttpListenerManager.cs :
1363           slightly improved BuildChannelListener().
1364           Implement OnAbort() and differentiate it from OnClose().
1366 2009-06-18  Atsushi Enomoto  <atsushi@ximian.com>
1368         * TcpDuplexSessionChannel.cs : remove NIE stubs.
1370 2009-06-18  Atsushi Enomoto  <atsushi@ximian.com>
1372         * DuplexChannelBase.cs : simple async delegate calls here too.
1374 2009-06-16  Atsushi Enomoto  <atsushi@ximian.com>
1376         * ReplyChannelBase.cs : cosmetic dependency reduction on listener.
1378 2009-06-16  Atsushi Enomoto  <atsushi@ximian.com>
1380         * HttpReplyChannel.cs : cosometic simplification.
1382 2009-06-16  Atsushi Enomoto  <atsushi@ximian.com>
1384         * HttpRequestChannel.cs : Fixed timeout handling. It was causing
1385           infinite block in 2.0 profile.
1387 2009-06-12  Atsushi Enomoto  <atsushi@ximian.com>
1389         * TcpChannelListener.cs, TcpDuplexSessionChannel.cs :
1390           more careful close to avoid NRE.
1392 2009-06-12  Atsushi Enomoto  <atsushi@ximian.com>
1394         * HttpChannelListener.cs : do not Close() more than once (though
1395           it is allowed to call it twice, we don't reject it; just ignore).
1397 2009-06-12  Atsushi Enomoto  <atsushi@ximian.com>
1399         * CustomBinding.cs : copy timeouts from argument binding in copy ctr.
1401 2009-06-11  Atsushi Enomoto  <atsushi@ximian.com>
1403         * HttpReplyChannel.cs : reject multiple WaitForRequest calls.
1404           Temporarily disable HTTP Keep-Alive since it somehow results in
1405           wrong reuse of connection (shown as NRE in HttpConnection).
1406           Make sure to close RequestContext which was created from it.
1407         * HttpRequestContext.cs : simplify.
1409 2009-06-11  Atsushi Enomoto  <atsushi@ximian.com>
1411         * HttpChannelListener.cs, TcpChannelListener.cs,
1412           ChannelListenerBase_1.cs : put common internal listener base
1413           and let it handle those async stuff.
1415 2009-06-10  Atsushi Enomoto  <atsushi@ximian.com>
1417         * ReplyChannelBase.cs : fix wrong null delegate check point.
1419 2009-06-10  Atsushi Enomoto  <atsushi@ximian.com>
1421         * HttpReplyChannel.cs, ReplyChannelBase.cs : async operations are
1422           now implemented as virtual in base class. Remove NIEs in http.
1424 2009-06-10  Atsushi Enomoto  <atsushi@ximian.com>
1426         * HttpChannelListener.cs : hack async implementation.
1428 2009-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1430         * HttpListenerManager.cs : oops, extra line removal.
1432 2009-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1434         * HttpChannelManager.cs, HttpListenerManager.cs : rename file too.
1436 2009-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1438         * HttpChannelManager.cs, HttpChannelListener.cs: renaming, as
1439           "ChannelManager" is confusing (there is ChannelManagerBase).
1441 2009-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1443         * HttpChannelManager.cs, HttpTransportBindingElement.cs,
1444           HttpReplyChannel.cs, AspNetReplyChannel.cs, HttpChannelListener.cs:
1445           they should be split into separate listener->reply channel lines
1446           (remove "if (HostingEnvironment.IsAspNet)".)
1448 2009-06-08  Atsushi Enomoto  <atsushi@ximian.com>
1450         * CommunicationObject.cs : OnClosed() requires call to base method.
1451           Close() could rather abort the channel, and Abort() does not
1452           always invke OnAbort().
1453         * ChannelBase.cs : add call to base as above.
1455 2009-06-05  Sebastien Pouliot  <sebastien@ximian.com>
1457         * ClientAccessPolicy.cs: Removed
1458         * CrossDomainAccessManager.cs: Removed
1459         * CrossDomainPolicy.cs: Removed
1460         * HttpRequestChannel.cs: Remove call to CrossDomainAccessManager 
1461         since this is now done inside the BeginGetResponse call (outside
1462         this assembly) for Moonlight (NET_2_1)
1464 2009-06-04  Alan McGovern  <amcgovern@novell.com>
1466         * HttpRequestChannel.cs : Rewrite ProcessRequest to use the async APIs
1467         instead of the sync apis. Prevents a possible deadlock condition in
1468         moonlight. 
1470 2009-06-03  Atsushi Enomoto  <atsushi@ximian.com>
1472         * HttpRequestChannel.cs : that SL2/ML2 does not seem to allow null
1473           callbacks, so add hacky ones.
1475 2009-06-01  Atsushi Enomoto  <atsushi@ximian.com>
1477         * TcpDuplexSessionChannel.cs : WaitForMessage() should not return
1478           true when socket input is not available.
1480 2009-05-29  Atsushi Enomoto  <atsushi@ximian.com>
1482         * TcpDuplexSessionChannel.cs : Moved tcp listener accept to OnOpen().
1483           I cannot precisely identify when EndRecord should be consumed,
1484           so allow it at either at the end of ReadSizedMessage() or on
1485           consuming preamble (it's likely handling EndRecord of previous
1486           message though).
1488           Now duplex IPeerResolverContract communication works between
1489           either of .NET/Mono client and .NET/Mono server.
1491 2009-05-29  Atsushi Enomoto  <atsushi@ximian.com>
1493         * TcpDuplexSessionChannel.cs : looks like I have added some bogus
1494           code. Handle preamble ack on ReadSizedMessage() only at server.
1495           Consume EndRecord from server, at client side. Though it is likely
1496           changed as it's blocking when mono is at server side.
1498 2009-05-29  Atsushi Enomoto  <atsushi@ximian.com>
1500         * TcpDuplexSessionChannel.cs : .NET seems to be based on somewhat
1501           different protocol than existing code with related to preamble ack.
1502           So changed it to work fine with .NET client (finally).
1504 2009-05-28  Atsushi Enomoto  <atsushi@ximian.com>
1506         * MessageBufferImpl.cs : do not output Action twice.
1508 2009-05-28  Atsushi Enomoto  <atsushi@ximian.com>
1510         * MessageBufferImpl.cs : it did not copy headers.
1511         * Message.cs : remove 2_1 conditional implementation for buffered
1512           copy and hence remove bogus code.
1514 2009-05-28  Atsushi Enomoto  <atsushi@ximian.com>
1516         * MessageProperties.cs : copy argument is wrong.
1518 2009-05-27  Atsushi Enomoto  <atsushi@ximian.com>
1520         * PeerCustomResolverBindingElement.cs : some argument check.
1522 2009-05-27  Atsushi Enomoto  <atsushi@ximian.com>
1524         * BinaryMessageEncoder.cs : the serializer somehow leaves binary
1525           xml open, so close the writer as well as open elements.
1526         * TcpDuplexSessionChannel.cs : clear write buffer on each operation.
1527           Do not output EndRecord and SizedMessage at a time.
1529 2009-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1531         * TcpDuplexSessionChannel.cs : there was a miscalculation on the
1532           length of the SizedMessage in the output.
1534 2009-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1536         * CommunicationObject.cs : use sane default timeout.
1537         * PeerCustomResolverBindingElement.cs : check timeout arg sanity.
1538         * TcpDuplexSessionChannel.cs : ditto.
1540 2009-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1542         * TcpDuplexSessionChannel.cs : It seems that buffered stream channel
1543           only accepts buffered messages, so do as such for write buffers.
1544           Add RelatesTo header.
1546 2009-05-26  Atsushi Enomoto  <atsushi@ximian.com>
1548         * DuplexSessionChannelBase.cs, DuplexChannelBase.cs:
1549           rename from former to latter.
1551 2009-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1553         * TcpDuplexSessionChannel.cs : reader does not always return full
1554           buffer (depending on the stream).
1556 2009-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1558         * PeerDuplexChannel.cs, PeerOutputChannel.cs : use new PeerNode.ctor.
1560 2009-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1562         * PeerCustomResolverBindingElement.cs : (Resolve) returned addresses
1563           could be null.
1565 2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
1567         * ChannelManagerBase.cs : there was annoying non-2.1 stuff.
1569 2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
1571         * TcpChannelListener.cs, TcpChannelFactory.cs : get reader quotas.
1573 2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
1575         * ChannelManagerBase.cs : fix wrong session channel detection.
1577 2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
1579         * BinaryMessageEncoderFactory.cs, BinaryMessageEncoder.cs
1580           This encoder factory implements CreateSessionEncoder() and binary
1581           encoder does support session transmit, in different media type.
1582         * ChannelManagerBase.cs : added utility method to create appropriate
1583           encoder.
1584         * HttpChannelFactory.cs, HttpChannelListener.cs,
1585           MsmqChannelFactory.cs, MsmqChannelListener.cs,
1586           PeerChannelFactory.cs, PeerChannelListener.cs,
1587           TcpChannelFactory.cs, TcpChannelListener.cs : use above.
1589 2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
1591         * TcpDuplexSessionChannel.cs : add ReplyTo header.
1593 2009-05-21  Atsushi Enomoto  <atsushi@ximian.com>
1595         * DuplexSessionBase.cs : new file, for session implementation.
1596         * TcpDuplexSessionChannel.cs, PeerDuplexChannel.cs,
1597           DuplexSessionChannelBase.cs : changed sync/async implementation
1598           pattern. Now async methods call sync methods using delegates.
1600 2009-05-21  Atsushi Enomoto  <atsushi@ximian.com>
1602         * InputChannelBase.cs, TransportBindingElement.cs, RequestContext.cs:
1603           a few minor API fixes.
1605 2009-05-21  Atsushi Enomoto  <atsushi@ximian.com>
1607         * MessageEncoderFactory.cs : implement CreateSessionEncoder().
1609 2009-05-19  Atsushi Enomoto  <atsushi@ximian.com>
1611         * TcpDuplexSessionChannel.cs : add To header.
1613 2009-05-19  Atsushi Enomoto  <atsushi@ximian.com>
1615         * MessageFault.cs : fix several SOAP12 fault deserialization in xml
1616           parsing.
1618 2009-05-18  Atsushi Enomoto  <atsushi@ximian.com>
1620         * FaultConverter.cs : avoid NRE for null IncomingMessageHeaders.
1622 2009-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1624         * MessageFault.cs : Reason is mandatory. raise XmlException, and
1625           CommunicationException in each CreateFault().
1627 2009-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1629         * TcpDuplexSessionChannel.cs : on listener side, get TcpClient at
1630           Open(). Some (but not all yet) continuous communication works now.
1631           Use ProtocolException. Remove dummy binary session string.
1633 2009-05-14  Atsushi Enomoto  <atsushi@ximian.com>
1635         * TcpDuplexSessionChannel.cs : more [MC-NMF] implementation. Moved
1636           sending/receiving SizedMessageRecord parts to manager class.
1637           Handle writer session, though it is likely broken at dictionary
1638           writer part (no string is written so far).
1639         * BinaryMessageEncoder.cs : add writer session and rename reader
1640           session.
1642 2009-05-14  Atsushi Enomoto  <atsushi@ximian.com>
1644         * TcpDuplexSessionChannel.cs : more [MC-NMF] implementation. Via uri
1645           is mandatory in initiator preamble packet. Handle Fault reply in
1646           initiator preamble.
1648 2009-05-14  Atsushi Enomoto  <atsushi@ximian.com>
1650         * TcpDuplexSessionChannel.cs : ongoing refactoring to collect [MC-NMF]
1651           based communication under TcpBinaryFrameManager class.
1653 2009-05-13  Jb Evain  <jbevain@novell.com>
1655         * MessageHeader.cs: use a SL friendly way of creating an XmlReader
1656         from a StringReader.
1658 2009-05-13  Atsushi Enomoto  <atsushi@ximian.com>
1660         * MessageImpl.cs, MessageHeader.cs : eliminate xlinq in 2.1, and
1661           actually eliminate DOM-based implementation too in 2.0.
1663 2009-04-28  Atsushi Enomoto  <atsushi@ximian.com>
1665         * TcpDuplexSessionChannel.cs : implement in-band dictionary support
1666           in [MC-NMF] and [MC-NBFSE], used in duplex channels. Added some
1667           comments for magic numbers based on [MC-NMF].
1669 2009-04-28  Atsushi Enomoto  <atsushi@ximian.com>
1671         * BinaryMessageEncoder.cs : implement part of in-band dictionary
1672           support for [MC-NBFSE] record in [MC-NMF], in this class.
1674 2009-04-28  Atsushi Enomoto  <atsushi@ximian.com>
1676         * BinaryMessageEncodingBindingElement.cs : clear extra public members.
1678 2009-04-27  Atsushi Enomoto  <atsushi@ximian.com>
1680         * TcpDuplexSessionChannel.cs : implemented some channel methods.
1682 2009-04-27  Atsushi Enomoto  <atsushi@ximian.com>
1684         * BinaryMessageEncoder.cs : use XmlDictionary specified as [MC-NBFS].
1686 2009-04-27  Atsushi Enomoto  <atsushi@ximian.com>
1688         * ChannelManagerBase.cs : implement Open/CloseTimeout correctly.
1690 2009-04-23  Atsushi Enomoto  <atsushi@ximian.com>
1692         * BinaryMessageEncoder.cs : use quotas in binding element.
1693           Implement WriteMessage().
1695 2009-04-22  Atsushi Enomoto  <atsushi@ximian.com>
1697         * PeerCustomResolverBindingElement.cs : do initialize field.
1699 2009-04-21  Atsushi Enomoto  <atsushi@ximian.com>
1701         * PeerCustomResolverBindingElement.cs :
1702           implement full custom resolver.
1704 2009-04-21  Atsushi Enomoto  <atsushi@ximian.com>
1706         * PeerDuplexChannel.cs, PeerChannelListener.cs,
1707           PeerOutputChannel.cs, PeerCustomResolverBindingElement.cs,
1708           PeerChannelFactory.cs : ongoing p2p channel implementation.
1710 2009-04-21  Atsushi Enomoto  <atsushi@ximian.com>
1712         * PnrpPeerResolverBindingElement.cs : sync with PeerResolver changes.
1714 2009-04-21  Atsushi Enomoto  <atsushi@ximian.com>
1716         * BinaryMessageEncodingBindingElement.cs, ChannelBase.cs,
1717           ChannelFactoryBase.cs, WindowsStreamSecurityBindingElement.cs :
1718           implement GetProperty<T>(). Return documented objects or null.
1720 2009-04-20  Atsushi Enomoto  <atsushi@ximian.com>
1722         * PeerChannelFactory.cs, PeerChannelListener.cs,
1723           PeerCustomResolverBindingElement.cs, PeerDuplexChannel.cs
1724           PeerInputChannel.cs, PeerOutputChannel.cs :
1725           new; ongoing peer transport implementation.
1726         * DuplexSessionChannelBase.cs, InputChannelBase.cs
1727           MsmqOutputChannel.cs, OutputChannelBase.cs,
1728           PeerResolverBindingElement.cs, PeerTransportBindingElement.cs,
1729           PnrpPeerResolverBindingElement.cs, TcpDuplexSessionChannel.cs :
1730           several internal changes (either required or for simplification)
1731           for ongoing peer transport implementation.
1733 2009-04-08  Atsushi Enomoto  <atsushi@ximian.com>
1735         * PeerTransportBindingElement.cs : ListenIPAddress is IPAddress.
1737 2009-04-07  Atsushi Enomoto  <atsushi@ximian.com>
1739         * TcpTransportBindingElement.cs : check build-ability before
1740           actually building channels.
1741         * ConnectionOrientedTransportBindingElement.cs : fixed build-ability
1742           conditions according to MSDN.
1744 2009-03-05  Atsushi Enomoto  <atsushi@ximian.com>
1746         * MessageHeader.cs, MessageHeaders.cs, MessageImpl.cs :
1747           handle headers in SL2. Slightly changed 3.0 code too.
1749 2009-03-04  Atsushi Enomoto  <atsushi@ximian.com>
1751         * HttpRequestChannel.cs : use cross domain access manager.
1753 2009-02-27  Atsushi Enomoto  <atsushi@ximian.com>
1755         * Message.cs : (in CreateBufferedCopy) do not pass the entire
1756           message as BodyWriter.
1757           (in GetReaderAtBodyContents) just write body contents.
1758         * MessageImpl.cs : do not try to read body at ctor (fixed tons
1759           of test failures).
1760           Add some state check in GetReaderAtBodyContents().
1761         * XmlReaderBodyWriter.cs : avoid possible extra xmldecl onto output.
1763 2009-02-18  Atsushi Enomoto  <atsushi@ximian.com>
1765         * Message.cs : do not forget to flush.
1766         * HttpRequestChannel.cs : give more exact error info.
1768 2009-02-18  Atsushi Enomoto  <atsushi@ximian.com>
1770         * Message.cs, MessageBufferImpl.cs, XmlReaderBodyWriter.cs :
1771           make buffered copy in ML2 really buffered.
1773 2009-02-12  Atsushi Enomoto  <atsushi@ximian.com>
1775         * Message.cs : if there is no header item to write, do not write
1776           SOAP header element.
1778 2009-01-22  Alan McGovern  <amcgovern@novell.com>
1780         * MessageHeaders.cs : List<T>.RemoveAll(Predicate<T>) doesn't exist in Silverlight.
1781         Rewrite to avoid usage of it.
1783 2009-01-14  Atsushi Enomoto  <atsushi@ximian.com>
1785         * ChannelParameterCollection.cs : implement, rather than NIE.
1787 2008-05-22  Noam Lampert <noaml@mainsoft.com>
1789         * MessageFault.cs: Correctly serialize ExceptionDetails. Expose SimpleMessageFault to allow
1790           internal users to know the type of the detail. 
1791         
1792 2008-05-20  Noam Lampert <noaml@mainsoft.com>
1794         * Message.c: Use private setter for state private variable to ease debugging.
1795                                  Modify ToString not to change the state, as it is called quite often by VS debugger
1796                                  
1797 2008-04-21  Roei Erez <roeie@mainsoft.com>
1799         * HttpChannleManager: Fix for multithreaded use.
1800         * HttpReplyChannel: Fix crash during sutdown.
1802 2008-04-17  Igor Zelmanovich <igorz@mainsoft.com>
1804         * HttpChannleManager: ensure trailing slash in uri.
1806 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
1808         * added: HttpChannleManager,
1809         * HttpChannelListener: added use of HttpChannelManager
1811 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
1813         * MessageEncodingBindingElement.cs: fixed ctor
1815 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
1817         * XmlReaderBodyWriter.cs: fixed ctor, skip xml declaration
1819 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
1821         * HttpReplyChannel.cs: fixed TryReceiveRequest, fix message header To
1823 2008-04-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
1825         * MessageFault.cs: fixed CreateFault11, implemented "detail"
1827 2008-04-17  Noam Lampert <noaml@mainsoft.com>
1829         * HttpReplyChannel.cs: fix API - Fix crash during service shutdown.
1831 2008-04-13  Igor Zelmanovich <igorz@mainsoft.com>
1833         * BindingElementCollection.cs: fix API - .ctor's signature.
1835 2008-04-10  Eyal Alaluf <eyala@mainsoft.com>
1837         * XmlSerializerBodyWriter.cs: Removed.
1839 2008-03-25  Vladimir Krasnov  <vladimirk@mainsoft.com>
1841         * MessageFault.cs: fixed WriteReason, .net XmlWriter compatible
1843 2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>
1845         * DuplexSessionChannelBase.cs : made it non-session (more reusable).
1846         * TcpChannelFactory.cs, TcpChannelListener.cs :
1847           unify factory and listener into TcpChannelInfo for use in
1848           TCP channel implementation. Do not store stream in the listener.
1849           Factory now uses BinaryMessageEncoder.
1850         * TcpDuplexSessionChannel.cs : changes explained above, and now it
1851           holds TcpClient that the listener has accepted.
1853           tcp-transport-binding-element sample now communicates (though
1854           only when both sides are mono: there seems binary mismatch).
1856 2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>
1858         * TcpTransportBindingElement.cs, TcpConnectionPoolSettings.cs :
1859           clone connection pool settings too.
1860         * NamedPipetransportBindingElement.cs,
1861           NamedPipeConnectionPoolSettings.cs : let's clean them up too (not
1862           being likely implemented though).
1864 2008-02-20  Atsushi Enomoto  <atsushi@ximian.com>
1866         * ConnectionOrientedTransportBindingElement.cs, 
1867           TcpTransportBindingElement.cs : some API updates.
1868           Initialize default values.
1869         * TcpConnectionPoolSettings.cs : new file.
1871 2008-02-18  Atsushi Enomoto  <atsushi@ximian.com>
1873         * ServiceHostParser.cs, SvcHttpHandlerFactory.cs, SvcHttpHandler.cs:
1874           added support for "factory" attribute.
1876 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
1878         * HttpRequestContent.cs : consider HttpResponseMessageProperty.
1880 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
1882         * HttpRequestChannel.cs : pass response ContentType to ReadMessage().
1884 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
1886         * HttpRequestChannel.cs : create WebRequest against To message header
1887           item (if exists).
1888           Consider HttpRequestMessageProperty.
1889           Do not output body when suppressed or the method is GET.
1891 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
1893         * HttpChannelListener.cs : BindingContext may not have listenUri
1894           at its .ctor() step.
1896 2008-02-08  Atsushi Enomoto  <atsushi@ximian.com>
1898         * BindingContext.cs : RemainingBindingElements is not just a dummy
1899           collection but is actually user-controlled.
1901 2008-02-08  Atsushi Enomoto  <atsushi@ximian.com>
1903         * TcpChannelFactory.cs, TcpChannelListener.cs, 
1904           HttpChannelFactory.cs, HttpChannelListener.cs,
1905           MsmqChannelFactory.cs, MsmqChannelListener.cs,
1906           TextMessageEncodingBindingElement.cs,
1907           BinaryMessageEncodingBindingElement.cs,
1908           MtomMessageEncodingBindingElement.cs :
1909           message encoder should be retrieved only through public API.
1910         * BindingContext.cs : so my old guess was wrong.
1912         See also: http://blogs.msdn.com/drnick/archive/2006/05/10/594134.aspx
1914 2008-02-05  Atsushi Enomoto  <atsushi@ximian.com>
1916         * HttpTransportBindingElement.cs : implemented copy constructor.
1918 2007-08-20  Atsushi Enomoto  <atsushi@ximian.com>
1920         * HttpRequestChannel.cs, HttpReplyChannel.cs : treat SOAPAction HTTP
1921           header when AddressingVersion is None.
1923 2007-08-20  Atsushi Enomoto  <atsushi@ximian.com>
1925         * MessageHeaders.cs : AddressingVersion.None rejects some WSA
1926           property setters.
1928 2007-08-19  Atsushi Enomoto  <atsushi@ximian.com>
1930         * OneWayBindingElementImporter.cs
1931           CompositeDuplexBindingElementImporter.cs : new files.
1933 2007-08-17  Atsushi Enomoto  <atsushi@ximian.com>
1935         * MessageHeaders.cs : due to the DataContractSerializer.ReadObject()
1936           semantic change, its bool parameter must be false, not true.
1938 2007-07-13  Atsushi Enomoto  <atsushi@ximian.com>
1940         * InputChannelBase.cs, MsmqChannelListener.cs, MsmqInputChannel.cs :
1941           new files. Msmq transport listener Implementation.
1942         * MsmqOutputChannel.cs : implemented Send(). Not sure if it works
1943           (wait for System.Messaging impl.)
1944         * HttpReplyChannel.cs : added comment
1946 2007-07-06  Atsushi Enomoto  <atsushi@ximian.com>
1948         * MsmqChannelFactory.cs MsmqOutputChannel.cs OutputChannelBase.cs :
1949           new files. internal stuff for msmq channel.
1950         * BinaryMessageEncoder.cs : added another .ctor().
1951         * MsmqTransportBindingElement.cs :
1952           implemented [Can]BuildChannelFactory().
1954 2007-07-06  Atsushi Enomoto  <atsushi@ximian.com>
1956         * MsmqBindingElementBase.cs MsmqTransportBindingElement.cs :
1957           initialize some fields.
1959 2007-07-05  Atsushi Enomoto  <atsushi@ximian.com>
1961         * MsmqBindingElementBase.cs MsmqMessageProperty.cs
1962           MsmqTransportBindingElement.cs ITransactedBindingElement.cs :
1963           couple of msmq stubs.
1965 2007-04-02  Atsushi Enomoto  <atsushi@ximian.com>
1967         * SecureMessageGenerator.cs : SecurityContextToken support (though
1968           it is still regarded as invalid by WCF).
1970 2007-03-13  Atsushi Enomoto  <atsushi@ximian.com>
1972         * WSSecurityMessageHeader.cs, SecureMessageGenerator.cs :
1973           make header.Contents.Add() more strict.
1974           Use HasAsymmetricKey to determine whether to use asymmetric algorithm
1975           or not.
1976           Added some hack to allow ssl token external mode.
1977           Commented out such lines that always premised asymmtric key.
1979 2007-03-08  Atsushi Enomoto  <atsushi@ximian.com>
1981         * TransactionFlowBindingElement.cs : forgot necessary Clone().
1983 2007-03-08  Atsushi Enomoto  <atsushi@ximian.com>
1985         * MessageSecurityBindingSupport.cs : support check to create
1986           authenticator is now done in both initiator/recipient sides.
1987         * SecurityRequestContext.cs : don't encrypt WS-Trust RSTR.
1989 2007-03-07  Atsushi Enomoto  <atsushi@ximian.com>
1991         * MessageSecurityBindingSupport.cs : for now, comment out the code
1992           that makes authenticator creation optional.
1993         * SecurityRequestContext.cs : don't decrypt message when it is
1994           WS-Trust messages. Also, do not secure SOAP Fault (it is likely
1995           to fail).
1996         * SecurityChannelListener.cs : GetProperty<T>() now returns
1997           MessageSecurityBindingSupport when requested. It is used by
1998           EndpointDispatcher to check if it supports WS-Trust negotiation.
1999         * ChannelListenerBase.cs :
2000           removed extra TODO and field. Implemented GetProperty<T>().
2001         * Message.cs : In CreateMessage() for SOAP Fault, create
2002           SimpleMessage with IsFault = true.
2004 2007-03-07  Atsushi Enomoto  <atsushi@ximian.com>
2006         * SecurityRequestContext.cs : try to reply fault with the inner
2007           channel when an error occurred internally.
2008         * FaultConverter.cs : implemented based on OperationContext (at normal
2009           state it does not seem to create messages, so I implemented it this
2010           way).
2012 2007-03-07  Atsushi Enomoto  <atsushi@ximian.com>
2014         * TransportBindingElement.cs : implemented GetProperty<T>().
2015         * TransactionFlowBindingElement.cs : on building factory or listener,
2016           reject channel types that cannot build.
2017         * SecurityBindingElement.cs : added some TODO comments.
2018         * HttpTransportBindingElement.cs : GetProperty<T>() should rather
2019           delegate to base, not BindingContext.
2020         * SecurityRequestContext.cs : somewhat late decryption.
2022 2007-03-06  Atsushi Enomoto  <atsushi@ximian.com>
2024         * MessageSecurityBindingSupport.cs,
2025           AsymmetricSecurityBindingElement.cs,
2026           SymmetricSecurityBindingElement.cs :
2027           renamed *SecurityBindingElementSupport to *SecurityCapabilities and
2028           implemented ISecurityCapabilities on them. Now those binding
2029           elements support GetProperty<ISecurityCapabilities>().
2031 2007-03-05  Atsushi Enomoto  <atsushi@ximian.com>
2033         * SecurityBindingElement.cs : SetIssuerBindingContextIfRequired()
2034           will work only for predefined parameter types.
2036 2007-03-01  Atsushi Enomoto  <atsushi@ximian.com>
2038         * MessageSecurityBindingSupport.cs :
2039           Set proper MessageDirection to the requirement after creation.
2040           split CreateTokenAuthenticator() as MessageDirection is different.
2041           Removed extra creation of requirement.
2043 2007-03-01  Atsushi Enomoto  <atsushi@ximian.com>
2045         * MessageSecurityBindingSupport.cs : token authenticator is not
2046           always created on channel-opening stage.
2047         * SecurityBindingElement.cs : use SslSecurityTokenParameters for
2048           Sslnego binding factory method.
2050 2007-02-28  Atsushi Enomoto  <atsushi@ximian.com>
2052         * SecureMessageGenerator.cs : inconsistent ReferenceList has caused
2053           signature velification failure.
2055 2007-02-27  Atsushi Enomoto  <atsushi@ximian.com>
2057         * SecureMessageGenerator.cs : encrypt signature confirmations only
2058           when they are required.
2060 2007-02-27  Atsushi Enomoto  <atsushi@ximian.com>
2062         * SecureMessageGenerator.cs : SignatureConfirmation must be encrypted
2063           when [Signature Protection is true i.e. when we use
2064           SignBeforeEncryptAndEncryptSignature.
2066           With this change finally samplesvc.cs/samplecli.cs became
2067           interoperable(!)
2069 2007-02-27  Atsushi Enomoto  <atsushi@ximian.com>
2071         * SecureMessageDecryptor.cs : signature verification was not done
2072           for endorsing supporting tokens.
2073         * SecureMessageGenerator.cs : moved SignatureConfirmation position
2074           in the security header. Don't output empty ReferenceList.
2076 2007-02-27  Atsushi Enomoto  <atsushi@ximian.com>
2078         * SecureMessageGenerator.cs : signingToken was added before being
2079           initialized and thus caused NRE.
2081 2007-02-27  Atsushi Enomoto  <atsushi@ximian.com>
2083         * WSSecurityMessageHeader.cs, SecureMessageDecryptor.cs,
2084           SecureMessageGenerator.cs : use SHA1 instead of HMACSHA1. Now we
2085           don't need workaround for symmetric key restoration.
2087 2007-02-27  Atsushi Enomoto  <atsushi@ximian.com>
2089         * WSSecurityMessageHeader.cs, SecureMessageDecryptor.cs,
2090           SecureMessageGenerator.cs :
2091           Avoid extra reference search from the request's ReferenceList.
2092           create HMACSHA1 always with the key to compute hash (I'm not sure
2093           it is correct; it is rather to adjust all hash consistent.)
2095 2007-02-27  Atsushi Enomoto  <atsushi@ximian.com>
2097         * SecureMessageDecryptor.cs : verify that endorsing supporting tokens
2098           actually endorsed the primary signature.
2099         * SecureMessageGenerator.cs : implemented endorsing of the primary
2100           signature. So, now supporting tokens are fully implemented.
2102 2007-02-27  Atsushi Enomoto  <atsushi@ximian.com>
2104         * MessageSecurityBindingSupport.cs : so, those supporting tokens are
2105           totally signing tokens.
2106         * SecureMessageGenerator.cs : Endorsing tokens should also be
2107           included in the message. They are just not signed.
2109 2007-02-26  Atsushi Enomoto  <atsushi@ximian.com>
2111         * SecureMessageGenerator.cs : support signing and encryption of
2112           supporting tokens. Some required refactory to do it.
2113         * MessageSecurityBindingSupport.cs : added EncryptedData member.
2115 2007-02-26  Atsushi Enomoto  <atsushi@ximian.com>
2117         * SecureMessageDecryptor.cs : fix exception message.
2118         * WSSecurityMessageHeader.cs, WSSignedXml.cs, WSEncryptedXml.cs :
2119           XmlNamespaceManager is not required for GetIdElement().
2121 2007-02-22  Atsushi Enomoto  <atsushi@ximian.com>
2123         * SecureMessageDecryptor.cs, WSSecurityMessageHeader.cs :
2124           moved decryption part from former file to latter file, to reuse
2125           SignedXml instance (though now I doubt how it actually was good)
2126           which in turn required to replace EncryptedData in
2127           WSSecurityMessageHeader with decrypted one.
2128         * WSEncryptedXml.cs : similar to WSSignedXml.cs, to handle wsu:Id.
2130 2007-02-21  Atsushi Enomoto  <atsushi@ximian.com>
2132         * SecureMessageGenerator.cs : when we create DerivedKeyToken, those
2133           EncryptedData should contain KeyInfo as it is not obvious which key
2134           is used there. .net<->mono DerivedKeyToken introp is done.
2135         * SecureMessageDecryptor.cs : check derived key requirement.
2136           Reduce dom-dependent parts.
2138 2007-02-21  Atsushi Enomoto  <atsushi@ximian.com>
2140         * WSSecurityMessageHeader.cs : ReferenceList needs to be bound to
2141           the related DerivedKeyToken (if any).
2142         * SecureMessageGenerator.cs : largely done with DerivedKeyToken
2143           support. Some refactoring to distinguish deried-token-related
2144           variables.
2145         * SecureMessageDecryptor.cs : removed its own support for derived
2146           key tokens. Now it fully works with DerivedKeySecurityToken.
2148 2007-02-21  Atsushi Enomoto  <atsushi@ximian.com>
2150         * WSSecurityMessageHeader.cs, SecureMessageDecryptor.cs,
2151           SecureMessageDecryptor.cs :
2152           Implemented increment token reading in o:Security, as
2153           DerivedKeyToken could reference to existing wrapped key.
2154           Removed WsscDerivedKeyToken and all relevant code.
2155         * SecureMessageGenerator.cs : replaced WsscDerivedKeyToken with
2156           DerivedKeySecurityToken.
2158 2007-02-16  Atsushi Enomoto  <atsushi@ximian.com>
2160         * SecureMessageGenerator.cs : it was setting security tokens into
2161           incorrect SecurityMessageProperty.
2162           Use correct WrappedKeySecurityToken for EncryptedKeySHA1.
2163           Now it uses SecurityRequestContext instead of just primary key.
2164         * SecureMessageDecryptor.cs : removed extra lines. Limit workarounds
2165           to symmetric reply decryption, which is the only trouble case.
2166           Do not create another SignedXml.
2167         * WSSecurityMessageHeader.cs : SignedXml processing changes above.
2169 2007-02-15  Atsushi Enomoto  <atsushi@ximian.com>
2171         * SecureMessageDecryptor.cs : Now it uses union token resolver and
2172           the resolver works with in-progress token reading in o:Security.
2173         * WSSecurityMessageHeader.cs : now it does not read EncryptedKey
2174           as EncryptedKeyIdentifierClause. It is rather a SecurityToken.
2175         * SecureMessageGenerator.cs : cosmetic refactoring.
2177 2007-02-14  Atsushi Enomoto  <atsushi@ximian.com>
2179         * WSSecurityMessageHeader.cs : read EncryptedKeyIdentifierClause
2180           instead of EncryptedKey.
2182 2007-02-13  Atsushi Enomoto  <atsushi@ximian.com>
2184         * MessageSecurityBindingSupport.cs : SigningToken and EncryptionToken
2185           should not be always prepared at channel Open(). It also caused
2186           that extra token requirements.
2187         * SecureMessageGenerator.cs : use correct key clause for encryption.
2188         * SecureMessageDecryptor.cs : reduce extra key acquisition.
2190 2007-02-06  Atsushi Enomoto  <atsushi@ximian.com>
2192         * MessageSecurityBindingSupport.cs : added CreateTokenAuthenticator()
2193           for supporting 'supporting tokens' .
2194         * SecureMessageGenerator.cs : Supporting token creation is done only
2195           at initiator (not sure if it is supposed that, but for now it is).
2196           Removed extraneous CollectSupportingTokens().
2197         * SecureMessageDecryptor.cs : implemented supporting token
2198           authentication (partly). "Signed" supporting tokens are expected
2199           to work fine.
2201 2007-02-06  Atsushi Enomoto  <atsushi@ximian.com>
2203         * SecureMessageGenerator.cs :
2204           make SignBeforeEncryptAndEncryptSignature working.
2206 2007-02-06  Atsushi Enomoto  <atsushi@ximian.com>
2208         * SecureMessageGenerator.cs : EncryptedKeySHA1 needs key hash, not
2209           the key itself. ProtectionToken is WrappedKey.
2210         * SecureMessageDecryptor.cs : now it is internal encrypted key clause,
2211           not EncryptedKeyIdentifierClause which is not for embedded key.
2212         * MessageProperties.cs : Fixed copy direction in CopyProperties().
2214 2007-02-05  Atsushi Enomoto  <atsushi@ximian.com>
2216         * MessageSecurityBindingSupport.cs : added DefaultKeyWrapAlgorithm
2217           to switch asymmetric and symmetric. Not used yet.
2218         * SecurityRequestChannel.cs : now it pass the request security
2219           property to reply receiver so that it could use the primary key
2220           used at request phase.
2221         * SecurityRequestContext.cs : now it pass the context itself to
2222           reply sender so that it could embed related MessageID.
2223         * SecureMessageGenerator.cs : ongoing changes to support symmetric
2224           binding element. Add RelatesTo output and remove MessageID when
2225           replying to the sender. Added some hacks to get symmetric binding
2226           (kind of) working.
2227         * SecureMessageDecryptor.cs : ditto. Handle embedded encryption key
2228           in SecurityTokenReference (it also involved existing encrypted key 
2229           retrieval). In reply receiver, reuse the key that was used at
2230           request phase. It needs significant token resolution refactoring.
2232 2007-02-02  Atsushi Enomoto  <atsushi@ximian.com>
2234         * MessageSecurityBindingSupport.cs : cosmetic refactoring.
2235         * SecureMessageDecryptor.cs : store token and its authentication
2236           policies into the security property, and reuse it on reply.
2237           Some code refactoring; there is at most one o:Security to solve at
2238           one endpoint (depends on Actor). Some attempt to use correct
2239           token parameters (but for now I have only samples that use x509).
2240         * SecureMessageGenerator.cs : For replying message, use initiator's
2241           signing token as the encryption token. Simply reuse security
2242           property from the input message.
2244           I have some nasty workaround at decryptor for initiator that could
2245           not retrieve decryption key.
2247 2007-02-02  Atsushi Enomoto  <atsushi@ximian.com>
2249         * SecureMessageGenerator.cs, SecurityChannelListener.cs,
2250           SecurityRequestContext.cs, MessageSecurityBindingSupport.cs:
2251           several refactoring on token acquisition. Large part of
2252           MessageSecurityBindingSupport code is unified.
2254 2007-02-02  Atsushi Enomoto  <atsushi@ximian.com>
2256         * MessageProperties.cs : Security property should be one of the items.
2257           Actually many other properties should be similar as well.
2258         * MessageImpl.cs, MessageBufferImpl.cs, Message.cs :
2259           when copying a message, copy properties as well.
2260         * SecurityRequestContext.cs : on replying, pass input 
2261           SecurityMessageProperty to the security generator.
2262         * SecureMessageGenerator.cs : both of above, for SignatureConfirmation
2263           support.
2264         * WSSecurityMessageHeader.cs : fixed lazy .ctor() that did nothing.
2266 2007-02-01  Atsushi Enomoto  <atsushi@ximian.com>
2268         * WSSignedXml.cs:
2269           MessageHeader.cs, Message.cs, WSSecurityMessageHeader.cs,
2270           SecureMessageDecryptor.cs, SecureMessageGenerator.cs:
2271           use new WSSignedXml instead of SignedXml, and remove coexisting
2272           Id and wsu:Id. Now we can live only with wsu:Id and therefore
2273           - our reply messages could be consumed by .NET, and
2274           - .NET signature could be verified.
2276 2007-02-01  Atsushi Enomoto  <atsushi@ximian.com>
2278         * SecureMessageDecryptor.cs : The signing key must be passed as
2279           CheckSignature() argument, not SigningKey.
2281 2007-01-31  Atsushi Enomoto  <atsushi@ximian.com>
2283         * MessageImpl.cs : don't read attribute after ReadStartElement().
2285 2007-01-31  Atsushi Enomoto  <atsushi@ximian.com>
2287         * MessageSecurityBindingSupport.cs : some Release() refactoring.
2288         * SecureMessageGenerator.cs : use correct signing key clause for
2289           SecurityTokenReferenceKeyInfo to be serialized.
2290         * SecureMessageDecryptor.cs : now it can try to parse signature.
2292 2007-01-31  Atsushi Enomoto  <atsushi@ximian.com>
2294         Ongoing changes to support signature confirmation
2295         * SecureMessageGenerator.cs :
2296           Don't output ReplyTo onto reply message.
2297           Write SignatureConfirmation if needed.
2298         * SecureMessageDecryptor.cs :
2299           Some refactoring for header cunsumption. Added commented-out
2300           signature verification part (not working yet, on client side due
2301           to incorrect reply from service and insufficient clause reader).
2302         * WSSecurityMessageHeader.cs :
2303           Added SignatureConfirmation support.
2304           KeyInfoClause for o:SecurityTokenReference should be replaced with
2305           SecurityTokenReferenceKeyInfo.
2307 2007-01-29  Atsushi Enomoto  <atsushi@ximian.com>
2309         * SecureMessageGenerator.cs : support Timestamp signature.
2310           Removed unused code, and extra argument in CreateReference().
2311         * WSSecurityMessageHeader.cs : Timestamp also needs Id for SignedXml.
2313 2007-01-29  Atsushi Enomoto  <atsushi@ximian.com>
2315         * SecureMessageGenerator.cs :
2316           Several fixes to make asymmetric binding working:
2317           - Differentiate signing and encryption token in several areas.
2318           - Fixed signing keyinfo.
2319           Use SenderIdPrefix.
2320           Added initial SecurityMessageProperty handling, not sure if it is
2321           appropriate here though.
2322         * HttpRequestChannel.cs : (some debugging lines)
2324 2007-01-26  Atsushi Enomoto  <atsushi@ximian.com>
2326         Woohoo! Here is a very basic WS-Security compliant message which could
2327         be allowed by Indigo.
2328         * MessageHeader.cs : added Id support for writing.
2329         * Message.cs : added internal BodyId for signature reference.
2330         * MessageImpl.cs : write Body Id if required.
2331         * SecureMessageGenerator.cs : Before signing, the target elements must
2332           be given wsu:Id. Since I still use System.Security.dll, I need some
2333           trick for signing (I give both Id and wsu:Id, former to sign and
2334           latter to be consumed). Maybe I will have to replace xmldsig/xmlenc
2335           implementation later. Now singning mechanism works except for
2336           wsu:Timestamp (which is kind of mandatory).
2338         I can's still consume replies from Indigo but it's a big progress :)
2340 2007-01-26  Atsushi Enomoto  <atsushi@ximian.com>
2342         * MessageHeaderInfo.cs : added internal Id.
2343         * MessageHeader.cs : read and write wsu:Id.
2344         * Message.cs : output wsu namespace if Id exists in any header.
2345         * HttpReplyChannel.cs : (some debugging lines.)
2346         * SecureMessageDecryptor.cs : (remove debugging lines.)
2347         * MessageImpl.cs : removed obsolete code.
2348         * WSSecurityMessageHeader.cs : output "o" prefix.
2349         * SecureMessageGenerator.cs : replaced XmlElement-based header
2350           signing with MessageHeader-based signing, to support Id correctly.
2352 2007-01-15  Atsushi Enomoto  <atsushi@ximian.com>
2354         * SecureMessageGenerator.cs : some more refactoring and code comments.
2355         * MessageSecurityUtility.cs : made decryptor into an instance class,
2356           like I've done for SecureMessageGenerator.
2357         * SecurityRequestContext.cs, SecurityRequestChannel.cs :
2358           dependent changes for above.
2360 2007-01-12  Atsushi Enomoto  <atsushi@ximian.com>
2362         * SecureMessageGenerator.cs : fixed derived keysize. derived key was
2363           causing NRE due to the lack of token reference.
2364           No need to pass doc to SignedXml.ctor() anymore.
2365           Moved ReferenceList before the signature(s).
2367 2007-01-12  Atsushi Enomoto  <atsushi@ximian.com>
2369         * SecureMessageGenerator.cs : add wsu:Timestamp to signing target.
2370           Moved signing key generation code to non-HMACSHA1 signing part.
2371           Don't try to sign wss:Security.
2372           Pass document itself to SignedXml.ctor().
2373           Use temporary DataObjects to avoid adding Ids (not sure what is the
2374           expected processing yet).
2375         * WSSecurityMessageHeader.cs : to support timestamp signing, add
2376           WriteTo() method in WsuTimestamp.
2378 2007-01-12  Atsushi Enomoto  <atsushi@ximian.com>
2380         * SecureMessageGenerator.cs : wrong key was used for signing.
2381           Omit KeyInfo for now - it seems that .net (sometimes?) omits it.
2383 2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>
2385         * SecureMessageGenerator.cs :
2386           Now ID generation process does not modify input message.
2387           Moved derived key generation part into (virtual) signing loop.
2388           MessagePartSpecification support for signing is done.
2390 2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>
2392         * SecureMessageGenerator.cs : some reordering to handle signing and
2393           encryption with supporting tokens. Fixed XPath query bug for
2394           soap header contents (we want s:Header/*, not s:Header).
2396 2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>
2398         * MessageSecurityBindingSupport.cs : more refactoring.
2399           Made it abstract and added Initiator- and Recipient- classes.
2400           Several members were moved to those derived types.
2401         * AsymmetricSecurityBindingElement.cs, 
2402           SymmetricSecurityBindingElement.cs
2403           SecurityChannelFactory.cs, SecurityChannelListener.cs,
2404           SecurityRequestChannel.cs, SecurityOutputChannel.cs,
2405           SecurityRequestContext.cs, SecureMessageGenerator.cs :
2406           All dependent changes by above. Removed ISecurityChannelSource
2407           which became useless.
2409 2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>
2411         * SecureMessageGenerator.cs : encryption parts should exist too.
2412         * AsymmetricSecurityBindingElement.cs
2413           SymmetricSecurityBindingElement.cs,
2414           MessageSecurityBindingSupport.cs : some refactoring.
2415           Split MessageSecurityBindingSupport into security binding element
2416           specific parts and made MessageSecurityBindingSupport concrete.
2417           It is likely split again, next time based on initiator/recipient.
2419 2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>
2421         * MessageSecurityUtility.cs, SecureMessageGenerator.cs :
2422           split encryptor part in the former file into latter file, and
2423           make it nonstatic.
2424         * SecurityRequestChannel.cs, SecurityOutputChannel.cs,
2425           SecurityRequestContext.cs : apply the change above.
2427 2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>
2429         * MessageSecurityBindingSupport.cs :
2430           Fixed incorrect TrgGetValue() use.
2431           Added CollectRecipientSupportingTokens().
2433 2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>
2435         * MessageSecurityUtility.cs: acctually ReferenceList was inside
2436           EncryptedKey. So, when a key itself is used to encrypt data,
2437           ReferenceList is contained by itself.
2438         * MessageSecurityBindingSupport.cs :
2439           added CollectInitiatorSupportingTokens().
2441 2007-01-10  Atsushi Enomoto  <atsushi@ximian.com>
2443         * MessageSecurityUtility.cs: it should support ReferenceList-less
2444           messages.
2446 2007-01-10  Atsushi Enomoto  <atsushi@ximian.com>
2448         * WSSecurityMessageHeader.cs : reverted previous unnecessary change.
2449         * MessageSecurityUtility.cs : there already was uuid.
2451 2007-01-09  Atsushi Enomoto  <atsushi@ximian.com>
2453         * MessageSecurityUtility.cs : replaced EncryptedKey with
2454           WrappedKeySecurityToken, which seems to be in actual use in .net.
2455         * WSSecurityMessageHeader.cs : added internal Guid so that it
2456           could be shared between header items.
2458 2006-12-14  Atsushi Enomoto  <atsushi@ximian.com>
2460         * HttpRequestContext.cs, TextMessageEncoder.cs :
2461           some null arg check.
2463 2006-12-08  Atsushi Enomoto  <atsushi@ximian.com>
2465         * MessageSecurityUtility.cs : reducing DOM dependency. Use KeyInfoNode
2466           for SecurityTokenReference resolution.
2468 2006-12-08  Atsushi Enomoto  <atsushi@ximian.com>
2470         * MessageSecurityUtility.cs : fixed EncryptedData decryption to
2471           consider DerivedKeyTokens correctly.
2472           When creating LocalId, don't add '#' here.
2474 2006-12-07  Atsushi Enomoto  <atsushi@ximian.com>
2476         * MessageSecurityUtility.cs :
2477           handle key mapping for each wsse:Security.
2479 2006-12-07  Atsushi Enomoto  <atsushi@ximian.com>
2481         * WSSecurityMessageHeader.cs : use prefix "c" for ws-secureconv.
2483 2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>
2485         * WSSecurityMessageHeader.cs : write top-level ReferenceList in
2486           wsse:Security.
2487         * MessageSecurityUtility.cs :
2488           Now ReferenceList is placed under wsse:Security as WS-Security 1.1 
2489           suggests, and it is used to dereference decryption targets.
2490           Now it premises multiple wsse:Security elements to read.
2492 2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>
2494         * WSSecurityMessageHeader.cs : don't write o:SecurityTokenReference
2495           manually (and actually the namespace URI was wrong).
2497 2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>
2499         * WSSecurityMessageHeader.cs : improved DerivedKeyToken writing
2500           and reading.
2501         * MessageSecurityUtility.cs : DerivedKeyToken creation.
2503 2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>
2505         * SecurityBindingElement.cs,
2506           SymmetricSecurityBindingElement.cs,
2507           AsymmetricSecurityBindingElement.cs :
2508           implemented SetKeyDerivation().
2510 2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>
2512         * MessageSecurityUtility.cs : don't add KeyInfoClause to EncryptedKey
2513           more than once.
2515 2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>
2517         * MessageBufferImpl.cs : XmlReader-based buffer is not possible, so
2518           don't use it.
2520 2006-12-05  Atsushi Enomoto  <atsushi@ximian.com>
2522         * MessageSecurityUtility.cs : u:Timestamp will be encrypted/signed,
2523           thus move it in front of encryption/signing.
2525 2006-12-04  Atsushi Enomoto  <atsushi@ximian.com>
2527         * TransactionFlowBindingElement.cs : OnOpen()/OnClose() should not
2528           check state by themselves (btw it's not really working).
2529         * HttpChannelListener.cs : If the url does not end with '/' add it
2530           so that it could be fed to HttpListener.
2532 2006-12-04  Atsushi Enomoto  <atsushi@ximian.com>
2534         * HttpChannelFactory.cs : check scheme on CreateChannel.
2535         * MessageHeader.cs : finish IsMessageVersionSupported().
2537 2006-12-04  Atsushi Enomoto  <atsushi@ximian.com>
2539         * FaultConverter.cs : new file, not used yet though.
2541 2006-10-21  Atsushi Enomoto  <atsushi@ximian.com>
2543         * SvcHttpHandler.cs : set GET URL to ServiceMetadataBehavior.
2545 2006-10-20  Atsushi Enomoto  <atsushi@ximian.com>
2547         * SvcHttpHandler.cs : once AspNetReplyChannel get working with HTTP
2548           GET as well as HttpReplyChannel, configuration would be ready now.
2550 2006-10-18  Ankit Jain  <jankit@novell.com>
2552         * TextMessageEncoder.cs (MediaType): Use 'application/soap+xml' for
2553         EnvelopeVersion.Soap12 and 'text/xml' for others.
2554         * HttpReplyChannel.cs (TryReceiveRequest): Revert earlier patch for GET
2555         handling.
2556         Strip '?' from the query string.
2558 2006-10-13  Ankit Jain  <jankit@novell.com>
2560         * MessageVersion.cs (None): Set AddressingVersion.None
2562 2006-10-12  Atsushi Enomoto  <atsushi@ximian.com>
2564         * SvcHttpHandler.cs : added config-based endpoint addition code.
2565           Though due to some weird bug in mono-core it does not seem to work,
2566           so commented out for now.
2567         * HttpReplyChannel.cs : handle wsdl query parameter. btw creating
2568           mex request message might just be wrong.
2569           Use expected MessageVersion by the channel.
2570         * AspNetReplyChannel.cs : ditto. Plus, HTTP GET support.
2572 2006-10-12  Atsushi Enomoto  <atsushi@ximian.com>
2574         * MessageSecurityBindingSupport.cs : added DefaultSignatureAlgorithm
2575           which differs depending on whether it is asymmetric or symmetric.
2576         * SecurityRequestChannel.cs, SecurityRequestContext.cs :
2577           simplify SecureMessage() and DecryptMessage() arguments (just
2578           take MessageSecurityBindingSupport instead of several parameters).
2579         * MessageSecurityUtility.cs :
2580           - simplify SecureMessage() and DecryptMessage() arguments (just
2581             take MessageSecurityBindingSupport instead of several parameters).
2582           - Take token inclusion mode into account. Don't include them when
2583             it is not expected. Also, change the token reference style.
2584           - add wsa:MessageID to the headers.
2585           - For hmac-sha1 signing (default for symmetric binding), use
2586             symmetric key created for encryption as well to create HMACSHA1.
2587           - add Id to wsu:Timestamp.
2588           - start to handle SecurityMessageProperty.
2589         * WSSecurityMessageHeader.cs :
2590           Added Id to WsuTimestamp. Also use prefixes for its XML output.
2591           Changed date format.
2593 2006-10-06  Atsushi Enomoto  <atsushi@ximian.com>
2595         * CommunicationObject.cs : reject faulted state on Open()/Close().
2596         * MessageHeaders.cs : removed extra fields.
2598 2006-10-06  Ankit Jain  <jankit@novell.com>
2600         * HttpReplyChannel.cs (TryReceiveRequest): Handle HTTP GET.
2602 2006-10-05  Atsushi Enomoto  <atsushi@ximian.com>
2604         * MessageSecurityUtility.cs, SecurityRequestContext.cs :
2605           added some FIXMEs and additional arg.
2607 2006-10-05  Atsushi Enomoto  <atsushi@ximian.com>
2609         * MessageSecurityUtility.cs : remove duplicate Action header.
2611 2006-10-05  Atsushi Enomoto  <atsushi@ximian.com>
2613         * MessageFault.cs : partly implemented CreateFault(Message, int).
2614         * Message.cs, MessageImpl.cs, MessageBufferImpl.cs :
2615           handle IsFault correctly in each implementation.
2617 2006-10-04  Ankit Jain  <jankit@novell.com>
2619         * HttpRequestChannel.cs (ProcessRequest): Read till the end.
2621 2006-10-04  Ankit Jain  <jankit@novell.com>
2623         * HttpRequestChannel.cs (ProcessRequest): Temporary workaround for a bug
2624         in WebConnectionStream.
2626 2006-10-04  Ankit Jain  <jankit@novell.com>
2628         * MessageHeaders.cs (To): Use GetHeader<string> till
2629         DataContractSerializer gets ISerializable support.
2630         * CustomBinding.cs (.ctor): Get scheme from TransportBindingElement.
2632 2006-10-04  Ankit Jain  <jankit@novell.com>
2634         * ServiceHostParser.cs (Parse):
2635         (Split): Add some error checks.
2637 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
2639         * SslStreamSecurityBindingElement.cs : updated API to Sep. CTP.
2640         * StreamUpgradeAcceptor.cs : Fix AcceptUpgrade().
2641         * SslStreamSecurityUpgradeProvider.cs,
2642           SslStreamSecurityUpgradeAcceptor.cs :
2643           new files for Ssl upgrade provider implementation.
2644         * MessageSecurityUtility.cs :
2645           Create proper C14NTransform. Don't use enveloped signature
2646           transform but sign every significant bits. On securing messages
2647           use ChannelProtectionRequirements.
2648         * SecurityRequestContext.cs : pass ChannelProtectionRequirements to
2649           SecureMessage().
2650         * MessageEncoder.cs : fix API (missing constraint).
2651         * WSSecurityMessageHeader.cs : it is MustUnderstand.
2652         * StreamUpgradeProvider.cs : API fix and implemented .ctor().
2653         * AsymmetricSecurityBindingElement.cs : default protection order is
2654           SignBeforeEncryptAndEncryptSignature.
2656 2006-09-29  Ankit Jain  <jankit@novell.com>
2658         * SvcHttpHandlerFactory.cs (GetTypeFromSvc): Extract and move code to
2659         ServicHostParser and use that here.
2660         (PrivateBinPath): New.
2661         (GetTypeFromBin): New. Load assembly from PrivateBinPath.
2662         (RemovedCallback): Remove and close the SvcHttpHandler when its
2663         corresponding file (.svc) changes.
2664         * SvcHttpHandler.cs (Close): New. Close the ServiceHost.
2666         * ServiceHostParser.cs : New.
2667         * CachingCompiler.cs : New. Code extracted from
2668         System.Web.Compilation.CachingCompiler
2669         * CompilationException.cs : New. From System.Web.Compilation
2670         * HtmlizedException.cs : New. Likewise.
2672 2006-09-29  Atsushi Enomoto  <atsushi@ximian.com>
2674         * MessageSecurityBindingSupport.cs : For client side, it is always
2675           InitiatorServiceModelSecurityTokenRequirement which should be
2676           created. Fixed wrong client encryption key acquisition.
2678 2006-09-29  Atsushi Enomoto  <atsushi@ximian.com>
2680         * SecurityChannelListener.cs, SecurityRequestContext.cs,
2681           MessageSecurityBindingSupport.cs : made similar changes as factories
2682           to listener so that session channels and input channels would work.
2683           Added authenticator creation.
2685 2006-09-29  Atsushi Enomoto  <atsushi@ximian.com>
2687         * Binding.cs : added missing members.
2689 2006-09-28  Atsushi Enomoto  <atsushi@ximian.com>
2691         * SecurityRequestChannel.cs, SecurityOutputChannel.cs,
2692           MessageSecurityUtility.cs, MessageSecurityBindingSupport.cs :
2693           reduce code duplication between request and output channels.
2694           The common parts are now in MessageSecurityBindingSupport.
2695           Now reduced several arguments in SecureMessage() for client.
2697 2006-09-28  Atsushi Enomoto  <atsushi@ximian.com>
2699         * ChannelFactoryBase.cs : implemented ValidateCreateChannel().
2701 2006-09-28  Atsushi Enomoto  <atsushi@ximian.com>
2703         * AsymmetricSecurityBindingElement.cs,
2704           SecurityChannelListener.cs,
2705           SecurityRequestContext.cs,
2706           SymmetricSecurityBindingElement.cs,
2707           SecurityRequestChannel.cs,
2708           SecurityOutputChannel.cs,
2709           SecurityChannelFactory.cs,
2710           MessageSecurityBindingSupport.cs : 1) Refactoring. 
2711           IMessageSecurityBindingSupport now becomes a class and contains
2712           all the members which resided in ISecurityChannelSource.
2713           Now it takes more constructor params.
2714           Made dependent changes on all sources above.
2716           2) Added SecurityTokenAuthenticator creation in
2717           SecurityRequestChannel (SecurityOutputChannel should do the same).
2719 2006-09-27  Atsushi Enomoto  <atsushi@ximian.com>
2721         * SecurityRequestChannel.cs : ongoing improvements on conditional
2722           key creation. Actually there must be some part that creates an
2723           authenticator (WinFX does that).
2725 2006-09-27  Ankit Jain  <jankit@novell.com>
2727         Add suport for handling .svc files.
2728         * SvcHttpHandlerFactory.cs: New.
2729         * SvcHttpHandler.cs: New.
2731         * HttpChannelListener.cs (PopulateChannel): Use AspNetReplyChannel if in
2732         asp.net environment.
2733         (OnOpen): Do nothing in asp.net environment.
2734         (OnClose): Likewise.
2735         * HttpReplyChannel.cs (HttpRequestContext): Move to ..
2736         * HttpRequestContext.cs: .. here.
2738         * AspNetReplyChannel.cs: New.
2739         * AspNetRequestContext.cs: New.
2741 2006-09-26  Atsushi Enomoto  <atsushi@ximian.com>
2743         * MessageSecurityUtility.cs :
2744           Significantly rewritten decryption parts to respect ReferenceList
2745           to decrypt (so no workaround anymore).
2746           Now e:ReferenceList inside o:Security is treated as the referenced
2747           EncryptedType items are encrypted by 1) the derived key which is
2748           immediately in front of it, or 2) the default key (it is according
2749           to WS-SecureConversation section 9.1). Thus removed immediately
2750           previous hack to auto-fill wsu:Id attributes.
2752           On securing a message, generate correct Id and add DataReference
2753           to ReferenceList properly.
2755 2006-09-26  Atsushi Enomoto  <atsushi@ximian.com>
2757         * WSSecurityMessageHeader.cs : handle ReferenceList. It is being
2758           practically used.
2760 2006-09-26  Atsushi Enomoto  <atsushi@ximian.com>
2762         * WSSecurityMessageHeader.cs : handle DerivedKeyToken as a header content.
2763           Actually WSSecurityTokenSerializer should be able to consume it, but after
2764           spending a lot of time I still cannot successfully read it on WinFX.
2765           Skip ReferenceList for now.
2766         * MessageSecurityUtility.cs :
2767           Replaced some string literals with constants.
2768           Added some workaround for DerivedKeyToken retrieval.
2769           WinFX somehow sends incomplete ISO10126 padding which contains
2770           bigger number than the key size and is rejected by EncryptedXml,
2771           so added DecryptLax() which processes such ones in PaddingMode.None
2772           to workaround it (only for cross-connection between mono and winfx).
2773           Added some incomplete implicit wsu:Id processing.
2774           Don't try to replace SignedXml with EncryptedData. It is not added
2775           to the document tree.
2777 2006-09-25  Atsushi Enomoto  <atsushi@ximian.com>
2779         * MessageSecurityUtility.cs : support message signature encryption. Some
2780           more refactoring.
2782 2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
2784         * SecurityBindingElement.cs : implement Clone(). Remove some MonoTODOs.
2786 2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
2788         * MessageSecurityUtility.cs : fix warnings.
2790 2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
2792         * MessageSecurityUtility.cs : actually there would be more than one
2793           EncryptedData. Decrypt all.
2795 2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
2797         * MessageSecurityUtility.cs : supply correct URIs in SecureMessage().
2798           Use ISO10126 padding mode (it is not required but in manner).
2800 2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
2802         * MessageSecurityUtility.cs : now that EncryptedXml decryption bug is
2803           fixed, remove 16 bytes workaround (we still need encryption bugfix in
2804           that class to make it work fine with mono client).
2805           Removed buggy lines that reset decryption key to AES.
2806           Modified GetKey() argument to take EncryptedData/EncryptedKey element.
2807         * WSSecurityMessageHeader.cs :
2808           (SecurityTokenReferenceKeyInfo) support LoadXml.
2810 2006-09-20  Atsushi Enomoto  <atsushi@ximian.com>
2812         * TransactionMessageProperty.cs : new file.
2814 2006-09-20  Atsushi Enomoto  <atsushi@ximian.com>
2816         * ChannelPoolSettings.cs, OneWayBindingElement.cs : build fix, as
2817           gmcs happened to report wrong code.
2819 2006-09-19  Atsushi Enomoto  <atsushi@ximian.com>
2821         * SecurityChannelFactory.cs, SecurityChannelListener.cs :
2822           .ctor() now requires ChannelProtectionRequirements which will be
2823           supplied via BindingParameterCollection.
2824         * SymmetricSecurityBindingElement.cs,
2825           AsymmetricSecurityBindingElement.cs : thus add
2826           ChannelProtectionRequirement parameter to factory/listener.
2827         * SecurityRequestChannel.cs : use recipient token requirement to
2828           create an encryption token. Thus differentiate the logic from
2829           signing (initiator) token.
2831 2006-09-19  Atsushi Enomoto  <atsushi@ximian.com>
2833         * SymmetricSecurityChannelFactory.cs, SecurityChannelFactory.cs :
2834           renamed former to latter.
2835         * SymmetricSecurityChannelListener.cs, SecurityChannelListener.cs :
2836           ditto.
2838 2006-09-19  Atsushi Enomoto  <atsushi@ximian.com>
2840         * MessageSecurityBindingSupport.cs : new internal types to commonize
2841           AsymmetricSecurityBindingElement and SymmetricSecurityBindingElement
2842           and thus make internal factory and listener reusable.
2843         * SymmetricSecurityChannelFactory.cs, SecurityRequestContext.cs,
2844           SecurityRequestChannel.cs, SecurityOutputChannel.cs,
2845           SymmetricSecurityChannelListener.cs : rewrote dependent parts on
2846           SymmetricSecurityBindingElement, using the new types above.
2847         * SymmetricSecurityBindingElement.cs :
2848           Use SymmetricMessageSecurityBindingSupport.
2849         * AsymmetricSecurityBindingElement.cs :
2850           thus implemented, using AsymmetricMessageSecurityBindingSupport.
2852 2006-09-19  Atsushi Enomoto  <atsushi@ximian.com>
2854         * ChannelFactoryBase.cs : more RC1 update.
2856 2006-09-19  Atsushi Enomoto  <atsushi@ximian.com>
2858         * MessageEncoder.cs, BinaryMessageEncoder.cs, MtomMessageEncoder.cs,
2859           TextMessageEncoder.cs : updated ReadMessage() API to RC1.
2860         * ChannelListenerBase.cs, ChannelListenerBase_1.cs,
2861           ChannelBase.cs : RC1 API updates.
2862         * MessageImpl.cs : implemented Properties.
2863         * HttpReplyChannel.cs : added HttpRequestMessageProperty support.
2865 2006-09-18  Ankit Jain  <jankit@novell.com>
2867         * MessageHeaders.cs (MessageId):
2868         (RelatesTo): UniqueId is not serializable, serialize it as a string.
2870 2006-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2872         * ChannelParameterCollection.cs : new file.
2873         * LayeredOutputChannel.cs, SecurityOutputChannel.cs :
2874           new files for IOutputChannel implementation.
2875         * OneWayBindingElement.cs : hacky implementation.
2876         * SymmetricSecurityChannelFactory.cs : support IOutputChannel.
2877         * MessageSecurityUtility.cs : now create identifier from the security
2878           token and the token parameters which is added as an argument.
2879         * SecurityRequestContext.cs,
2880           SecurityRequestChannel.cs : SecureMessage() argument changes.
2881           Set MessageSecurityVersion (SecurityTokenVersion) to the token
2882           requirement.
2884 2006-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2886         * HttpRequestChannel.cs : close the HttpWebRequest.
2888 2006-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2890         * HttpRequestChannel.cs,
2891           HttpChannelFactory.cs : implement async request/reply.
2892         * HttpChannelFactory.cs :
2893           verify factory state when creating a channel.
2895 2006-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2897         * MessageEncoder.cs, TextMessageEncoder.cs, MtomMessageEncoder.cs,
2898           BinaryMessageEncoder.cs : added message version mismatch check.
2900 2006-09-15  Atsushi Enomoto  <atsushi@ximian.com>
2902         * SymmetricSecurityChannelListener.cs, SecurityRequestContext.cs :
2903           Making incomplete changes to handle different tokens for encryption
2904           and signature.
2905         * SymmetricSecurityChannelFactory.cs, SecurityRequestChannel.cs :
2906           split channel implementation classes out to the latter file.
2907         * MessageSecurityUtility.cs : seems like there is
2908           TimeStampValidityDuration property, so use it (incomplete; a server
2909           needs another love).
2911 2006-09-12  Atsushi Enomoto  <atsushi@ximian.com>
2913         * MessageSecurityUtility.cs, SymmetricSecurityChannelFactory.cs,
2914           SecurityRequestContext.cs : now that we have key identifier clause
2915           and working ResolveKeyIdentifierClause(), just create keys inside
2916           SecureMessage(). Add KeyInfo to the xmldsig.
2918 2006-09-12  Atsushi Enomoto  <atsushi@ximian.com>
2920         * SymmetricSecurityChannelFactory.cs, SecurityRequestContext.cs :
2921           pass SecurityKeyIdentifierClause to SecureMessage().
2922         * SecurityBindingElement.cs : set X509ReferenceStyle as Thumbprint
2923           for IssuedToken binding element.
2924         * SymmetricSecurityChannelListener.cs : removed hack to just create
2925           X509 security token, and implemented correct token creation.
2926         * WSSecurityMessageHeader.cs : added new KeyInfoClause type that
2927           wraps SecurityTokenReference element.
2928         * MessageSecurityUtility.cs : use the above.
2930 2006-09-08  Atsushi Enomoto  <atsushi@ximian.com>
2932         * MessageSecurityUtility.cs : raise MessageSecurityException when it
2933           could not find a security header.
2934         * SymmetricSecurityChannelFactory.cs : now it also supports
2935           IRequestSessionChannel. Extracted SecurityRequestChannel out from
2936           the factory type.
2938 2006-09-08  Atsushi Enomoto  <atsushi@ximian.com>
2940         * SecurityRequestContext.cs : moved securing message part to
2941           MessageSecurityUtility.cs.
2942         * MessageSecurityUtility.cs : the change above.
2943           use DateTime.Now for timestamp basis. Don't append signature to
2944           the document. Instead it is added to the header. Capture body
2945           content instead of the body itself.
2946         * SymmetricSecurityChannelFactory.cs : decrypt reply message to
2947           be processed by upper layers.
2949 2006-09-08  Atsushi Enomoto  <atsushi@ximian.com>
2951         * MessageSecurityUtility.cs, WSSecurityMessageHeader.cs,
2952           SymmetricSecurityChannelListener.cs,
2953           SymmetricSecurityChannelFactory.cs, SecurityRequestContext.cs :
2954           more refactoring. Request serialization became much more conformant
2955           and add required header items.
2956           Security Token retrieval is needed to send it in the request.
2957           Fixed wrong key encryption.
2959 2006-09-07  Atsushi Enomoto  <atsushi@ximian.com>
2961         * SecurityRequestContext.cs : the workaround was not functional.
2963 2006-09-07  Atsushi Enomoto  <atsushi@ximian.com>
2965         * SecurityRequestContext.cs : some more refactoring. Use EncryptedXml
2966           API, especially ReplaceData(), instead of native crypto stuff.
2967         * WSSecurityMessageHeader.cs : handle dsig:Signature as well (for
2968           MessageProtectionOrder.SignBeforeEncrypt).
2970 2006-09-07  Atsushi Enomoto  <atsushi@ximian.com>
2972         * SecurityRequestContext.cs : label should be combined of both
2973           the client's and the server's.
2975 2006-09-06  Atsushi Enomoto  <atsushi@ximian.com>
2977         * SecurityRequestContext.cs : enable key derivation (though for now
2978           GenerateDerivedKey() is unimplemented). Create meaningful,
2979           decrypted request message to be consumed by the upper layer.
2981 2006-09-06  Atsushi Enomoto  <atsushi@ximian.com>
2983         * SecurityRequestContext.cs : implement Close() and Reply().
2984           ongoing implementation of Reply(TimeSpan).
2985         * MessageSecurityUtility.cs : new file to collect utility methods.
2986         * SymmetricSecurityChannelFactory.cs : moved securing message code
2987           to the above file.
2988         * SymmetricSecurityChannelListener.cs : tiny renaming.
2990 2006-09-06  Atsushi Enomoto  <atsushi@ximian.com>
2992         * SecurityRequestContext.cs : security header is also stored.
2993           removed NotImpl.
2994         * WSSecurityMessageHeader.cs : read EncryptedKey and EncryptedData
2995           as well.
2997 2006-09-06  Atsushi Enomoto  <atsushi@ximian.com>
2999         * SymmetricSecurityChannelFactory.cs : tiny progress on securing
3000           message.
3002 2006-09-05  Atsushi Enomoto  <atsushi@ximian.com>
3004         * SymmetricSecurityChannelFactory.cs : specify KeyUsage.Exchange
3005           so that it retrieves the security key in that manner.
3007 2006-09-05  Atsushi Enomoto  <atsushi@ximian.com>
3009         * Binding.cs : MessageVersion is null when there is no
3010           MessageEncodingBindingElement.
3011         * Message.cs : null arg check.
3013 2006-09-05  Atsushi Enomoto  <atsushi@ximian.com>
3015         * ChannelPoolSettings.cs, OneWayBindingElement.cs : new files.
3017 2006-09-04  Atsushi Enomoto  <atsushi@ximian.com>
3019         * SymmetricSecurityChannelListener.cs, SecurityRequestContext.cs, 
3020           LayeredReplyChannel.cs, LayeredCommunicationObject.cs,
3021           LayeredRequestChannel.cs : some refactoring.
3022         * SymmetricSecurityChannelFactory.cs :
3023           ongoing secure message creation implementation.
3025 2006-09-01  Atsushi Enomoto  <atsushi@ximian.com>
3027         * SymmetricSecurityBindingElement.cs :
3028           pass specific ServiceCredentialsSecurityTokenManager type to
3029           SymmetricSecurityChannelListener as it needs ServiceCertificate.
3030         * SymmetricSecurityChannelListener.cs :
3031           get service certificate. It's a temporary hack.
3032           Move RequestContext code to below.
3033         * SecurityRequestContext.cs : new file.
3034         * WSSecurityMessageHeader.cs : implementing Read(), but to finish
3035           it I have to finish decryption of the incoming message.
3037 2006-08-31  Atsushi Enomoto  <atsushi@ximian.com>
3039         * MessageImpl.cs : don't write attributes on the first body content
3040           element *on soap Body element*.
3041         * MessageBufferImpl.cs : don't throw ArgumentNullException.
3042           ObjectDisposedException is appropriate.
3043         * MessageHeader.cs : (RawMessageHeader) don't write element itself
3044           in OnWriteHeader*Contents*().
3046 2006-08-31  Atsushi Enomoto  <atsushi@ximian.com>
3048         * WSSecurityMessageHeader.cs : new file.
3049         * SymmetricSecurityChannelFactory.cs :
3050           moved WSSecurityHeader and related types to the above.
3051         * SymmetricSecurityChannelListener.cs :
3052           reject SOAP-env-less message.
3054 2006-08-31  Atsushi Enomoto  <atsushi@ximian.com>
3056         * SecurityChannelListener.cs, SymmetricSecurityChannelListener.cs :
3057           renamed former to latter.
3058         * SymmetricSecurityChannelFactory.cs :
3059           create requirements every time. It is also likely that I need
3060           another requirement instance to get service credentials here.
3062 2006-08-30  Atsushi Enomoto  <atsushi@ximian.com>
3064         * SymmetricSecurityBindingElement.cs : make BuildChannelListener()
3065           similar to BuildChannelFactory() (set credentials, issuer binding
3066           context etc.).
3067         * SecurityChannelListener.cs :
3068           more ongoing security support implementation.
3069         * SymmetricSecurityChannelFactory.cs :
3070           moved GetSecurityKey() to SymmetricSecurityRequestChannel.
3072 2006-08-29  Atsushi Enomoto  <atsushi@ximian.com>
3074         * SecurityChannelListener.cs, SymmetricSecurityBindingElement.cs :
3075           Renamed SecurityChannelListener to SymmetricSecurityChannelListener.
3076           Implementation is underway.
3077         * LayeredReplyChannel.cs :
3078           like LayeredRequestChannel, use ChannelListenerBase to provide
3079           default timeouts.
3081 2006-08-29  Atsushi Enomoto  <atsushi@ximian.com>
3083         * MessageHeader.cs : added another implementation type that uses
3084           XmlElement, for buffering purpose.
3085         * MessageImpl.cs : Header item types are user-driven by
3086           MessageHeader.GetHeader<T>(int), so at storing phase just store
3087           nodes as XmlElement.
3088         * MessageHeaders.cs : avoid dumping XmlNode to string to create
3089           another XmlReader.
3091 2006-08-28  Atsushi Enomoto  <atsushi@ximian.com>
3093         * SymmetricSecurityBindingElement.cs : find ClientCredentials from
3094           BindingParameterCollection, not from binding element properties.
3096 2006-08-28  Atsushi Enomoto  <atsushi@ximian.com>
3098         * SecurityChannelFactory.cs, SymmetricSecurityChannelFactory.cs :
3099           renamed former to latter.
3101 2006-08-25  Atsushi Enomoto  <atsushi@ximian.com>
3103         * SecurityBindingElement.cs : SetIssuerBindingContext should also
3104           work for SslSecurityTokenParameters.
3106 2006-08-24  Atsushi Enomoto  <atsushi@ximian.com>
3108         * SecurityBindingElement.cs :
3109           Added SetIssuerBindingContextIfRequired().
3110         * SecurityChannelFactory.cs :
3111           Changed .ctor() arg again, just to receive binding element.
3112         * SymmetricSecurityBindingElement.cs :
3113           Call SetIssuerBindingContextIfRequired() in BuildChannelFactory().
3114           SymmetricSecurityChannelFactory .ctor() arg changes.
3115           "ProtectionTokenParameters" is not passed now.
3117 2006-08-23  Atsushi Enomoto  <atsushi@ximian.com>
3119         * SymmetricSecurityBindingElement.cs : requirements should be
3120           filled at InitializeSecurityTokenParameters as long as possible.
3121           SymmetricSecurityChannelFactory<T> now does not receive
3122           requirements (it now creates one inside it) at .ctor().
3123         * SecurityChannelFactory.cs : remove requirement argument.
3125 2006-08-23  Atsushi Enomoto  <atsushi@ximian.com>
3127         * SymmetricSecurityBindingElement.cs : implemented copy constructor.
3129 2006-08-22  Atsushi Enomoto  <atsushi@ximian.com>
3131         * SymmetricSecurityBindingElement.cs :
3132           MessageSecurityVersion property is of type SecurityTokenVersion.
3133         * SecurityBindingElement.cs :
3134           Implemented CreateSecureConversationBindingElement().
3135           For CreateIssuedTokenBindingElement(), ProtectionTokenParameters is
3136           the argument IssuedSecurityTokenParameters itself.
3138 2006-08-22  Atsushi Enomoto  <atsushi@ximian.com>
3140         * SymmetricSecurityBindingElement.cs :
3141           CreateSecurityTokenManager() can be directly used now. 
3142           Use CallInitializeSecurityTokenRequirement() to fill requirement
3143           properties.
3145 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
3147         * ChannelFactoryBase.cs : GetProperty() is virtual.
3149 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
3151         * SymmetricSecurityBindingElement.cs : in BuildChannelFactory(),
3152           create token manager, token parameters and token requirements,
3153           and fill some requirements.
3154         * TransportBindingElement.cs, HttpTransportBindingElement.cs,
3155           TextMessageEncodingBindingElement.cs : workaround to not throw NIE.
3156         * BindingContext.cs : implemented RemainingBindingElements.
3157           kill "no remaining binding element" error in GetInnerProperty()
3158         * SecurityChannelFactory.cs : now it became 
3159           SymmetricSecurityChannelFactory, thus soon to be renamed.
3160           Several ongoing actual security resolution is on.
3162 2006-08-11  Atsushi Enomoto  <atsushi@ximian.com>
3164         * CommunicationObject.cs :
3165           add GetCommunicationObjectType() and use it.
3166         * ChannelFactoryBase.cs, ChannelListenerBase_1.cs :
3167           use ThrowIfDisposedOrNotOpen().
3168         * LayeredCommunicationObject.cs : have similar ThrowIf...() methods
3169           to CommunicationObject. Make it IDisposable.
3170         * LayeredRequestChannel.cs : use above.
3171         * SecurityChannelFactory.cs : removed state check as it is done at
3172           above class.
3174 2006-08-10  Atsushi Enomoto  <atsushi@ximian.com>
3176         * SecurityBindingElement.cs : (CanBuildChannelFactory and
3177           CanBuildChannelListener) directly dispatch to BindingContext.
3178         * SymmetricSecurityBindingElement.cs : require protection token
3179           parameters before building a channel or a listener.
3180         * ChannelFactoryBase.cs : raise an error when a channel is being
3181           created without opening the factory.
3182         * ChannelListenerBase_1.cs : ditto for the listener.
3183         * SecurityChannelFactory.cs : before sending a request, it must be
3184           opened.
3186 2006-08-07  Atsushi Enomoto  <atsushi@ximian.com>
3188         * MessageBufferImpl.cs : initialize fields.
3189           workaround BufferSize just to return 0.
3190         * MessageImpl.cs : for BodyWriter, don't use DefaultMessageBuffer
3191           which does not support multi time write.
3192         * Message.cs : implemented State.
3194 2006-08-07  Atsushi Enomoto  <atsushi@ximian.com>
3196         * Message.cs : OnGetBodyAttribute() cannot return anything unless it
3197           is consuming XmlReader.
3198           Implemented OnCreateBufferedCopy(), to return XPathMessageBuffer.
3199         * MessageBuffer.cs : implemented CreateNavigator().
3200         * MessageBufferImpl.cs : added XPathMessageBuffer class.
3202         I kinda know that MS heavily depends on binary XmlReader and may have
3203         XPathNavigator implementation based on the binary stuff, but at
3204         least for now we have almost no motivation to mimick it.
3206 2006-08-07  Atsushi Enomoto  <atsushi@ximian.com>
3208         * SecurityChannelFactory.cs : a bit more of security header code.
3210 2006-08-04  Atsushi Enomoto  <atsushi@ximian.com>
3212         * SymmetricSecurityBindingElement.cs :
3213           set default MessageProtectionOrder in every construction.
3215 2006-08-03  Atsushi Enomoto  <atsushi@ximian.com>
3217         * LayeredRequestChannel.cs, SecurityChannelFactory.cs : 
3218           changed to require ChannelFactoryBase to support default timeout.
3219           Made some methods non-virtual. Preparing code to add security
3220           headers (empty yet).
3221         * SecurityBindingElement.cs : implemented several factory methods
3222           that return SymmetricSecurityBindingElement.
3224 2006-08-02  Atsushi Enomoto  <atsushi@ximian.com>
3226         * IStreamUpgradeBindingElement.cs,
3227           StreamUpgradeBindingElement.cs : renamed from former to latter.
3229 2006-08-02  Atsushi Enomoto  <atsushi@ximian.com>
3231         * IStreamUpgradeBindingElement.cs : API update, soon to be renamed.
3233 2006-07-31  Ankit Jain  <jankit@novell.com>
3235         * MessageHeaders.cs (From): Use Constants.WSA1
3236         (MessageId): Implement the same pattern as other properties (From etc).
3238 2006-07-28  Atsushi Enomoto  <atsushi@ximian.com>
3240         * LocalClientSecuritySettings.cs : initialize IdentityVerifier as well.
3241         * SecurityBindingElement.cs : some cosmetic changes.
3243 2006-07-28  Atsushi Enomoto  <atsushi@ximian.com>
3245         * SecurityBindingElement.cs : LocalClientSettings and 
3246           LocalServiceSettings returns an instance for each.
3247         * LocalClientSecuritySettings.cs : initialized fields.
3249 2006-07-28  Atsushi Enomoto  <atsushi@ximian.com>
3251         * LocalClientSecuritySettings.cs : moved from S.SM.Description, and
3252           kinda implemented Clone() just with MemberwiseClone().
3254 2006-07-27  Ankit Jain  <jankit@novell.com>
3256         * MessageHeaders.cs (set_To): Use Uri.AbsoluteUri .
3257         * MessageHeader.cs (knownTypes): New. Known type array containing
3258         EndpointAddress10.
3259         (CreateHeader): Use knownTypes with the DataContractSerializer .ctor
3261 2006-07-21  Atsushi Enomoto  <atsushi@ximian.com>
3263         * LayeredRequestChannel.cs, LayeredReplyChannel.cs,
3264           LayeredCommunicationObject.cs,
3265           SecurityChannelFactory.cs, SecurityChannelListener.cs :
3266           new files to support security channels, though right now they
3267           just pass inner channels through.
3268         * SymmetricSecurityBindingElement.cs : use above.
3270 2006-07-21  Atsushi Enomoto  <atsushi@ximian.com>
3272         * AsymmetricSecurityBindingElement.cs,
3273           SymmetricSecurityBindingElement.cs :
3274           Default SecurityTokenParameters is null.
3276 2006-07-20  Atsushi Enomoto  <atsushi@ximian.com>
3278         * AsymmetricSecurityBindingElement.cs : remove NotImpl for now.
3280 2006-07-20  Atsushi Enomoto  <atsushi@ximian.com>
3282         * Message.cs : When EnvelopeVersion is None, don't write SOAP
3283           envelope.
3284         * MessageHeader.cs : don't write headers when EnvelopeVersion is None.
3285         * MessageHeaders.cs : When EnvelopeVersion is None, don't output
3286           headers. When AddressingVersion is None, don't output addressing
3287           headers as well, except for Action which is still needed by
3288           service dispatcher.
3290 2006-07-20  Atsushi Enomoto  <atsushi@ximian.com>
3292         * MessageHeaders.cs : changed specific properties to find it from
3293           headers as Action property does (local variables won't be set by
3294           setter). Cache serializers. Check null serializer arguments.
3295           For EndpointAddress, GetHeader<T>() shouldn't use serializer.
3297 2006-07-19  Atsushi Enomoto  <atsushi@ximian.com>
3299         * MessageHeader.cs : WriteTo() should treat EndpointAddress to not
3300           use XmlObjectSerializer (since it is not data contract type).
3302 2006-07-18  Atsushi Enomoto  <atsushi@ximian.com>
3304         * MessageImpl.cs : Improved ReadHeaders().
3305           For certain header items, use EndpointAddress.ReadFrom().
3307 2006-07-18  Atsushi Enomoto  <atsushi@ximian.com>
3309         * AsymmetricSecurityBindingElement.cs :
3310           it is not ISecurityCapabilities anymore.
3312 2006-07-18  Atsushi Enomoto  <atsushi@ximian.com>
3314         * MessageVersion.cs : added None.
3316 2006-07-14  Atsushi Enomoto  <atsushi@ximian.com>
3318         * Message.cs : GetReaderAtBodyContents() implementation using
3319           writer methods.
3321 2006-07-13  Atsushi Enomoto  <atsushi@ximian.com>
3323         * Message.cs : CreateMessage(version,action,xmlReader) incorrectly
3324           used MessageVersion.Default.
3326 2006-07-12  Duncan Mak  <duncan@novell.com>
3328         * MessageBuffer.cs (MessageContentType): Return
3329         "application/soap+msbin1".
3331         * MessageImpl.cs (EmptyMessage.OnCreateBufferedCopy):
3332         (SimpleMessage.OnCreateBufferedCopy):
3333         (XmlReaderMessage.OnCreateBufferedCopy): Hook up with the new
3334         MessageBuffer implementations.
3336         * MessageBufferImpl.cs: Concrete implmentations for MessageBuffer.
3337         (DefaultMessageBuffer): Used by EmptyMessage and SimpleMessage.
3338         (XmlReaderMessageBuffer): Used by XmlReaderMessage.
3340 2006-07-12  Atsushi Enomoto  <atsushi@ximian.com>
3342         * MessageImpl.cs : Action should be added in request messages. Omit
3343           it only in reply message, thus moved to dispatcher logic.
3345 2006-07-12  Ankit Jain  <jankit@novell.com>
3347         * HttpRequestChannel.cs (HttpRequestChannel.Request): Workaround for a
3348         bug in WebConnectionStream.
3349         * MessageHeaders.cs (MessageHeaders.From):
3350         (MessageHeaders.ReplyTo):
3351         (MessageHeaders.To): Add the corresponding MessageHeader on set.
3353 2006-07-11  Atsushi Enomoto  <atsushi@ximian.com>
3355         * MessageImpl.cs : when AddressingVersion is None (e.g. POX), don't
3356           add SOAP Action to the response at any time.
3358 2006-07-10  Atsushi Enomoto  <atsushi@ximian.com>
3360         * SymmetricSecurityBindingElement.cs,
3361           SecurityBindingElement.cs : They are not ISecurityCapabilities now.
3362           Implemented .ctor() and some properties.
3364 2006-07-10  Atsushi Enomoto  <atsushi@ximian.com>
3366         * TransactionFlowBindingElement.cs : new file.
3367         * HttpTransportBindingElement.cs : added missing KeepAliveEnabled.
3369 2006-07-06  Atsushi Enomoto  <atsushi@ximian.com>
3371         * MessageFault.cs :
3372           DefaultAction vanished. CreateFault() now takes bufferSize arg.
3373         * MessageHeaders.cs : ArgumentException -> MessageHeaderException.
3374         * AddressingVersion.cs : added None. Equals() and GetHashCode()
3375           vanished (there is anyways no way to instantiate this type).
3376         * MessageVersion.cs : added Soap11 and Soap12.
3377         * TextMessageEncoder.cs : silly quotation mark wrapper disappeared
3378           in June CTP. goodie.
3380 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
3382         * MtomMessageEncoder.cs, BinaryMessageEncoder.cs, Message.cs :
3383           removed some vanished CreateMessage() overloads.
3385 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
3387         * CustomBinding.cs, HttpsTransportBindingElement.cs, 
3388           HttpTransportBindingElement.cs :
3389           They are not ISecurityCapabilities anymore.
3390           Modified code to match June CTP behavior.
3392 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
3394         * StreamSecurityUpgradeProvider.cs : Identity -> EndpointIdentity.
3396 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
3398         * EmptyFaultException.cs : removed unused code.
3399         * IRequestContext.cs, RequestContext.cs : renamed former to latter.
3401 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
3403         * LayeredChannelFactory.cs : removed obsolete class.
3404         * ChannelFactoryBase.cs, HttpChannelFactory.cs,
3405           ChannelListenerBase.cs, HttpChannelListener.cs,
3406           HttpReplyChannel.cs, ChannelManagerBase.cs :
3407           all those changes were brought by ChannelManagerBase changes.
3409 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
3411         * ReplyChannelBase.cs, HttpChannelFactory.cs, ChannelBase.cs
3412           CommunicationObject.cs, HttpChannelListener.cs,
3413           ChannelFactoryBase.cs :
3414           CommunicationObject abstract changes brought this madness.
3416 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
3418         * BindingContext.cs : listenUri address parameters could be null in
3419           June CTP.
3421 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
3423         * IRequestContext.cs :
3424           Now it became a class. File renaming will follow soon.
3425         * IChannelFactory.cs, IInputChannel.cs, IReplyChannel.cs,
3426           IDuplexChannel.cs, IDuplexSessionChannel.cs,
3427           IOutputChannel.cs, IOutputSessionChannel.cs,
3428           IRequestChannel.cs, IRequestSessionChannel.cs :
3429           They are not IDisposable anymore.
3430           For IReplyChannel, IRequestContext -> RequestContext.
3431         * IChannelListener.cs : removed Identity. Added GetProperty().
3432         * ChannelListenerBase.cs, ChannelListenerBase.cs,
3433           ReplyChannelBase.cs, HttpReplyChannel.cs :
3434           Several members disappeared, and dependent changes.
3435         * HttpTransportBindingElement.cs,
3436           HttpChannelListener.cs, :
3437           ChannelListenerBase.SharedChannelListener vanished.
3439 2006-07-05  Atsushi Enomoto  <atsushi@ximian.com>
3441         * MessageEncodingBindingElement.cs
3442           MtomMessageEncodingBindingElement.cs,
3443           TextMessageEncodingBindingElement.cs,
3444           BinaryMessageEncodingBindingElement.cs :
3445           June CTP updates: AddressingVersion -> MessageVersion.
3446         * Binding.cs : June CTP. MessageVersion is added.
3447         * ChannelBase.cs, BindingContext.cs, IChannel.cs
3448           ChannelListenerBase_1.cs,
3449           ChannelListenerBase.cs, IChannelListener.cs,
3450           IChannelFactory.cs,
3451           ChannelFactoryBase.cs, ChannelManagerBase.cs :
3452           June CTP. Several interface changes.
3453         * HttpTransportBindingElement.cs : June CTP. HttpMappingMode is gone.
3454         * IChannelManager.cs, LayeredChannelListener.cs,
3455           GenericWrapperChannelFactory.cs,
3456           GenericWrapperChannelListener.cs : They are not used anymore.
3458 2006-07-04  Atsushi Enomoto  <atsushi@ximian.com>
3460         * MtomMessageEncoder.cs, BinaryMessageEncoder.cs :
3461           sync fix with June CTP API updates.
3463 2006-07-03  Ankit Jain  <jankit@novell.com>
3465         * MessageEncodingBindingElementConverter.cs:
3466         * StandardBindingConverter.cs:
3467         * TransportBindingElementConverter.cs:
3468         * TransactionFlowBindingElementConverter.cs:
3469         * ReliableSessionBindingElementConverter.cs:
3470         * SecurityBindingElementConverter.cs:
3471         Rename *Converter.cs to *Importer.cs
3473         * TransferMode.cs: Move to System.ServiceModel
3475 2006-06-22  Atsushi Enomoto  <atsushi@ximian.com>
3477         * CommunicationObject.cs : make sure to change State before
3478           OnClosing/OnClosed/OnOpening/OnOpened when they are overriden.
3480 2006-06-20  Atsushi Enomoto  <atsushi@ximian.com>
3482         * Message.cs : output WSAddressing xmlns only when Action is
3483           specified (To should be affected, but seems like it is ignored).
3485 2006-06-20  Atsushi Enomoto  <atsushi@ximian.com>
3487         * MessageImpl.cs : don't set Action when it is null.
3489 2006-06-12  Ankit Jain  <jankit@novell.com>
3491         * TransportBindingElementConverter.cs (ImportEndpoint): Implement.
3493 2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>
3495         * SecurityBindingElement.cs, SecurityBindingElementConverter.cs :
3496           some updated API fixes.
3498 2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>
3500         * EnvelopeVersion.cs : moved back to S.SM.
3502 2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>
3504         * IBindingManualAddressing.cs : vanished in beta2.
3505         * HostedTransportConfiguration.cs, EnvelopeVersion.cs,
3506           LocalClientSecuritySettings.cs, LocalServiceSecuritySettings.cs :
3507           namespace changes.
3508         * SecurityBindingElement.cs :
3509           SecurityStandardsManager -> SecurityTokenSerializer.
3511 2006-05-29  Atsushi Enomoto  <atsushi@ximian.com>
3513         * XmlSerializerBodyWriter.cs : new file to handle 
3514           TypedMessageConverter.ToMessage().
3516 2006-04-26  Ankit Jain  <jankit@novell.com>
3518         * TransportBindingElementConverter.cs (BeforeImport): Remove
3519         NotImplementedException.
3520         (ImportContract): Likewise.
3521         * CustomBinding.cs (.ctor): Use scheme from the binding parameter.
3523 2006-04-14  Atsushi Enomoto  <atsushi@ximian.com>
3525         * HttpRequestChannel.cs, HttpChannelFactory.cs : message encoder 
3526           being used was not reflecting that of Binding elements.
3528 2006-04-07  Atsushi Enomoto  <atsushi@ximian.com>
3530         * HttpReplyChannel.cs : when SOAP action is not set as a header item,
3531           just assume that it is in the message.
3533 2006-04-06  Atsushi Enomoto  <atsushi@ximian.com>
3535         * HttpReplyChannel.cs : actually HTTP header item might be null.
3537 2006-04-06  Atsushi Enomoto  <atsushi@ximian.com>
3539         * HttpReplyChannel.cs : under SOAP 1.1 SOAP Action is sent as HTTP
3540           header.
3542 2006-04-06  Atsushi Enomoto  <atsushi@ximian.com>
3544         * TextMessageEncoder.cs : for SOAP 1.1 content type is text/xml.
3546 2006-04-06  Atsushi Enomoto  <atsushi@ximian.com>
3548         * MessageFault.cs : Fixed SOAP12 reason output.
3550 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
3552         * HttpReplyChannel.cs : no need to set response ContentEncoding since
3553           MessageEncoder.ContentType explicitly contains encoding.
3554         * AddressingVersion.cs : added ActionNotSupported property. Not sure
3555           if it is SOAP version dependent.
3557 2006-03-23  Atsushi Enomoto  <atsushi@ximian.com>
3559         * HttpReplyChannel.cs : actually I could just workaround bug #77816.
3561 2006-03-16  Atsushi Enomoto  <atsushi@ximian.com>
3563         * HttpChannelFactory.cs BindingContext.cs
3564           HttpChannelListener.cs HttpTransportBindingElement.cs :
3565           Now BindingContext holds MessageEncoder, and non-custom
3566           channel factory/listener should use it.
3567         * MtomMessageEncodingBindingElement.cs
3568           TextMessageEncodingBindingElement.cs
3569           BinaryMessageEncodingBindingElement.cs : BuildChannelFactory()/
3570           -Listener() now sets internal BindingContext.MessageEncoder.
3571           Fixed some public API.
3573 2006-03-15  Atsushi Enomoto  <atsushi@ximian.com>
3575         * BindingContext.cs : CanBuildChannelXXX() should not raise error
3576           for insufficient elements.
3577         * DispatchRuntime.cs : OperationDescription name is not action. So
3578           OperationSelector is created by name, not by action.
3579         * TextMessageEncodingBindingElement.cs : Feb. CTP API fixes.
3581 2006-03-14  Atsushi Enomoto  <atsushi@ximian.com>
3583         * MessageFaultBodyWriter.cs
3584           XmlReaderBodyWriter.cs
3585           XmlObjectSerializerBodyWriter.cs : made internal.
3586         * SecurityBindingElement.cs
3587           AsymmetricSecurityBindingElement.cs
3588           SymmetricSecurityBindingElement.cs : API fixes.
3589         * TransportBindingElementConverter.cs : ditto.
3590         * TextMessageEncodingBindingElement.cs : added set_AddressingVersion.
3591         * WindowsStreamSecurityBindingElement.cs
3592           SslStreamSecurityBindingElement.cs
3593           TransportSecurityBindingElement.cs : new files.
3595 2006-03-14  Atsushi Enomoto  <atsushi@ximian.com>
3597         * MessageImpl.cs : according to the W3C REC, mustUnderstand when
3598           reading can be any xs:boolean value.
3600 2006-03-14  Atsushi Enomoto  <atsushi@ximian.com>
3602         * Message.cs MessageImpl.cs : more sorting out the role of each
3603           write method.
3604         * MessageHeader.cs : use envelope namespace, not addressing namespace.
3606 2006-03-14  Atsushi Enomoto  <atsushi@ximian.com>
3608         * Message.cs : don't write body contents if it is empty.
3609           Moved WriteStartElement(,"Header",) to OnWriteStartHeaders().
3610         * MessageImpl.cs : implemented XmlReaderMessage.OnWriteBodyContents().
3611         * TextMessageEncoder.cs : WriteMessage() should close XmlWriter.
3612         * HttpRequestChannel.cs : close request stream before GetResponse().
3614 2006-03-13  Atsushi Enomoto  <atsushi@ximian.com>
3616         * TextMessageEncoderFactory.cs
3617           TextMessageEncoder.cs : encoder does not hold reference to the
3618           factory anymore. Use MessageVersion property in CreateMssage().
3619         * HttpChannelListener.cs : now it holds message encoder.
3620         * HttpReplyChannel.cs : now it uses listener's shared message encoder.
3621         * MessageImpl.cs : header is optional.
3622         * EnvelopeVersion.cs : namespace URI is missing.
3624 2006-03-10  Atsushi Enomoto  <atsushi@ximian.com>
3626         * CustomBinding.cs : removed Initialize().
3627         * Message.cs : renamed ForwardingMessage -> XmlReaderMessage.
3628         * MessageImpl.cs : renamed ForwardingMessage to XmlReaderMessage (used
3629           by Message.CreateMessage(MessageVersion,XmlReader,int) and
3630           implemented Headers, IsEmpty and GetReaderAtBodyContents().
3632 2006-03-08  Atsushi Enomoto  <atsushi@ximian.com>
3634         * MessageHeaders.cs : implemented GetReaderAtHeader() and Action (it
3635           could be also added by Add() method and could be reset by Remove()).
3636         * MessageImpl.cs : implemented more. As noted above, Now we don't 
3637           have to add Action header explicitly.
3638         * MessageHeader.cs : recovered Writer methods and ToString() from
3639           commented old version. Use prefixes for writing.
3640           Use WriteObjectContent() rather than WriteObject() (it needs
3641           DataContractSerializer fix btw).
3643 2006-03-08  Atsushi Enomoto  <atsushi@ximian.com>
3645         * MessageHeader.cs : added missing IsReferenceParameter.
3646         * MessageHeaderInfo.cs : added missing IsReferenceParameter.
3647         * MessageHeaders.cs : avoid NullRef when actors is null.
3648         * MessageImpl.cs : (MessageImplBase) add Action header in .ctor().
3649           (ForwardingMessage) reader consumer is being added (not done).
3650         * MtomMessageEncodingBindingElement.cs : simply use Mtom factory.
3651         * MtomMessageEncoder.cs : updated ContentType value to Feb. CTP.
3652         * HttpRequestChannel.cs : this channel automatically call Open()
3653           when Request() is called. Set content length for request.
3654           Use MessageEncoder's ContentType to also handle charset.
3656 2006-03-07  Atsushi Enomoto  <atsushi@ximian.com>
3658         * MessageImpl.cs : make them internal.
3659         * HttpReplyChannel.cs : set HttpListenerResponse properties correctly.
3661 2006-03-07  Atsushi Enomoto  <atsushi@ximian.com>
3663         * ChannelManagerBase.cs : cleanup MonoTODO and unused field.
3664         * HttpChannelListener.cs : removed commented line.
3665         * RequestChannelBase.cs : new base class for request channel classes.
3666         * ChannelListenerBase.cs : OnEndClose() is rather NotImplemented yet.
3667         * HttpReplyChannel.cs : WaitHandle accepts limited timeout value.
3668         * Message.cs : default IsEmpty and IsFault false by default.
3669         * LayeredChannelListener.cs : removed Uri (no chance to set).
3670         * ChannelBase.cs : reimplemented timeout properties.
3671         * HttpRequestChannel.cs : now it is mostly based on
3672           RequestChannelBase. Some more attempt to implement Request().
3674 2006-03-07  Atsushi Enomoto  <atsushi@ximian.com>
3676         * Binding.cs CustomBinding.cs : removed OnApplyConfiguration() and
3677           OnInitialize(). Added more BuildChannelListener() overloads.
3679 2006-03-06  Atsushi Enomoto  <atsushi@ximian.com>
3681         * Binding.cs : added some more missing members especially to support
3682           listener creation.
3683         * HttpChannelListener.cs : Uri should not be null.
3684         * HttpTransportBindingElement.cs : implemented
3685           CanBuildChannelFactory() and CanBuildChannelListener().
3686         * ServiceHostBase.cs : make Initialize() practically work at OnOpen().
3688 2006-03-06  Atsushi Enomoto  <atsushi@ximian.com>
3690         * Binding.cs : updated default namespace property value to Feb. CTP.
3692 2006-03-03  Atsushi Enomoto  <atsushi@ximian.com>
3694         * AddressHeader.cs : avoid null reference when value is null.
3695         * BindingContext.cs : check null ListenUri args.
3697 2006-03-03  Atsushi Enomoto  <atsushi@ximian.com>
3699         * MessageFault.cs : Fixed default action name. Null arg check.
3701 2006-03-03  Atsushi Enomoto  <atsushi@ximian.com>
3703         * BindingElement.cs : Dequeue elements in BindingContext directly.
3704         * BindingContext.cs : Added GetProperty<T>().
3705         * GenericWrapperChannelFactory.cs GenericWrapperChannelListener.cs :
3706           Now we don't need these extra classes, so marked as deprecated.
3708 2006-03-03  Atsushi Enomoto  <atsushi@ximian.com>
3710         * Binding.cs : null arg check.
3711         * AddressingVersion.cs : fixed constants to pass the tests.
3712         * BindingElement.cs : tiny meessage fix.
3714 2006-03-02  Atsushi Enomoto  <atsushi@ximian.com>
3716         * MessageEncodingBindingElement.cs
3717           BinaryMessageEncodingBindingElement.cs
3718           TextMessageEncodingBindingElement.cs
3719           MtomMessageEncodingBindingElement.cs
3720           MessageEncodingBindingElementConverter.cs : several API fixes.
3721         * BindingElement.cs : now if we use generic wrapper it causes
3722           infinite loop, so for now replace it with most-possible-but-
3723           untested logic.
3725 2006-03-02  Atsushi Enomoto  <atsushi@ximian.com>
3727         (back to normal "record-ChangeLogs" mode after the big API change mess)
3728         * HttpTransportBindingElement.cs : fixed minor API differences.
3730 2006-02-23  Atsushi Enomoto  <atsushi@ximian.com>
3732         * AsymmetricSecurityBindingElement.cs SecurityBindingElement.cs
3733           SymmetricSecurityBindingElement.cs :
3734           Dependent fixes for System.IdentityModel reorgainzation.
3736 2006-02-23  Atsushi Enomoto  <atsushi@ximian.com>
3738         * InputChannelBase.cs.notused IInputSession.cs IOutputSession.cs
3739           IProxyFormatter.cs WSHttpBindingBase.cs 
3740           PnrpPeerResolverBindingElement.cs IMessageHeaderInfo.cs
3741           MessageInterceptorEventArgs.cs WSHttpBinding.cs
3742           WSFederationBinding.cs ISessionChannel.cs
3743           CompositeDuplexBindingElement.cs MessageVersion.cs
3744           MessageHeader.cs IRequestSessionChannel.cs 
3745           BindingElementCollection.cs IReplySessionChannel.cs
3746           MessageProperties.cs IDuplexClientChannel.cs
3747           IInputSessionChannel.cs MessageImpl.cs IDuplexSessionChannel.cs
3748           TcpTransportBindingElement.cs EmptyFaultException.cs
3749           IBindingRuntimePreferences.cs AddressHeaderCollection.cs
3750           IStubFormatter.cs AsymmetricSecurityBindingElement.cs
3751           ConnectionOrientedTransportBindingElement.cs
3752           IProxyOperationSelector.cs MessageBuffer.cs IChannel.cs
3753           PeerResolverBindingElement.cs Message.cs
3754           HttpsTransportBindingElement.cs BindingElement.cs
3755           NamedPipetransportBindingElement.cs IBindingManualAddressing.cs
3756           MessageFaultBodyWriter.cs IReplyChannel.cs
3757           IBindingCapabilities.cs AddressHeader.cs IInputChannel.cs
3758           IMessageProperty.cs IOutputChannel.cs NetPeerTcpBinding.cs
3759           IRequestContext.cs IInputSessionShutdown.cs
3760           SecurityBindingElement.cs PeerTransportBindingElement.cs
3761           IDuplexSession.cs IChannelInitializer.cs
3762           IProxyMessageInspector.cs IChannelListener.cs NetTcpBinding.cs
3763           AddressingVersion.cs FaultException.cs
3764           IRequestChannel.cs MtomMessageEncodingBindingElement.cs
3765           TransportBindingElement.cs BinaryMessageEncodingBindingElement.cs
3766           TextMessageEncodingBindingElement.cs IChannelFactory.cs Binding.cs
3767           ITransportBindingElement.cs IChannelManager.cs MessageFault.cs
3768           MessageHeaders.cs IStubMessageInspector.cs UnderstoodHeaders.cs
3769           BindingParameterCollection.cs IInstanceProvider.cs
3770           WSDualHttpBinding.cs ISession.cs IErrorHandler.cs
3771           MessageEncodingBindingElement.cs HttpTransportBindingElement.cs
3772           IDuplexChannel.cs CustomBinding.cs IOutputSessionChannel.cs
3773           MessageContractAttribute.cs SymmetricSecurityBindingElement.cs :
3774           moved from System.ServiceModel due to the API changes.
3776 2006-02-23  Atsushi Enomoto  <atsushi@ximian.com>
3778         * ChannelFactoryBase.cs ChannelListenerBase.cs HttpChannelFactory.cs
3779           HttpChannelListener.cs HttpRequestChannel.cs
3780           LayeredChannelListener.cs PeerMessagePropagationFilter.cs
3781           PeerNode.cs ReplyChannelBase.cs :
3782           Feb. CTP API changes - chapter 1.
3784 2006-02-15  Atsushi Enomoto  <atsushi@ximian.com>
3786         * ChannelBase.cs : OnOpen() and OnClosed() do nothing.
3787         * ReplyChannelBase.cs : now it is based on ChannelBase.
3788         * ChannelListenerBase_1.cs : use DefaultCommunicationTimeouts.Instance
3789           and check null argument in .ctor().
3790         * HttpReplyChannel.cs : several changes.
3791           Non-async members are mostly implemented.
3792         * HttpChannelListener.cs : no need to receive 
3793           IDefaultCommunicationTimeouts.
3794         * HttpRequestChannel.cs : maxSizeOfHeaders is used in MessageHeaders
3795           to allocate buffer array and int.MaxValue causes OutOfMemory.
3797 2006-02-15  Atsushi Enomoto  <atsushi@ximian.com>
3799         * ClientFramingDecoderState.cs : added missing enum.
3800         * HttpRequestMessageProperty.cs HttpResponseMessageProperty.cs :
3801           added missing bits.
3802         * ChannelBase.cs, LayeredChannelListener.cs : tiny API fixes.
3804 2006-02-15  Atsushi Enomoto  <atsushi@ximian.com>
3806         * HttpChannelListener.cs : Added GetChannels() and OnClose().
3807           AcceptChannel() has some code now but it needs more love.
3809 2006-02-14  Atsushi Enomoto  <atsushi@ximian.com>
3811         * CommunicationObject.cs : Close() does not call Begin/EndClose().
3812         * ChannelManagerBase.cs : implemented AbortChannel and CloseChannel.
3813         * ChannelListenerBase.cs : implemented OnAbort and OnClose.
3815 2006-02-10  Atsushi Enomoto  <atsushi@ximian.com>
3817         * HttpRequestChannel.cs : close the streams.
3818         * HttpListener.cs
3819           HttpChannelListener.cs : renamed from former to latter.
3821 2006-02-09  Atsushi Enomoto  <atsushi@ximian.com>
3823         * ReplyChannelBase.cs : new file for IReplyChannel implementations.
3824         * HttpReplyChannel.cs : new file for HTTP IReplyChannel.
3825         * HttpListenerFactory.cs : removed obsolete file.
3826         * HttpListener.cs : hacky WaitForChannel and AcceptChannel.
3827         * ChannelListenerBase_1.cs : implemented virtual stuff.
3828         * CommunicationObject.cs : Open() should not call BeginOpen() and
3829           EndOpen(). Instead, invoke events individually.
3830         * ChannelListenerBase.cs : its Open() is WaitForChannel().
3832 2006-02-08  Atsushi Enomoto  <atsushi@ximian.com>
3834         * HttpRequestChannel.cs : call Flush() after serializing message
3835           into HTTP stream.
3837 2006-02-08  Atsushi Enomoto  <atsushi@ximian.com>
3839         * HttpRequestChannel.cs : implemented pretty hacky Request().
3841 2006-02-02  Atsushi Enomoto  <atsushi@ximian.com>
3843         * HttpRequestChannel.cs : Manager is HttpChannelFactory.
3845 2006-02-01  Atsushi Enomoto  <atsushi@ximian.com>
3847         * ChannelFactoryBase.cs : removed some NotImplementedException for
3848           further internal implementation.
3850 2006-01-26  Atsushi Enomoto  <atsushi@ximian.com>
3852         * HttpRequestChannel.cs : new file. mostly not implemented.
3853         * HttpChannelFactory.cs : Implemented CanCreateChannel().
3854           Partly implemented CreateChannel().
3856 2006-01-26  Atsushi Enomoto  <atsushi@ximian.com>
3858         * HttpChannelFactory.cs : (.ctor())
3859           Don't take ChannelBuildContext.
3861 2005-11-21  Atsushi Enomoto  <atsushi@ximian.com>
3863         * StreamSecurityUpgradeInitiator.cs PeerMessageOrigination.cs
3864           ChannelBase.cs StreamSecurityUpgradeAcceptor.cs
3865           PeerMessagePropagation.cs : updated to Nov. CTP.
3867 2005-11-21  Atsushi Enomoto  <atsushi@ximian.com>
3869         * ChannelListenerBase.cs, ChannelManagerBase.cs,
3870           ChannelListenerBase_1.cs, LayeredChannelListener.cs,
3871           StreamSecurityUpgradeAcceptor.cs,
3872           StreamSecurityUpgradeInitiator.cs :
3873           Updated to Nov. CTP API.
3875 2005-11-21  Atsushi Enomoto  <atsushi@ximian.com>
3877         Now we can rename ListenerFactoryBase.cs to ChannelListenerBase.cs.
3879 2005-11-21  Atsushi Enomoto  <atsushi@ximian.com>
3881         renamed ChannelListenerBase.cs to ChannelListenerBase_1.cs.
3883 2005-11-21  Atsushi Enomoto  <atsushi@ximian.com>
3885         * ChannelBase.cs : tiny filename fix.
3886         * ChannelListenerBase.cs : added more .ctor()s.
3888 2005-11-21  Atsushi Enomoto  <atsushi@ximian.com>
3890         * HttpListenerFactory.cs LayeredChannelListener.cs HttpListener.cs
3891           ListenerFactoryBase.cs ChannelListenerBase.cs :
3892           updated IListener related stuff to Nov. CTP.
3893           file renaming will come soon.
3895 2005-11-21  Atsushi Enomoto  <atsushi@ximian.com>
3897         * ListenerBase.cs, ChannelListenerBase.cs :
3898           moved from former to latter.
3899         * LayeredListenerFactory.cs, LayeredChannelListener.cs :
3900           moved from former to latter.
3902 2005-11-20  Atsushi Enomoto  <atsushi@ximian.com>
3904         * SessionFaultedException.cs : removed in Nov. CTP
3906 2005-11-20  Atsushi Enomoto  <atsushi@ximian.com>
3908         * CommunicationObject.cs : updated to Nov. CTP.
3909         * SessionFaultedException.cs : removed (in Nov. CTP)
3911 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
3913         * TextMessageEncoder.cs : kinda implemented (untested; Message is not
3914           working).
3916 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
3918         * MtomMessageEncoder.cs, BinaryMessageEncoderFactory.cs,
3919           TextMessageEncoderFactory.cs, BinaryMessageEncoder.cs,
3920           TextMessageEncoder.cs, MtomMessageEncoderFactory.cs : new files.
3921         * MessageEncoder.cs : largely implemented.
3923 2005-11-02  Atsushi Enomoto  <atsushi@ximian.com>
3925         * IRequestReplyCorrelator.cs : new file.
3927 2005-11-02  Atsushi Enomoto  <atsushi@ximian.com>
3929         * CommunicationObject.cs : OnClose() and OnError() are not virtual.
3930         * DirectionalAction.cs : implemented IComparable<DirectionalAction>.
3931         * MessageEncoder.cs : added misssing ToString().
3933 2005-11-02  Atsushi Enomoto  <atsushi@ximian.com>
3935         * ChannelBehaviorCollection.cs : moved to sys.sm.
3937 2005-10-28  Atsushi Enomoto  <atsushi@ximian.com>
3939         * HttpListenerFactory.cs, HttpListener.cs : new files.
3940         * ListenerFactoryBase.cs, ChannelManagerBase.cs,
3941           CommunicationObject.cs, ChannelFactoryBase.cs,
3942           StreamUpgradeProvider.cs, ChannelBase.cs : timeouts are now
3943           protected internal.
3944         * CommunicationObject.cs : Aborted is bool. Added InternalClose()
3945         * ListenerFactoryBase.cs : kinda implemented GetListeners().
3947 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
3949         * ListenerFactoryBase.cs : some implementation.
3951 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
3953         * CommunicationObject.cs : more state fixes.
3955 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
3957         * CommunicationObject.cs : some state machine fixes.
3959 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
3961         * PeerNode.cs, ChannelManagerBase.cs :
3962           several API fixes detected by improved corcompare.
3964 2005-10-25  Atsushi Enomoto  <atsushi@ximian.com>
3966         * LayeredListenerFactory.cs : added missing generic class constraint.
3968 2005-10-25  Atsushi Enomoto  <atsushi@ximian.com>
3970         * ListenerFactoryBase.cs,
3971           ListenerBase.cs : class constraints were missing for generic args.
3973 2005-10-24  Atsushi Enomoto  <atsushi@ximian.com>
3975         * StreamUpgradeInitiator.cs : tiny API fix.
3977 2005-10-23  Atsushi Enomoto  <atsushi@ximian.com>
3979         * PeerMessagePropagationFilter.cs : tiny build fix.
3981 2005-10-23  Atsushi Enomoto  <atsushi@ximian.com>
3983         * HttpRequestMessageProperty.cs, HttpResponseMessageProperty.cs :
3984           added Name. fixed StatusCode type.
3985         * StreamSecurityUpgradeInitiator.cs, StreamUpgradeAcceptor.cs,
3986           PeerNode.cs, StreamSecurityUpgradeAcceptor.cs,
3987           StreamUpgradeProvider.cs, StreamUpgradeInitiator.cs,
3988           DirectionalAction.cs, HostedTransportConfiguration.cs,
3989           StreamSecurityUpgradeProvider.cs, SessionFaultedException.cs,
3990           PeerMessagePropagationFilter.cs : added missing files.
3991         * Dummy.cs : removed. MSMQ stuff can be added later.
3993 2005-10-21  Atsushi Enomoto  <atsushi@ximian.com>
3995         * DeliveryStatus.cs, DeliveryFailure.cs,
3996           HttpRequestMessageProperty.cs, PeerMessageOrigination.cs,
3997           PeerMessagePropagation.cs, HttpResponseMessageProperty.cs :
3998           new files.
3999         * Dummy.cs : removed above.
4001 2005-10-18  Atsushi Enomoto  <atsushi@ximian.com>
4003         * ChannelFactoryBase.cs : tiny .ctor() delegation fix.
4005 2005-10-09  Atsushi Enomoto  <atsushi@ximian.com>
4007         * MessageEncoderFactory.cs, LayeredListenerFactory.cs,
4008           MessageEncoder.cs, BufferManager.cs : new files.
4009         * Dummy.cs : removed above.
4011 2005-10-09  Atsushi Enomoto  <atsushi@ximian.com>
4013         * ChannelBase.cs, ChannelBehaviorCollection.cs : new channel files.
4014         * Dummy.cs : removed above.
4015         * CommunicationObject.cs, ListenerFactoryBase.cs : added missing bits.
4017 2005-10-09  Atsushi Enomoto  <atsushi@ximian.com>
4019         * HttpChannelFactory.cs : new file.
4021 2005-10-08  Atsushi Enomoto  <atsushi@ximian.com>
4023         * IReplyChannel.cs, IRequestContext.cs, IRequestChannel.cs:
4024           moved to ../System.ServiceModel (correct location).
4025         * ChannelFactoryBase.cs, LayeredChannelFactory.cs, TransferMode.cs:
4026           new files for channels.
4027         * Dummy.cs : reflected above changes.
4028         * ChannelManagerBase.cs : added a bit of code and todos.
4030 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
4032         * ChannelManagerBase.cs, ListenerBase.cs, ListenerFactoryBase.cs :
4033           added listener support files.
4034         * Dummy.cs : removed above.
4036 2005-10-03  Atsushi Enomoto  <atsushi@ximian.com>
4038         * IReplyChannel.cs, IRequestContext.cs, IRequestChannel.cs :
4039           added request/reply channel interfaces.
4040         * Dummy.cs : removed above.
4041         * CommunicationObject.cs : FIXME comments.
4043 2005-10-03  Atsushi Enomoto  <atsushi@ximian.com>
4045         * CommunicationObject.cs : implemented some members.
4047 2005-09-29  Atsushi Enomoto  <atsushi@ximian.com>
4049         * CommunicationObject.cs : some signature fixes.