Daniel Kouřil [Mon, 6 Aug 2007 17:04:06 +0000 (17:04 +0000)]
- removed unnecessary Globus stuff
- explicitly added the glite_gss library
Daniel Kouřil [Mon, 6 Aug 2007 17:02:23 +0000 (17:02 +0000)]
removed direct dependency on gssapi
- edg_wll_gss_get_client_conn() used instead of gss_inquire_context() to get information about the client
- s/gss_release_cred/edg_wll_gss_release_cred
Daniel Kouřil [Mon, 6 Aug 2007 16:49:34 +0000 (16:49 +0000)]
- removed unnecessary Globus stuff
- explicitly added the glite_gss library
Daniel Kouřil [Mon, 6 Aug 2007 16:47:21 +0000 (16:47 +0000)]
removed direct globus/gssapi dependency
- edg_wll_gss_gethostname() used instead of globus_libc_gethostname()
- s/gss_release_cred/edg_wll_gss_release_cred
- edg_wll_gss_get_client_conn() used instead of gss_inquire_context() to get
information about the client
Daniel Kouřil [Mon, 6 Aug 2007 16:26:21 +0000 (16:26 +0000)]
s/gss_cred_id_t/edg_wll_GssCred/ to reflect the new glite_gss API
Daniel Kouřil [Mon, 6 Aug 2007 16:07:41 +0000 (16:07 +0000)]
Globus headers and libraries aren't needed anymore to build the LB package
- the only exception is LB server due to the gridsite's dependency on openssl
headers
Daniel Kouřil [Mon, 6 Aug 2007 16:00:46 +0000 (16:00 +0000)]
Globus headers and libraries aren't needed anymore
Daniel Kouřil [Mon, 6 Aug 2007 15:53:19 +0000 (15:53 +0000)]
- corrected evalation of flags
- allocated memory to store client's name
Daniel Kouřil [Mon, 6 Aug 2007 15:51:24 +0000 (15:51 +0000)]
Switched to the updated glite_gss API to remove globus dependencies
- used edg_wll_gss_get_client_conn() instead of gss_inquire_context() to get information about the client
- s/gss_release_cred/edg_wll_gss_release_cred
- added some missing headers
Daniel Kouřil [Mon, 6 Aug 2007 15:40:44 +0000 (15:40 +0000)]
Switched to use the VOMS_RetrieveFromCtx() API call, which is able to process
the GSS context. We don't need anymore direct OpenSSL dependencies or the
hacks for getting client's certificate chain from the GSS context.
Daniel Kouřil [Mon, 6 Aug 2007 15:01:03 +0000 (15:01 +0000)]
Switched to the updated glite_gss API to remove dependency on Globus
Daniel Kouřil [Mon, 6 Aug 2007 14:57:19 +0000 (14:57 +0000)]
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
Daniel Kouřil [Mon, 6 Aug 2007 14:48:08 +0000 (14:48 +0000)]
reverted a typo and added typecasting to make the compiler happy
Daniel Kouřil [Mon, 6 Aug 2007 14:38:13 +0000 (14:38 +0000)]
Removed external dependency on Globus
- Globus is still used in implementation but the header doesn't pull in Globus headers
- Own variable types used instead of GSSAPI ones
- Added new calls encapsulating some GSSAPI functionalities
Michal Voců [Fri, 3 Aug 2007 15:18:24 +0000 (15:18 +0000)]
add internal accessors
Michal Voců [Fri, 3 Aug 2007 15:15:06 +0000 (15:15 +0000)]
applied Francesco G.'s recommendations
Michal Voců [Thu, 2 Aug 2007 14:27:27 +0000 (14:27 +0000)]
import
Michal Voců [Thu, 2 Aug 2007 14:24:03 +0000 (14:24 +0000)]
import sources
Daniel Kouřil [Thu, 2 Aug 2007 12:30:06 +0000 (12:30 +0000)]
the first round of removal of globus dependencies
- removed activations of globus modules and unused headers
- edg_wll_gss_gethostname() used instead of globus_libc_gethostname()
Daniel Kouřil [Thu, 2 Aug 2007 12:22:59 +0000 (12:22 +0000)]
Added a wrapper for globus_libc_gethostname()
Jan Pospíšil [Thu, 26 Jul 2007 09:25:52 +0000 (09:25 +0000)]
lb.dualreg stuff:
- LOGFLAG_*defines renamed to EDG_WLL_LOGFLAG_* and moved to events.h
- Set proper priority flag on client side (dualregjob event has both EDG_WLL_LOGFLAG_PROXY and EDG_WLL_LOGFLAG_DIRECT)
- on LB proxy, do not send to bkserver the events that has already the flag EDG_WLL_LOGFLAG_DIRECT, i.e. those already sent
- still missing: storing priority flags to DB, requires addition to DB schema
Jan Pospíšil [Fri, 20 Jul 2007 15:48:19 +0000 (15:48 +0000)]
use strictly #include "glite/lb/<file>.h"
Alessandro Maraschini [Thu, 12 Jul 2007 16:47:12 +0000 (16:47 +0000)]
gcc 4.1 patch required by Ales
nvazdasi [Thu, 12 Jul 2007 08:19:44 +0000 (08:19 +0000)]
Small fixes and some built-in workarounds.
František Dvořák [Wed, 4 Jul 2007 14:05:37 +0000 (14:05 +0000)]
Typos.
František Dvořák [Tue, 3 Jul 2007 17:44:19 +0000 (17:44 +0000)]
HEAD builts via ETICS now.
Maria Alandes Pradillo [Tue, 3 Jul 2007 09:25:24 +0000 (09:25 +0000)]
glite-px committed again because the last time it was empty :-)
Maria Alandes Pradillo [Tue, 3 Jul 2007 08:55:26 +0000 (08:55 +0000)]
Added node-info.d file for myproxy that was missing
Michal Voců [Thu, 28 Jun 2007 08:07:40 +0000 (08:07 +0000)]
work in progress~
František Dvořák [Fri, 22 Jun 2007 15:25:26 +0000 (15:25 +0000)]
Variable params.
František Dvořák [Thu, 21 Jun 2007 15:27:52 +0000 (15:27 +0000)]
Fixed the 5. query (root DAGs hasn't successor tags).
Jan Pospíšil [Thu, 21 Jun 2007 09:50:00 +0000 (09:50 +0000)]
use strictly #include "glite/lb/<file>.h"
František Dvořák [Wed, 20 Jun 2007 16:10:55 +0000 (16:10 +0000)]
Bugfix (no of arguments), better comments.
Andrew McNab [Wed, 20 Jun 2007 14:06:15 +0000 (14:06 +0000)]
Sync
Andrew McNab [Wed, 20 Jun 2007 13:52:51 +0000 (13:52 +0000)]
Sync
Andrew McNab [Wed, 20 Jun 2007 13:29:07 +0000 (13:29 +0000)]
Start 1.5.2
Andrew McNab [Wed, 20 Jun 2007 13:27:37 +0000 (13:27 +0000)]
Sync
Andrew McNab [Wed, 20 Jun 2007 13:09:34 +0000 (13:09 +0000)]
Sync
Michal Voců [Wed, 20 Jun 2007 09:06:55 +0000 (09:06 +0000)]
added some error checking
Michal Voců [Wed, 20 Jun 2007 09:05:35 +0000 (09:05 +0000)]
remove debugging messages
Michal Voců [Wed, 20 Jun 2007 09:00:17 +0000 (09:00 +0000)]
experimental stuff
Michal Voců [Wed, 20 Jun 2007 08:59:37 +0000 (08:59 +0000)]
changed base constructor call order to avoid compiler warnings
Michal Voců [Wed, 20 Jun 2007 08:58:40 +0000 (08:58 +0000)]
added destructor
Michal Voců [Wed, 20 Jun 2007 08:57:09 +0000 (08:57 +0000)]
added error checking
Michal Voců [Wed, 20 Jun 2007 08:47:07 +0000 (08:47 +0000)]
added fatal exception
František Dvořák [Tue, 19 Jun 2007 14:07:05 +0000 (14:07 +0000)]
Parsing origins too and using them.
Queries on multiple program names (needed for data from Karma and for hybrids).
nvazdasi [Tue, 19 Jun 2007 13:47:27 +0000 (13:47 +0000)]
Small env fix
nvazdasi [Tue, 19 Jun 2007 08:38:00 +0000 (08:38 +0000)]
Added GLOBUS_TCP_PORT_RANGE fix.
nvazdasi [Mon, 18 Jun 2007 12:36:27 +0000 (12:36 +0000)]
Added gLite service to the list of functions.
František Dvořák [Mon, 18 Jun 2007 11:04:18 +0000 (11:04 +0000)]
Refresh feeds feature.
Update Provenance Challenge queries (second part will need some enhancements yet).
Use "launch time" timeout before start the JP IS in tests.
Michal Voců [Thu, 14 Jun 2007 20:17:38 +0000 (20:17 +0000)]
include CountRef.h to import namespace definition - necessary to compile
Jan Pospíšil [Thu, 14 Jun 2007 10:09:26 +0000 (10:09 +0000)]
common parts moved to uiwrap.T
Jan Pospíšil [Thu, 14 Jun 2007 09:19:06 +0000 (09:19 +0000)]
make $event & $status global for further inclusions
František Dvořák [Wed, 13 Jun 2007 16:14:02 +0000 (16:14 +0000)]
Move server names to the one place (pch.pm).
Added some arguments.
Andrew McNab [Wed, 13 Jun 2007 13:58:30 +0000 (13:58 +0000)]
Sync
Andrew McNab [Wed, 13 Jun 2007 13:17:25 +0000 (13:17 +0000)]
Sync
Andrew McNab [Tue, 12 Jun 2007 23:38:13 +0000 (23:38 +0000)]
OpenSSL 0.9.8 fix
Andreas Unterkircher [Tue, 12 Jun 2007 12:07:38 +0000 (12:07 +0000)]
added -html flag and fixed return value
Jan Pospíšil [Tue, 12 Jun 2007 12:00:03 +0000 (12:00 +0000)]
query.h not needed to stage
Jan Pospíšil [Tue, 12 Jun 2007 11:59:15 +0000 (11:59 +0000)]
remove dependency on server
Jan Pospíšil [Tue, 12 Jun 2007 11:56:03 +0000 (11:56 +0000)]
DumpEventsServer, LoadEventServer
Jan Pospíšil [Mon, 11 Jun 2007 16:54:31 +0000 (16:54 +0000)]
cleanup in progress
František Dvořák [Mon, 11 Jun 2007 15:54:38 +0000 (15:54 +0000)]
Split of gsoap-plugin to the two modules (quite aggressive change but seems working fine).
František Dvořák [Mon, 11 Jun 2007 15:52:49 +0000 (15:52 +0000)]
One more change - the mill on HEAD should work now.
František Dvořák [Mon, 11 Jun 2007 15:18:15 +0000 (15:18 +0000)]
API change and new function due to restructuring.
František Dvořák [Mon, 11 Jun 2007 15:15:57 +0000 (15:15 +0000)]
Update path after restructuring.
Jan Pospíšil [Sun, 10 Jun 2007 21:42:10 +0000 (21:42 +0000)]
aftermove typo
Jan Pospíšil [Sun, 10 Jun 2007 21:18:13 +0000 (21:18 +0000)]
purge/dump/load moved to lb.utils
- builds fine but probably not functional, remaining FIXMEs in server
Jan Pospíšil [Sun, 10 Jun 2007 21:11:29 +0000 (21:11 +0000)]
cosmetics
Jan Pospíšil [Sun, 10 Jun 2007 18:46:59 +0000 (18:46 +0000)]
cleanup (no glite_location)
Jan Pospíšil [Sun, 10 Jun 2007 18:39:06 +0000 (18:39 +0000)]
glite-lb-mon-db moved from utils to server
Jan Pospíšil [Sun, 10 Jun 2007 16:58:57 +0000 (16:58 +0000)]
cleanup in progress - removed dependency on client
Jan Pospíšil [Sun, 10 Jun 2007 16:44:13 +0000 (16:44 +0000)]
added time.h for struct timeval
Jan Pospíšil [Sun, 10 Jun 2007 14:40:27 +0000 (14:40 +0000)]
added purge/dump/load, no build yet
Jan Pospíšil [Sun, 10 Jun 2007 14:37:41 +0000 (14:37 +0000)]
cleanup in progress - removed the dependency on client!
Jan Pospíšil [Sun, 10 Jun 2007 13:33:43 +0000 (13:33 +0000)]
common part of ChangeACL (event) moved from client/producer.h to common/events.h, the enums are also needed in the server
Jan Pospíšil [Sun, 10 Jun 2007 13:02:11 +0000 (13:02 +0000)]
stage also timeouts.h
Jan Pospíšil [Sun, 10 Jun 2007 10:55:06 +0000 (10:55 +0000)]
make clean also ETICS files
Jan Pospíšil [Sun, 10 Jun 2007 10:31:33 +0000 (10:31 +0000)]
removed dependency on lb-client
Jan Pospíšil [Sun, 10 Jun 2007 10:28:07 +0000 (10:28 +0000)]
make clean also ETICS files
Jan Pospíšil [Sat, 9 Jun 2007 17:25:49 +0000 (17:25 +0000)]
cleanup in progress
- added documentation
- removed purge/dump/load
- PLUSLIB still does not build :(
Jan Pospíšil [Sat, 9 Jun 2007 17:17:06 +0000 (17:17 +0000)]
doxygen typo
Jan Pospíšil [Sat, 9 Jun 2007 17:16:18 +0000 (17:16 +0000)]
cleanup in progress - use proper header files
Jan Pospíšil [Sat, 9 Jun 2007 17:14:14 +0000 (17:14 +0000)]
API cleanup, removed inconsistency in the prototypes and implementation of LogEvent shortcut functions
- the .T code now identical (rewritten a lot), differs only in setting two variables $PRINTPROTOTYPESONLY and $PRINTDOC, but still duplicit in both files - would be nice to have it only once (but I don't know how to handle properly the include in perl)
- cleaned the doxygen documentation - probably still requires an overall revision (groups, etc.)
Jan Pospíšil [Sat, 9 Jun 2007 08:50:39 +0000 (08:50 +0000)]
cleanup in progress: unittests work
Andrew McNab [Fri, 8 Jun 2007 10:11:04 +0000 (10:11 +0000)]
Sync
Jan Pospíšil [Thu, 7 Jun 2007 14:16:32 +0000 (14:16 +0000)]
cleanup in progress
- contents of purge.h, dump.h, load.h moved to
common/query_rec.h and new client/query.h
- definition of edg_wll_NotifChangeOp moved from
client/notification.h to common/notif_rec.h
Jan Pospíšil [Thu, 7 Jun 2007 14:07:49 +0000 (14:07 +0000)]
cleanup in progress - examples builds fine
Aleš Křenek [Thu, 7 Jun 2007 11:11:57 +0000 (11:11 +0000)]
any origin
Andrew McNab [Wed, 6 Jun 2007 17:23:32 +0000 (17:23 +0000)]
SlashGrid fixes
Aleš Křenek [Wed, 6 Jun 2007 16:29:10 +0000 (16:29 +0000)]
origin has to be specified
Aleš Křenek [Wed, 6 Jun 2007 15:48:01 +0000 (15:48 +0000)]
adapt to head
Aleš Křenek [Wed, 6 Jun 2007 15:31:33 +0000 (15:31 +0000)]
merged from 3.1 branch
Aleš Křenek [Tue, 5 Jun 2007 14:35:38 +0000 (14:35 +0000)]
Create include/ subdir
Andrew McNab [Tue, 5 Jun 2007 14:05:51 +0000 (14:05 +0000)]
1.6 preparations
Jan Pospíšil [Tue, 5 Jun 2007 13:28:30 +0000 (13:28 +0000)]
perftest builds fine
Jan Pospíšil [Tue, 5 Jun 2007 12:39:19 +0000 (12:39 +0000)]
cleaned headerfiles defines - there were some duplicities causing build failures
Jan Pospíšil [Tue, 5 Jun 2007 12:30:09 +0000 (12:30 +0000)]
cleaned headerfiles defines - there were some duplicities causing build failures
Jan Pospíšil [Mon, 4 Jun 2007 17:04:40 +0000 (17:04 +0000)]
First attempt to remove org.glite.lb.client-interface
- many remaining TODOs and FIXMEs
- see https://meta.cesnet.cz/mediawiki/index.php/LB_and_JP_cleanup
Michal Voců [Fri, 1 Jun 2007 15:01:16 +0000 (15:01 +0000)]
remove exception dependency on org.glite.wms-utils.exceptions