jra1mw.git
16 years agoTiny cleanup.
František Dvořák [Wed, 9 Jul 2008 16:31:47 +0000 (16:31 +0000)]
Tiny cleanup.

16 years agoC and C++ flavours for gsoap 2.7.10, older versions handled in the old way.
František Dvořák [Wed, 9 Jul 2008 16:20:12 +0000 (16:20 +0000)]
C and C++ flavours for gsoap 2.7.10, older versions handled in the old way.
Added handy "clean" target.
Changes/warning fixes in the plugin code due to C++ compatibility.
C/C++ mixture test.

16 years agopush revision glite-security-gsoap-plugin_R_1_5_4_1
Aleš Křenek [Wed, 11 Jun 2008 15:55:15 +0000 (15:55 +0000)]
push revision

16 years ago*** empty log message ***
Aleš Křenek [Wed, 11 Jun 2008 15:54:48 +0000 (15:54 +0000)]
*** empty log message ***

16 years agoCorrect interpetation of the HERROR type error from gss.
František Dvořák [Tue, 3 Jun 2008 12:54:25 +0000 (12:54 +0000)]
Correct interpetation of the HERROR type error from gss.

16 years agoPropagate more information or connection errors.
František Dvořák [Mon, 2 Jun 2008 11:28:35 +0000 (11:28 +0000)]
Propagate more information or connection errors.

16 years ago*** empty log message *** glite-security-gsoap-plugin_R_1_5_3_1
Aleš Křenek [Tue, 20 May 2008 13:01:05 +0000 (13:01 +0000)]
*** empty log message ***

16 years agopush revision
Aleš Křenek [Mon, 19 May 2008 14:25:34 +0000 (14:25 +0000)]
push revision

16 years ago*** empty log message ***
Aleš Křenek [Mon, 19 May 2008 14:20:43 +0000 (14:20 +0000)]
*** empty log message ***

17 years agorequire encryption of transferred data. Fixes #32059.
Daniel Kouřil [Fri, 2 May 2008 21:10:15 +0000 (21:10 +0000)]
require encryption of transferred data. Fixes #32059.

17 years agoelementary gsoap 2.7.10 support
Aleš Křenek [Mon, 28 Apr 2008 11:56:05 +0000 (11:56 +0000)]
elementary gsoap 2.7.10 support

17 years agoFix a memleak.
František Dvořák [Thu, 13 Mar 2008 12:50:56 +0000 (12:50 +0000)]
Fix a memleak.

17 years agopush revision glite-security-gsoap-plugin_R_1_5_2_1
Zdeněk Salvet [Wed, 17 Oct 2007 13:34:13 +0000 (13:34 +0000)]
push revision

17 years agoRevert changes for pure SSL compatibility (sending close notify alerts)
Zdeněk Salvet [Tue, 16 Oct 2007 10:47:55 +0000 (10:47 +0000)]
Revert changes for pure SSL compatibility (sending close notify alerts)
in edg_wll_gss_close() till incorrect use of timeout parameter
in various callers is corrected.

17 years agoNicer libtool/g++ hack (was collision with . in PATH).
František Dvořák [Tue, 25 Sep 2007 13:08:04 +0000 (13:08 +0000)]
Nicer libtool/g++ hack (was collision with . in PATH).

17 years agoFill in error details from edg_wll_gss_read() after error in gss_unwrap()
Zdeněk Salvet [Mon, 24 Sep 2007 12:49:44 +0000 (12:49 +0000)]
Fill in error details from edg_wll_gss_read() after error in gss_unwrap()
(random garbage was interpreted by callers before).

17 years agoUse RFC 2606 name instead of TRFCN Inc.'s domain.
Zdeněk Salvet [Wed, 19 Sep 2007 12:57:40 +0000 (12:57 +0000)]
Use RFC 2606 name instead of TRFCN Inc.'s domain.

17 years agopush revision glite-security-gsoap-plugin_R_1_5_1_1
Aleš Křenek [Sat, 8 Sep 2007 16:18:23 +0000 (16:18 +0000)]
push revision

17 years agoSend output token to peer when deleting security context
Zdeněk Salvet [Fri, 31 Aug 2007 10:17:40 +0000 (10:17 +0000)]
Send output token to peer when deleting security context
in order to maintain SSL compatibility a to signal local GSS problems
to to a client in slightly better way.
Comment out useless checking of display_name of client in edg_wll_gss_accept.

17 years agopush minor version glite-security-gsoap-plugin_R_1_5_0_1
Aleš Křenek [Tue, 28 Aug 2007 14:30:20 +0000 (14:30 +0000)]
push minor version

17 years agoedg_wll_gss_equal_subj() certificate subject comparison routine added.
Zdeněk Salvet [Tue, 28 Aug 2007 09:35:28 +0000 (09:35 +0000)]
edg_wll_gss_equal_subj() certificate subject comparison routine added.

17 years agoRemove SSL record aggregation since it works with SSLv3/TLSv1 only
Zdeněk Salvet [Fri, 24 Aug 2007 14:36:26 +0000 (14:36 +0000)]
Remove SSL record aggregation since it works with SSLv3/TLSv1 only
and not with client using SSLv2 Hello to initiate SSLv3/TLSv1 connection
(which GSI requires anyway). Should fix bug #29017.

17 years agoAdd edg_wll_gss_normalize_subj(). Converts /emailAddress= to /Email=
Zdeněk Salvet [Thu, 23 Aug 2007 07:29:59 +0000 (07:29 +0000)]
Add edg_wll_gss_normalize_subj(). Converts /emailAddress= to /Email=
and strips /CN=proxy.

