Globus Toolkit 4.2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Globus Toolkit 4.2.0 (Default branch)
# 1  
Old 07-31-2008
Globus Toolkit 4.2.0 (Default branch)

Globus is a project to provide robust, secure, peer-to-peer distributed computing on supercomputers, clusters, and other high-performance systems. It differs from other such network toolkits in that it is tuned to the needs of high-end machines.License: The Apache LicenseChanges:
Support for WS Addressing version 1.0, Web Services Resource Framework version 1.2, and Web Services Notification version 1.3 was added along with new APIs for MessageContextHelper and EPRResourceContext. A resource cache can now be configured with a size limit. Error codes were added to all error messages generated by Java WS Core. Implementations of WS-ServiceGroup, Notification Producer operations, and the WSRF QueryResourceProperties operation were included. GSI C can now be built with OS-vendor supplied versions of OpenSSL. There were assorted other enhancements and bugfixes.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Ubuntu

Installation problem in globus toolkit 5.0.1

I have installed globus toolkit 5.0.1 on ubuntu 9. All the packages mentioned in quick start guide, like security, gridftp, gram, myproxy. But i don't know how to start web services in globus 5.0.1. There is no help provided in quick start for this. I need WSRF for making grid data mining... (0 Replies)
Discussion started by: naveencse
0 Replies

2. Ubuntu

Installation problem in globus toolkit 4.0.8

I am installing globus toolkit 4.0.8 on ububtu 9.1. When i build gt4.0.8-all-source.... executing, make | tee installer.log , as mentioned in quick start provided by globus, i got error saying, Following packages are missing, pgm_link-globus_ftp_client-ANY-dev version 5.2 is incompatible with... (0 Replies)
Discussion started by: naveencse
0 Replies

3. Linux

compatiblité fedora 11 and globus toolkit 4.0.1

hello i search if fedora 11 is compatible with Globus Toolkit 4.0.1.thank's (2 Replies)
Discussion started by: spam255
2 Replies

4. UNIX for Advanced & Expert Users

Globus toolkit WS Gram Build Problem

Dear Sir/Madam We are trying to configure Grid in our computer lab. We have already installed all the required software for configuring the grid. At present we are configuring it for 3 nodes. We are using Fedora 8 OS. We are using Sun Grid Engine (SGE) and Globus Tool Kit for configuring the... (0 Replies)
Discussion started by: garudawar
0 Replies

5. UNIX for Advanced & Expert Users

Globus Toolkit 4

Hello! I'm trying to install the Globus Toolkit 4 on a Fedora 8 system. The instructions I'm using to do so can be found here: Chapter 1. 4.0.x quickstart I'm at the Certificate Authorities point where I am supposed to sign the certificate though, and I'm having a bit of trouble that... (2 Replies)
Discussion started by: Curtor
2 Replies

6. Linux

globus toolkit installation error

i got this error while installing gt4 on fedora core 3. please help root@localhost gt4.0.6-x86_fc_3-installer]# make | tee installer.log cd gpt && OBJECT_MODE=32 ./build_gpt Can't locate Localize.pm in @INC (@INC contains: ./tools /usr/lib/perl5/5.8.5/i386-linux-thread-multi... (0 Replies)
Discussion started by: tushru2004
0 Replies
Login or Register to Ask a Question
Types(3)						       globus xio gsi driver							  Types(3)

NAME
Types - Typedefs typedef void(* globus_xio_gsi_delegation_init_callback_t )(globus_result_t result, void *user_arg) typedef void(* globus_xio_gsi_delegation_accept_callback_t )(globus_result_t result, gss_cred_id_t delegated_cred, OM_uint32 time_rec, void *user_arg) Enumerations enum globus_xio_gsi_protection_level_t { GLOBUS_XIO_GSI_PROTECTION_LEVEL_NONE, GLOBUS_XIO_GSI_PROTECTION_LEVEL_INTEGRITY, GLOBUS_XIO_GSI_PROTECTION_LEVEL_PRIVACY } enum globus_xio_gsi_delegation_mode_t { GLOBUS_XIO_GSI_DELEGATION_MODE_NONE, GLOBUS_XIO_GSI_DELEGATION_MODE_LIMITED, GLOBUS_XIO_GSI_DELEGATION_MODE_FULL } enum globus_xio_gsi_proxy_mode_t { GLOBUS_XIO_GSI_PROXY_MODE_FULL, GLOBUS_XIO_GSI_PROXY_MODE_LIMITED, GLOBUS_XIO_GSI_PROXY_MODE_MANY } enum globus_xio_gsi_authorization_mode_t { GLOBUS_XIO_GSI_NO_AUTHORIZATION, GLOBUS_XIO_GSI_SELF_AUTHORIZATION, GLOBUS_XIO_GSI_IDENTITY_AUTHORIZATION, GLOBUS_XIO_GSI_HOST_AUTHORIZATION } Typedef Documentation typedef void(* globus_xio_gsi_delegation_init_callback_t)(globus_result_t result, void *user_arg) Globus XIO GSI init delegation callback. typedef void(* globus_xio_gsi_delegation_accept_callback_t)(globus_result_t result, gss_cred_id_t delegated_cred, OM_uint32 time_rec, void *user_arg) Globus XIO GSI init delegation callback. Enumeration Type Documentation enum globus_xio_gsi_protection_level_t Globus XIO GSI protection levels. Enumerator: GLOBUS_XIO_GSI_PROTECTION_LEVEL_NONE No security. GLOBUS_XIO_GSI_PROTECTION_LEVEL_INTEGRITY Messages are signed. GLOBUS_XIO_GSI_PROTECTION_LEVEL_PRIVACY Messages are signed and encrypted. enum globus_xio_gsi_delegation_mode_t Globus XIO GSI delegation modes. Enumerator: GLOBUS_XIO_GSI_DELEGATION_MODE_NONE No delegation. GLOBUS_XIO_GSI_DELEGATION_MODE_LIMITED Delegate a limited proxy. GLOBUS_XIO_GSI_DELEGATION_MODE_FULL Delegate a full proxy. enum globus_xio_gsi_proxy_mode_t Globus XIO GSI proxy modes. Enumerator: GLOBUS_XIO_GSI_PROXY_MODE_FULL Accept only full proxies. GLOBUS_XIO_GSI_PROXY_MODE_LIMITED Accept full proxies and limited proxies if they are the only limited proxy in the cert chain. GLOBUS_XIO_GSI_PROXY_MODE_MANY Accept both full and limited proxies unconditionally. enum globus_xio_gsi_authorization_mode_t Globus XIO GSI authorization modes. Enumerator: GLOBUS_XIO_GSI_NO_AUTHORIZATION Do not perform any authorization. This will cause a error when used in conjunction with delegation on the init/client side. GLOBUS_XIO_GSI_SELF_AUTHORIZATION Authorize the peer if the peer has the same identity as ourselves. GLOBUS_XIO_GSI_IDENTITY_AUTHORIZATION Authorize the peer if the peer identity matches the identity set in the target name. GLOBUS_XIO_GSI_HOST_AUTHORIZATION Authorize the peer if the identity of the peer matches the identity of the peer hostname. Author Generated automatically by Doxygen for globus xio gsi driver from the source code. Version 2.3 Mon Apr 30 2012 Types(3)