Second round of removal of globus dependencies
authorDaniel Kouřil <kouril@ics.muni.cz>
Mon, 6 Aug 2007 14:57:19 +0000 (14:57 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Mon, 6 Aug 2007 14:57:19 +0000 (14:57 +0000)
commit0faa1ac9b136eb4ccefa38e8f78d8f4f0946e625
treefe43d261fff723631ac57485014746d5a9d80e5f
parentc3a54036dcf251f6895510f9d4a1821ecae14b74
Second round of removal of globus dependencies
- removed globus headers
- removed initialization of globus modules
- added some missing headers
- s/gss_release_cred/edg_wll_gss_release_cred
- gssapi structs and consts renamed to equivalents from glite_gss.h
- edg_wll_gss_get_client_conn() used instead of gss_inquire_context() to get information about the client
22 files changed:
org.glite.lb.client/examples/log_usertag_proxy.c
org.glite.lb.client/examples/query_seq_code.c
org.glite.lb.client/examples/user_jobs_threaded.c
org.glite.lb.client/src/connection.c
org.glite.lb.client/src/logevent.c.T
org.glite.lb.client/src/notification.c
org.glite.lb.client/src/prod_proto.c
org.glite.lb.client/src/producer.c
org.glite.lb.common/interface/connpool.h
org.glite.lb.common/src/connpool.c
org.glite.lb.common/src/context.c
org.glite.lb.common/src/log_msg.c
org.glite.lb.common/src/mini_http.c
org.glite.lb.common/src/xml_parse.c.T
org.glite.lb.logger/src/event_store.c
org.glite.lb.logger/src/il_error.c
org.glite.lb.logger/src/interlogd.c
org.glite.lb.logger/src/interlogd.h
org.glite.lb.logger/src/logd.c
org.glite.lb.logger/src/logd_proto.c
org.glite.lb.logger/src/recover.c
org.glite.lb.logger/src/send_event.c