17 years agoMake edg_wll_gss_watch_creds() useful again (workaround the Globus
Zdeněk Salvet [Wed, 22 Aug 2007 13:58:29 +0000 (13:58 +0000)]
Make edg_wll_gss_watch_creds() useful again (workaround the Globus
bug concerning CRL caching) by requesting credential reload each 60
seconds. Interface remains unchanged.

17 years agoPull EOF fix to this branch, workaround Globus problem by clearing
Zdeněk Salvet [Wed, 22 Aug 2007 11:13:48 +0000 (11:13 +0000)]
Pull EOF fix to this branch, workaround Globus problem by clearing
SSL error stack before gss_unwrap() call.

17 years agoDebug xtrace for bash not needed.
František Dvořák [Sat, 2 Jun 2007 16:24:03 +0000 (16:24 +0000)]
Debug xtrace for bash not needed.

17 years agoUse proper paths in c++ linking hack from subdirectories - fixes non-C++ linking...
František Dvořák [Fri, 1 Jun 2007 17:08:46 +0000 (17:08 +0000)]
Use proper paths in c++ linking hack from subdirectories - fixes non-C++ linking with installed gsoap libraries.

17 years agoC++ friendly plugin, libtool forced to use g++ for linking.
František Dvořák [Wed, 30 May 2007 11:09:54 +0000 (11:09 +0000)]
C++ friendly plugin, libtool forced to use g++ for linking.

17 years agopush age glite-security-gsoap-plugin_R_1_4_3_2
Aleš Křenek [Tue, 22 May 2007 13:31:34 +0000 (13:31 +0000)]
push age

18 years agopush version glite-security-gsoap-plugin_R_1_4_3_1
Aleš Křenek [Fri, 30 Mar 2007 09:18:59 +0000 (09:18 +0000)]
push version

18 years agoNew feature needed for JP, build fix with gSoap 2.7.0f.
František Dvořák [Wed, 21 Mar 2007 12:18:11 +0000 (12:18 +0000)]
New feature needed for JP, build fix with gSoap 2.7.0f.

18 years agoRemaining fixes due to gSoap 2.7.6b.
František Dvořák [Sun, 18 Mar 2007 10:37:56 +0000 (10:37 +0000)]
Remaining fixes due to gSoap 2.7.6b.

18 years agoDon't use gsoap_prefix, it's tight with the one predefined default version.
František Dvořák [Sat, 17 Mar 2007 17:34:58 +0000 (17:34 +0000)]
Don't use gsoap_prefix, it's tight with the one predefined default version.
New neede gSoap version compatibility macros (used for support 2.7.9b in L&B).

18 years agopush age glite-security-gsoap-plugin_R_1_4_2_3
Aleš Křenek [Tue, 13 Mar 2007 13:07:15 +0000 (13:07 +0000)]
push age

18 years agofix fetching all the gsoap versions
Aleš Křenek [Mon, 12 Mar 2007 15:29:51 +0000 (15:29 +0000)]
fix fetching all the gsoap versions

18 years agopush age glite-security-gsoap-plugin_R_1_4_2_2
Aleš Křenek [Tue, 6 Mar 2007 16:00:39 +0000 (16:00 +0000)]
push age

18 years agoBuild multiple gsoap-plugins based on different gsoap versions again.
František Dvořák [Wed, 28 Feb 2007 16:00:42 +0000 (16:00 +0000)]
Build multiple gsoap-plugins based on different gsoap versions again.
Source files incorporated in CVS, external dependency only on binary gsoap.

18 years agoGsoap compatibility macros.
František Dvořák [Wed, 28 Feb 2007 14:33:23 +0000 (14:33 +0000)]
Gsoap compatibility macros.

18 years agoNo sources from repository, just needed binary utilities yet.
František Dvořák [Wed, 21 Feb 2007 14:41:12 +0000 (14:41 +0000)]
No sources from repository, just needed binary utilities yet.

18 years agopush version glite-security-gsoap-plugin_R_1_4_2_1
Aleš Křenek [Wed, 14 Feb 2007 17:04:59 +0000 (17:04 +0000)]
push version

18 years agoBuild only one plugin with default version of gsoap.
František Dvořák [Wed, 14 Feb 2007 11:34:06 +0000 (11:34 +0000)]
Build only one plugin with default version of gsoap.

18 years agoThe previous fix is colliding with src platform used in ETICS, preparing some solution.
František Dvořák [Mon, 12 Feb 2007 19:32:18 +0000 (19:32 +0000)]
The previous fix is colliding with src platform used in ETICS, preparing some solution.

18 years agoSome small fixes due to error processing.
František Dvořák [Mon, 12 Feb 2007 17:20:53 +0000 (17:20 +0000)]
Some small fixes due to error processing.

18 years agoUse proper gsoap binaries for each version, add gsoap 2.7.9b.
František Dvořák [Mon, 12 Feb 2007 17:02:23 +0000 (17:02 +0000)]
Use proper gsoap binaries for each version, add gsoap 2.7.9b.

18 years agopush version glite-security-gsoap-plugin_R_1_4_1_0
Aleš Křenek [Fri, 26 Jan 2007 15:22:10 +0000 (15:22 +0000)]
push version

18 years agomerge with 3.0 branch (merge_30_31_src2 - merge_30_31_src3)
Miloš Mulač [Thu, 18 Jan 2007 12:50:20 +0000 (12:50 +0000)]
Merge ... 3.0 branch (merge_30_31_src2 - merge_30_31_src3)

18 years agoEtics friendlyness
Aleš Křenek [Wed, 17 Jan 2007 11:44:34 +0000 (11:44 +0000)]
Etics friendlyness
- 2.7.0f is the right 2.7.0 version now
- look for stdsoap2.c in yet another place

18 years agoThis commit was manufactured by cvs2svn to create branch 'glite-security- glite-security-gsoap-plugin_R_1_4_0 glite-security-gsoap-plugin_R_1_4_0_0
cvs2svn [Fri, 22 Sep 2006 07:59:50 +0000 (07:59 +0000)]
This commit was manufactured by cvs2svn to create branch 'glite-security-
gsoap-plugin_branch_1_4_0'.

Sprout from master 2006-09-22 07:59:49 UTC Aleš Křenek <ljocha@ics.muni.cz> 'push version'
Delete:
    org.glite.deployment.jpis/build.xml
    org.glite.deployment.jpis/config/scripts/glite-jpis-config.py
    org.glite.deployment.jpis/config/templates/glite-jpis.cfg.xml
    org.glite.deployment.jpis/project/build.number
    org.glite.deployment.jpis/project/build.properties
    org.glite.deployment.jpis/project/glite-jp.sdf.xml.template
    org.glite.deployment.jpis/project/glite-jpis.sdf.xml.template
    org.glite.deployment.jpis/project/lxscript-rpm.xsl
    org.glite.deployment.jpis/project/lxscript-tgz.xsl
    org.glite.deployment.jpis/project/properties.xml
    org.glite.deployment.jpis/project/quattor-template.xsl
    org.glite.deployment.jpis/project/version.properties
    org.glite.deployment.jpps/build.xml
    org.glite.deployment.jpps/config/scripts/glite-jpps-config.py
    org.glite.deployment.jpps/config/templates/glite-jpps.cfg.xml
    org.glite.deployment.jpps/project/build.number
    org.glite.deployment.jpps/project/build.properties
    org.glite.deployment.jpps/project/glite-jpps.sdf.xml.template
    org.glite.deployment.jpps/project/lxscript-rpm.xsl
    org.glite.deployment.jpps/project/lxscript-tgz.xsl
    org.glite.deployment.jpps/project/properties.xml
    org.glite.deployment.jpps/project/quattor-template.xsl
    org.glite.deployment.jpps/project/version.properties
    org.glite.deployment.lb/.cvsignore
    org.glite.deployment.lb/CHANGELOG
    org.glite.deployment.lb/LICENSE
    org.glite.deployment.lb/build.xml
    org.glite.deployment.lb/config/scripts/glite-lb-config.py
    org.glite.deployment.lb/config/templates/glite-lb.cfg.xml
    org.glite.deployment.lb/doc/release_notes/release_notes.doc
    org.glite.deployment.lb/doc/release_notes/release_notes.html
    org.glite.deployment.lb/doc/release_notes/release_notes.pdf
    org.glite.deployment.lb/project/.cvsignore
    org.glite.deployment.lb/project/build.number
    org.glite.deployment.lb/project/build.properties
    org.glite.deployment.lb/project/glite-lb.sdf.xml.template
    org.glite.deployment.lb/project/lxscript-rpm.xsl
    org.glite.deployment.lb/project/lxscript-tgz.xsl
    org.glite.deployment.lb/project/properties.xml
    org.glite.deployment.lb/project/quattor-template.xsl
    org.glite.deployment.lb/project/version.properties
    org.glite.jp.client/.cvsignore
    org.glite.jp.client/Makefile
    org.glite.jp.client/build.xml
    org.glite.jp.client/config/startup
    org.glite.jp.client/doc/README.jpimporter
    org.glite.jp.client/examples/glite-jp-importer.sh
    org.glite.jp.client/examples/jpps_upload_files.c
    org.glite.jp.client/interface/jp_client.h
    org.glite.jp.client/interface/jpcl_ctx_int.h
    org.glite.jp.client/interface/jpimporter.h
    org.glite.jp.client/project/build.number
    org.glite.jp.client/project/build.properties
    org.glite.jp.client/project/configure.properties.xml
    org.glite.jp.client/project/properties.xml
    org.glite.jp.client/project/tar_exclude
    org.glite.jp.client/project/version.properties
    org.glite.jp.client/src/jpcl_ctx.c
    org.glite.jp.client/src/jpimp_lib.c
    org.glite.jp.client/src/jpimporter.c
    org.glite.jp.client/src/jptype_map.h
    org.glite.jp.client/src/typemap.dat
    org.glite.jp.common/.cvsignore
    org.glite.jp.common/Makefile
    org.glite.jp.common/build.xml
    org.glite.jp.common/interface/attr.h
    org.glite.jp.common/interface/context.h
    org.glite.jp.common/interface/escape.h
    org.glite.jp.common/interface/known_attr.h
    org.glite.jp.common/interface/strmd5.h
    org.glite.jp.common/interface/trio.h
    org.glite.jp.common/interface/type_plugin.h
    org.glite.jp.common/interface/types.h
    org.glite.jp.common/project/build.number
    org.glite.jp.common/project/build.properties
    org.glite.jp.common/project/configure.properties.xml
    org.glite.jp.common/project/properties.xml
    org.glite.jp.common/project/tar_exclude
    org.glite.jp.common/project/version.properties
    org.glite.jp.common/src/attr.c
    org.glite.jp.common/src/context.c
    org.glite.jp.common/src/escape.c
    org.glite.jp.common/src/stdtypes.c
    org.glite.jp.common/src/strio.c
    org.glite.jp.common/src/strio.h
    org.glite.jp.common/src/strmd5.c
    org.glite.jp.common/src/trio.c
    org.glite.jp.common/src/triop.h
    org.glite.jp.index/.cvsignore
    org.glite.jp.index/Makefile
    org.glite.jp.index/build.xml
    org.glite.jp.index/config/dbsetup.sh
    org.glite.jp.index/config/glite-jp-index-dbsetup.sql
    org.glite.jp.index/config/glite-jpis-config.xml
    org.glite.jp.index/config/startup
    org.glite.jp.index/doc/README
    org.glite.jp.index/doc/client_conf.xsd
    org.glite.jp.index/doc/glite-jp-indexd.sgml
    org.glite.jp.index/doc/glite-jpis-client.sgml
    org.glite.jp.index/doc/server_conf.xsd
    org.glite.jp.index/examples/jpis-client.c
    org.glite.jp.index/examples/jpis-db-internal.c
    org.glite.jp.index/examples/jpis-test.c
    org.glite.jp.index/examples/query-tests/authz.out
    org.glite.jp.index/examples/query-tests/complex_query.in
    org.glite.jp.index/examples/query-tests/complex_query.out
    org.glite.jp.index/examples/query-tests/dump1.sql
    org.glite.jp.index/examples/query-tests/run-test.sh
    org.glite.jp.index/examples/query-tests/simple_query.in
    org.glite.jp.index/examples/query-tests/simple_query.out
    org.glite.jp.index/interface/JobProvenanceISClient.xsd
    org.glite.jp.index/project/build.number
    org.glite.jp.index/project/build.properties
    org.glite.jp.index/project/configure.properties.xml
    org.glite.jp.index/project/properties.xml
    org.glite.jp.index/project/tar_exclude
    org.glite.jp.index/project/version.properties
    org.glite.jp.index/src/bones_server.c
    org.glite.jp.index/src/common.c
    org.glite.jp.index/src/common.h
    org.glite.jp.index/src/common_server.c
    org.glite.jp.index/src/common_server.h
    org.glite.jp.index/src/conf.c
    org.glite.jp.index/src/conf.h
    org.glite.jp.index/src/context.c
    org.glite.jp.index/src/context.h
    org.glite.jp.index/src/db_ops.c
    org.glite.jp.index/src/db_ops.h
    org.glite.jp.index/src/simple_server.c
    org.glite.jp.index/src/soap_ops.c
    org.glite.jp.index/src/soap_ps_calls.c
    org.glite.jp.index/src/soap_ps_calls.h
    org.glite.jp.index/src/typemap.dat
    org.glite.jp.index/src/ws_is_typeref.c
    org.glite.jp.index/src/ws_is_typeref.h
    org.glite.jp.index/src/ws_ps_typeref.c
    org.glite.jp.index/src/ws_ps_typeref.h
    org.glite.jp.index/src/ws_typemap.h
    org.glite.jp.primary/.cvsignore
    org.glite.jp.primary/Makefile
    org.glite.jp.primary/build.xml
    org.glite.jp.primary/config/glite-jp-primary-dbsetup.sh
    org.glite.jp.primary/config/glite-jp-primary-dbsetup.sql
    org.glite.jp.primary/config/startup
    org.glite.jp.primary/doc/README.install
    org.glite.jp.primary/examples/README.test
    org.glite.jp.primary/examples/job_template
    org.glite.jp.primary/examples/jpps-test.c
    org.glite.jp.primary/examples/jpps_store_test
    org.glite.jp.primary/examples/sample_job_aborted
    org.glite.jp.primary/examples/sample_job_cleared
    org.glite.jp.primary/examples/sample_job_tagged_done
    org.glite.jp.primary/examples/sample_job_waiting
    org.glite.jp.primary/interface/file_plugin.h
    org.glite.jp.primary/project/build.number
    org.glite.jp.primary/project/build.properties
    org.glite.jp.primary/project/configure.properties.xml
    org.glite.jp.primary/project/properties.xml
    org.glite.jp.primary/project/tar_exclude
    org.glite.jp.primary/project/version.properties
    org.glite.jp.primary/src/attrs.c
    org.glite.jp.primary/src/attrs.h
    org.glite.jp.primary/src/authz.c
    org.glite.jp.primary/src/authz.h
    org.glite.jp.primary/src/backend.h
    org.glite.jp.primary/src/bones_server.c
    org.glite.jp.primary/src/builtin_plugins.h
    org.glite.jp.primary/src/db.h
    org.glite.jp.primary/src/feed.c
    org.glite.jp.primary/src/feed.h
    org.glite.jp.primary/src/file_plugin.c
    org.glite.jp.primary/src/ftp_backend.c
    org.glite.jp.primary/src/ftpd_auth.c
    org.glite.jp.primary/src/is_client.c
    org.glite.jp.primary/src/is_client.h
    org.glite.jp.primary/src/jptype_map.h
    org.glite.jp.primary/src/mk_soap_switch.pl
    org.glite.jp.primary/src/mysql.c
    org.glite.jp.primary/src/new_ftp_backend.c
    org.glite.jp.primary/src/simple_server.c
    org.glite.jp.primary/src/soap_ops.c
    org.glite.jp.primary/src/soap_util.c
    org.glite.jp.primary/src/tags.c
    org.glite.jp.primary/src/tags.h
    org.glite.jp.primary/src/tags_plugin.c
    org.glite.jp.primary/src/typemap.dat
    org.glite.jp.server-common/Makefile
    org.glite.jp.server-common/build.xml
    org.glite.jp.server-common/examples/db-test-int.c
    org.glite.jp.server-common/interface/db.h
    org.glite.jp.server-common/project/build.number
    org.glite.jp.server-common/project/configure.properties.xml
    org.glite.jp.server-common/project/properties.xml
    org.glite.jp.server-common/project/tar_exclude
    org.glite.jp.server-common/project/version.properties
    org.glite.jp.server-common/src/db.c
    org.glite.jp.ws-interface/.cvsignore
    org.glite.jp.ws-interface/LICENSE
    org.glite.jp.ws-interface/Makefile
    org.glite.jp.ws-interface/build.xml
    org.glite.jp.ws-interface/project/build.number
    org.glite.jp.ws-interface/project/build.properties
    org.glite.jp.ws-interface/project/configure.properties.xml
    org.glite.jp.ws-interface/project/properties.xml
    org.glite.jp.ws-interface/project/tar_exclude
    org.glite.jp.ws-interface/project/version.properties
    org.glite.jp.ws-interface/src/JobProvenanceIS.xml
    org.glite.jp.ws-interface/src/JobProvenancePS.xml
    org.glite.jp.ws-interface/src/JobProvenanceTypes.xml
    org.glite.jp.ws-interface/src/doc.xml
    org.glite.jp.ws-interface/src/puke-schema.xsl
    org.glite.jp.ws-interface/src/puke-ug.xsl
    org.glite.jp.ws-interface/src/puke-wsdl.xsl
    org.glite.jp/.cvsignore
    org.glite.jp/build.xml
    org.glite.jp/doc/EGEElogoNEW.jpg
    org.glite.jp/doc/copyright.tex
    org.glite.jp/doc/egee.cls
    org.glite.jp/doc/frontmatter.tex
    org.glite.jp/doc/install-guide/EGEElogoNEW.jpg
    org.glite.jp/doc/install-guide/LB-JP-interaction-details.cdr
    org.glite.jp/doc/install-guide/LB-JP-interaction-details.eps
    org.glite.jp/doc/install-guide/LB-JP-interaction-details.pdf
    org.glite.jp/doc/install-guide/LB-JP-interaction-guide.tex
    org.glite.jp/doc/install-guide/README
    org.glite.jp/doc/install-guide/copyright.tex
    org.glite.jp/doc/install-guide/egee.cls
    org.glite.jp/doc/install-guide/glite_installation_guide_JP.doc
    org.glite.jp/doc/install-guide/glite_installation_guide_LB.doc
    org.glite.jp/doc/install-guide/isi.png
    org.glite.jp/doc/install-guide/lb-jp-drawing.pdf
    org.glite.jp/doc/isi.png
    org.glite.jp/doc/testplan.tex
    org.glite.jp/doc/users-quide/EGEElogoNEW.jpg
    org.glite.jp/doc/users-quide/JP-interactions.cdr
    org.glite.jp/doc/users-quide/JP-interactions.eps
    org.glite.jp/doc/users-quide/JP-interactions.pdf
    org.glite.jp/doc/users-quide/JP-query.cdr
    org.glite.jp/doc/users-quide/JP-query.eps
    org.glite.jp/doc/users-quide/JP-query.pdf
    org.glite.jp/doc/users-quide/JP-users-guide.tex
    org.glite.jp/doc/users-quide/README
    org.glite.jp/doc/users-quide/copyright.tex
    org.glite.jp/doc/users-quide/egee.cls
    org.glite.jp/doc/users-quide/glite-jpis-client.tex
    org.glite.jp/doc/users-quide/isi.png
    org.glite.jp/doc/users-quide/jpws.tex
    org.glite.jp/project/build.number
    org.glite.jp/project/build.properties
    org.glite.jp/project/dependencies.properties
    org.glite.jp/project/glite.jp.csf.xml
    org.glite.jp/project/properties.xml
    org.glite.jp/project/run-workspace
    org.glite.jp/project/taskdefs.xml
    org.glite.jp/project/version.properties
    org.glite.lb-utils.context/.cvsignore
    org.glite.lb-utils.context/LICENSE
    org.glite.lb-utils.context/build.xml
    org.glite.lb-utils.context/project/build.number
    org.glite.lb-utils.context/project/build.properties
    org.glite.lb-utils.context/project/configure.properties.xml
    org.glite.lb-utils.context/project/properties.xml
    org.glite.lb-utils.context/project/version.properties
    org.glite.lb-utils.db/.cvsignore
    org.glite.lb-utils.db/LICENSE
    org.glite.lb-utils.db/Makefile
    org.glite.lb-utils.db/build.xml
    org.glite.lb-utils.db/examples/db_test.c
    org.glite.lb-utils.db/interface/db.h
    org.glite.lb-utils.db/project/build.number
    org.glite.lb-utils.db/project/build.properties
    org.glite.lb-utils.db/project/configure.properties.xml
    org.glite.lb-utils.db/project/properties.xml
    org.glite.lb-utils.db/project/tar_exclude
    org.glite.lb-utils.db/project/version.properties
    org.glite.lb-utils.db/src/db.c
    org.glite.lb-utils.jobid/.cvsignore
    org.glite.lb-utils.jobid/LICENSE
    org.glite.lb-utils.jobid/Makefile
    org.glite.lb-utils.jobid/build.xml
    org.glite.lb-utils.jobid/interface/Exception.h
    org.glite.lb-utils.jobid/interface/JobId.h
    org.glite.lb-utils.jobid/interface/JobIdExceptions.h
    org.glite.lb-utils.jobid/interface/cjobid.h
    org.glite.lb-utils.jobid/interface/strmd5.h
    org.glite.lb-utils.jobid/project/build.number
    org.glite.lb-utils.jobid/project/build.properties
    org.glite.lb-utils.jobid/project/configure.properties.xml
    org.glite.lb-utils.jobid/project/properties.xml
    org.glite.lb-utils.jobid/project/tar_exclude
    org.glite.lb-utils.jobid/project/version.properties
    org.glite.lb-utils.jobid/src/cjobid.c
    org.glite.lb-utils.jobid/src/strmd5.c
    org.glite.lb-utils.server-bones/.cvsignore
    org.glite.lb-utils.server-bones/LICENSE
    org.glite.lb-utils.server-bones/build.xml
    org.glite.lb-utils.server-bones/project/build.number
    org.glite.lb-utils.server-bones/project/build.properties
    org.glite.lb-utils.server-bones/project/configure.properties.xml
    org.glite.lb-utils.server-bones/project/properties.xml
    org.glite.lb-utils.server-bones/project/version.properties
    org.glite.lb-utils.trio/.cvsignore
    org.glite.lb-utils.trio/LICENSE
    org.glite.lb-utils.trio/Makefile
    org.glite.lb-utils.trio/build.xml
    org.glite.lb-utils.trio/interface/escape.h
    org.glite.lb-utils.trio/interface/trio.h
    org.glite.lb-utils.trio/project/build.number
    org.glite.lb-utils.trio/project/build.properties
    org.glite.lb-utils.trio/project/configure.properties.xml
    org.glite.lb-utils.trio/project/properties.xml
    org.glite.lb-utils.trio/project/version.properties
    org.glite.lb-utils.trio/src/escape.c
    org.glite.lb-utils.trio/src/strio.c
    org.glite.lb-utils.trio/src/strio.h
    org.glite.lb-utils.trio/src/trio.c
    org.glite.lb-utils.trio/src/triop.h
    org.glite.lb-utils.trio/test/trio_test.cpp
    org.glite.lb-utils/.cvsignore
    org.glite.lb-utils/LICENSE
    org.glite.lb-utils/build.xml
    org.glite.lb-utils/project/build.number
    org.glite.lb-utils/project/build.properties
    org.glite.lb-utils/project/dependencies.properties
    org.glite.lb-utils/project/glite.lb-utils.csf.xml
    org.glite.lb-utils/project/properties.xml
    org.glite.lb-utils/project/taskdefs.xml
    org.glite.lb-utils/project/version.properties
    org.glite.lb.client-interface/.cvsignore
    org.glite.lb.client-interface/LICENSE
    org.glite.lb.client-interface/Makefile
    org.glite.lb.client-interface/build.xml
    org.glite.lb.client-interface/doc/api/Makefile
    org.glite.lb.client-interface/doc/api/api.tex
    org.glite.lb.client-interface/doc/api/fig/logging-arch.eps
    org.glite.lb.client-interface/doc/api/fig/logging-arch.pdf
    org.glite.lb.client-interface/interface/CountRef.h
    org.glite.lb.client-interface/interface/Event.h.T
    org.glite.lb.client-interface/interface/Job.h
    org.glite.lb.client-interface/interface/JobStatus.h.T
    org.glite.lb.client-interface/interface/LoggingExceptions.h
    org.glite.lb.client-interface/interface/Notification.h
    org.glite.lb.client-interface/interface/ServerConnection.h
    org.glite.lb.client-interface/interface/consumer.h
    org.glite.lb.client-interface/interface/consumer_fake.h
    org.glite.lb.client-interface/interface/context.h
    org.glite.lb.client-interface/interface/dump.h
    org.glite.lb.client-interface/interface/events.h.T
    org.glite.lb.client-interface/interface/jobstat.h.T
    org.glite.lb.client-interface/interface/load.h
    org.glite.lb.client-interface/interface/notification.h
    org.glite.lb.client-interface/interface/notifid.h
    org.glite.lb.client-interface/interface/producer.h.T
    org.glite.lb.client-interface/interface/producer_fake.h
    org.glite.lb.client-interface/interface/purge.h
    org.glite.lb.client-interface/interface/statistics.h
    org.glite.lb.client-interface/project/build.number
    org.glite.lb.client-interface/project/build.properties
    org.glite.lb.client-interface/project/configure.properties.xml
    org.glite.lb.client-interface/project/properties.xml
    org.glite.lb.client-interface/project/tar_exclude
    org.glite.lb.client-interface/project/version.properties
    org.glite.lb.client/.cvsignore
    org.glite.lb.client/LICENSE
    org.glite.lb.client/Makefile
    org.glite.lb.client/build.xml
    org.glite.lb.client/doc/README-fake
    org.glite.lb.client/doc/README-notify
    org.glite.lb.client/doc/glite-lb-logevent.1
    org.glite.lb.client/examples/abort_job.c
    org.glite.lb.client/examples/aborted.l
    org.glite.lb.client/examples/cancelled.l
    org.glite.lb.client/examples/change_acl.c
    org.glite.lb.client/examples/chkpt.l
    org.glite.lb.client/examples/cleared.l
    org.glite.lb.client/examples/consumer_fake.c
    org.glite.lb.client/examples/dagids.c
    org.glite.lb.client/examples/done.l
    org.glite.lb.client/examples/done_dag.l
    org.glite.lb.client/examples/done_subjob.l
    org.glite.lb.client/examples/failed_dag.l
    org.glite.lb.client/examples/failed_subjob.l
    org.glite.lb.client/examples/feed_shark.c
    org.glite.lb.client/examples/flood_proxy.c
    org.glite.lb.client/examples/gen_begin
    org.glite.lb.client/examples/gen_sample_job
    org.glite.lb.client/examples/job_log.c
    org.glite.lb.client/examples/job_log_fake.cpp
    org.glite.lb.client/examples/job_reg.c
    org.glite.lb.client/examples/job_status.c
    org.glite.lb.client/examples/lbmon.c
    org.glite.lb.client/examples/log_usertag_proxy.c
    org.glite.lb.client/examples/notify.c
    org.glite.lb.client/examples/producer_fake.c
    org.glite.lb.client/examples/purge_test
    org.glite.lb.client/examples/query_ext.c
    org.glite.lb.client/examples/query_seq_code.c
    org.glite.lb.client/examples/ready.l
    org.glite.lb.client/examples/ready_dag.l
    org.glite.lb.client/examples/ready_subjob.l
    org.glite.lb.client/examples/resubmission.l
    org.glite.lb.client/examples/resubmitted.l
    org.glite.lb.client/examples/running.l
    org.glite.lb.client/examples/running_dag.l
    org.glite.lb.client/examples/running_subjob.l
    org.glite.lb.client/examples/scheduled.l
    org.glite.lb.client/examples/scheduled_dag.l
    org.glite.lb.client/examples/scheduled_subjob.l
    org.glite.lb.client/examples/shallow_and_full_resub.l
    org.glite.lb.client/examples/shallow_resub_complex.l
    org.glite.lb.client/examples/shallow_resub_simple.l
    org.glite.lb.client/examples/shallow_resub_simple2.l
    org.glite.lb.client/examples/stats.c
    org.glite.lb.client/examples/stress_context.c
    org.glite.lb.client/examples/stresslog.c
    org.glite.lb.client/examples/submitted.l
    org.glite.lb.client/examples/submitted_dag.l
    org.glite.lb.client/examples/submitted_subjob.l
    org.glite.lb.client/examples/ulmfields.pl
    org.glite.lb.client/examples/user_jobs.c
    org.glite.lb.client/examples/waiting.l
    org.glite.lb.client/examples/waiting_dag.l
    org.glite.lb.client/examples/waiting_subjob.l
    org.glite.lb.client/project/.cvsignore
    org.glite.lb.client/project/build.number
    org.glite.lb.client/project/build.properties
    org.glite.lb.client/project/configure.properties.xml
    org.glite.lb.client/project/properties.xml
    org.glite.lb.client/project/tar_exclude
    org.glite.lb.client/project/version.properties
    org.glite.lb.client/src/Event.cpp.T
    org.glite.lb.client/src/Job.cpp
    org.glite.lb.client/src/JobStatus.cpp.T
    org.glite.lb.client/src/Notification.cpp
    org.glite.lb.client/src/ServerConnection.cpp
    org.glite.lb.client/src/args.c.T
    org.glite.lb.client/src/args.h
    org.glite.lb.client/src/connection.c
    org.glite.lb.client/src/connection.h
    org.glite.lb.client/src/consumer.c
    org.glite.lb.client/src/dump.c
    org.glite.lb.client/src/export.sh
    org.glite.lb.client/src/lb_dump_exporter.c
    org.glite.lb.client/src/load.c
    org.glite.lb.client/src/logevent.c.T
    org.glite.lb.client/src/notification.c
    org.glite.lb.client/src/perftest_jobreg.c
    org.glite.lb.client/src/perftest_jobreg.sh
    org.glite.lb.client/src/perftest_logjobs.c
    org.glite.lb.client/src/perftest_query.sh
    org.glite.lb.client/src/prod_proto.c
    org.glite.lb.client/src/prod_proto.h
    org.glite.lb.client/src/producer.c
    org.glite.lb.client/src/purge.c
    org.glite.lb.client/src/statistics.c
    org.glite.lb.client/src/uiwrap.c.T
    org.glite.lb.client/test/PLOT
    org.glite.lb.client/test/TEST
    org.glite.lb.client/test/prod_proto_test.c
    org.glite.lb.client/test/producer_test.cpp
    org.glite.lb.common/.cvsignore
    org.glite.lb.common/LICENSE
    org.glite.lb.common/Makefile
    org.glite.lb.common/build.xml
    org.glite.lb.common/doc/events.tex.T
    org.glite.lb.common/doc/status.tex.T
    org.glite.lb.common/examples/perf_dag_avg_events.log
    org.glite.lb.common/examples/perf_dag_avg_events.reg.log
    org.glite.lb.common/examples/perf_dag_avg_subjobs.log
    org.glite.lb.common/examples/perf_dag_avg_subjobs.reg.log
    org.glite.lb.common/examples/perf_dag_max_events.log
    org.glite.lb.common/examples/perf_dag_max_events.reg.log
    org.glite.lb.common/examples/perf_dag_max_subjobs.log
    org.glite.lb.common/examples/perf_dag_max_subjobs.reg.log
    org.glite.lb.common/examples/perf_simple_avg_events.log
    org.glite.lb.common/examples/perf_simple_avg_events.reg.log
    org.glite.lb.common/examples/perf_simple_max_events.log
    org.glite.lb.common/examples/perf_simple_max_events.reg.log
    org.glite.lb.common/interface/authz.h
    org.glite.lb.common/interface/context-int.h
    org.glite.lb.common/interface/escape.h
    org.glite.lb.common/interface/events_parse.h
    org.glite.lb.common/interface/il_msg.h
    org.glite.lb.common/interface/il_string.h
    org.glite.lb.common/interface/lb_maildir.h
    org.glite.lb.common/interface/lb_perftest.h
    org.glite.lb.common/interface/lb_plain_io.h
    org.glite.lb.common/interface/log_proto.h
    org.glite.lb.common/interface/mini_http.h
    org.glite.lb.common/interface/trio.h
    org.glite.lb.common/interface/ulm_parse.h
    org.glite.lb.common/interface/xml_conversions.h
    org.glite.lb.common/interface/xml_parse.h
    org.glite.lb.common/project/.cvsignore
    org.glite.lb.common/project/build.number
    org.glite.lb.common/project/build.properties
    org.glite.lb.common/project/configure.properties.xml
    org.glite.lb.common/project/properties.xml
    org.glite.lb.common/project/tar_exclude
    org.glite.lb.common/project/version.properties
    org.glite.lb.common/src/context.c
    org.glite.lb.common/src/escape.c
    org.glite.lb.common/src/events.c.T
    org.glite.lb.common/src/events_parse.c.T
    org.glite.lb.common/src/il_int.c
    org.glite.lb.common/src/il_log.c
    org.glite.lb.common/src/il_msg.c
    org.glite.lb.common/src/il_string.c
    org.glite.lb.common/src/lb_maildir.c
    org.glite.lb.common/src/lb_perftest.c
    org.glite.lb.common/src/lb_plain_io.c
    org.glite.lb.common/src/log_msg.c
    org.glite.lb.common/src/mini_http.c
    org.glite.lb.common/src/notifid.c
    org.glite.lb.common/src/param.c
    org.glite.lb.common/src/perftest_common.sh
    org.glite.lb.common/src/query_rec.c
    org.glite.lb.common/src/status.c.T
    org.glite.lb.common/src/strio.c
    org.glite.lb.common/src/strio.h
    org.glite.lb.common/src/trio.c
    org.glite.lb.common/src/triop.h
    org.glite.lb.common/src/ulm_parse.c
    org.glite.lb.common/src/xml_conversions.c
    org.glite.lb.common/src/xml_parse.c.T
    org.glite.lb.common/test/il_int_test.cpp
    org.glite.lb.common/test/il_msg_test.cpp
    org.glite.lb.common/test/il_string_test.cpp
    org.glite.lb.common/test/il_test.cpp
    org.glite.lb.common/test/parse.cpp.T
    org.glite.lb.common/test/test_main.cpp
    org.glite.lb.logger/.cvsignore
    org.glite.lb.logger/LICENSE
    org.glite.lb.logger/Makefile
    org.glite.lb.logger/build.xml
    org.glite.lb.logger/config/glite-lb-logger.config.xml
    org.glite.lb.logger/config/glite-lb-logger.default-properties
    org.glite.lb.logger/config/startup
    org.glite.lb.logger/project/build.number
    org.glite.lb.logger/project/build.properties
    org.glite.lb.logger/project/configure.properties.xml
    org.glite.lb.logger/project/properties.xml
    org.glite.lb.logger/project/tar_exclude
    org.glite.lb.logger/project/version.properties
    org.glite.lb.logger/src/event_queue.c
    org.glite.lb.logger/src/event_store.c
    org.glite.lb.logger/src/il_error.c
    org.glite.lb.logger/src/il_error.h
    org.glite.lb.logger/src/il_master.c
    org.glite.lb.logger/src/input_queue_socket.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/logd_proto.h
    org.glite.lb.logger/src/perftest_il.sh
    org.glite.lb.logger/src/perftest_ll.sh
    org.glite.lb.logger/src/queue_mgr.c
    org.glite.lb.logger/src/queue_thread.c
    org.glite.lb.logger/src/recover.c
    org.glite.lb.logger/src/send_event.c
    org.glite.lb.logger/src/server_msg.c
    org.glite.lb.logger/test/IlTestBase.cpp
    org.glite.lb.logger/test/IlTestBase.h
    org.glite.lb.logger/test/event_queueTest.cpp
    org.glite.lb.logger/test/event_storeTest.cpp
    org.glite.lb.logger/test/il_test.cpp
    org.glite.lb.logger/test/input_queue_socketTest.cpp
    org.glite.lb.logger/test/ll_test.cpp
    org.glite.lb.logger/test/logd_proto_test.c
    org.glite.lb.logger/test/server_msgTest.cpp
    org.glite.lb.proxy/.cvsignore
    org.glite.lb.proxy/LICENSE
    org.glite.lb.proxy/Makefile
    org.glite.lb.proxy/build.xml
    org.glite.lb.proxy/config/glite-lb-dbsetup-proxy.sql
    org.glite.lb.proxy/config/startup
    org.glite.lb.proxy/doc/README
    org.glite.lb.proxy/doc/README.deploy
    org.glite.lb.proxy/examples/test.sh
    org.glite.lb.proxy/examples/test1.sh
    org.glite.lb.proxy/examples/test2.sh
    org.glite.lb.proxy/examples/test3.sh
    org.glite.lb.proxy/project/build.number
    org.glite.lb.proxy/project/build.properties
    org.glite.lb.proxy/project/configure.properties.xml
    org.glite.lb.proxy/project/properties.xml
    org.glite.lb.proxy/project/tar_exclude
    org.glite.lb.proxy/project/version.properties
    org.glite.lb.proxy/src/fake_write2rgma.c
    org.glite.lb.proxy/src/lbproxy.c
    org.glite.lb.proxy/src/perftest_proxy.sh
    org.glite.lb.server-bones/.cvsignore
    org.glite.lb.server-bones/Makefile
    org.glite.lb.server-bones/build.xml
    org.glite.lb.server-bones/examples/cnt_example.c
    org.glite.lb.server-bones/examples/srv_example.c
    org.glite.lb.server-bones/interface/srvbones.h
    org.glite.lb.server-bones/project/build.number
    org.glite.lb.server-bones/project/build.properties
    org.glite.lb.server-bones/project/configure.properties.xml
    org.glite.lb.server-bones/project/properties.xml
    org.glite.lb.server-bones/project/tar_exclude
    org.glite.lb.server-bones/project/version.properties
    org.glite.lb.server-bones/src/srvbones.c
    org.glite.lb.server/.cvsignore
    org.glite.lb.server/LICENSE
    org.glite.lb.server/Makefile
    org.glite.lb.server/build.xml
    org.glite.lb.server/config/glite-lb-dbsetup-migrate2transactions.sql
    org.glite.lb.server/config/glite-lb-dbsetup.sql
    org.glite.lb.server/config/glite-lb-index.conf.template
    org.glite.lb.server/config/startup
    org.glite.lb.server/examples/stdsoap2_2.6.0.c
    org.glite.lb.server/examples/stdsoap2_2.6.2.c
    org.glite.lb.server/examples/stdsoap2_2.7.0c.c
    org.glite.lb.server/examples/stdsoap2_2.7.0d.c
    org.glite.lb.server/examples/ws_getversion.c
    org.glite.lb.server/examples/ws_joblog.c
    org.glite.lb.server/examples/ws_jobstat.c
    org.glite.lb.server/examples/ws_query_ex.c
    org.glite.lb.server/interface/index.h
    org.glite.lb.server/interface/job-attrs.xsd
    org.glite.lb.server/interface/job-record.xsd
    org.glite.lb.server/interface/lb_authz.h
    org.glite.lb.server/interface/lbs_db.h
    org.glite.lb.server/interface/srv_perf.h
    org.glite.lb.server/interface/store.h
    org.glite.lb.server/project/.cvsignore
    org.glite.lb.server/project/build.number
    org.glite.lb.server/project/build.properties
    org.glite.lb.server/project/configure.properties.xml
    org.glite.lb.server/project/properties.xml
    org.glite.lb.server/project/tar_exclude
    org.glite.lb.server/project/version.properties
    org.glite.lb.server/src/bkindex.c
    org.glite.lb.server/src/bkserverd.c
    org.glite.lb.server/src/db_store.c
    org.glite.lb.server/src/dump.c
    org.glite.lb.server/src/get_events.c.T
    org.glite.lb.server/src/get_events.h
    org.glite.lb.server/src/il_lbproxy.c
    org.glite.lb.server/src/il_lbproxy.h
    org.glite.lb.server/src/il_notification.c
    org.glite.lb.server/src/il_notification.h
    org.glite.lb.server/src/index.c.T
    org.glite.lb.server/src/index_lex.l
    org.glite.lb.server/src/index_parse.y
    org.glite.lb.server/src/jobstat.c
    org.glite.lb.server/src/jobstat.h
    org.glite.lb.server/src/jobstat_supp.c
    org.glite.lb.server/src/jp_job_attrs.xsl
    org.glite.lb.server/src/lb_authz.c
    org.glite.lb.server/src/lb_html.c
    org.glite.lb.server/src/lb_html.h
    org.glite.lb.server/src/lb_http.c
    org.glite.lb.server/src/lb_http.h
    org.glite.lb.server/src/lb_plugin.c
    org.glite.lb.server/src/lb_proto.c
    org.glite.lb.server/src/lb_proto.h
    org.glite.lb.server/src/lb_xml_parse.c.T
    org.glite.lb.server/src/lb_xml_parse.h
    org.glite.lb.server/src/lb_xml_parse_V21.c.T
    org.glite.lb.server/src/lb_xml_parse_V21.h
    org.glite.lb.server/src/lbs_db.c
    org.glite.lb.server/src/lbs_db_supp.c
    org.glite.lb.server/src/load.c
    org.glite.lb.server/src/lock.c
    org.glite.lb.server/src/lock.h
    org.glite.lb.server/src/notif_match.c
    org.glite.lb.server/src/notification.c
    org.glite.lb.server/src/openserver.c
    org.glite.lb.server/src/process_event.c
    org.glite.lb.server/src/purge.h
    org.glite.lb.server/src/query.c
    org.glite.lb.server/src/query.h
    org.glite.lb.server/src/request.c
    org.glite.lb.server/src/seqcode.c
    org.glite.lb.server/src/server_state.c
    org.glite.lb.server/src/server_state.h
    org.glite.lb.server/src/srv_purge.c
    org.glite.lb.server/src/stats.c
    org.glite.lb.server/src/stats.h
    org.glite.lb.server/src/store.c.T
    org.glite.lb.server/src/stored_master.c
    org.glite.lb.server/src/userjobs.c
    org.glite.lb.server/src/write2rgma.c
    org.glite.lb.server/src/ws_fault.c
    org.glite.lb.server/src/ws_fault.h
    org.glite.lb.server/src/ws_query.c
    org.glite.lb.server/src/ws_typemap.dat
    org.glite.lb.server/src/ws_typemap.h
    org.glite.lb.server/src/ws_typeref.c.T
    org.glite.lb.server/src/ws_typeref.h
    org.glite.lb.server/test/oneJob.qry
    org.glite.lb.server/test/test_query_events.cpp
    org.glite.lb.server/test/test_soap_conv.cpp
    org.glite.lb.server/test/test_xml.cpp.T
    org.glite.lb.utils/.cvsignore
    org.glite.lb.utils/LICENSE
    org.glite.lb.utils/Makefile
    org.glite.lb.utils/build.xml
    org.glite.lb.utils/doc/README.LB-monitoring
    org.glite.lb.utils/doc/README.LB-statistics
    org.glite.lb.utils/doc/glite-lb-mon-db.1
    org.glite.lb.utils/doc/glite-lb-mon.1
    org.glite.lb.utils/examples/glite-lb-index.conf
    org.glite.lb.utils/examples/glite-lb-statistics-gsi.sh
    org.glite.lb.utils/examples/glite-lb-statistics-rsync.sh
    org.glite.lb.utils/examples/glite-lb-statistics-sftp.sh
    org.glite.lb.utils/examples/glite-lb-statistics.sh
    org.glite.lb.utils/project/build.number
    org.glite.lb.utils/project/build.properties
    org.glite.lb.utils/project/configure.properties.xml
    org.glite.lb.utils/project/properties.xml
    org.glite.lb.utils/project/tar_exclude
    org.glite.lb.utils/project/version.properties
    org.glite.lb.utils/src/mon-db.c
    org.glite.lb.utils/src/mon.c
    org.glite.lb.utils/src/statistics.c
    org.glite.lb.ws-interface/.Makefile.swp
    org.glite.lb.ws-interface/.cvsignore
    org.glite.lb.ws-interface/LICENSE
    org.glite.lb.ws-interface/Makefile
    org.glite.lb.ws-interface/build.xml
    org.glite.lb.ws-interface/project/build.number
    org.glite.lb.ws-interface/project/build.properties
    org.glite.lb.ws-interface/project/configure.properties.xml
    org.glite.lb.ws-interface/project/properties.xml
    org.glite.lb.ws-interface/project/tar_exclude
    org.glite.lb.ws-interface/project/version.properties
    org.glite.lb.ws-interface/src/LB.xml
    org.glite.lb.ws-interface/src/LBTypes.xml.T
    org.glite.lb.ws-interface/src/doc.xml
    org.glite.lb.ws-interface/src/puke-ug.xsl
    org.glite.lb.ws-interface/src/puke-wsdl.xsl
    org.glite.lb/.cvsignore
    org.glite.lb/LICENSE
    org.glite.lb/build.xml
    org.glite.lb/deployment/README
    org.glite.lb/deployment/deploy_all.diff
    org.glite.lb/deployment/deploy_jp.diff
    org.glite.lb/deployment/deploy_lb.diff
    org.glite.lb/doc/README.lb4vdt
    org.glite.lb/doc/copyright.tex
    org.glite.lb/doc/frontmatter.tex
    org.glite.lb/doc/perf_clear_proxy
    org.glite.lb/doc/perf_purge
    org.glite.lb/doc/perf_reg_jobs
    org.glite.lb/doc/perf_results/il_sci_09062006.txt
    org.glite.lb/doc/perf_results/il_sci_09062006_01.txt
    org.glite.lb/doc/perf_results/il_sci_12062006.txt
    org.glite.lb/doc/perf_results/ll_michal_21062006.txt
    org.glite.lb/doc/perf_results/proxy2serv_umbar2sci_22062006.txt
    org.glite.lb/doc/perf_results/proxy2serv_umbar2sci_23062006.txt
    org.glite.lb/doc/perf_results/proxy_sci_09062006.txt
    org.glite.lb/doc/perf_run_interlogd
    org.glite.lb/doc/perf_run_proxy
    org.glite.lb/doc/perf_run_server
    org.glite.lb/doc/perf_run_test
    org.glite.lb/doc/perftest.tex
    org.glite.lb/doc/testplan.tex
    org.glite.lb/lb4vdt/LB_install.sh
    org.glite.lb/lb4vdt/Makefile.inc
    org.glite.lb/lb4vdt/scripts/org.gridsite.core.build
    org.glite.lb/project/MultiStruct.pm
    org.glite.lb/project/StructField.pm
    org.glite.lb/project/at3
    org.glite.lb/project/build.number
    org.glite.lb/project/build.properties
    org.glite.lb/project/dependencies.properties
    org.glite.lb/project/events.T
    org.glite.lb/project/glite.lb.csf.xml
    org.glite.lb/project/properties.xml
    org.glite.lb/project/run-workspace
    org.glite.lb/project/status.T
    org.glite.lb/project/taskdefs.xml
    org.glite.lb/project/types.T
    org.glite.lb/project/version.properties
    org.glite.security.proxyrenewal/.cvsignore
    org.glite.security.proxyrenewal/LICENSE
    org.glite.security.proxyrenewal/Makefile
    org.glite.security.proxyrenewal/build.xml
    org.glite.security.proxyrenewal/config/startup
    org.glite.security.proxyrenewal/examples/renew_core.c
    org.glite.security.proxyrenewal/interface/renewal.h
    org.glite.security.proxyrenewal/interface/renewal_core.h
    org.glite.security.proxyrenewal/project/build.number
    org.glite.security.proxyrenewal/project/build.properties
    org.glite.security.proxyrenewal/project/configure.properties.xml
    org.glite.security.proxyrenewal/project/properties.xml
    org.glite.security.proxyrenewal/project/tar_exclude
    org.glite.security.proxyrenewal/project/taskdefs.xml
    org.glite.security.proxyrenewal/project/version.properties
    org.glite.security.proxyrenewal/src/api.c
    org.glite.security.proxyrenewal/src/client.c
    org.glite.security.proxyrenewal/src/commands.c
    org.glite.security.proxyrenewal/src/common.c
    org.glite.security.proxyrenewal/src/renew.c
    org.glite.security.proxyrenewal/src/renewal_core.c
    org.glite.security.proxyrenewal/src/renewal_locl.h
    org.glite.security.proxyrenewal/src/renewd.c
    org.glite.security.proxyrenewal/src/renewd_locl.h
    org.glite.security.proxyrenewal/src/voms.c
    org.glite.wms-utils.exception/.cvsignore
    org.glite.wms-utils.exception/LICENSE
    org.glite.wms-utils.exception/Makefile.am
    org.glite.wms-utils.exception/bootstrap
    org.glite.wms-utils.exception/build.xml
    org.glite.wms-utils.exception/configure.ac
    org.glite.wms-utils.exception/interface/Makefile.am
    org.glite.wms-utils.exception/interface/glite/wmsutils/exception/Exception.h
    org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h
    org.glite.wms-utils.exception/project/build.number
    org.glite.wms-utils.exception/project/build.properties
    org.glite.wms-utils.exception/project/configure.properties.xml
    org.glite.wms-utils.exception/project/properties.xml
    org.glite.wms-utils.exception/project/version.properties
    org.glite.wms-utils.exception/src/Exception.cpp
    org.glite.wms-utils.exception/src/Makefile.am
    org.glite.wms-utils.exception/test/Makefile.am
    org.glite.wms-utils.exception/test/exception_cu_main.cpp
    org.glite.wms-utils.exception/test/exception_cu_suite.cpp
    org.glite.wms-utils.exception/test/exception_cu_suite.h
    org.glite.wms-utils.jobid/.cvsignore
    org.glite.wms-utils.jobid/LICENSE
    org.glite.wms-utils.jobid/Makefile.am
    org.glite.wms-utils.jobid/bootstrap
    org.glite.wms-utils.jobid/build.xml
    org.glite.wms-utils.jobid/configure.ac
    org.glite.wms-utils.jobid/examples/Makefile.am
    org.glite.wms-utils.jobid/examples/testjobid.c
    org.glite.wms-utils.jobid/interface/Makefile.am
    org.glite.wms-utils.jobid/interface/glite/wmsutils/jobid/JobId.h
    org.glite.wms-utils.jobid/interface/glite/wmsutils/jobid/JobIdExceptions.h
    org.glite.wms-utils.jobid/interface/glite/wmsutils/jobid/cjobid.h
    org.glite.wms-utils.jobid/interface/glite/wmsutils/jobid/manipulation.h
    org.glite.wms-utils.jobid/project/build.number
    org.glite.wms-utils.jobid/project/build.properties
    org.glite.wms-utils.jobid/project/configure.properties.xml
    org.glite.wms-utils.jobid/project/properties.xml
    org.glite.wms-utils.jobid/project/version.properties
    org.glite.wms-utils.jobid/src/Makefile.am
    org.glite.wms-utils.jobid/src/jobid/JobId.cpp
    org.glite.wms-utils.jobid/src/jobid/JobIdExceptions.cpp
    org.glite.wms-utils.jobid/src/jobid/Makefile.am
    org.glite.wms-utils.jobid/src/jobid/cjobid.c
    org.glite.wms-utils.jobid/src/jobid/manipulation.cpp
    org.glite.wms-utils.jobid/src/jobid/strmd5.c
    org.glite.wms-utils.jobid/src/jobid/strmd5.h
    org.glite.wms-utils.jobid/test/Makefile.am
    org.glite.wms-utils.jobid/test/jobid_cu_main.cpp
    org.glite.wms-utils.jobid/test/jobid_cu_suite.cpp
    org.glite.wms-utils.jobid/test/jobid_cu_suite.h
    org.glite.wms-utils.jobid/test/manipulation_cu_main.cpp
    org.glite.wms-utils.jobid/test/manipulation_cu_suite.cpp
    org.glite.wms-utils.jobid/test/manipulation_cu_suite.h
    org.gridsite.core/.cvsignore
    org.gridsite.core/CHANGES
    org.gridsite.core/INSTALL
    org.gridsite.core/LICENSE
    org.gridsite.core/README
    org.gridsite.core/VERSION
    org.gridsite.core/build.xml
    org.gridsite.core/doc/README.htcp-bin
    org.gridsite.core/doc/build-apache2.sh
    org.gridsite.core/doc/delegation-1.1.0.wsdl
    org.gridsite.core/doc/findproxyfile.1
    org.gridsite.core/doc/fuse.spec
    org.gridsite.core/doc/gridsite-delegation.8
    org.gridsite.core/doc/gsexec.8
    org.gridsite.core/doc/htcp.1
    org.gridsite.core/doc/htfind.1
    org.gridsite.core/doc/htll.1
    org.gridsite.core/doc/htls.1
    org.gridsite.core/doc/htmkdir.1
    org.gridsite.core/doc/htmv.1
    org.gridsite.core/doc/htping.1
    org.gridsite.core/doc/htproxydestroy.1
    org.gridsite.core/doc/htproxyput.1
    org.gridsite.core/doc/htproxyrenew.1
    org.gridsite.core/doc/htproxytime.1
    org.gridsite.core/doc/htproxyunixtime.1
    org.gridsite.core/doc/htrm.1
    org.gridsite.core/doc/httpd-fileserver.conf
    org.gridsite.core/doc/httpd-webserver.conf
    org.gridsite.core/doc/index.html
    org.gridsite.core/doc/mod_gridsite.8
    org.gridsite.core/doc/urlencode.1
    org.gridsite.core/interface/gridsite-gacl.h
    org.gridsite.core/interface/gridsite.h
    org.gridsite.core/project/build.number
    org.gridsite.core/project/build.properties
    org.gridsite.core/project/configure.properties.xml
    org.gridsite.core/project/dependencies.properties
    org.gridsite.core/project/gridsite.core.csf.xml
    org.gridsite.core/project/properties.xml
    org.gridsite.core/project/taskdefs.xml
    org.gridsite.core/project/version.properties
    org.gridsite.core/src/Doxyfile
    org.gridsite.core/src/Makefile
    org.gridsite.core/src/delegation.h
    org.gridsite.core/src/doxygen.css
    org.gridsite.core/src/doxyheader.html
    org.gridsite.core/src/findproxyfile.c
    org.gridsite.core/src/gaclexample.c
    org.gridsite.core/src/gridsite-copy.c
    org.gridsite.core/src/grst-delegation.c
    org.gridsite.core/src/grst_admin.h
    org.gridsite.core/src/grst_admin_file.c
    org.gridsite.core/src/grst_admin_gacl.c
    org.gridsite.core/src/grst_admin_main.c
    org.gridsite.core/src/grst_asn1.c
    org.gridsite.core/src/grst_err.c
    org.gridsite.core/src/grst_gacl.c
    org.gridsite.core/src/grst_htcp.c
    org.gridsite.core/src/grst_http.c
    org.gridsite.core/src/grst_x509.c
    org.gridsite.core/src/grst_xacml.c
    org.gridsite.core/src/gsexec.c
    org.gridsite.core/src/gsexec.h
    org.gridsite.core/src/htcp.c
    org.gridsite.core/src/htproxyput.c
    org.gridsite.core/src/make-gridsite-spec
    org.gridsite.core/src/mod_gridsite.c
    org.gridsite.core/src/mod_ssl-private.h
    org.gridsite.core/src/roffit
    org.gridsite.core/src/showx509exts.c
    org.gridsite.core/src/slashgrid.c
    org.gridsite.core/src/slashgrid.init
    org.gridsite.core/src/urlencode.c
    org.gridsite.core/src/xacmlexample.c

18 years agopush version
Aleš Křenek [Fri, 22 Sep 2006 07:59:49 +0000 (07:59 +0000)]
push version

18 years agoNew jobid module megaupdate (replaced strmd5 by str2md5, work on ++ magic, ...).
František Dvořák [Thu, 21 Sep 2006 17:56:35 +0000 (17:56 +0000)]
New jobid module megaupdate (replaced strmd5 by str2md5, work on ++ magic, ...).

18 years agoTry again
Andrew McNab [Thu, 21 Sep 2006 16:52:39 +0000 (16:52 +0000)]
Try again

18 years agoTry again
Andrew McNab [Thu, 21 Sep 2006 16:44:50 +0000 (16:44 +0000)]
Try again

18 years agodualreg (work in progress)
Jan Pospíšil [Thu, 21 Sep 2006 09:53:05 +0000 (09:53 +0000)]
dualreg (work in progress)

18 years agodateTime format update, microseconds should be separated by dot
Jan Pospíšil [Thu, 21 Sep 2006 09:27:35 +0000 (09:27 +0000)]
dateTime format update, microseconds should be separated by dot

18 years agoon HEAD point to HEAD
Aleš Křenek [Thu, 21 Sep 2006 08:30:28 +0000 (08:30 +0000)]
on HEAD point to HEAD

18 years agoTry again
Andrew McNab [Thu, 21 Sep 2006 08:12:37 +0000 (08:12 +0000)]
Try again

18 years agoaftermerge cleanup: duplicate VO, less FIXME
Jan Pospíšil [Thu, 21 Sep 2006 08:05:58 +0000 (08:05 +0000)]
aftermerge cleanup: duplicate VO, less FIXME

18 years agoftermerge cleanup: removed mistakenly added already removed file
Jan Pospíšil [Thu, 21 Sep 2006 08:02:04 +0000 (08:02 +0000)]
ftermerge cleanup: removed mistakenly added already removed file

18 years agoTry again
Andrew McNab [Wed, 20 Sep 2006 22:59:58 +0000 (22:59 +0000)]
Try again

18 years agoTry wtf for stdsoap2.h
Andrew McNab [Wed, 20 Sep 2006 21:37:06 +0000 (21:37 +0000)]
Try wtf for stdsoap2.h

18 years agoFix grst_err krb5.h in Makefile
Andrew McNab [Wed, 20 Sep 2006 20:20:04 +0000 (20:20 +0000)]
Fix grst_err krb5.h in Makefile

18 years agoFix grst_err_globus in Makefile
Andrew McNab [Wed, 20 Sep 2006 19:09:57 +0000 (19:09 +0000)]
Fix grst_err_globus in Makefile

18 years agoReset locale when depending on netstat output,
František Dvořák [Wed, 20 Sep 2006 13:29:14 +0000 (13:29 +0000)]
Reset locale when depending on netstat output,
configurable IL socket/fileprefix via environment.

18 years agoChanges forgotten in local CVS tree - it should compile now.
František Dvořák [Wed, 20 Sep 2006 12:26:13 +0000 (12:26 +0000)]
Changes forgotten in local CVS tree - it should compile now.

18 years agoRemove CVS conflict section.
Zdeněk Salvet [Wed, 20 Sep 2006 10:50:08 +0000 (10:50 +0000)]
Remove CVS conflict section.

18 years agoless FIXMEs
Jan Pospíšil [Wed, 20 Sep 2006 10:18:22 +0000 (10:18 +0000)]
less FIXMEs

18 years agoBuilds after merge _RC31
Aleš Křenek [Tue, 19 Sep 2006 21:37:04 +0000 (21:37 +0000)]
Builds after merge _RC31

18 years ago- favour GLITE_LOCATION
Aleš Křenek [Tue, 19 Sep 2006 20:57:04 +0000 (20:57 +0000)]
- favour GLITE_LOCATION
- install both perftests

18 years agoBuilds after merge _RC31
Aleš Křenek [Tue, 19 Sep 2006 20:28:45 +0000 (20:28 +0000)]
Builds after merge _RC31

18 years agotransfered fix for #18880 from lb.common
Daniel Kouřil [Tue, 19 Sep 2006 19:32:44 +0000 (19:32 +0000)]
transfered fix for #18880 from lb.common
if a message is split into several pieces during processing, the pieces aren't
unescaped independently but the whole message is reconstructed first before the
unescaping procedure is applied.

18 years agofix build
Aleš Křenek [Tue, 19 Sep 2006 18:14:44 +0000 (18:14 +0000)]
fix build

18 years agoFix for #18880
Daniel Kouřil [Tue, 19 Sep 2006 16:50:08 +0000 (16:50 +0000)]
Fix for #18880
if a message is split into several pieces during processing, the pieces aren't
unescaped independently but the whole message is reconstructed first before the
unescaping procedure is applied.

18 years agoTransaction support to lb.proxy + migration script.
František Dvořák [Tue, 19 Sep 2006 14:02:33 +0000 (14:02 +0000)]
Transaction support to lb.proxy + migration script.
Reset locale in script depending on netstat output.

18 years ago* made the test variants optional, see CVS log for perftest_il.sh for
Michal Voců [Mon, 18 Sep 2006 15:41:43 +0000 (15:41 +0000)]
* made the test variants optional, see CVS log for perftest_il.sh for
  description

18 years ago* the test scripts can run selected tests only:
Michal Voců [Mon, 18 Sep 2006 15:40:42 +0000 (15:40 +0000)]
* the test scripts can run selected tests only:
   - options: -G <group>  - selects group of tests
              -t <test>   - selects test variant
      -n <num>    - sets number of jobs
   - <group> and <test> are single letters (run script without any options
     to see their meaning)
   - * means run all
   - it is also possible to give space separated list
   - example:
        perftest_il -G a -t a
perftest_il -G \* -t "a x"

18 years ago* sample job filenames are now stored in array, making the tests more
Michal Voců [Mon, 18 Sep 2006 15:35:40 +0000 (15:35 +0000)]
* sample job filenames are now stored in array, making the tests more
  configurable (same filename in more fields repeats the same test,
  there can be more than four sample jobs, if desired, etc.)

18 years agosync
Andrew McNab [Tue, 12 Sep 2006 10:22:52 +0000 (10:22 +0000)]
sync

18 years agoRemove ap_compat: apr_table_unset/ap_table_unset
Andrew McNab [Thu, 7 Sep 2006 10:20:25 +0000 (10:20 +0000)]
Remove ap_compat: apr_table_unset/ap_table_unset

18 years agoSync
Andrew McNab [Tue, 5 Sep 2006 22:56:57 +0000 (22:56 +0000)]
Sync

18 years agoSync
Andrew McNab [Tue, 5 Sep 2006 22:53:19 +0000 (22:53 +0000)]
Sync

18 years agoupdated README.LB-statistics
Jan Pospíšil [Mon, 4 Sep 2006 19:36:38 +0000 (19:36 +0000)]
updated README.LB-statistics

18 years ago*** empty log message ***
Jan Pospíšil [Mon, 4 Sep 2006 19:34:25 +0000 (19:34 +0000)]
*** empty log message ***

18 years agodo not duplicate records in lastStatusHistory
Jan Pospíšil [Sun, 3 Sep 2006 18:29:00 +0000 (18:29 +0000)]
do not duplicate records in lastStatusHistory

18 years agoadded ident strings
Jan Pospíšil [Sun, 3 Sep 2006 16:49:02 +0000 (16:49 +0000)]
added ident strings

18 years agocosmetics
Jan Pospíšil [Sun, 3 Sep 2006 15:52:58 +0000 (15:52 +0000)]
cosmetics

18 years agocosmetics
Jan Pospíšil [Sun, 3 Sep 2006 15:41:34 +0000 (15:41 +0000)]
cosmetics

18 years agoadded JDL
Jan Pospíšil [Sun, 3 Sep 2006 12:50:41 +0000 (12:50 +0000)]
added JDL

18 years ago- memory allocation cleanup
Jan Pospíšil [Sun, 3 Sep 2006 09:45:08 +0000 (09:45 +0000)]
- memory allocation cleanup
- merged changes from glite-lb-server_branch_1_4_0_RC31

18 years agoadded (previosly somehow lost) attribute VO
Jan Pospíšil [Sun, 3 Sep 2006 09:41:48 +0000 (09:41 +0000)]
added (previosly somehow lost) attribute VO

18 years agoadded support of JDL attribute (only by an extra -j option)
Jan Pospíšil [Sun, 3 Sep 2006 09:24:13 +0000 (09:24 +0000)]
added support of JDL attribute (only by an extra -j option)

18 years agoupdated fullStatusHistory and lastStatusHistory
Jan Pospíšil [Sat, 2 Sep 2006 21:58:54 +0000 (21:58 +0000)]
updated fullStatusHistory and lastStatusHistory
- lastStatusHistory now subset of fullStatusHistory (the first item is the same - Submitted,
but the rest is only from the last Waiting state to the end)
- reasons now properly filled in

- timestamps still have the usec equal to zero, the only way to change it is probably
to modify the type of timestamp in glite_jp_attrval_t from time_t to struc timeval?

18 years agoAdded the purge dir yet, the dump dir needs to be cleaned.
František Dvořák [Fri, 1 Sep 2006 14:26:23 +0000 (14:26 +0000)]
Added the purge dir yet, the dump dir needs to be cleaned.

18 years agoMerge forgotten changes from other branch, mark other two patches obsolete.
František Dvořák [Fri, 1 Sep 2006 14:17:32 +0000 (14:17 +0000)]
Merge forgotten changes from other branch, mark other two patches obsolete.

18 years agobug #19533
Jan Pospíšil [Fri, 1 Sep 2006 13:55:38 +0000 (13:55 +0000)]
bug #19533
corrected +1 mistake for stateEnterTimes

18 years agoadded edg_wll_SortPEvents
Jan Pospíšil [Fri, 1 Sep 2006 06:47:20 +0000 (06:47 +0000)]
added edg_wll_SortPEvents

18 years agomidwork snapshot - usable for TEST and PLOT scripts
Miloš Mulač [Thu, 31 Aug 2006 10:47:34 +0000 (10:47 +0000)]
midwork snapshot - usable for TEST and PLOT scripts

18 years agojust to archive it, not intended for usage
Miloš Mulač [Thu, 31 Aug 2006 10:45:29 +0000 (10:45 +0000)]
just to archive it, not intended for usage

18 years agostage also strmd5.h
Aleš Křenek [Fri, 18 Aug 2006 12:37:20 +0000 (12:37 +0000)]
stage also strmd5.h

18 years ago- specify properties for lb-utils
Aleš Křenek [Fri, 18 Aug 2006 11:58:30 +0000 (11:58 +0000)]
- specify properties for lb-utils
- fixes wrt. lbu trio

18 years agoIncremented build number [GLBUILDER]
Aleš Křenek [Fri, 18 Aug 2006 10:35:00 +0000 (10:35 +0000)]
Incremented build number [GLBUILDER]