summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-25 23:57:07 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-25 23:57:07 +0000
commit25772ae01fa457c5e5b468e843d00767940612cc (patch)
tree7e2342bbfc3b105c8b89b3b8c3c07b9ed59d9e7e
parentb8e0a5cd7a8259885b0c8ab4c5bcc9f29dc8d389 (diff)
downloadATCD-25772ae01fa457c5e5b468e843d00767940612cc.tar.gz
ChangeLogTag:Sat Jan 25 17:55:10 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/tests/Security/MT_IIOP_SSL/README11
-rw-r--r--TAO/orbsvcs/tests/Security/MT_IIOP_SSL/client.dsp4
-rw-r--r--TAO/orbsvcs/tests/Security/MT_IIOP_SSL/server.dsp4
4 files changed, 21 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0ae08fe0462..c6633aa5040 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jan 25 17:55:10 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * orbsvcs/tests/Security/MT_IIOP_SSL/client.dsp:
+ * orbsvcs/tests/Security/MT_IIOP_SSL/server.dsp: Added necessary
+ libraries for linking.
+
Sat Jan 25 18:55:47 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/tests/Security/MT_IIOP_SSL/test_i.h: Fixed a compilation error.
diff --git a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/README b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/README
index 976985c1df0..1c182b4983a 100644
--- a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/README
+++ b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/README
@@ -11,4 +11,15 @@ http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=1421
communication to take place over an insecure TCP/IP port. This test
just makes sure that the fallback port actually works!
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+@NOTE:
+
+ This test links *and* loads the SSLIOP library. They are needed
+due to the way the test is setup.
+
*/
diff --git a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/client.dsp b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/client.dsp
index 45304b167cc..7bff518eb16 100644
--- a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/client.dsp
+++ b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/client.dsp
@@ -51,7 +51,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 TAO_Security.lib tao.lib ace.lib /nologo /subsystem:console /machine:I386 /libpath:"../../../../../ace" /libpath:"../../../../tao" /libpath:"../../../../orbsvcs/orbsvcs"
+# ADD LINK32 TAO_Security.lib TAO_SSLIOP.lib tao.lib ace.lib /nologo /subsystem:console /machine:I386 /libpath:"../../../../../ace" /libpath:"../../../../tao" /libpath:"../../../../orbsvcs/orbsvcs"
!ELSEIF "$(CFG)" == "client - Win32 Debug"
@@ -76,7 +76,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 TAO_Securityd.lib taod.lib aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../../../../../ace" /libpath:"../../../../tao" /libpath:"../../../../orbsvcs/orbsvcs"
+# ADD LINK32 TAO_Securityd.lib TAO_SSLIOPd.lib taod.lib aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../../../../../ace" /libpath:"../../../../tao" /libpath:"../../../../orbsvcs/orbsvcs"
!ENDIF
diff --git a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/server.dsp b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/server.dsp
index a33089f1f73..91e4ceaabab 100644
--- a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/server.dsp
+++ b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/server.dsp
@@ -51,7 +51,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 ace.lib TAO.lib TAO_PortableServer.lib TAO_Security.lib ssleay32.lib libeay32.lib /nologo /subsystem:console /machine:I386 /libpath:"../../../../../ace" /libpath:"../../../../tao" /libpath:"../../../../tao/PortableServer" /libpath:"../../../../orbsvcs/orbsvcs"
+# ADD LINK32 ace.lib TAO.lib TAO_PortableServer.lib TAO_Security.lib TAO_SSLIOPd.lib ssleay32.lib libeay32.lib /nologo /subsystem:console /machine:I386 /libpath:"../../../../../ace" /libpath:"../../../../tao" /libpath:"../../../../tao/PortableServer" /libpath:"../../../../orbsvcs/orbsvcs"
!ELSEIF "$(CFG)" == "server - Win32 Debug"
@@ -76,7 +76,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 aced.lib TAOd.lib TAO_PortableServerd.lib TAO_Securityd.lib ssleay32.lib libeay32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../../../../../ace" /libpath:"../../../../tao" /libpath:"../../../../tao/PortableServer" /libpath:"../../../../orbsvcs/orbsvcs"
+# ADD LINK32 aced.lib TAOd.lib TAO_PortableServerd.lib TAO_SSLIOPd.lib TAO_Securityd.lib ssleay32.lib libeay32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../../../../../ace" /libpath:"../../../../tao" /libpath:"../../../../tao/PortableServer" /libpath:"../../../../orbsvcs/orbsvcs"
!ENDIF