summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * orbsvcs/Naming_Service/NT_Naming_Server.cpp:oci_mixed_security_2Phil Mesnier2007-06-196-64/+118
| | | | | | | | | | | | | | | | | | | | | | Emacs compatibility fix. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.cpp: Clean up compilation errors from earlier commit. * orbsvcs/orbsvcs/Security/SL2_SecurityManager.h: * orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp: * orbsvcs/orbsvcs/SecurityLevel2.idl: Extended the add_object and remove_object parameter list to be consistent with the access_allowed_ex. This avoids having to do more invasive changes to existing TAO core libraries in order to map object references in a way that they can be reliably compared to target references. * orbsvcs/tests/Security/mixed_security_test/server.cpp: Modify use of add_object to be consistent with interface changes.
* Another commit that doesn't completely compile. More work needs to be doneChris Cleeland2007-05-224-148/+79
| | | | | | | | | | | | | | | | | | | in the implementation for add/remove_object() in order to divine the tuple that's used for identifying a reference. M TAO/orbsvcs/orbsvcs/SecurityLevel2.idl Modified the IDL so that there's a TAO-specific AccessDecision with the extended access_allowed() operation. M TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.h M TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp Mods to use/implement the new access_allowed/tao-specific access decision. M TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.cpp Beginning of changes to use the new access_allowed/access decision.
* Committing changes in the middle of development in order to prepare forChris Cleeland2007-05-172-56/+33
| | | | | | | transition of the work to someone else. M TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.h M TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp
* Adding in test case for comparing object reference within the same server.Chris Cleeland2007-04-246-0/+188
| | | | | | | | | | | | | This is an attempt to partially emulate what is required by the forthcoming AccessDecision implementation in the Security service. A TAO/tests/objref_comparison_test AM TAO/tests/objref_comparison_test/server_cert.pem AM TAO/tests/objref_comparison_test/main.cpp AM TAO/tests/objref_comparison_test/foo.idl AM TAO/tests/objref_comparison_test/server.conf AM TAO/tests/objref_comparison_test/objref_comparison_test.mpc AM TAO/tests/objref_comparison_test/server_key.pem
* Added in code to zero out TAO Output CDR buffers when the constructing codeChris Cleeland2007-04-231-0/+8
| | | | | | tells the CDR to allocate the underlying buffers. M TAO/tao/CDR.cpp
* Added memset in the profile encoding in order to preserve strcmp()-abilityChris Cleeland2007-04-131-0/+4
| | | | | | of IORs. This is just an experiment to see how things work. M tao/Profile.cpp
* Changed so that the key in the access map is an actual CORBA Object referenceChris Cleeland2007-04-122-13/+61
| | | | | | | and the equivlency test uses _is_equivalent(). This is an experiment. M orbsvcs/Security/SL2_SecurityManager.h M orbsvcs/Security/SL2_SecurityManager.cpp
* Fixed the decoding of the SSL_SEC_TRANS tagged component. It was justChris Cleeland2007-04-111-17/+23
| | | | | | plain wrong. M catior/catior.cpp
* Added ability to decode SSLIOP tagged components in IORs.Chris Cleeland2007-04-111-0/+85
| | | | M catior/catior.cpp
* Adding in the workspace used for development and testing.Chris Cleeland2007-04-101-0/+21
|
* This is the initial commit of changes for work for Identity Engines toChris Cleeland2007-04-0927-0/+948
| | | | | | | | permit non-secure invocations on a per-object basis on otherwise secured servers. Code cleanup remains, and there are also some issues which may or may not need to be resolved prior to final merge back (depending on requirements).
* This is the initial commit of changes for work for Identity Engines toChris Cleeland2007-04-098-60/+696
| | | | | | | | | | | | | | | | | permit non-secure invocations on a per-object basis on otherwise secured servers. Code cleanup remains, and there are also some issues which may or may not need to be resolved prior to final merge back (depending on requirements). M TAO/orbsvcs/orbsvcs/SecurityLevel2.idl M TAO/orbsvcs/orbsvcs/Security/Security_ORBInitializer.cpp A TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.h A TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp M TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp M TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.cpp M TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp M TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h
* Creating new branch for OCI Mixed Security work so that I don't haveChris Cleeland2007-04-030-0/+0
| | | | to merge in all the exception-related changes to the original branch.
* ChangeLogTag: Tue Apr 3 19:08:44 UTC 2007 Jeff Parsons ↵parsons2007-04-032-1/+7
| | | | <j.parsons@vanderbilt.edu>
* ChangeLogTag: Tue Apr 3 18:59:38 UTC 2007 Jeff Parsons ↵parsons2007-04-034-6/+34
| | | | <j.parsons@vanderbilt.edu>
* ChangeLogTag: Tue Apr 3 18:53:54 UTC 2007 Jeff Parsons ↵parsons2007-04-032-1/+9
| | | | <j.parsons@vanderbilt.edu>
* ChangeLogTag: Tue Apr 3 18:29:29 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-034-57/+15
|
* ChangeLogTag: Tue Apr 3 18:14:07 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-032-1/+8
|
* ChangeLogTag: Tue Apr 3 16:10:10 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-034-3/+47
|
* Tue Apr 3 15:19:01 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>dengg2007-04-032-1/+7
|
* ChangeLogTag: Tue Apr 3 13:07:49 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-032-0/+7
|
* ChangeLogTag: Tue Apr 3 13:05:52 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-033-0/+64
|
* ChangeLogTag: Tue Apr 3 12:37:37 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-032-1/+3
|
* ChangeLogTag: Tue Apr 3 12:37:37 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-032-0/+7
|
* ChangeLogTag: Tue Apr 3 12:09:43 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-033-4/+13
|
* ChangeLogTag: Tue Apr 3 11:56:17 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-032-1/+7
|
* ChangeLogTag:Mon Apr 2 15:18:29 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-04-022-0/+2
|
* ChangeLogTag:Mon Apr 2 15:18:29 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-04-022-0/+10
|
* ChangeLogTag: Mon Apr 2 18:14:07 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-024-3/+22
|
* ChangeLogTag: Mon Apr 2 17:52:41 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-023-2/+13
|
* ChangeLogTag:Mon Apr 2 16:38:24 UTC 2007 William R. Otte ↵William R. Otte2007-04-025-5/+21
| | | | <wotte@dre.vanderbilt.edu>
* ChangeLogTag: Mon Apr 2 15:24:46 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-023-8/+66
|
* ChangeLogTag: Mon Apr 2 15:11:24 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-022-0/+11
|
* ChangeLogTag: Mon Apr 2 15:02:26 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-028-53/+101
|
* ChangeLogTag: Mon Apr 2 15:00:08 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-028-0/+434
|
* ChangeLogTag: Mon Apr 2 14:06:12 UTC 2007 Martin Corino <mcorino@remedy.nl>mcorino2007-04-026-51/+71
|
* ChangeLogTag: Sun Apr 1 04:03:06 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-012-3/+9
|
* Fri Mar 30 23:10:24 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>dengg2007-03-303-5/+9
|
* Fri Mar 30 18:23:43 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>dengg2007-03-301-1/+1
|
* Fri Mar 30 18:23:43 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>dengg2007-03-303-35/+40
|
* Fri Mar 30 18:09:55 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>dengg2007-03-302-1/+7
|
* Fri Mar 30 18:05:06 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>dengg2007-03-305-4/+24
|
* Fri Mar 30 14:15:58 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>dengg2007-03-303-22/+18
|
* Fri Mar 30 14:15:58 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>dengg2007-03-302-2/+2
|
* Fri Mar 30 14:15:58 UTC 2007 Gan Deng <gan.deng@vanderbilt.edu>dengg2007-03-306-35/+27
|
* ChangeLogTag: Fri Mar 30 14:51:19 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-03-303-3/+14
|
* ChangeLogTag: Fri Mar 30 14:49:24 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-03-304-0/+91
|
* ChangeLogTag: Fri Mar 30 14:24:48 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-03-302-27/+34
|
* Fri Mar 30 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-03-302-15/+10
|
* Fri Mar 30 12:22:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-03-302-17/+12
|