summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-11-07 06:47:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-11-07 06:47:49 +0000
commit3e1d8b5e36da3ed22f2a20cda3552f9e8f7d475e (patch)
tree55f724400e217b68028ab5b19087aefe0fb71375
parent432b724f5bd378ed837d31e2c798a216a0a93f74 (diff)
downloadATCD-3e1d8b5e36da3ed22f2a20cda3552f9e8f7d475e.tar.gz
ChangeLogTag: Thu Nov 07 06:42:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog22
-rw-r--r--TAO/orbsvcs/tests/Makefile.bor1
-rw-r--r--TAO/orbsvcs/tests/Security/Makefile.bor9
-rw-r--r--TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile.bor9
-rw-r--r--TAO/orbsvcs/tests/Security/Secure_Invocation/client.bor49
-rw-r--r--TAO/orbsvcs/tests/Security/Secure_Invocation/server.bor51
6 files changed, 137 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 70724f58bf3..c3801bedd4d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,17 @@
+Thu Nov 7 06:44:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/tests/Makefile.bor:
+ Added Security directory
+
+ * orbsvcs/tests/Security/Makefile.bor:
+ Added new BCB makefle to build subdirectories
+
+ * orbsvcs/tests/Security/Secure_Invocation/Makefile.bor:
+ * orbsvcs/tests/Security/Secure_Invocation/client.bor:
+ * orbsvcs/tests/Security/Secure_Invocation/server.bor:
+ Added these new BCB makefiles. Thanks to Oleg Kraynov <mustafa@gema.ru>
+ for creating these.
+
Wed Nov 6 11:43:01 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile: Fixed an error
@@ -7,7 +21,7 @@ Wed Nov 6 11:43:01 2002 Balachandran Natarajan <bala@isis-server.isis.vanderb
Wed Nov 6 11:35:01 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* tests/Bug_1020_Basic_Regression/Server_Task.h: Fixed fuzz
- errors.
+ errors.
Wed Nov 6 11:32:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
@@ -27,9 +41,9 @@ Tue Nov 05 17:32:22 2002 Pradeep Gore <pradeep@oomworks.com>
* orbsvcs/orbsvcs/Notify/FilterAdmin.cpp:
* orbsvcs/orbsvcs/Notify/Proxy_T.cpp:
* orbsvcs/orbsvcs/Notify/SupplierAdmin.cpp:
-
+
Corrected the way IDSequences are populated. Thanks to Yamuna
- for helping to debug this.
+ for helping to debug this.
Tue Nov 05 12:01:25 2002 Pradeep Gore <pradeep@oomworks.com>
@@ -45,7 +59,7 @@ Tue Nov 5 08:28:23 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Mon Nov 4 19:03:12 CST 2002 Pradeep Gore <pradeep@oomworks.com>
- * (Removed previous bogus ChangeLog entry).
+ * (Removed previous bogus ChangeLog entry).
* orbsvcs/orbsvcs/CosNotification.bor:
Thanks to Christopher Kohlhoff <chris@kohlhoff.com>, Johnny
Willemsen <jwillemsen@remedy.nl>, Irfan, Nanbor and Bala for help in
diff --git a/TAO/orbsvcs/tests/Makefile.bor b/TAO/orbsvcs/tests/Makefile.bor
index 942ce37b65f..479215d29d4 100644
--- a/TAO/orbsvcs/tests/Makefile.bor
+++ b/TAO/orbsvcs/tests/Makefile.bor
@@ -19,6 +19,7 @@ DIRS = \
Miop \
Notify \
Property \
+ Security \
Simple_Naming \
Time \
Trading \
diff --git a/TAO/orbsvcs/tests/Security/Makefile.bor b/TAO/orbsvcs/tests/Security/Makefile.bor
new file mode 100644
index 00000000000..06013f5317e
--- /dev/null
+++ b/TAO/orbsvcs/tests/Security/Makefile.bor
@@ -0,0 +1,9 @@
+#
+# Makefile for building the TAO Security obsvcs tests
+# $Id$
+#
+
+DIRS = \
+ Secure_Invocation
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile.bor b/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile.bor
new file mode 100644
index 00000000000..608e1730074
--- /dev/null
+++ b/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile.bor
@@ -0,0 +1,9 @@
+#
+# $Id$
+#
+
+MAKEFILES = \
+ client.bor \
+ server.bor
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/Security/Secure_Invocation/client.bor b/TAO/orbsvcs/tests/Security/Secure_Invocation/client.bor
new file mode 100644
index 00000000000..a5de17dc0d6
--- /dev/null
+++ b/TAO/orbsvcs/tests/Security/Secure_Invocation/client.bor
@@ -0,0 +1,49 @@
+#
+# Makefile for building the Secure_Invocation test
+#
+
+!ifdef SSL_ROOT
+NAME = client
+!endif
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -GC
+
+OBJFILES = \
+ $(OBJDIR)\FooC.obj \
+ $(OBJDIR)\client.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_MESSAGING_CFLAGS) \
+ $(ACE_SSL_CFLAGS) \
+ $(SSL_CFLAGS) \
+ $(TAO_SECURITY_CFLAGS) \
+ $(TAO_SSLIOP_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_MESSAGING_LIB) \
+ $(ACE_SSL_LIB) \
+ $(SSL_LIB) \
+ $(TAO_SECURITY_LIB) \
+ $(TAO_SSLIOP_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\test.idl
+
+CPPDIR = .
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\FooS.cpp $(IDLDIR)\FooC.cpp: $(IDLDIR)\Foo.idl
+ $(TAO_IDL) $**
diff --git a/TAO/orbsvcs/tests/Security/Secure_Invocation/server.bor b/TAO/orbsvcs/tests/Security/Secure_Invocation/server.bor
new file mode 100644
index 00000000000..7ac11c5b628
--- /dev/null
+++ b/TAO/orbsvcs/tests/Security/Secure_Invocation/server.bor
@@ -0,0 +1,51 @@
+#
+# Makefile for building the Secure_Invocation test
+#
+
+!ifdef SSL_ROOT
+NAME = server
+!endif
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -GC
+
+OBJFILES = \
+ $(OBJDIR)\FooC.obj \
+ $(OBJDIR)\FooS.obj \
+ $(OBJDIR)\Foo_i.obj \
+ $(OBJDIR)\server.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_MESSAGING_CFLAGS) \
+ $(ACE_SSL_CFLAGS) \
+ $(SSL_CFLAGS) \
+ $(TAO_SECURITY_CFLAGS) \
+ $(TAO_SSLIOP_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_MESSAGING_LIB) \
+ $(ACE_SSL_LIB) \
+ $(SSL_LIB) \
+ $(TAO_SECURITY_LIB) \
+ $(TAO_SSLIOP_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\Foo.idl
+
+CPPDIR = .
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\FooS.cpp $(IDLDIR)\FooC.cpp: $(IDLDIR)\Foo.idl
+ $(TAO_IDL) $**