Fixed pyGlobus

Robert Olson olson at mcs.anl.gov
Wed Feb 4 14:33:11 CST 2004


Okay, I've got a fixed up pyGlobus compiled against WinGlobus with openssl 
0.9.6c; I checked out the release_2_1_2 pyGlobus code so my latest changes 
won't introduce problems with 2.1.2 code, and tested against the 2.1.2 
release that I have on my laptop; appears to work fine with the following 
patch:

Index: Utilities.py
===================================================================
RCS file: /cvs/fl/AccessGrid/AccessGrid/hosting/pyGlobus/Utilities.py,v
retrieving revision 1.7
diff -c -r1.7 Utilities.py
*** Utilities.py	16 Sep 2003 07:20:56 -0000	1.7
--- Utilities.py	4 Feb 2004 20:32:44 -0000
***************
*** 60,65 ****
--- 60,66 ----
       attr.set_channel_mode(pyGlobus.ioc.GLOBUS_IO_SECURE_CHANNEL_MODE_GSI_WRAP)
       attr.set_delegation_mode(pyGlobus.ioc.GLOBUS_IO_SECURE_DELEGATION_MODE_NONE)

+ 
attr.set_protection_mode(pyGlobus.ioc.GLOBUS_IO_SECURE_PROTECTION_MODE_PRIVATE)
       attr.set_restrict_port(0)
       attr.set_reuseaddr(1)
       attr.set_nodelay(1)

I don't recall exactly how we issued the patch last time; does someone have 
the .iss file for it?

--bob




More information about the ag-dev mailing list