- New security module which will provide gss communication layer and a gss gSOAP
authorJiří Škrábal <nykolas@ics.muni.cz>
Wed, 9 Feb 2005 10:28:55 +0000 (10:28 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Wed, 9 Feb 2005 10:28:55 +0000 (10:28 +0000)
commit27ad1052f2f8a341ce450cf7e25db7d7049b519c
tree6dab548c5fdda1280b6fc1a1457579717284d3bd
parent8c17d8ce52861b8f26f45c4aede04117a109e160
- New security module which will provide gss communication layer and a gss gSOAP
plugin
16 files changed:
org.glite.security.gsoap-plugin/LICENSE [new file with mode: 0644]
org.glite.security.gsoap-plugin/Makefile [new file with mode: 0644]
org.glite.security.gsoap-plugin/build.xml [new file with mode: 0755]
org.glite.security.gsoap-plugin/examples/calc.h.S [new file with mode: 0644]
org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c [new file with mode: 0644]
org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c [new file with mode: 0644]
org.glite.security.gsoap-plugin/interface/glite_gsplugin.h [new file with mode: 0644]
org.glite.security.gsoap-plugin/interface/lb_gss.h [new file with mode: 0644]
org.glite.security.gsoap-plugin/project/build.properties [new file with mode: 0644]
org.glite.security.gsoap-plugin/project/configure.properties.xml [new file with mode: 0644]
org.glite.security.gsoap-plugin/project/properties.xml [new file with mode: 0755]
org.glite.security.gsoap-plugin/project/tar_exclude [new file with mode: 0644]
org.glite.security.gsoap-plugin/project/version.properties [new file with mode: 0644]
org.glite.security.gsoap-plugin/src/glite_gsplugin.c [new file with mode: 0644]
org.glite.security.gsoap-plugin/src/lb_gss.c [new file with mode: 0644]
org.glite.security.gsoap-plugin/test/test_gss.cpp [new file with mode: 0644]