summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Removed obsolete filesJohnny Willemsen2018-10-304-66/+0
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/pvtkey-client.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/pvtkey.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/selfsigncert-client.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/selfsigncert.pem: Deleted.
| * | Use different certificatesJohnny Willemsen2018-10-304-5/+4
| | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.conf.xml: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.conf: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/server.conf.xml: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/server.conf:
| * | Enable ssliop collocated invocation supportJohnny Willemsen2018-10-301-3/+16
| | | | | | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.cpp:
| * | Added security libs to linker and use certs from another test which do workJohnny Willemsen2018-10-306-1/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/cacert.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client_cert.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/client_key.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/server_cert.pem: * TAO/orbsvcs/tests/Security/ssliop_corbaloc/server_key.pem: Added. * TAO/orbsvcs/tests/Security/ssliop_corbaloc/corbaloc_ssliop.mpc:
| * | Layout changesJohnny Willemsen2018-10-301-12/+9
| | | | | | | | | | | | * TAO/orbsvcs/tests/Security/ssliop_corbaloc/README:
| * | Layout changesJohnny Willemsen2018-10-301-8/+6
| | | | | | | | | | | | * TAO/orbsvcs/tests/Security/Secure_Invocation/README:
| * | Layout changesJohnny Willemsen2018-10-301-3/+1
| | | | | | | | | | | | * TAO/orbsvcs/tests/Security/BiDirectional/README:
| * | Merge branch 'ssliop_corbaloc_parser_comma_fix' of ↵Johnny Willemsen2018-10-305-4/+25
| |\ \ |/ / / | | | | | | git://github.com/milan-mpathix/ATCD into milan-mpathix-ssliop_corbaloc_parser_comma_fix
| * | Merge tag 'ACE+TAO-6_4_6' into ssliop_corbaloc_parser_comma_fixMilan Cvetkovic2018-01-245471-909021/+23706
| |\ \
| * | | Wait for orb thread to terminateMilan Cvetkovic2016-04-071-2/+8
| | | |
| * | | Merge branch 'ssliop_corbaloc_test' into ssliop_corbaloc_parser_comma_fixMilan Cvetkovic2016-04-074-2/+17
| |\ \ \
| | * | | Fail ssliop_corbaloc test for multi-profile corbalocMilan Cvetkovic2016-04-071-1/+5
| | | | |
| | * | | Fix timeout errors in orbsvcs/tests/Security/ssliop_corbaloc, enable the testMilan Cvetkovic2016-04-073-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently, SSLIOP cannot use collocated servants in this test. We have to run the server orb, for all remote invocations to our server to work, even though they are both in the same process (client).
| * | | | Fixed ssliop corbaloc parser, when there is a comma delimited listMilan Cvetkovic2016-04-061-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | ... use the same logic as in TAO/tao/Transport_Connector.cpp Allows using corbaloc:iiop:host:2222,iiop:host:2223/ObjectKey with SSLIOP.
* | | | Merge pull request #731 from jwillemsen/milan-mpathix-bug_4213-uiop_corbaloc_keyJohnny Willemsen2018-10-3018-29/+380
|\ \ \ \ | | | | | | | | | | Added new unit test and fix for uiop problem
| * | | | Layout changeJohnny Willemsen2018-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | * TAO/tests/Bug_4213_Regression/server.cpp:
| * | | | Only list the invocation which failed without the necesary fixJohnny Willemsen2018-10-301-2/+1
| | | | | | | | | | | | | | | | | | | | * TAO/tests/Bug_4213_Regression/run_test.pl:
| * | | | Add new bug 4213 unit testJohnny Willemsen2018-10-301-0/+1
| | | | | | | | | | | | | | | | | | | | * TAO/bin/tao_orb_tests.lst:
| * | | | Merge branch 'bug_4213-uiop_corbaloc_key' of ↵Johnny Willemsen2018-10-302-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git://github.com/milan-mpathix/ATCD into milan-mpathix-bug_4213-uiop_corbaloc_key
| | * \ \ \ Merge tag 'ACE+TAO-6_4_6' into bug_4213-uiop_corbaloc_keyMilan Cvetkovic2018-01-235997-913249/+37695
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Fixes corbaloc:uiop:/randesvous|KEY to properly parse KEY instead of |KEYMilan Cvetkovic2016-04-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for: CORBA_Object_var o = string_to_object("corbaloc:uiop:/tmp/sock|KEY"); MyObject_var mo = MyObject::_narrow(); _narrow() throws due to "|KEY" sent as object key.
| * | | | | Fixed typosJohnny Willemsen2018-10-301-2/+2
| | | | | |
| * | | | | New unit test for bugzilla 4213Johnny Willemsen2018-10-307-0/+366
| | | | | |
| * | | | | Fixed link to OMG ORT specJohnny Willemsen2018-10-301-1/+1
| | | | | |
| * | | | | Fixed incorrect classname in logging statementJohnny Willemsen2018-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Strategies/SHMIOP_Profile.cpp:
| * | | | | Use bool instead of intJohnny Willemsen2018-10-301-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/CORBALOC_Parser.cpp:
| * | | | | Fixed typosJohnny Willemsen2018-10-302-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO/docs/ORBEndpoint.html: * TAO/docs/pluggable_messaging.html:
| * | | | | Removed commented out operationJohnny Willemsen2018-10-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tests/Connection_Purging/test.idl:
| * | | | | Make formatting of debug message consistent with others in the TAO coreJohnny Willemsen2018-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * TAO/tao/Strategies/UIOP_Connection_Handler.cpp:
| * | | | | Removed empty linesJohnny Willemsen2018-10-301-2/+0
|/ / / / / | | | | | | | | | | | | | | | * TAO/tests/Connection_Purging/README:
* | | | | Merge pull request #729 from jwillemsen/masterJohnny Willemsen2018-10-234-10/+15
|\ \ \ \ \ | | | | | | | | | | | | Add clang7 to travis-ci
| * | | | | Remove quotes around compiler env variableJohnny Willemsen2018-10-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | * .travis.yml:
| * | | | | Use clang7 as compilerJohnny Willemsen2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * .travis.yml:
| * | | | | No .0 minor version for clang7Johnny Willemsen2018-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * .travis.yml:
| * | | | | Added clang7Johnny Willemsen2018-10-231-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | * .travis.yml:
| * | | | | Layout changesJohnny Willemsen2018-10-223-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ACE/ace/Reactor.h: * ACE/ace/Select_Reactor_T.h: * ACE/ace/Select_Reactor_T.inl:
* | | | | | Merge pull request #727 from jwillemsen/masterJohnny Willemsen2018-10-211-1/+9
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | Add xerces3 and ssl to azure linux job
| * | | | Add xerces3 and ssl to azure linux jobJohnny Willemsen2018-10-201-1/+9
|/ / / /
* | | | Merge pull request #722 from jwillemsen/masterJohnny Willemsen2018-10-091-3/+3
|\ \ \ \ | | | | | | | | | | Const enhancements
| * | | | Const enhancementsJohnny Willemsen2018-10-091-3/+3
| | | | | | | | | | | | | | | | | | | | * ACE/ace/Time_Value.cpp:
* | | | | Merge pull request #703 from likema/feature/rpathJohnny Willemsen2018-10-072-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix AIX and Solaris linking rpath errors.
| * | | | | Fix AIX and Solaris linking rpath errors.Like Ma2018-09-132-0/+2
| | | | | |
* | | | | | Merge pull request #721 from jwillemsen/jwi-macosx-azureJohnny Willemsen2018-10-051-42/+61
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Compile more msvc2017 configurations and simplified quoting
| * | | | | Add missing configurations to core compilationJohnny Willemsen2018-10-051-0/+2
| | | | | |
| * | | | | Fixed errorJohnny Willemsen2018-10-051-1/+1
| | | | | |
| * | | | | Compile more msvc2017 configurations and simplified quotingJohnny Willemsen2018-10-051-43/+60
| | | | | |
* | | | | | Merge pull request #720 from jwillemsen/jwi-macosx-azureJohnny Willemsen2018-10-011-7/+21
|\ \ \ \ \ \ | |/ / / / / | | | | | | Added MacOSX job
| * | | | | Corrected config fileJohnny Willemsen2018-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * azure-pipelines.yml:
| * | | | | Added MacOSX jobJohnny Willemsen2018-10-011-7/+21
|/ / / / / | | | | | | | | | | | | | | | * azure-pipelines.yml:
* | | | | Merge pull request #719 from mitza-oci/masterAdam Mitz2018-09-261-2/+2
|\ \ \ \ \ | | | | | | | | | | | | clang 7