[AG-DEV] Hard-coded anl.gov addresses in AG client - XP

Tim Salmon tim at unsw.edu.au
Tue May 22 01:23:00 CDT 2012


as for SL 6.2 but in XP C:\Program Files (x86)\AGTk-3
(not having cygwin on my machine i cheated and just copied the folder to 
my linux box)

Non-Binary

bash-4.1$ egrep -inr '(anl.gov|140.221)' AGTk-3 | egrep -v "^Binary file 
.+ matches$"
AGTk-3/config/CAcertificates/45cc9e80.signing_policy:27: 
access_id_CA      X509         '/O=Access 
Grid/OU=agdev-ca.mcs.anl.gov/CN=Access Grid Developers CA'
AGTk-3/config/CAcertificates/45cc9e80.signing_policy:31: 
cond_subjects     globus       '"/O=Access Grid/OU=agdev-ca.mcs.anl.gov/*"'
AGTk-3/bin/VenueManagement3.py:88:        self.manual_url = 
"http://www.mcs.anl.gov/fl/research/accessgrid/documentation/manuals/VenueManagement/3_0"
AGTk-3/bin/AGLauncher3.py:106:        
self.docsButtonActions.append([self.LoadURL,"http://www.mcs.anl.gov/fl/research/accessgrid/documentation/manuals/VenueClient/3_0",[]]);
AGTk-3/bin/AGLauncher3.py:108:        
self.docsButtonActions.append([self.LoadURL,"http://www.mcs.anl.gov/fl/research/accessgrid/documentation/manuals/VenueManagement/3_0",[]]);
AGTk-3/README.txt:6: http://www.mcs.anl.gov/fl/research/accessgrid
AGTk-3/README.txt:69:http://bugzilla.mcs.anl.gov/accessgrid


Binary

bash-4.1$ egrep -inr '(anl.gov|140.221)' AGTk-3 | egrep "^Binary file .+ 
matches$"
Binary file AGTk-3/bin/vic.exe matches
Binary file AGTk-3/NodeServices/VideoConsumerService.zip matches
Binary file AGTk-3/NodeServices/VideoService.zip matches
Binary file AGTk-3/NodeServices/VideoProducerService.zip matches





More information about the ag-dev mailing list