From 3e1d8b5e36da3ed22f2a20cda3552f9e8f7d475e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 7 Nov 2002 06:47:49 +0000 Subject: ChangeLogTag: Thu Nov 07 06:42:12 UTC 2002 Johnny Willemsen --- TAO/ChangeLog | 22 ++++++++-- TAO/orbsvcs/tests/Makefile.bor | 1 + TAO/orbsvcs/tests/Security/Makefile.bor | 9 ++++ .../tests/Security/Secure_Invocation/Makefile.bor | 9 ++++ .../tests/Security/Secure_Invocation/client.bor | 49 +++++++++++++++++++++ .../tests/Security/Secure_Invocation/server.bor | 51 ++++++++++++++++++++++ 6 files changed, 137 insertions(+), 4 deletions(-) create mode 100644 TAO/orbsvcs/tests/Security/Makefile.bor create mode 100644 TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile.bor create mode 100644 TAO/orbsvcs/tests/Security/Secure_Invocation/client.bor create mode 100644 TAO/orbsvcs/tests/Security/Secure_Invocation/server.bor 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 + + * 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 + for creating these. + Wed Nov 6 11:43:01 2002 Balachandran Natarajan * orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile: Fixed an error @@ -7,7 +21,7 @@ Wed Nov 6 11:43:01 2002 Balachandran Natarajan * tests/Bug_1020_Basic_Regression/Server_Task.h: Fixed fuzz - errors. + errors. Wed Nov 6 11:32:58 2002 Balachandran Natarajan @@ -27,9 +41,9 @@ Tue Nov 05 17:32:22 2002 Pradeep Gore * 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 @@ -45,7 +59,7 @@ Tue Nov 5 08:28:23 2002 Douglas C. Schmidt Mon Nov 4 19:03:12 CST 2002 Pradeep Gore - * (Removed previous bogus ChangeLog entry). + * (Removed previous bogus ChangeLog entry). * orbsvcs/orbsvcs/CosNotification.bor: Thanks to Christopher Kohlhoff , Johnny Willemsen , 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) $** -- cgit v1.2.1