summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-01-18 07:09:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-01-18 07:09:28 +0000
commit65d4c821b03d81cbbdb95da380e4bc03c7321521 (patch)
tree415f526a85c7e54eddbf4a5e4de5944dd055e066
parent86d44fdcf5953ca4f9af20934dbc1ce0ced3d37f (diff)
downloadATCD-65d4c821b03d81cbbdb95da380e4bc03c7321521.tar.gz
ChangeLogTag: Fri Jan 18 07:54:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a75
1 files changed, 43 insertions, 32 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 6f456027a57..62219e30d45 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,10 +1,21 @@
+Fri Jan 18 07:55:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Makefile.bor:
+ Added Policy_Validator
+
+ * tao/PortableServer/Makefile.bor:
+ Removed Policy_Validator
+
+ * tao/BiDir_GIOP/Makefile.bor:
+ Added BiDirPolicy_Validator
+
Thu Jan 17 21:46:16 2002 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.{h,cpp}
(retrieve_credentials):
New method that extracts SSLIOP-specific credentials from the
- SecurityLevel2::InvocationCredentialsPolicy via the ORB's policy
+ SecurityLevel2::InvocationCredentialsPolicy via the ORB's policy
framework. Extracted credentials will be used when establishing
the underlying SSL connection.
@@ -29,18 +40,18 @@ Thu Jan 17 21:46:16 2002 Ossama Othman <ossama@uci.edu>
Thu Jan 17 22:02:38 2002 Venkita Subramonian <venkita@cs.wustl.edu>
- * orbsvcs/orbsvcs/Notify/Notify_Extensions.h:
- * tao/BiDir_GIOP/BiDirPolicy_Validator.h:
+ * orbsvcs/orbsvcs/Notify/Notify_Extensions.h:
+ * tao/BiDir_GIOP/BiDirPolicy_Validator.h:
Fixed Fuzz compile errors.
-
+
Thu Jan 17 21:52:22 2002 Venkita Subramonian <venkita@cs.wustl.edu>
- * utils/nslist/nsdel.cpp:
+ * utils/nslist/nsdel.cpp:
Fixed compile errors on Win32 builds.
Thu Jan 17 19:24:24 2002 Priyanka Gontla <pgontla@ece.uci.edu>
- * tao/ObjectReferenceTemplateC.h:
+ * tao/ObjectReferenceTemplateC.h:
Removed the if-defs around the ValueBase and ValueFactory
includes. The includes are needed in all cases and not just when
minimum_corba=1
@@ -52,12 +63,12 @@ Thu Jan 17 19:06:58 2002 Priyanka Gontla <pgontla@ece.uci.edu>
Thu Jan 17 18:59:14 2002 Priyanka Gontla <pgontla@ece.uci.edu>
- * tao/PortableServer/IORInfo.cpp:
+ * tao/PortableServer/IORInfo.cpp:
Fixes for the KCC statement-not-reachable warnings.
Thu Jan 17 18:40:49 2002 Priyanka Gontla <pgontla@ece.uci.edu>
- * tao/TAO_Internal.cpp:
+ * tao/TAO_Internal.cpp:
Included the missing debug.h
Thu Jan 17 17:40:55 2002 Mayur Deshpande <mayur@ics.uci.edu>
@@ -74,7 +85,7 @@ Thu Jan 17 17:40:55 2002 Mayur Deshpande <mayur@ics.uci.edu>
code now. The only known remaining 'to-do' is the generation
of the marshalling code for the RH-parametes in the skeleton
source file.
-
+
Thu Jan 17 17:39:00 2002 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h:
@@ -120,40 +131,40 @@ Thu Jan 17 17:39:00 2002 Ossama Othman <ossama@uci.edu>
Thu Jan 17 17:34:10 2002 Priyanka Gontla <pgontla@ece.uci.edu>
- * tao/ObjectReferenceTemplate.pidl:
- * tao/PortableInterceptor.pidl:
+ * tao/ObjectReferenceTemplate.pidl:
+ * tao/PortableInterceptor.pidl:
Moved the ObjectReferenceTemplate stuff from
PortableInterceptor.pidl to the new
ObjectReferenceTemplate.pidl. This is needed to get the builds
straight for the minimum corba. By moving the ORT related part
to a separate pidl, we are making it (ORT) usable irrespective
- of the usage of interceptors.
+ of the usage of interceptors.
- * tao/PortableInterceptorC.i:
+ * tao/PortableInterceptorC.i:
* tao/PortableInterceptorC.h:
- * tao/PortableInterceptorC.cpp:
+ * tao/PortableInterceptorC.cpp:
Regenerated and applied patches.
- * tao/ObjectReferenceTemplateC.h:
- * tao/ObjectReferenceTemplateC.h:
- * tao/ObjectReferenceTemplateC.h:
+ * tao/ObjectReferenceTemplateC.h:
+ * tao/ObjectReferenceTemplateC.h:
+ * tao/ObjectReferenceTemplateC.h:
Generated and made modifications as needed.
-
- * tao/PortableServer/ObjectReferenceTemplate.cpp:
- * tao/PortableServer/ObjectReferenceTemplate.h:
- * tao/PortableServer/ObjectReferenceFactory.cpp:
- * tao/PortableServer/ObjectReferenceFactory.h:
+
+ * tao/PortableServer/ObjectReferenceTemplate.cpp:
+ * tao/PortableServer/ObjectReferenceTemplate.h:
+ * tao/PortableServer/ObjectReferenceFactory.cpp:
+ * tao/PortableServer/ObjectReferenceFactory.h:
Since this part is out of the interceptor loop, removed the
if-defines checking for interceptors. Removed the include of
PortableInterceptorC.h and included ObjectReferenceTemplateC.h
- instead.
+ instead.
- * tao/PortableServer/POA.cpp:
- * tao/PortableServer/POA.h:
+ * tao/PortableServer/POA.cpp:
+ * tao/PortableServer/POA.h:
Included StringSeqC.h needed for minimum corba builds.
Moved wrongly placed #endif for TAO_HAS_MINIMUM_POA check.
-
- * tao/Makefile:
+
+ * tao/Makefile:
Added ObjectReferenceTemplateC to the list of ORB_CORE files.
Thu Jan 17 16:02:50 2002 Carlos O'Ryan <coryan@uci.edu>
@@ -197,15 +208,15 @@ Thu Jan 17 16:02:50 2002 Carlos O'Ryan <coryan@uci.edu>
Thu Jan 17 17:20:46 2002 Balachandran Natarajan <bala@cs.wustl.edu>
- * tao/TAO_Static.dsp: Added the files the Policy_Validator.*
+ * tao/TAO_Static.dsp: Added the files the Policy_Validator.*
* tao/BiDir_GIOP/TAO_BiDir_GIOP.dsp: Added the policy validator
- class files.
+ class files.
Thu Jan 17 17:09:46 2002 Balachandran Natarajan <bala@cs.wustl.edu>
- * tao/TAO.dsp (SOURCE): Added the files the Policy_Validator.*
- * tao/PortableServer/*.dsp: Removed the file Policy_Validator.*.
-
+ * tao/TAO.dsp (SOURCE): Added the files the Policy_Validator.*
+ * tao/PortableServer/*.dsp: Removed the file Policy_Validator.*.
+
Thu Jan 17 17:04:25 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/Acceptor_Impl.h: Removed the out_of_sockets_handler ()