In .:
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 21 Jul 2010 13:36:35 +0000 (13:36 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 21 Jul 2010 13:36:35 +0000 (13:36 -0000)
commit9c8cb87fe336e678e9023b125f62e0109849c28f
treeed5c4f1ddf52c6e463f55e8c8462373fb131dc4d
parentb647abaadc159add6b1a33b3f8981122f877634d
In .:
2010-07-21  Sebastien Pouliot  <sebastien@ximian.com>

* Makefile: Ensure SECURITY_DEP gets defined in our moonlight
raw profile

In System.Net:
2010-07-21  Sebastien Pouliot  <sebastien@ximian.com>

* ServicePointManager.cs: Add special validation for Moonlight
* WebConnection.cs: Change a define to NET_2_1

In System.Net.Security:
2010-07-21  Sebastien Pouliot  <sebastien@ximian.com>

* LocalCertificateSelectionCallback.cs:
* SslStream.cs:
Don't use alias in moonlight build (not needed and breaks
compilation otherwise)

svn path=/trunk/mcs/; revision=160675
mcs/class/System/ChangeLog
mcs/class/System/Makefile
mcs/class/System/System.Net.Security/ChangeLog
mcs/class/System/System.Net.Security/LocalCertificateSelectionCallback.cs
mcs/class/System/System.Net.Security/SslStream.cs
mcs/class/System/System.Net/ChangeLog
mcs/class/System/System.Net/ServicePointManager.cs
mcs/class/System/System.Net/WebConnection.cs