------------------------------------------------------------------------
r16543 | msalle | 2012-10-12 09:53:40 +0200 (Fri, 12 Oct 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Move cleanup of pdl memory in case of failure closer to pluginmanager to prevent
missing prototype warning.

------------------------------------------------------------------------
r16542 | msalle | 2012-10-11 17:29:15 +0200 (Thu, 11 Oct 2012) | 5 lines
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/lcmaps.c

Bug fix for missing cleanup of pdl data when LCMAPS fails.
This could trigger a segfault when LCMAPS is run multiple times, as in gsisshd,
on certain systems.
Updating version.

------------------------------------------------------------------------
r16521 | okoeroo | 2012-08-31 14:54:54 +0200 (Fri, 31 Aug 2012) | 1 line
Changed paths:
   A /trunk/lcmaps/BUGS

That bugs file
------------------------------------------------------------------------
r16420 | msalle | 2012-07-06 12:34:39 +0200 (Fri, 06 Jul 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/ChangeLog

Updating ChangeLog


------------------------------------------------------------------------
r16419 | msalle | 2012-07-05 17:23:06 +0200 (Thu, 05 Jul 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/NEWS

Updating the NEWS file.

------------------------------------------------------------------------
r16418 | msalle | 2012-07-05 17:15:51 +0200 (Thu, 05 Jul 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l

Add 'noyywrap' lex option to prevent a missing symbol error.

------------------------------------------------------------------------
r16409 | msalle | 2012-06-01 15:41:47 +0200 (Fri, 01 Jun 2012) | 5 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/_lcmaps.h
   M /trunk/lcmaps/interface/_lcmaps_gss_assist_gridmap.h
   M /trunk/lcmaps/interface/_lcmaps_return_account_from_pem.h
   M /trunk/lcmaps/interface/_lcmaps_return_poolindex.h
   M /trunk/lcmaps/interface/_lcmaps_verify_account_from_pem.h

Give all private macros prefix _, mainly in _lcmaps.h
Most of these macros only work in the dlopen version.
Updating version.


------------------------------------------------------------------------
r16405 | msalle | 2012-06-01 10:58:40 +0200 (Fri, 01 Jun 2012) | 17 lines
Changed paths:
   M /trunk/lcmaps/interface/_lcmaps.h
   M /trunk/lcmaps/interface/_lcmaps_return_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_if.h

Add few (empty) macros in the case LCMAPS_USE_DLOPEN is *not* defined, such that
we can use the same code base in both cases:
lcmaps_if.h:
- always define LCMAPS_SET_LIBFILE_PATH and LCMAPS_SET_HELPER_PATH (the actual
  split is done in _lcmaps.h)

_lcmaps.h:
- _LCMAPS_SET_LIBFILE_PATH and _LCMAPS_SET_HELPER_PATH

_lcmaps_return_account_from_pem.h:
- _LCMAPS_DECL_HANDLE_RETURN_ACCOUNT_FROM_PEM should actually declare a
  variable, as it will be used later;
- Rename the incorrect _LCMAPS_INTERFACE_RETURN_ACCOUNT_FROM_PEM into
  _LCMAPS_LOAD_RETURN_ACCOUNT_FROM_PEM and fix a problem in the definition of 
  _LCMAPS_INIT_HANDLE_RETURN_ACCOUNT_FROM_PEM, needed to dereference the
  argument.

------------------------------------------------------------------------
r16329 | dennisvd | 2012-04-16 12:13:15 +0200 (Mon, 16 Apr 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/ChangeLog

Updating ChangeLog

------------------------------------------------------------------------
r16328 | dennisvd | 2012-04-16 11:59:28 +0200 (Mon, 16 Apr 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/NEWS

updated the news for 1.5.5

------------------------------------------------------------------------
r16327 | dennisvd | 2012-04-16 11:56:29 +0200 (Mon, 16 Apr 2012) | 5 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/Makefile.am

Add -I../interface to the make rule for the NOGSI situation. This fixes the build failure
with out-of-source builds (i.e. running configure from another directory than the
top-level source).
New version is 1.5.5.

------------------------------------------------------------------------
r16326 | dennisvd | 2012-04-16 09:49:48 +0200 (Mon, 16 Apr 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/man/lcmaps.3

typo: succesfully -> successfully (thanks, lintian!)

------------------------------------------------------------------------
r16256 | msalle | 2012-03-26 13:04:13 +0200 (Mon, 26 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/ChangeLog

Update ChangeLog

------------------------------------------------------------------------
r16234 | msalle | 2012-03-22 10:33:06 +0100 (Thu, 22 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Fix few typos

------------------------------------------------------------------------
r16233 | msalle | 2012-03-21 11:12:10 +0100 (Wed, 21 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l

Fix bug in parsing code: an unmatched " triggered an 'out of memory' error.

------------------------------------------------------------------------
r16186 | msalle | 2012-03-16 17:04:14 +0100 (Fri, 16 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Uncommenting export sym list, as we don't want to use it yet...

------------------------------------------------------------------------
r16184 | msalle | 2012-03-16 16:51:44 +0100 (Fri, 16 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Add missing continuation char

------------------------------------------------------------------------
r16183 | msalle | 2012-03-16 16:48:17 +0100 (Fri, 16 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Adding liblcmaps.sym to EXTRA_DIST

------------------------------------------------------------------------
r16178 | msalle | 2012-03-16 16:20:25 +0100 (Fri, 16 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/ChangeLog

Updating ChangeLog

------------------------------------------------------------------------
r16177 | msalle | 2012-03-16 16:16:23 +0100 (Fri, 16 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_account.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

Protect large number of strdup() and *alloc() functions against out-of-mem

------------------------------------------------------------------------
r16161 | msalle | 2012-03-15 17:34:59 +0100 (Thu, 15 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/ChangeLog

Updating ChangeLog

------------------------------------------------------------------------
r16160 | msalle | 2012-03-15 17:32:47 +0100 (Thu, 15 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/NEWS

Update NEWS file

------------------------------------------------------------------------
r16159 | msalle | 2012-03-15 17:15:50 +0100 (Thu, 15 Mar 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Replace unprintable chars by a ?


------------------------------------------------------------------------
r16140 | msalle | 2012-03-14 17:08:32 +0100 (Wed, 14 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Fix typo.

------------------------------------------------------------------------
r16139 | msalle | 2012-03-14 14:00:33 +0100 (Wed, 14 Mar 2012) | 6 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/liblcmaps-noexport.sym
   M /trunk/lcmaps/src/liblcmaps.sym
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Numerous fixes in unsafe log_* functions (fixes a SIGSEGV)
Also replace logstr by __func__
Fix in credential store functions: make sure to dup the DN (fixes a SIGABRT or
SIGSEGV).
Need to export lcmaps_tokenize as it is being used by more than one lib.

------------------------------------------------------------------------
r16138 | okoeroo | 2012-03-14 11:23:51 +0100 (Wed, 14 Mar 2012) | 4 lines
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/configure.ac

Updated NEWS file.



------------------------------------------------------------------------
r16137 | okoeroo | 2012-03-14 11:20:27 +0100 (Wed, 14 Mar 2012) | 7 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Fix to interpret the error code LCMAPS_CRED_NO_FQAN as a warning, not as an error.
This problem was not observed in gLExec. This problem is confirmed in the newer LCAS-LCMAPS GT4 Interface code, due to the LCMAPS API is uses.

Triggered by not having any VOMS credentials at all in the proxy certificate.



------------------------------------------------------------------------
r16136 | dennisvd | 2012-03-09 16:23:18 +0100 (Fri, 09 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   A /trunk/lcmaps/src/liblcmaps-noexport.sym
   A /trunk/lcmaps/src/liblcmaps.sym

Introduce exported symbol list

------------------------------------------------------------------------
r15912 | msalle | 2012-01-30 14:18:36 +0100 (Mon, 30 Jan 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/ChangeLog

Update ChangeLog

------------------------------------------------------------------------
r15897 | okoeroo | 2012-01-28 22:50:43 +0100 (Sat, 28 Jan 2012) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

LCMAPS will now push the certificate for the final delegation into the chain when LCMAPS has to work from a gss_cred_id_t.
This is normative to what the framework expects, the plugins expect and what the other interfaces provide as well.


------------------------------------------------------------------------
r15896 | okoeroo | 2012-01-28 22:11:00 +0100 (Sat, 28 Jan 2012) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Reworked the certificate chain handling in LCMAPS.
Should be normalized now thrhoughout the interfaces.



------------------------------------------------------------------------
r15895 | okoeroo | 2012-01-28 22:06:57 +0100 (Sat, 28 Jan 2012) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

Removed dead code, cleaned code.



------------------------------------------------------------------------
r15894 | okoeroo | 2012-01-27 19:39:59 +0100 (Fri, 27 Jan 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Formating code only. Nothing done.


------------------------------------------------------------------------
r15885 | msalle | 2012-01-27 10:16:11 +0100 (Fri, 27 Jan 2012) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_globus_internal.h

Sync the internal globus struct with current version in
http://viewcvs.globus.org/viewcvs.cgi/gsi/gssapi/source/library/gssapi_openssl.h
Struct has not changed since version 1.4 Sat Jan 18 00:41:06 2003 UTC

------------------------------------------------------------------------
r15879 | msalle | 2012-01-26 16:07:15 +0100 (Thu, 26 Jan 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_globus_internal.h

Fix comment.

------------------------------------------------------------------------
r15877 | msalle | 2012-01-26 12:18:23 +0100 (Thu, 26 Jan 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_globus_internal.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_gsi_utils.h

Add comments about internal globus structures and remove prototype of undefined
(no longer defined) function.

------------------------------------------------------------------------
r15876 | msalle | 2012-01-26 12:07:08 +0100 (Thu, 26 Jan 2012) | 7 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   D /trunk/lcmaps/src/globus_gsi_gss_constants.h
   A /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_globus_internal.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_gsi_utils.h
   D /trunk/lcmaps/src/grid_credential_handling/gsi_handling/globus_gsi_gss_constants.h
   D /trunk/lcmaps/src/grid_credential_handling/gsi_handling/gssapi_openssl.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c
   D /trunk/lcmaps/src/gssapi_openssl.h
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Cleanup of use of internal globus structures: introduce new header
_lcmaps_globus_internal.h which defines the necessary structures locally (with
non-clashing names). The necessary extraction functions are all defined in
lcmaps_gsi_utils.c and are not publicly advertised.
Cleanup of use of unused lcmaps_log_* variables in lcmaps_*_account_from_pem
interfaces.

------------------------------------------------------------------------
r15866 | msalle | 2012-01-24 16:27:43 +0100 (Tue, 24 Jan 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l

Removing cleanup of buffer at EOF since it breaks multiple invocations of
LCMAPS in one executable.

------------------------------------------------------------------------
r15861 | okoeroo | 2012-01-20 10:41:38 +0100 (Fri, 20 Jan 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Bumping version of LCMAPS to 1.5.2 to reflect the getgrouplist() feature inclusion.


------------------------------------------------------------------------
r15860 | okoeroo | 2012-01-20 10:41:02 +0100 (Fri, 20 Jan 2012) | 8 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

When getgrouplist() is available on the system (checked for by ./configure),
then the lcmaps_get_gidlist will internally use getgrouplist() to query the
system for the (secondary) groups associated to a particular account. This
function is notibly faster in environments where there is a central account
database, e.g. LDAP.



------------------------------------------------------------------------
r15849 | msalle | 2012-01-16 11:55:04 +0100 (Mon, 16 Jan 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Update to call only yy_delete_buffer(), to stay compatible with flex 2.5.4.
We seem to be using one buffer in any case.

------------------------------------------------------------------------
r15842 | msalle | 2012-01-11 12:38:36 +0100 (Wed, 11 Jan 2012) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Remove OpenSSL cleanup calls from lcmaps_term() since this might interfere with
the calling application.


------------------------------------------------------------------------
r15840 | msalle | 2012-01-10 16:21:10 +0100 (Tue, 10 Jan 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Add cleanup code for OpenSSL to lcmaps_term(). Only OpenSSL leaks now come from
VOMS.

------------------------------------------------------------------------
r15838 | msalle | 2012-01-10 15:37:37 +0100 (Tue, 10 Jan 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Fix memleaks coming from flex.

------------------------------------------------------------------------
r15836 | dennisvd | 2012-01-10 12:49:11 +0100 (Tue, 10 Jan 2012) | 1695 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   A /trunk/mwsec-utils
   A /trunk/mwsec-utils/glexec_from_source
   A /trunk/mwsec-utils/lcaslcmaps_getaccount_cli
   A /trunk/mwsec-utils/lcmaps-tests
   A /trunk/mwsec-utils/lcmaps-tests/Makefile
   A /trunk/mwsec-utils/lcmaps-tests/config
   A /trunk/mwsec-utils/lcmaps-tests/config/unix.exp
   A /trunk/mwsec-utils/lcmaps-tests/lcmaps.db.in
   A /trunk/mwsec-utils/lcmaps-tests/lcmaps.test
   A /trunk/mwsec-utils/lcmaps-tests/lcmaps.test/nogsi.exp
   A /trunk/mwsec-utils/llgt_test
   A /trunk/mwsec-utils/llgt_test/Makefile
   A /trunk/mwsec-utils/llgt_test/llgt_test.c
   A /trunk/mwsec-utils/llrun
   A /trunk/mwsec-utils/llrun/build.sh
   A /trunk/mwsec-utils/llrun/ll_certification.sh
   A /trunk/mwsec-utils/llrun/llrun.c
   A /trunk/mwsec-utils/llrun/vomsfix.c
   A /trunk/mwsec-utils/mkgltempdir
   A /trunk/mwsec-utils/mkgltempdir/mkgltempdir
   A /trunk/mwsec-utils/sac_from_source
   A /trunk/mwsec-utils/sac_from_source/OSG_glite32cert.config
   A /trunk/mwsec-utils/sac_from_source/emi1rc.config
   A /trunk/mwsec-utils/sac_from_source/emi2rc.config
   A /trunk/mwsec-utils/sac_from_source/glexec_from_source.sh
   A /trunk/mwsec-utils/sac_from_source/glexec_globus_from_source.sh
   A /trunk/mwsec-utils/sac_from_source/glexec_globus_from_source.voms2.sh
   A /trunk/mwsec-utils/sac_from_source/glite32cert.config
   A /trunk/mwsec-utils/sac_from_source/glite32dev.config
   A /trunk/mwsec-utils/sac_from_source/glite_from_source.sh
   A /trunk/mwsec-utils/sac_from_source/internal-dev.config
   A /trunk/mwsec-utils/sac_from_source/nikhef_HEAD.config
   A /trunk/mwsec-utils/sac_from_source/sac_from_source.sh
   A /trunk/mwsec-utils/sutest
   A /trunk/mwsec-utils/sutest/sutest.c
   A /trunk/mwsec-utils/wrap-env-var
   A /trunk/mwsec-utils/wrap-env-var/Makefile.am
   A /trunk/mwsec-utils/wrap-env-var/README_glexecwrappers
   A /trunk/mwsec-utils/wrap-env-var/bootstrap
   A /trunk/mwsec-utils/wrap-env-var/configure.ac
   A /trunk/mwsec-utils/wrap-env-var/glexec_unwrapenv.pl
   A /trunk/mwsec-utils/wrap-env-var/glexec_warp.sh
   A /trunk/mwsec-utils/wrap-env-var/glexec_wrap.sh
   A /trunk/mwsec-utils/wrap-env-var/glexec_wrapenv.pl
   A /trunk/mwsec-utils/wrap-env-var/old
   A /trunk/mwsec-utils/wrap-env-var/old/unwrap-wrap-glexec-env.sh
   A /trunk/mwsec-utils/wrap-env-var/old/wrap-wrap-glexec-env.sh

Copied from svn+ssh://svn@ndpfsvn.nikhef.nl/repos/pdpsoft/trunk/grid-mw-security/mwsec-utils

Full change log:
------------------------------------------------------------------------
r2477 | msalle | 2012-01-09 11:34:56 +0100 (ma, 09 jan 2012) | 2 lines
Changed paths:
   D /trunk/grid-mw-security/mwsec-utils/llrun/lcaslcmaps_getaccount_cli.c

Removing old link

------------------------------------------------------------------------
r2476 | msalle | 2012-01-09 11:26:09 +0100 (ma, 09 jan 2012) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/mwsec-utils/llgt_test/llgt_test.c
   M /trunk/grid-mw-security/mwsec-utils/llrun/llrun.c

Adding macros to test for dynamic library suffix.

------------------------------------------------------------------------
r2471 | msalle | 2012-01-06 11:34:26 +0100 (vr, 06 jan 2012) | 3 lines
Changed paths:
   A /trunk/grid-mw-security/mwsec-utils/llgt_test
   A /trunk/grid-mw-security/mwsec-utils/llgt_test/Makefile
   A /trunk/grid-mw-security/mwsec-utils/llgt_test/llgt_test.c

Adding llgt_test: a test tool for running the lcas-lcmaps-gt4-interface.


------------------------------------------------------------------------
r2470 | msalle | 2012-01-06 11:03:33 +0100 (vr, 06 jan 2012) | 2 lines
Changed paths:
   D /trunk/grid-mw-security/glexec/util
   A /trunk/grid-mw-security/mwsec-utils (from /trunk/grid-mw-security/glexec/util:2469)

Moving glexec/util to mwsec-utils.

------------------------------------------------------------------------
r2469 | msalle | 2011-12-23 11:47:31 +0100 (vr, 23 dec 2011) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/sac_from_source/emi2rc.config

Adding emi2 (RC) configs.

------------------------------------------------------------------------
r2468 | msalle | 2011-12-23 11:30:28 +0100 (vr, 23 dec 2011) | 7 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/sac_from_source/sac_from_source.sh

Numerous fixes to deal with the reorganised saml2-xacml2-c-lib:
- it automatically figures out if there is a gsoap tarball shipped, if so it
  uses it, otherwise use system default
- gsoap-prefix sets --with-gsoap=<path>, also set in configflag file
- component is not renamed inside the script, but an SVN tag can be specified as
    -C saml2_xacml2_c_lib,tag:tags/xacml/1_1_0

------------------------------------------------------------------------
r2467 | dennisvd | 2011-12-22 16:49:28 +0100 (do, 22 dec 2011) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/Makefile.am
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/bootstrap
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/configure.ac

initial attempt at using autotools

------------------------------------------------------------------------
r2466 | msalle | 2011-12-21 13:13:08 +0100 (wo, 21 dec 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

Updating version.

------------------------------------------------------------------------
r2430 | msalle | 2011-09-22 12:24:13 +0200 (do, 22 sep 2011) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/llrun/llrun.c

Remove extra lcmaps_term calls (already called by the lcmaps_return_*
functions). Add explicit call of va_end. Add (commented-out) calls to setvbuf to
change to unbuffered output.


------------------------------------------------------------------------
r2419 | msalle | 2011-09-06 12:29:46 +0200 (di, 06 sep 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/sac_from_source/sac_from_source.sh

Use latest stable GT5 by default.

------------------------------------------------------------------------
r2302 | msalle | 2011-05-30 11:51:12 +0200 (ma, 30 mei 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/sac_from_source/emi1rc.config
   M /trunk/grid-mw-security/glexec/util/sac_from_source/sac_from_source.sh

Add EMI-1 tags for VOMS and PEP-API

------------------------------------------------------------------------
r2291 | msalle | 2011-05-03 14:50:52 +0200 (di, 03 mei 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/llrun/llrun.c

Fix bug: fqans_idx was uninitialized.

------------------------------------------------------------------------
r2289 | msalle | 2011-04-29 11:48:03 +0200 (vr, 29 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/sac_from_source/sac_from_source.sh

Bumping version to 0.3.0: new tracking plugin etc.

------------------------------------------------------------------------
r2288 | msalle | 2011-04-29 11:46:35 +0200 (vr, 29 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/sac_from_source/emi1rc.config

Update LCMAPS-plugins-C-pep version to 1.1.4

------------------------------------------------------------------------
r2285 | msalle | 2011-04-14 16:38:33 +0200 (do, 14 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/sac_from_source/emi1rc.config

Update lcmaps version and reorder in alphabetical order.

------------------------------------------------------------------------
r2282 | msalle | 2011-04-12 16:00:49 +0200 (di, 12 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/sac_from_source/emi1rc.config

Update LL-GT4 and gLExec versions.

------------------------------------------------------------------------
r2276 | msalle | 2011-04-07 10:45:42 +0200 (do, 07 apr 2011) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source
   A /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli

Adding symlinks to old dir names.

------------------------------------------------------------------------
r2275 | msalle | 2011-04-07 10:44:14 +0200 (do, 07 apr 2011) | 2 lines
Changed paths:
   D /trunk/grid-mw-security/glexec/util/glexec_from_source
   A /trunk/grid-mw-security/glexec/util/sac_from_source (from /trunk/grid-mw-security/glexec/util/glexec_from_source:2273)

Renaming glexec_from_source dir  into sac_from_source

------------------------------------------------------------------------
r2274 | msalle | 2011-04-07 10:43:18 +0200 (do, 07 apr 2011) | 2 lines
Changed paths:
   D /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli

Removing util/lcaslcmaps_getaccount_cli dir

------------------------------------------------------------------------
r2273 | msalle | 2011-04-07 10:41:35 +0200 (do, 07 apr 2011) | 2 lines
Changed paths:
   D /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/ll_certification.sh
   A /trunk/grid-mw-security/glexec/util/llrun/ll_certification.sh (from /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/ll_certification.sh:2272)

Moving ll_certification.sh into llrun directory

------------------------------------------------------------------------
r2272 | msalle | 2011-04-07 10:40:34 +0200 (do, 07 apr 2011) | 2 lines
Changed paths:
   D /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/build.sh
   D /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c
   D /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/llrun.c
   D /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/vomsfix.c
   A /trunk/grid-mw-security/glexec/util/llrun (from /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli:2091)
   R /trunk/grid-mw-security/glexec/util/llrun/llrun.c (from /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/llrun.c:2093)

Renaming lcas_lcmaps_get_account_cli directory into llrun

------------------------------------------------------------------------
r2271 | msalle | 2011-04-06 14:16:50 +0200 (wo, 06 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Small cosmetic change to printing results.

------------------------------------------------------------------------
r2270 | msalle | 2011-04-06 13:21:13 +0200 (wo, 06 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Updating C-pep version.

------------------------------------------------------------------------
r2269 | msalle | 2011-04-06 10:41:55 +0200 (wo, 06 apr 2011) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Adding lcmaps-plugins-tracking-groupid tag.


------------------------------------------------------------------------
r2268 | msalle | 2011-04-06 10:01:39 +0200 (wo, 06 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Adding support for lcmaps_plugins_tracking_groupid.

------------------------------------------------------------------------
r2254 | msalle | 2011-04-05 13:56:03 +0200 (di, 05 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Fix for non-locatable secondary globus deps: Set LD_LIBRARY_PATH

------------------------------------------------------------------------
r2252 | msalle | 2011-04-05 13:26:18 +0200 (di, 05 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Updating ees, glexec and lcmaps-plugins-basic versions.

------------------------------------------------------------------------
r2250 | okoeroo | 2011-04-04 22:06:27 +0200 (ma, 04 apr 2011) | 1 line
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/ll_certification.sh

Able to build most to all interesting permutation of the LCAS and LCMAPS configuration file. (Yes, this is a lot of code monkey work)
------------------------------------------------------------------------
r2249 | msalle | 2011-04-04 18:00:25 +0200 (ma, 04 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update jobrep plugin version.

------------------------------------------------------------------------
r2248 | msalle | 2011-04-04 16:52:46 +0200 (ma, 04 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

gLExec tag: 0.8.7

------------------------------------------------------------------------
r2247 | okoeroo | 2011-04-04 16:19:58 +0200 (ma, 04 apr 2011) | 1 line
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/ll_certification.sh

Added LCAS config file creation lines
------------------------------------------------------------------------
r2246 | msalle | 2011-04-04 14:36:13 +0200 (ma, 04 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update EES and gLExec tags.

------------------------------------------------------------------------
r2245 | okoeroo | 2011-04-04 13:20:20 +0200 (ma, 04 apr 2011) | 1 line
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/ll_certification.sh

New checks added
------------------------------------------------------------------------
r2244 | okoeroo | 2011-04-04 12:37:31 +0200 (ma, 04 apr 2011) | 1 line
Changed paths:
   A /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/ll_certification.sh

Added the ll_certification.sh script. The script revolves around the llrun tool which is a stand-alone tool to test LCAS and LCMAPS. This new script will try out a set of configurations to assess if LCAS, LCMAPS and associated plug-ins are working as designed
------------------------------------------------------------------------
r2243 | msalle | 2011-04-04 11:33:02 +0200 (ma, 04 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

When DESTDIR="" is specified: explicitly remove the already set default setting.

------------------------------------------------------------------------
r2242 | msalle | 2011-04-01 17:23:54 +0200 (vr, 01 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update glexec version

------------------------------------------------------------------------
r2241 | msalle | 2011-04-01 16:13:30 +0200 (vr, 01 apr 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update EMI-1 versions.

------------------------------------------------------------------------
r2240 | msalle | 2011-03-31 17:48:41 +0200 (do, 31 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update versions to match EMI RC-3 and IGE

------------------------------------------------------------------------
r2239 | msalle | 2011-03-31 16:18:06 +0200 (do, 31 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update to EES to 0.0.7 

------------------------------------------------------------------------
r2238 | msalle | 2011-03-30 16:23:38 +0200 (wo, 30 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update EES tag

------------------------------------------------------------------------
r2237 | msalle | 2011-03-29 16:07:39 +0200 (di, 29 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update EES tag: 0.0.5

------------------------------------------------------------------------
r2236 | msalle | 2011-03-28 15:49:27 +0200 (ma, 28 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Small fix: make dist should not lead to non-saving of voms flags.

------------------------------------------------------------------------
r2235 | msalle | 2011-03-24 14:04:50 +0100 (do, 24 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update tags: ees, lcmaps-plugins-c-pep, globus

------------------------------------------------------------------------
r2234 | msalle | 2011-03-22 11:53:05 +0100 (di, 22 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update lcmaps-plugins-jobrep version.

------------------------------------------------------------------------
r2230 | msalle | 2011-03-17 11:07:39 +0100 (do, 17 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Removing age, to follow new style in mwsec.

------------------------------------------------------------------------
r2225 | msalle | 2011-03-06 18:54:57 +0100 (zo, 06 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update versions to latest Release Candidate

------------------------------------------------------------------------
r2223 | msalle | 2011-03-04 14:13:55 +0100 (vr, 04 mrt 2011) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Remove tracking option: it doesn't make sense: we don't want to branch, just
checkout

------------------------------------------------------------------------
r2220 | msalle | 2011-03-02 13:02:46 +0100 (wo, 02 mrt 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Updating glexec and lcmaps-plugins-c-pep versions, adding ees version.

------------------------------------------------------------------------
r2216 | msalle | 2011-03-01 13:28:27 +0100 (di, 01 mrt 2011) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Add missing --track option and changing the tag/branch name to include origin/
See git-checkout(1).

------------------------------------------------------------------------
r2215 | msalle | 2011-02-27 17:21:57 +0100 (zo, 27 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Fix typo in voms-includes dir.

------------------------------------------------------------------------
r2214 | msalle | 2011-02-25 16:13:31 +0100 (vr, 25 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Update jobrep tag

------------------------------------------------------------------------
r2213 | msalle | 2011-02-25 14:13:48 +0100 (vr, 25 feb 2011) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/emi1rc.config

Tags for our emi-sac components matching EMI-1

------------------------------------------------------------------------
r2208 | msalle | 2011-02-24 14:46:12 +0100 (do, 24 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/wrap-env-var/README_glexecwrappers
   M /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_wrap.sh

Update to remove /opt/glite reference. Now use /usr as default.

------------------------------------------------------------------------
r2206 | msalle | 2011-02-24 14:39:43 +0100 (do, 24 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

Removing /opt/glite -> /usr

------------------------------------------------------------------------
r2205 | msalle | 2011-02-24 11:06:22 +0100 (do, 24 feb 2011) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Make failing dist tarball creation a non-fatal and separate error.
Hence dependencies can still be successful. It will still be added to the failed
components file to ease rebuilding.
Also update the default svn root to the non-https Nikhef ndpf svn.

------------------------------------------------------------------------
r2184 | msalle | 2011-02-08 17:17:47 +0100 (di, 08 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Using default branch instead of tag for voms_git

------------------------------------------------------------------------
r2183 | msalle | 2011-02-07 17:12:24 +0100 (ma, 07 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Fix typo: lcmaps-interface should be lcmaps_interface

------------------------------------------------------------------------
r2182 | msalle | 2011-02-07 11:17:35 +0100 (ma, 07 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Update voms dependencies.

------------------------------------------------------------------------
r2181 | msalle | 2011-02-06 17:12:54 +0100 (zo, 06 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

VOMS still seems to have problems with default prefix: override it in any case.

------------------------------------------------------------------------
r2175 | msalle | 2011-02-03 15:55:16 +0100 (do, 03 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

EES is now properly in mwsec tree.

------------------------------------------------------------------------
r2174 | msalle | 2011-02-02 16:19:09 +0100 (wo, 02 feb 2011) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Rename voms component name into voms instead of org.glite.security.voms, for SVN
and git. Also remove remaining remnants of build.common-cpp.

------------------------------------------------------------------------
r2171 | msalle | 2011-02-02 12:55:14 +0100 (wo, 02 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Install gsoap into the <saml2_xacml2_c_lib>/gsoap-build directory.

------------------------------------------------------------------------
r2169 | msalle | 2011-02-02 11:52:10 +0100 (wo, 02 feb 2011) | 7 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

- Update usage/help text, in particular to clarify the different supported
  (configure) flags, also number of minor clarifications.
- fix voms: no longer need to override default prefix.
- fix bug in lcas-interface: forgot to set the checkout directory.
- fix pep-api: new branch 2.0 does not need to override the prefix and datadir.


------------------------------------------------------------------------
r2165 | msalle | 2011-02-01 16:26:14 +0100 (di, 01 feb 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Move to version 2 of the PEP-api

------------------------------------------------------------------------
r2164 | msalle | 2011-02-01 11:00:46 +0100 (di, 01 feb 2011) | 8 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Add more general git support (gitget function)
- gitrepo: and tag: are used to clone and checkout a git repository.
- voms now defaults to git:
    * tag starting with glite-security-voms triggers CVS
    * tag svn triggers SVN
    * other tag git using that tag.
Fix bug when forgetting to specify a component as first entry in a configline.

------------------------------------------------------------------------
r2163 | msalle | 2011-01-31 17:43:53 +0100 (ma, 31 jan 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

VOMS still sets default prefix on /opt/glite: override it.

------------------------------------------------------------------------
r2162 | msalle | 2011-01-31 17:09:14 +0100 (ma, 31 jan 2011) | 10 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Treat voms (git) on same footing as our own compo since it now properly
conformsto the autotools.
Removal of special voms= support, since it only complicates.
Addition of make dist for voms (for git).
Fix of old SVN (formerly devel) and CVS versions of VOMS:
- set libdir correctly
- use either ${prefix}/glite/security or ${myincludedir} (when specified)

Properly use $PROG.

------------------------------------------------------------------------
r2161 | msalle | 2011-01-30 20:43:28 +0100 (zo, 30 jan 2011) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

- Make sure DISTDIR exists.
- cleanup old-style voms (globus flavor)

------------------------------------------------------------------------
r2160 | msalle | 2011-01-30 18:40:33 +0100 (zo, 30 jan 2011) | 16 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Number of bug fixes:
- removal globus libdir: it's almost impossible to hack around the hard-coded
  /lib
- voms install location is now read in from file
- rename gridsite_core module into gridsite, it wasn't consistent anyway
- only save install locations for globus gridsite and voms when they fail:
  they're unimportant for other compos
- properly return/propagate globus exit value.
- fix mistake in setting old-style voms_includes
- remove globus flavor from old-voms, it would not build libvomsapi.so, only
  flavoured ones and lcmaps etc. would fail.
- set correct libdir for gsoap configure.

Now builds on RH-5 old-style glite and new-style EPEL


------------------------------------------------------------------------
r2158 | msalle | 2011-01-28 15:47:39 +0100 (vr, 28 jan 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Fix voms_includes for old style voms.

------------------------------------------------------------------------
r2157 | msalle | 2011-01-28 15:18:24 +0100 (vr, 28 jan 2011) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Update ash -> sh and update globus flags for voms_cvs 

------------------------------------------------------------------------
r2156 | msalle | 2011-01-28 14:45:46 +0100 (vr, 28 jan 2011) | 20 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh

Many bugfixes, some new features:
- jobrep_api and lcmaps_plugins_jobrep
- make dist support, into DISTDIR which can be set using -F 
  Only voms doesn't properly produce a dist tarball.
- default DESTDIR is /tmp/build
- removal of lcmaps .la files.
- updates in help text.
- always build in known_targets order, and skip duplicates (instead of error)
- when building lcmaps/lcas don't build lcmaps/lcas-interface
- support for libdir overrides.
- split cvsget into cvsget and cvswebget
- remove obsolete copy_files()
- add warnings about 'created file' to failedfile.txt and configfile.txt
- support for building externals gridsite, globus and voms in separate
  directories.
- properly deal with lib vs lib64 in gridsite, voms and globus.
- single flags: not combined lcmaps_flags but separate lcmaps_prefix_flag etc.
- move from exit to myexit, which removes temp file.
 

------------------------------------------------------------------------
r2155 | msalle | 2011-01-25 18:12:52 +0100 (di, 25 jan 2011) | 11 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/sac_from_source.sh (from /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh:2115)

Major rework from glite_from_source.sh. Still in progress.
New features:
- uses the new mwsec svn repo by default.
- installs in DESTDIR: sets correct flags for other components: can use to
  package tools.
- saves configure flags for reuse
- saves failed component name for reuse using -i
- can import flags from file and command line (-f and -F)
- can now specify tags etc. on commandline (-C)


------------------------------------------------------------------------
r2117 | okoeroo | 2010-12-16 12:12:55 +0100 (do, 16 dec 2010) | 8 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

Moved the lcmaps function to lcmaps_old.

The new (plain) lcmaps function will NOT copy the .m4 files from the common_cpp directory.
Further more the configure options are tailored to use the Globus non-threaded flavor (if a flavor is to be selected) and the VOMS library location is set.




------------------------------------------------------------------------
r2115 | msalle | 2010-12-01 16:12:20 +0100 (wo, 01 dec 2010) | 4 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- new local function copy_files: srcdir targetdir files, only copies files when
  targetdir/file doesn't yet exist.


------------------------------------------------------------------------
r2114 | msalle | 2010-11-30 17:33:16 +0100 (di, 30 nov 2010) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- fix for non-existing -n option for old cp: never fail on copy, just ignore
  return value.
- removing common_cpp deps on lcmaps and lcmaps_interface


------------------------------------------------------------------------
r2113 | msalle | 2010-11-30 16:05:43 +0100 (di, 30 nov 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- changing cp flag -f into -n: only copy when doesn't exist.


------------------------------------------------------------------------
r2112 | okoeroo | 2010-11-27 19:25:07 +0100 (za, 27 nov 2010) | 3 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/nikhef_HEAD.config

New config, only HEAD version for bleeding edge developments.


------------------------------------------------------------------------
r2110 | msalle | 2010-11-23 22:34:51 +0100 (di, 23 nov 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/OSG_glite32cert.config

Updating OSG_glite32cert.config to the decided lcmaps-plugins-scas-client
version.

------------------------------------------------------------------------
r2108 | msalle | 2010-11-22 21:30:11 +0100 (ma, 22 nov 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

removing extraneous --with-globus flag for git voms build: it's no longer needed
or understood.

------------------------------------------------------------------------
r2103 | msalle | 2010-11-18 18:27:11 +0100 (do, 18 nov 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32cert.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/internal-dev.config

Updating VOMS to certified version.

------------------------------------------------------------------------
r2100 | msalle | 2010-11-18 18:22:48 +0100 (do, 18 nov 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/OSG_glite32cert.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32dev.config

Updating voms to latest in glite-3.2 certified.


------------------------------------------------------------------------
r2097 | msalle | 2010-11-18 17:36:44 +0100 (do, 18 nov 2010) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/OSG_glite32cert.config

Updating:
- glexec tag -> new one is certified
- lcmaps (and interface) tag -> fixes bug found by Brian


------------------------------------------------------------------------
r2094 | msalle | 2010-11-18 15:37:44 +0100 (do, 18 nov 2010) | 6 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32cert.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32dev.config

- cert: new glexec 0.8.1-1
- dev:
    adding globus tag,
    updating lcmaps tag
    updating c-pep plugin tag

------------------------------------------------------------------------
r2093 | msalle | 2010-11-18 15:26:40 +0100 (do, 18 nov 2010) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/llrun.c

- Minor update of comments, reordering etc.
- explicitly calling dlerror() before loading symbols to make sure we cannot
  fail on an old error (see dlsym manpage).


------------------------------------------------------------------------
r2092 | msalle | 2010-11-18 15:25:23 +0100 (do, 18 nov 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- Adding VOMS-from-git build, can be triggered using special tag:git for VOMS.

------------------------------------------------------------------------
r2091 | msalle | 2010-11-17 17:37:07 +0100 (wo, 17 nov 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/llrun.c

Reordering typedef definition: lc*a*s_t needs opts_t and cred_t.

------------------------------------------------------------------------
r2090 | msalle | 2010-11-17 17:33:44 +0100 (wo, 17 nov 2010) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Adding symlink lcaslcmaps_getaccount_cli.c to new style llrun.c

------------------------------------------------------------------------
r2089 | msalle | 2010-11-17 16:34:32 +0100 (wo, 17 nov 2010) | 7 lines
Changed paths:
   D /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/Makefile
   A /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/build.sh
   D /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c
   A /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/llrun.c
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/vomsfix.c

New version of the previous lcaslcmaps_getaccount_cli.c:
- code cleanup
- new lcmaps api support: disabling voms
- support for different syslog facility.
- adding a build.sh script to automat(g)ically build cross-platform


------------------------------------------------------------------------
r2088 | okoeroo | 2010-11-13 18:23:49 +0100 (za, 13 nov 2010) | 4 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Added the use of the lcmaps_account_info_clean() function. It will be dynamically loaded and executed when the LCMAPS framework run is done, or when an error occured and the account information needs to be cleaned up.
It will free the lcmaps_account_info_t struct.


------------------------------------------------------------------------
r2083 | okoeroo | 2010-11-10 12:15:40 +0100 (wo, 10 nov 2010) | 3 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/internal-dev.config

Added special configuration for internal development purposes.


------------------------------------------------------------------------
r2081 | aramv | 2010-11-09 21:13:56 +0100 (di, 09 nov 2010) | 1 line
Changed paths:
   M /trunk/grid-mw-security/ees-plugins-one/src/main.c
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Initial commit of EESObligationHandler prototype
------------------------------------------------------------------------
r2077 | okoeroo | 2010-11-08 22:35:14 +0100 (ma, 08 nov 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32dev.config

Updated SCAS-Client tag


------------------------------------------------------------------------
r2076 | okoeroo | 2010-11-02 17:20:43 +0100 (di, 02 nov 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32dev.config

Updated active development version of SCAS to the latest tag. Which solve the build issue that the man page will not be overwritten by GNU install.


------------------------------------------------------------------------
r2073 | msalle | 2010-11-02 13:22:02 +0100 (di, 02 nov 2010) | 17 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/OSG_glite32cert.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32cert.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32dev.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- glite_from_source.sh:
    lcmaps_interface no longer needs globus paths, since it no longer needs
    globus or voms. Only needs the m4 macros for the AC_DEFUNC() definitions in
    the configure.
- OSG_glite32cert.config:
    - moving glexec tag to glite32cert part.
    - updating lcmaps(-interface) version to 1.4.25-1
    - downgrading voms version to 1.9.17-1 (due to 2 voms bugs)
- glite32cert.config:
    - updating glexec to new
    - downgrading voms version to 1.9.17-1 (due to 2 voms bugs)
- glite32dev.config:
    - updating glexec, lcmaps and lcmaps_interface to latest versions.
    



------------------------------------------------------------------------
r2069 | msalle | 2010-10-28 22:02:34 +0200 (do, 28 okt 2010) | 4 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- adding -v option: printing version.
- first version: 0.1.0-1


------------------------------------------------------------------------
r2066 | msalle | 2010-10-28 11:02:59 +0200 (do, 28 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

-V option should be lower case in help...

------------------------------------------------------------------------
r2065 | msalle | 2010-10-28 11:01:57 +0200 (do, 28 okt 2010) | 16 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

- few bug fixes:
    removal didn't work, because gLExec 0.8 (and 0.7) no longer stays in cwd if
    chdir to homedir fails, but *returns* to cwd. If that fails (e.g. permission
    denied) gLExec does a cd to /. Hence securedir must in any case be 711 when
    trying to remove tmpdir. Furthermore the argument to rmdir and rm -rf must
    be absolute.
- adding -v option: version
- updating help to show all possible options, including -h, -f and the new -v
- fixing problem with options needing an argument, but not getting one: shift 2
  failed resulting in an endless loop.
- explicitly adding a path and having script figuring out the location of all
  the tools.
- adding variable for rmdir.
- changing one missing chmod into $chmod


------------------------------------------------------------------------
r2064 | msalle | 2010-10-22 13:26:00 +0200 (vr, 22 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- updating globus URL for tbz download

------------------------------------------------------------------------
r2063 | msalle | 2010-10-22 09:29:48 +0200 (vr, 22 okt 2010) | 4 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- adding support for -x option: exit on error, in which case the script exits as
  soon as a target build fails.


------------------------------------------------------------------------
r2062 | msalle | 2010-10-21 17:03:37 +0200 (do, 21 okt 2010) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- automatically making source, build and globus directories absolute by adding
  cwd. Updating usage() accordingly.
- adding warning() convenience function.


------------------------------------------------------------------------
r2061 | msalle | 2010-10-21 15:59:47 +0200 (do, 21 okt 2010) | 4 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32dev.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- adding voms_devel() which is triggered when specifying special voms tag devel
- updating glite32dev to actually use the voms_devel (as used in
  glite_branch_3_2_dev

------------------------------------------------------------------------
r2060 | msalle | 2010-10-21 15:33:08 +0200 (do, 21 okt 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.voms2.sh

Syncing with glexec_globus_from_source.sh


------------------------------------------------------------------------
r2059 | msalle | 2010-10-21 15:32:39 +0200 (do, 21 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

Removing dead code

------------------------------------------------------------------------
r2058 | msalle | 2010-10-21 15:28:45 +0200 (do, 21 okt 2010) | 4 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/OSG_glite32cert.config

Updating lcmaps_plugins_basic tag and reordering to make differences with
glite_3_2_cert clearer.


------------------------------------------------------------------------
r2053 | msalle | 2010-10-20 20:55:23 +0200 (wo, 20 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/OSG_glite32cert.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32cert.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32dev.config

- updating pep-c version to match glite_3_2_cert

------------------------------------------------------------------------
r2052 | msalle | 2010-10-20 11:04:27 +0200 (wo, 20 okt 2010) | 12 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- included error function
- error when target is included >1
- usage() prints possible exit values
- glexec pre-0.8 and newstyle both build, automatically switches based on given
  tag.
- saml2-xacml2-c-lib looks for gsoaps-2.7*.tar.gz, if present: unpack, otherwise
  assume it's included in the source. This allows building both 0.0.* and 0.1.*
  versions.
- ees svnroot autosetting updated: when no tag or HEAD is given, use trunk/
  otherwise use tags/


------------------------------------------------------------------------
r2051 | msalle | 2010-10-19 17:30:08 +0200 (di, 19 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32cert.config
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32dev.config

HEAD doesn't work for EES, due to the svn nature...

------------------------------------------------------------------------
r2050 | msalle | 2010-10-19 17:29:10 +0200 (di, 19 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/OSG_glite32cert.config

lcas-plugins-basic tag didn't exist: should (probably) be the one from _cert

------------------------------------------------------------------------
r2049 | msalle | 2010-10-19 17:00:36 +0200 (di, 19 okt 2010) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/OSG_glite32cert.config
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32cert.config
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/glite32dev.config

- adding the suggested CVS tag configuration files

------------------------------------------------------------------------
r2048 | msalle | 2010-10-19 17:00:00 +0200 (di, 19 okt 2010) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- adding possibility to print supported etics download platforms: -p help
- clarifying usage() text
- print warning text when no targets are specified


------------------------------------------------------------------------
r2047 | msalle | 2010-10-18 12:41:47 +0200 (ma, 18 okt 2010) | 4 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

- fix lcmaps_interface: it needs globus (unfortunally), now it matches etics
  again.
- print total build time in seconds.

------------------------------------------------------------------------
r2046 | msalle | 2010-10-15 15:48:52 +0200 (vr, 15 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

remove extra echo

------------------------------------------------------------------------
r2045 | msalle | 2010-10-15 15:47:30 +0200 (vr, 15 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh

copy&paste typo: source is now in uppercase

------------------------------------------------------------------------
r2044 | msalle | 2010-10-15 15:36:02 +0200 (vr, 15 okt 2010) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_from_source.sh (from /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh:2043)
   D /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

rename into glite_from_source.sh since it's not always globus from source

------------------------------------------------------------------------
r2043 | msalle | 2010-10-15 15:35:06 +0200 (vr, 15 okt 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

- merge globus source / etics: switched using -p <platform>


------------------------------------------------------------------------
r2042 | msalle | 2010-10-15 14:44:25 +0200 (vr, 15 okt 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

- bugfix: when using custom dir, svnget should remove that one.


------------------------------------------------------------------------
r2041 | msalle | 2010-10-15 14:36:56 +0200 (vr, 15 okt 2010) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

- cvsget/svnget/get now can unpack in a custom dir: needed for lcmaps_interface
  which uses same lcmaps source as lcmaps itself.
- when downloading via webcvs always remove old source dir.


------------------------------------------------------------------------
r2040 | msalle | 2010-10-14 17:24:17 +0200 (do, 14 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

Small change to make eval more reliable. 

------------------------------------------------------------------------
r2039 | msalle | 2010-10-14 16:49:38 +0200 (do, 14 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

fix typo in ees component

------------------------------------------------------------------------
r2038 | msalle | 2010-10-14 16:16:13 +0200 (do, 14 okt 2010) | 7 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

- svn checkout needs explicit download directory.

- fix copy&paste typo for lcmaps_plugins_voms

- add missing setdeps for lcas_interface target


------------------------------------------------------------------------
r2037 | msalle | 2010-10-14 15:09:06 +0200 (do, 14 okt 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

Fixing typos in lcmaps_plugins_voms module


------------------------------------------------------------------------
r2036 | msalle | 2010-10-14 14:52:17 +0200 (do, 14 okt 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

- specified directories should be absolute
- reorder build and print function

------------------------------------------------------------------------
r2035 | msalle | 2010-10-14 14:36:56 +0200 (do, 14 okt 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

ash(es) to sh


------------------------------------------------------------------------
r2034 | msalle | 2010-10-14 14:35:19 +0200 (do, 14 okt 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

Dropping newline in known target list

------------------------------------------------------------------------
r2033 | msalle | 2010-10-14 14:23:58 +0200 (do, 14 okt 2010) | 8 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/glite_globus_from_source.sh

First checkin glexec_from_source new style, adding
- config file
- input file for targets
- redirect of std{err,out}
- ...



------------------------------------------------------------------------
r1983 | dennisvd | 2010-09-30 16:46:47 +0200 (do, 30 sep 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcmaps-tests/lcmaps.test/nogsi.exp

removed spurious encoded '/' from the poolindex

------------------------------------------------------------------------
r1982 | dennisvd | 2010-09-30 16:27:30 +0200 (do, 30 sep 2010) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/lcmaps-tests/Makefile
   A /trunk/grid-mw-security/glexec/util/lcmaps-tests/config
   A /trunk/grid-mw-security/glexec/util/lcmaps-tests/config/unix.exp
   A /trunk/grid-mw-security/glexec/util/lcmaps-tests/lcmaps.db.in
   A /trunk/grid-mw-security/glexec/util/lcmaps-tests/lcmaps.test
   A /trunk/grid-mw-security/glexec/util/lcmaps-tests/lcmaps.test/nogsi.exp

Initial check-in of test suite.

------------------------------------------------------------------------
r1981 | dennisvd | 2010-09-30 16:23:32 +0200 (do, 30 sep 2010) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/lcmaps-tests

new test suite for lcmaps interfaces

------------------------------------------------------------------------
r1980 | dennisvd | 2010-09-30 15:05:16 +0200 (do, 30 sep 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Oscar gets a cookie for finding a copy+paste bug; loadlcmaps with the wrong mode.
LCMAPS_RETURN_ACCOUNT_WITHOUT_GSI instead of LCMAPS_RETURN_POOLINDEX_WITHOUT_GSI.

------------------------------------------------------------------------
r1977 | dennisvd | 2010-09-29 11:29:10 +0200 (wo, 29 sep 2010) | 1 line
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

strdup is not required for fqans
------------------------------------------------------------------------
r1950 | dennisvd | 2010-09-28 10:44:36 +0200 (di, 28 sep 2010) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/Makefile

rudimentary Makefile for building this utility.

------------------------------------------------------------------------
r1949 | dennisvd | 2010-09-27 22:35:52 +0200 (ma, 27 sep 2010) | 10 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Extended to include the without_gsi interface calls:

	 - added command-line option to select mode
	 - added command-line options to set DN and FQAN
	 - renamed the lcmaps functions that were under control
	   of #ifdef blocks to mode specific ones
	 - conditional loading of symbols from lcmaps library depending on mode

Yet untested.

------------------------------------------------------------------------
r1947 | okoeroo | 2010-09-24 15:42:55 +0200 (vr, 24 sep 2010) | 10 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Split the interfaces by using three different defines:

Used by gLExec:
#define LCMAPS_RETURN_ACCOUNT_FROM_PEM

Use by Without GSI:
#define LCMAPS_RETURN_POOLINDEX_WITHOUT_GSI 
#define LCMAPS_RETURN_ACCOUNT_WITHOUT_GSI


------------------------------------------------------------------------
r1928 | msalle | 2010-09-21 16:33:24 +0200 (di, 21 sep 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

Make sure also TMPDIR is accessible for the target user.


------------------------------------------------------------------------
r1927 | msalle | 2010-09-21 15:54:45 +0200 (di, 21 sep 2010) | 8 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

Two fixes:
- mktemp only uses absolute path templates, including the main one for
  targetdir. gLExec tries a chmod to the target homedir, so the directory would
  have been made there, not in stickydir.
- temporarily open securedir for mktemp, because glexec now runs in / not in the
  cwd of the calling user.


------------------------------------------------------------------------
r1926 | msalle | 2010-09-21 15:22:27 +0200 (di, 21 sep 2010) | 9 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

- making sure all paths are absolute, hopefully portable enough. For glexec
  itself, the location will be based on GLEXEC_LOCATION if set, or alternatively 
  GLITE_LOCATION if that is set, or /opt/glite in other cases.
  Note that gLExec does not use PATH since it calls execve which ignores PATH.

Note: it seems the current setup is broken, since securedir is 0700, which means
any subdir is unaccessible?!


------------------------------------------------------------------------
r1900 | okoeroo | 2010-08-30 19:03:06 +0200 (ma, 30 aug 2010) | 9 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_wrap.sh

This fix will address GGUS ticket 58560: "glite-GLEXEC_wn makes uses of GLEXEC_LOCATION instead of GLITE_LOCATION"

The script will build-up a BASEDIR. The GLEXEC_LOCATION will be used first, with a fall back to GLITE_LOCATION and if that is not set, the "/opt/glite" directory will be used as a best guess.






------------------------------------------------------------------------
r1875 | msalle | 2010-08-09 12:59:52 +0200 (ma, 09 aug 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.voms2.sh

Adding missing lcmaps to list of deps for scas-client

------------------------------------------------------------------------
r1873 | msalle | 2010-08-04 16:42:17 +0200 (wo, 04 aug 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

- properly cleaning rsl and pemstring


------------------------------------------------------------------------
r1870 | msalle | 2010-07-30 12:28:50 +0200 (vr, 30 jul 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.voms2.sh

- writing out {,} constructions
- consistently using exit values

------------------------------------------------------------------------
r1859 | msalle | 2010-07-19 13:47:53 +0200 (ma, 19 jul 2010) | 10 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Making the getMajorVersion() lookup almost failsafe...:
- It first looks in the global symbols using dlopen(NULL,...).
  This works when compiled with
    -rdynamic
  or
    -L. -lvomsfix
- It then tries to dlopen libvomsfix.so.
- When that fails, it tries to dlopen liblcas.so


------------------------------------------------------------------------
r1858 | msalle | 2010-07-19 12:22:33 +0200 (ma, 19 jul 2010) | 4 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

By compiling with -rdynamic or linking with -export-dynamic, we can remove the
external vomsfix library and instead include the missing symbols internally.


------------------------------------------------------------------------
r1841 | msalle | 2010-07-07 16:44:31 +0200 (wo, 07 jul 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

Updating license & copyright

------------------------------------------------------------------------
r1840 | msalle | 2010-07-07 15:56:07 +0200 (wo, 07 jul 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_unwrapenv.pl
   M /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_wrap.sh
   M /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_wrapenv.pl

Adding copyright & license


------------------------------------------------------------------------
r1839 | msalle | 2010-07-06 16:50:03 +0200 (di, 06 jul 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.voms2.sh

Adding the EES


------------------------------------------------------------------------
r1838 | msalle | 2010-07-06 16:33:48 +0200 (di, 06 jul 2010) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c
   A /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/vomsfix.c

Moving the voms dirty hack fixes to a separate c file.
By compiling those into a dynamic library we use it at build time and
prevent the missing symbols even without linking/loading LCAS.


------------------------------------------------------------------------
r1837 | msalle | 2010-07-06 14:24:17 +0200 (di, 06 jul 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Fix for specifying -s twice (it closed stderr...).


------------------------------------------------------------------------
r1836 | msalle | 2010-07-06 11:45:31 +0200 (di, 06 jul 2010) | 6 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

- fix bug for optind: only decrease for -l and -L when no options were given.
- do proper cast at dlsym
- default: no external headers.
- define dummy getMajorVersionNumber() etc. to fix bug with VOMS


------------------------------------------------------------------------
r1835 | msalle | 2010-07-06 10:54:36 +0200 (di, 06 jul 2010) | 6 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

- re-typedef-fing lcas_request_t
- almost re-typedef-fing lcmaps_account_t
- making both easily switchable between using the local typedef, or using the
  header file.


------------------------------------------------------------------------
r1834 | msalle | 2010-07-06 10:46:56 +0200 (di, 06 jul 2010) | 5 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Added more help text:
- includes warnings on unset variables
- these can partially be suppressed using the new option -q.


------------------------------------------------------------------------
r1833 | msalle | 2010-07-05 17:37:40 +0200 (ma, 05 jul 2010) | 5 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli
   A /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli/lcaslcmaps_getaccount_cli.c

Adding a demo LCAS/LCMAPS get account command line program, which mimics the
behaviour of gLExec and can be used to debug the LCAS and LCMAPS config files
setup.


------------------------------------------------------------------------
r1831 | msalle | 2010-06-30 18:00:06 +0200 (wo, 30 jun 2010) | 2 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.voms2.sh

Adding test version for VOMS API version 2

------------------------------------------------------------------------
r1830 | msalle | 2010-06-30 17:06:07 +0200 (wo, 30 jun 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

Update for the new gsoap-from-tarball construction (in saml2_xacml2_c_lib)

------------------------------------------------------------------------
r1822 | msalle | 2010-06-29 17:48:23 +0200 (di, 29 jun 2010) | 2 lines
Changed paths:
   D /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.dev.sh

File is now the current glexec_globus_from_source.sh

------------------------------------------------------------------------
r1821 | msalle | 2010-06-29 17:06:11 +0200 (di, 29 jun 2010) | 4 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

Move towards the new modular scripts, which can build all or just a few
components.


------------------------------------------------------------------------
r1819 | msalle | 2010-06-25 16:24:49 +0200 (vr, 25 jun 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.dev.sh

Fixing type in deps for lcas_plugins_voms

------------------------------------------------------------------------
r1818 | msalle | 2010-06-25 15:48:34 +0200 (vr, 25 jun 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.dev.sh

fix temporary directory locations...

------------------------------------------------------------------------
r1817 | msalle | 2010-06-25 15:47:30 +0200 (vr, 25 jun 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.dev.sh

Fix for unset globus flavour...


------------------------------------------------------------------------
r1816 | msalle | 2010-06-25 15:03:25 +0200 (vr, 25 jun 2010) | 3 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.dev.sh

Adding the magic script...


------------------------------------------------------------------------
r1811 | msalle | 2010-06-23 21:05:22 +0200 (wo, 23 jun 2010) | 8 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

Adding:
    LCMAPS plugins-afs
    LCMAPS plugins-gums
    SCAS
    LCAS-LCMAPS GT4-interface
The GT4 interface needs two extra build targets for globus (only when from
source).

------------------------------------------------------------------------
r1790 | msalle | 2010-06-18 14:23:05 +0200 (vr, 18 jun 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

Adding lcas-plugins-voms and its dependency GridSite core

------------------------------------------------------------------------
r1789 | msalle | 2010-06-18 12:13:19 +0200 (vr, 18 jun 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh

- build.common-cpp can use HEAD now (=3_2_8_1)

------------------------------------------------------------------------
r1788 | msalle | 2010-06-18 12:11:10 +0200 (vr, 18 jun 2010) | 2 lines
Changed paths:
   D /trunk/grid-mw-security/glexec/util/glexec_from_source/common-cpp_gt5.patch

- GT5 patch is no longer needed, thanks to Eamonn Kenny fixing build.common-cpp!

------------------------------------------------------------------------
r1787 | msalle | 2010-06-18 12:03:38 +0200 (vr, 18 jun 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

Adding locations (commented out) for GT5


------------------------------------------------------------------------
r1786 | msalle | 2010-06-17 21:21:37 +0200 (do, 17 jun 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

- fix -rpath option, not clear why it worked in the first place... Now should be
  ok for Darwin!

------------------------------------------------------------------------
r1785 | msalle | 2010-06-17 17:57:05 +0200 (do, 17 jun 2010) | 4 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/common-cpp_gt5.patch

Adding patch for org.glite.build.common-cpp/m4/globus.m4 to correctly detect
Globus Toolkit 5.


------------------------------------------------------------------------
r1753 | msalle | 2010-06-10 16:47:28 +0200 (do, 10 jun 2010) | 3 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

Re-enabled wget of globus tarball


------------------------------------------------------------------------
r1752 | msalle | 2010-06-10 16:43:43 +0200 (do, 10 jun 2010) | 10 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

Heavily reworked the glexec-from-source scripts:
- all builds are done via functions in order to allow the conditional builds,
  see next point.
- all builds are conditional: when they are bound to fail, due to missing
  dependencies don't build.
- a grand overview of the results is only presented at the end, specifying
  SUCCESS, FAILED, or MISSING DEPENDENCIES (=hasn't built)
- use wget+tar instead of cvs co


------------------------------------------------------------------------
r1742 | msalle | 2010-06-04 14:26:35 +0200 (vr, 04 jun 2010) | 2 lines
Changed paths:
   M /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_globus_from_source.sh

Adding second script which ALSO builds globus from tarball!

------------------------------------------------------------------------
r1741 | msalle | 2010-06-04 10:26:18 +0200 (vr, 04 jun 2010) | 4 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/glexec_from_source
   A /trunk/grid-mw-security/glexec/util/glexec_from_source/glexec_from_source.sh

Adding build script to build gLExec and its gLite dependencies from the CVS
sources.


------------------------------------------------------------------------
r416 | okoeroo | 2009-06-10 09:58:56 +0200 (wo, 10 jun 2009) | 1 line
Changed paths:
   M /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_unwrapenv.pl
   M /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_wrapenv.pl

Updated intended usage section in the scripts
------------------------------------------------------------------------
r410 | okoeroo | 2009-06-09 20:11:24 +0200 (di, 09 jun 2009) | 3 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/README_glexecwrappers

Adding README file to the repo


------------------------------------------------------------------------
r408 | okoeroo | 2009-06-09 20:00:56 +0200 (di, 09 jun 2009) | 3 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_warp.sh

Adding symlink (can svn do this nicely)


------------------------------------------------------------------------
r407 | okoeroo | 2009-06-09 19:59:48 +0200 (di, 09 jun 2009) | 4 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_wrap.sh

Adding the wrapper scripts, that wraps the environment variables wrapper and unwrapper scripts for gLExec



------------------------------------------------------------------------
r389 | okoeroo | 2009-06-04 11:27:14 +0200 (do, 04 jun 2009) | 3 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/old
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/old/unwrap-wrap-glexec-env.sh (from /trunk/grid-mw-security/glexec/util/wrap-env-var/unwrap-wrap-glexec-env.sh:365)
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/old/wrap-wrap-glexec-env.sh (from /trunk/grid-mw-security/glexec/util/wrap-env-var/wrap-wrap-glexec-env.sh:365)
   D /trunk/grid-mw-security/glexec/util/wrap-env-var/unwrap-wrap-glexec-env.sh
   D /trunk/grid-mw-security/glexec/util/wrap-env-var/wrap-wrap-glexec-env.sh

Moved my shell script solutions.


------------------------------------------------------------------------
r388 | okoeroo | 2009-06-04 11:25:29 +0200 (do, 04 jun 2009) | 4 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_unwrapenv.pl
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/glexec_wrapenv.pl

Added the wrap and unwrap scripts from Jan Just which are using Perl to shine the light.



------------------------------------------------------------------------
r365 | okoeroo | 2009-06-01 19:36:42 +0200 (ma, 01 jun 2009) | 4 lines
Changed paths:
   A /trunk/grid-mw-security/glexec/util/wrap-env-var
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/unwrap-wrap-glexec-env.sh
   A /trunk/grid-mw-security/glexec/util/wrap-env-var/wrap-wrap-glexec-env.sh

Adding my gLExec environment variables wrap and unwrap scripts a pilot job framework examples.



------------------------------------------------------------------------
r31 | davidg | 2008-12-19 09:18:56 +0100 (vr, 19 dec 2008) | 2 lines
Changed paths:
   A /branches
   D /grid-mw-security
   D /nl.nikhef.ndpf.tools
   A /tags
   A /trunk
   A /trunk/grid-mw-security (from /grid-mw-security:16)
   A /trunk/nl.nikhef.ndpf.tools (from /nl.nikhef.ndpf.tools:26)
   A /trunk/nl.nikhef.ndpf.tools/nikhef-directory-schema (from /nl.nikhef.ndpf.tools/nikhef-directory-schema:30)
   A /trunk/nl.nikhef.ndpf.tools/sccswhat (from /nl.nikhef.ndpf.tools/sccswhat:30)

Created convention

------------------------------------------------------------------------
r16 | davidg | 2008-04-11 03:46:16 +0200 (vr, 11 apr 2008) | 2 lines
Changed paths:
   M /grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

Escaped the TMPDIR in the hel text

------------------------------------------------------------------------
r15 | davidg | 2008-04-10 11:01:14 +0200 (do, 10 apr 2008) | 2 lines
Changed paths:
   M /grid-mw-security/glexec/util/mkgltempdir/mkgltempdir
   D /grid-mw-security/glexec/util/mkgltempdir/test.txt
   D /grid-mw-security/glexec/util/mkgltempdir/test2.txt

error message logging repaired

------------------------------------------------------------------------
r14 | davidg | 2008-04-10 10:41:26 +0200 (do, 10 apr 2008) | 2 lines
Changed paths:
   A /grid-mw-security/glexec/util/mkgltempdir/test2.txt

Added

------------------------------------------------------------------------
r13 | davidg | 2008-04-10 10:28:40 +0200 (do, 10 apr 2008) | 2 lines
Changed paths:
   A /grid-mw-security/glexec/util/mkgltempdir/test.txt

test

------------------------------------------------------------------------
r12 | davidg | 2008-04-10 10:24:47 +0200 (do, 10 apr 2008) | 2 lines
Changed paths:
   M /grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

Keywords expanded

------------------------------------------------------------------------
r11 | davidg | 2008-04-10 10:23:30 +0200 (do, 10 apr 2008) | 2 lines
Changed paths:
   A /grid-mw-security/glexec/util/mkgltempdir
   A /grid-mw-security/glexec/util/mkgltempdir/mkgltempdir

Migrated from CVS

------------------------------------------------------------------------
r10 | davidg | 2008-04-10 10:20:09 +0200 (do, 10 apr 2008) | 2 lines
Changed paths:
   M /grid-mw-security/glexec/util/sutest/sutest.c

keywords added

------------------------------------------------------------------------
r9 | davidg | 2008-04-10 10:17:04 +0200 (do, 10 apr 2008) | 2 lines
Changed paths:
   M /grid-mw-security/glexec/util/sutest/sutest.c

trigger update

------------------------------------------------------------------------
r8 | davidg | 2008-04-10 10:15:41 +0200 (do, 10 apr 2008) | 2 lines
Changed paths:
   M /grid-mw-security/glexec/util/sutest/sutest.c

trigger commit only

------------------------------------------------------------------------
r7 | davidg | 2008-04-10 10:11:31 +0200 (do, 10 apr 2008) | 2 lines
Changed paths:
   A /grid-mw-security
   A /grid-mw-security/glexec
   A /grid-mw-security/glexec/util
   A /grid-mw-security/glexec/util/sutest
   A /grid-mw-security/glexec/util/sutest/sutest.c

Migrated from CVS

------------------------------------------------------------------------

------------------------------------------------------------------------
r15835 | okoeroo | 2012-01-10 09:29:49 +0100 (Tue, 10 Jan 2012) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c

Nothing but code style.



------------------------------------------------------------------------
r15831 | okoeroo | 2012-01-05 11:40:08 +0100 (Thu, 05 Jan 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

forgot an integer.


------------------------------------------------------------------------
r15830 | okoeroo | 2012-01-05 11:39:11 +0100 (Thu, 05 Jan 2012) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Now explcitly copies the pgid and sgid lists. The caller need to free the lists.



------------------------------------------------------------------------
r15829 | msalle | 2012-01-05 10:45:45 +0100 (Thu, 05 Jan 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Fix double call to lcmaps_cred_to_x509_chain() which caused extensive memleak.

------------------------------------------------------------------------
r15828 | msalle | 2012-01-04 15:39:09 +0100 (Wed, 04 Jan 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Further remove remaining fprintf's

------------------------------------------------------------------------
r15827 | msalle | 2012-01-04 15:35:28 +0100 (Wed, 04 Jan 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c

remove unused variable

------------------------------------------------------------------------
r15826 | msalle | 2012-01-04 15:32:25 +0100 (Wed, 04 Jan 2012) | 9 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Cleanup of code (in particular use of LCMAPS_POLICY_NAME):
- don't use a default policy name, but parse all when none is given. This was
  already the behaviour when LCMAPS_POLICY_NAME=="" (and as such used by
  gLExec).
- harden tokenize routine to prevent potential segfaults
- replace fprintf(stderr with lcmaps_log(LOG_ERR
- allow more than one policy for lcmaps_return_poolindex
- log on LOG_INFO which policy is being evaluated.

------------------------------------------------------------------------
r15823 | msalle | 2012-01-04 12:14:49 +0100 (Wed, 04 Jan 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c

Fix name clash in define between verify and return interfaces.

------------------------------------------------------------------------
r15822 | msalle | 2012-01-03 17:07:05 +0100 (Tue, 03 Jan 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Fix debug and error messages in lcmaps_credential_store_gss_cred_id_t_and_sub_elements(), since they got mixed up.

------------------------------------------------------------------------
r15819 | okoeroo | 2012-01-02 10:39:12 +0100 (Mon, 02 Jan 2012) | 6 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

A dirty copy fubared the stack. Passing a clean copy is a lot more cleaner,
although the client is now responsible of cleaning up the two structs. This
needs some thinking...



------------------------------------------------------------------------
r15818 | okoeroo | 2012-01-01 15:20:00 +0100 (Sun, 01 Jan 2012) | 15 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/lcmaps.c

The usage of lcmaps_run_with_stack_of_x509_and_return_account() triggered a
Segfault in the calling application.  This was caused by the
lcmaps_release_cred() that cleaned the input credential of the type
STACK_OF(X509)*.

Solution:
The lcmaps_release_cred() function is forked into a
lcmaps_release_cred_leave_STACK_OF_X509() function that does NOT cleanup the
STACK_OF(X509)*. All other gathered credentials are cleaned.


Discovered in the LCMAPS-REST project.



------------------------------------------------------------------------
r15809 | okoeroo | 2011-12-22 16:51:01 +0100 (Thu, 22 Dec 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/doc/man/lcmaps.3

LCMAPS man page update. Needs to be reworked to be a <man page>.src file


------------------------------------------------------------------------
r15805 | okoeroo | 2011-12-22 13:30:32 +0100 (Thu, 22 Dec 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am
   D /trunk/lcmaps/doc/lcmaps.3
   M /trunk/lcmaps/doc/man/lcmaps.3

Removed the doc/lcmaps.3 file, because the actual file is in doc/man/lcmaps.3
Also now nicely installed with the beauty of automake, and not with a post-install-hook.


------------------------------------------------------------------------
r15804 | okoeroo | 2011-12-22 13:27:03 +0100 (Thu, 22 Dec 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/man/lcmaps.3

Updated lcmaps.3 manpage


------------------------------------------------------------------------
r15802 | okoeroo | 2011-12-22 12:08:47 +0100 (Thu, 22 Dec 2011) | 4 lines
Changed paths:
   A /trunk/lcmaps/doc/lcmaps.3

Added man page for LCMAPS.



------------------------------------------------------------------------
r15801 | okoeroo | 2011-12-21 18:56:55 +0100 (Wed, 21 Dec 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex
   A /trunk/lcmaps/doc/man
   A /trunk/lcmaps/doc/man/lcmaps.3

Updated doc/lcmaps.tex.
Added a manpage for LCMAPS.


------------------------------------------------------------------------
r15791 | okoeroo | 2011-12-20 19:50:38 +0100 (Tue, 20 Dec 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Added a (one time) warning when detected.



------------------------------------------------------------------------
r15786 | okoeroo | 2011-12-20 12:54:54 +0100 (Tue, 20 Dec 2011) | 9 lines
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Version 1.5.1
-   Log messages that are sent to Syslog with the priority equal to LOG_EMERG,
    LOG_ALERT or LOG_CRIT will be downplayed as LOG_ERR. Old LCMAPS plug-ins
    used a numerical range of 0-5 and this basically means that they are able
    to cast an error message of type LOG_EMERG, while universally the LOG_ERR
    is meant of even less significant then a LOG_ERR.



------------------------------------------------------------------------
r15716 | msalle | 2011-12-14 15:15:07 +0100 (Wed, 14 Dec 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Removing '\t' characters from log strings.

------------------------------------------------------------------------
r15710 | okoeroo | 2011-12-14 15:02:14 +0100 (Wed, 14 Dec 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Updated


------------------------------------------------------------------------
r15709 | okoeroo | 2011-12-14 14:32:20 +0100 (Wed, 14 Dec 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/ChangeLog

Updated change log, pre-tagging


------------------------------------------------------------------------
r15707 | okoeroo | 2011-12-14 12:35:43 +0100 (Wed, 14 Dec 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Mischa won the argument from GGUS people. The default stays at LOG_INFO, other defaults must be made elsewhere.


------------------------------------------------------------------------
r15706 | okoeroo | 2011-12-14 11:54:33 +0100 (Wed, 14 Dec 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.db.ex
   M /trunk/lcmaps/etc/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

LCMAPS: updated the default logging level from LOG_INFO to LOG_NOTICE. Tools using LCMAPS can easily override by build-in defaults.
Fixed the ./configure steered @moduledir@ propagation into the lcmaps.db.in file to provide a properly functional lcmaps.db example.



------------------------------------------------------------------------
r15701 | okoeroo | 2011-12-13 12:06:42 +0100 (Tue, 13 Dec 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h

Even more pedantic comment fixes in LCMAPS... almost there.



------------------------------------------------------------------------
r15700 | okoeroo | 2011-12-13 11:54:16 +0100 (Tue, 13 Dec 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/interface/_lcmaps_gss_assist_gridmap.h
   M /trunk/lcmaps/interface/_lcmaps_return_account_from_pem.h
   M /trunk/lcmaps/interface/_lcmaps_return_poolindex.h
   M /trunk/lcmaps/interface/_lcmaps_verify_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_return_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_return_poolindex.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Pedantic checks may now be enabled. As LCMAPS should now be fairly "//" free, in favor of /* */



------------------------------------------------------------------------
r15674 | okoeroo | 2011-12-09 12:49:36 +0100 (Fri, 09 Dec 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

Added a title page to the lcmaps.tex file.


------------------------------------------------------------------------
r15673 | okoeroo | 2011-12-09 12:37:30 +0100 (Fri, 09 Dec 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

Cleaned dead code in LCMAPS
Revived "make pdf"



------------------------------------------------------------------------
r15641 | okoeroo | 2011-11-28 12:21:26 +0100 (Mon, 28 Nov 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/NEWS

Updated NEWS file about the VOMS GA extraction when the VOMS verification was disabled.


------------------------------------------------------------------------
r15640 | okoeroo | 2011-11-28 12:19:07 +0100 (Mon, 28 Nov 2011) | 7 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Changed "lcmaps_get_attributes" to "lcmaps_get_voms_generic_attributes"
Changed the variable errNo to errno_local in lcmaps_get_voms_generic_attributes.
Only show and print the errno when the calloc() returned with an NULL.




------------------------------------------------------------------------
r15636 | okoeroo | 2011-11-27 12:40:08 +0100 (Sun, 27 Nov 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/NEWS

Updated NEWS file


------------------------------------------------------------------------
r15635 | okoeroo | 2011-11-26 22:49:21 +0100 (Sat, 26 Nov 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/ChangeLog

Adding new additions to the ChangeLog



------------------------------------------------------------------------
r15634 | okoeroo | 2011-11-26 22:16:03 +0100 (Sat, 26 Nov 2011) | 8 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/lcmaps.c

Adjusted all the LCMAPS interfaces to support the renewed method. The
credential handling is now homogeneous across all the LCMAPS interfaces.

The plug-ins don't need to compensate for the variations anymore, and I'm going
to remove those when I see them.



------------------------------------------------------------------------
r15633 | okoeroo | 2011-11-26 19:17:25 +0100 (Sat, 26 Nov 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/lcmaps.c

Harmonized the credential input interface for the PEM interface to the gss_cred_id_t, and tested with gLExec to works nicely.



------------------------------------------------------------------------
r15632 | okoeroo | 2011-11-26 18:37:29 +0100 (Sat, 26 Nov 2011) | 12 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps.c

NEW:
    When the input is a gss_cred_id_t, the extracted certificate chain is now
    stored too in X509 * form. This enables the verify-proxy to function in the
    certificate life-time checking mode.

Additionally:
- Adding extra checks and messages.
- Removed clumbsy method of storing gathered input credentials. Currently only
  processing the gss_cred_id_t input.



------------------------------------------------------------------------
r15622 | msalle | 2011-11-23 19:18:23 +0100 (Wed, 23 Nov 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/examples/Makefile.am

Automatically discover shared library extension to use in plugin example.

------------------------------------------------------------------------
r15599 | okoeroo | 2011-11-22 15:28:51 +0100 (Tue, 22 Nov 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_basic.h

Added the include for stdio.h in lcmaps_basic.h as it was required for the FILE* definition in that header file.



------------------------------------------------------------------------
r15558 | okoeroo | 2011-11-14 16:01:15 +0100 (Mon, 14 Nov 2011) | 29 lines
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Version 1.5.0 - updated release notes
-------------------------------------
    -   Changing all log messages to match the logging method used in Syslog
        and especially the log priority/levels.
    -   Fixed a problem when the "poolindex" was requested. It triggered a
        segmentation fault in two of the LCMAPS interface:
         -- lcmaps_run_and_return_poolindex
         -- lcmaps_run_with_pem_and_return_account
    -   Harmonized logging via the lcmaps_log(), lcmaps_log_debug(),
        lcmaps_log_time(), lcmaps_log_a_string() and
        lcmaps_log_a_string_debug() functions for both log file writing and
        syslog writing.
    -   Changed #define name DEBUG_LEVEL to CONF_LCMAPS_DEBUG_LEVEL
    -   Changed the default value for CONF_LCMAPS_DEBUG_LEVEL from 0 (LOG_ERR)
        to 4 (LOG_INFO).
    -   Harmonized the log line writing cut-off feature of log message between
        Syslog logging and logging to a file. This is based on the build in
        default and the LCMAPS_DEBUG_LEVEL environment variable value.  Message
        that are cut-off are not even offered to Syslog anymore which speeds up
        the LCMAPS execution when the Syslog demon is hammered with info.
    -   The log line output is changed to show the environment value of
        LCMAPS_LOG_IDENT in each line. The LCMAPS_LOG_IDENT value is meant to
        be set by programs like gLExec to indicate that they are running
        LCMAPS. This is default in Syslog, but missing in logging to file.
    -   Log lines that log to file are prepended by the Syslog priority name.
        This allows easy filtering when needed.



------------------------------------------------------------------------
r15551 | okoeroo | 2011-11-10 10:05:10 +0100 (Thu, 10 Nov 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Added support for the LCMAPS_LOG_IDENT environment variable to prepend my log files.
This can be abused, so the calling program needs to make sure this environment variable is cleaned.



------------------------------------------------------------------------
r15543 | okoeroo | 2011-11-09 16:19:11 +0100 (Wed, 09 Nov 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

The new LCMAPS_DEBUG_LEVEL sweet spot is a value of 4 (see LOG_INFO) or 3 (see LOG_NOTICE).



------------------------------------------------------------------------
r15542 | okoeroo | 2011-11-09 16:08:58 +0100 (Wed, 09 Nov 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

    Harmonized logging via the lcmaps_log(), lcmaps_log_debug(),
    lcmaps_log_time(), lcmaps_log_a_string() and
    lcmaps_log_a_string_debug() functions.


------------------------------------------------------------------------
r15531 | okoeroo | 2011-11-07 21:45:57 +0100 (Mon, 07 Nov 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c

Move the "LCMAPS CRED FINAL" output from LOG_INFO to LOG_NOTICE.
Tweaked some of the log messages.



------------------------------------------------------------------------
r15527 | okoeroo | 2011-11-06 22:34:18 +0100 (Sun, 06 Nov 2011) | 11 lines
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

Version 1.5.0
-------------
-   Changing all log messages to match the logging method used in Syslog
    and especially the log priority/levels.
-   Fixed a problem when the "poolindex" was requested. It triggered a
    segmentation fault in two of the LCMAPS interface:
    -- lcmaps_run_and_return_poolindex
    -- lcmaps_run_with_pem_and_return_account



------------------------------------------------------------------------
r15519 | dennisvd | 2011-11-04 11:23:14 +0100 (Fri, 04 Nov 2011) | 4 lines
Changed paths:
   D /trunk/lcmaps/CHANGES
   A /trunk/lcmaps/CHANGES.old (from /trunk/lcmaps/CHANGES:15516)

rename CHANGES to CHANGES.old. All the change history should by in the ChangeLog
file; the CHANGES.old file collects the earlier revision logs found in individual
source files from the CVS era.

------------------------------------------------------------------------
r15518 | dennisvd | 2011-11-04 11:21:23 +0100 (Fri, 04 Nov 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

configure.ac: don't mention the CHANGES file as everything is actually in ChangeLog.

------------------------------------------------------------------------
r15517 | dennisvd | 2011-11-04 11:09:03 +0100 (Fri, 04 Nov 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/LICENSE

Updated the copyright notice to the current EMI default.

------------------------------------------------------------------------
r15516 | dennisvd | 2011-11-04 09:42:40 +0100 (Fri, 04 Nov 2011) | 2 lines
Changed paths:
   A /trunk/lcmaps/CHANGES
   M /trunk/lcmaps/configure.ac

Transferred change history to CHANGES file.

------------------------------------------------------------------------
r15515 | dennisvd | 2011-11-01 14:52:38 +0100 (Tue, 01 Nov 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/LICENSE

Replaced license text with the original Apache License 2.0

------------------------------------------------------------------------
r15509 | msalle | 2011-10-24 15:53:49 +0200 (Mon, 24 Oct 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Fix typos in comments (no code change)

------------------------------------------------------------------------
r15490 | msalle | 2011-09-20 15:10:16 +0200 (Tue, 20 Sep 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Fix for lcmaps-without-gsi: only full lcmaps should check for libcrypto.

------------------------------------------------------------------------
r15489 | msalle | 2011-09-20 14:14:52 +0200 (Tue, 20 Sep 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Add two missing header file includes (only shows up in -without-gsi mode).


------------------------------------------------------------------------
r15485 | msalle | 2011-09-19 16:41:24 +0200 (Mon, 19 Sep 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Bump version to 1.4.33

------------------------------------------------------------------------
r15484 | msalle | 2011-09-19 12:28:14 +0200 (Mon, 19 Sep 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l

Add missing whitespace parsing line for path= line: otherwise each whitespace
char is printed on stdout (?!).

------------------------------------------------------------------------
r15480 | msalle | 2011-09-16 14:24:02 +0200 (Fri, 16 Sep 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Missed one debug message in pdl_main file: changed lcmaps_log into
lcmaps_log_debug

------------------------------------------------------------------------
r15479 | msalle | 2011-09-16 14:18:02 +0200 (Fri, 16 Sep 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Use lcmaps_log_debug instead of lcmaps_log for debug messages, use
lcmaps_log_time for some error messages.

------------------------------------------------------------------------
r15478 | msalle | 2011-09-15 15:07:05 +0200 (Thu, 15 Sep 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Reordering location of some functions from lcmaps_utils.c to
lcmaps_pluginmanager.c to simplify header file inclusion.
Changing lcmaps_log into lcmaps_warning in pdl_yacc.y.


------------------------------------------------------------------------
r15477 | msalle | 2011-09-15 13:45:13 +0200 (Thu, 15 Sep 2011) | 7 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l

Adding our own definition for YY_FATAL_ERROR to try to prevent exit() appearing
in the lcmaps library. (The default YY_FATAL_ERROR from (f)lex calls exit()).
It now calls lcmaps_warning(PDL_ERROR, ...) which causes a nice clean error
message about parsing of the db failed. Unfortunately, the exit symbol still
appears in the lcmaps .so file.


------------------------------------------------------------------------
r15476 | msalle | 2011-09-14 17:38:30 +0200 (Wed, 14 Sep 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Some small fixes in pdl parsing code:
- an extra path= was error becomes warning
- adding debug output about path determination.


------------------------------------------------------------------------
r15470 | msalle | 2011-09-09 17:01:49 +0200 (Fri, 09 Sep 2011) | 20 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Reworking the "path =" parsing and handling.
- path in db is optional, and can also be relative
    * if absent:
	1) use env setting LCMAPS_MODULES_DIR or else
	2) $libdir/lcmaps (unless overridden at build time).
    * When relative path:
	use $libdir+specified path.
    * When absolute: use only that.
The parsing via lex has been further cleaned up and 
    path =
or  
    path = # blabla
is now valid syntax (identical to no path).

Adding support for setting the modules dir at configure time using
--with-lcmaps-moduledir=DIR which also can be relative (see above).
Defaults have been changed to /lcmaps (was /modules) to comply with EPEL and in
line with plugins and gLExec.


------------------------------------------------------------------------
r15466 | dennisvd | 2011-09-06 16:24:37 +0200 (Tue, 06 Sep 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

added -I../interface for lcmaps_version.h

------------------------------------------------------------------------
r15460 | msalle | 2011-08-19 11:32:10 +0200 (Fri, 19 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcas/configure.ac
   M /trunk/lcas/src/grid_credential_handling/x509_handling/lcas_x509_utils.c
   M /trunk/lcas-plugins-voms/configure.ac
   M /trunk/lcas-plugins-voms/src/voms/lcas_voms.c
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c

Remove unneeded and incorrect cast.

------------------------------------------------------------------------
r15452 | msalle | 2011-08-17 16:28:15 +0200 (Wed, 17 Aug 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

enclose logstr var in #ifdef's to prevent a compiler warning (it's only used
in debug mode in this function).

------------------------------------------------------------------------
r15451 | msalle | 2011-08-17 16:24:34 +0200 (Wed, 17 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_return_poolindex.h

Also here: only define prototypes when NOT using dlopen.

------------------------------------------------------------------------
r15450 | msalle | 2011-08-17 16:20:33 +0200 (Wed, 17 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_openssl.h

Fix typo: need function prototype when NOT using dlopen

------------------------------------------------------------------------
r15443 | msalle | 2011-08-17 09:36:17 +0200 (Wed, 17 Aug 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps.h

lcmaps.h must include lcmaps_openssl.h since the old-style lcmaps.h contained
the openssl (X509) interface to lcmaps.

------------------------------------------------------------------------
r15422 | msalle | 2011-08-12 17:31:21 +0200 (Fri, 12 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps-globus-interface.pc.in
   M /trunk/lcmaps/interface/lcmaps-openssl-interface.pc.in

Requires must be on single line.

------------------------------------------------------------------------
r15421 | dennisvd | 2011-08-11 16:32:59 +0200 (Thu, 11 Aug 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/Doxyfile
   A /trunk/lcmaps/examples/lcmaps_client.c
   M /trunk/lcmaps/interface/_lcmaps_verify_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps-interface.pc.in
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/interface/lcmaps_account.h
   M /trunk/lcmaps/interface/lcmaps_basic.h
   M /trunk/lcmaps/interface/lcmaps_globus.h
   M /trunk/lcmaps/interface/lcmaps_if.h

added and updated documentation
------------------------------------------------------------------------
r15420 | msalle | 2011-08-11 16:07:59 +0200 (Thu, 11 Aug 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/Makefile.am
   M /trunk/lcmaps/interface/lcmaps_basic.h
   A /trunk/lcmaps/interface/lcmaps_version.h.in

Add support for LCMAPS_API_*_VERSION defines, giving the LCMAPS interface
version used.

------------------------------------------------------------------------
r15419 | msalle | 2011-08-11 13:35:51 +0200 (Thu, 11 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/_lcmaps.h

Add missing 'lib' prefix to the helper so name.

------------------------------------------------------------------------
r15415 | msalle | 2011-08-10 17:20:31 +0200 (Wed, 10 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/Makefile.am

Install lcmaps-interface.pc

------------------------------------------------------------------------
r15413 | dennisvd | 2011-08-10 17:09:15 +0200 (Wed, 10 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/bootstrap

chain all commands conditionally

------------------------------------------------------------------------
r15411 | dennisvd | 2011-08-10 16:30:34 +0200 (Wed, 10 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

downgrade to .31

------------------------------------------------------------------------
r15407 | msalle | 2011-08-10 15:33:15 +0200 (Wed, 10 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Use new AC_VOMS: check only for C api.

------------------------------------------------------------------------
r15405 | dennisvd | 2011-08-10 13:03:58 +0200 (Wed, 10 Aug 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/Makefile.am
   A /trunk/lcmaps/interface/lcmaps-basic-interface.pc.in
   A /trunk/lcmaps/interface/lcmaps-globus-interface.pc.in
   A /trunk/lcmaps/interface/lcmaps-openssl-interface.pc.in

added package config files for the split interfaces

------------------------------------------------------------------------
r15404 | dennisvd | 2011-08-09 17:09:52 +0200 (Tue, 09 Aug 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/AUTHORS
   M /trunk/lcmaps/Doxyfile
   A /trunk/lcmaps/dependencies.dot (from /branches/lcmaps_interface_typedefs/lcmaps/dependencies.dot:15403)
   M /trunk/lcmaps/interface/Makefile.am
   A /trunk/lcmaps/interface/_lcmaps.h (from /branches/lcmaps_interface_typedefs/lcmaps/interface/_lcmaps.h:15403)
   A /trunk/lcmaps/interface/_lcmaps_gss_assist_gridmap.h (from /branches/lcmaps_interface_typedefs/lcmaps/interface/_lcmaps_gss_assist_gridmap.h:15403)
   A /trunk/lcmaps/interface/_lcmaps_return_account_from_pem.h (from /branches/lcmaps_interface_typedefs/lcmaps/interface/_lcmaps_return_account_from_pem.h:15403)
   A /trunk/lcmaps/interface/_lcmaps_return_poolindex.h (from /branches/lcmaps_interface_typedefs/lcmaps/interface/_lcmaps_return_poolindex.h:15403)
   A /trunk/lcmaps/interface/_lcmaps_verify_account_from_pem.h (from /branches/lcmaps_interface_typedefs/lcmaps/interface/_lcmaps_verify_account_from_pem.h:15403)
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/interface/lcmaps_account.h
   A /trunk/lcmaps/interface/lcmaps_basic.h (from /branches/lcmaps_interface_typedefs/lcmaps/interface/lcmaps_basic.h:15403)
   A /trunk/lcmaps/interface/lcmaps_globus.h (from /branches/lcmaps_interface_typedefs/lcmaps/interface/lcmaps_globus.h:15403)
   M /trunk/lcmaps/interface/lcmaps_gss_assist_gridmap.h
   A /trunk/lcmaps/interface/lcmaps_if.h (from /branches/lcmaps_interface_typedefs/lcmaps/interface/lcmaps_if.h:15403)
   A /trunk/lcmaps/interface/lcmaps_openssl.h (from /branches/lcmaps_interface_typedefs/lcmaps/interface/lcmaps_openssl.h:15403)
   M /trunk/lcmaps/interface/lcmaps_return_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_return_poolindex.h
   M /trunk/lcmaps/interface/lcmaps_return_poolindex_without_gsi.h
   M /trunk/lcmaps/interface/lcmaps_verify_account_from_pem.h
   M /trunk/lcmaps/src/lcmaps.c

merged branch lcmaps_interface_typedefs/lcmaps rev. 15360 thru 15403 with trunk
------------------------------------------------------------------------
r15316 | okoeroo | 2011-07-11 15:06:55 +0200 (Mon, 11 Jul 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

More pedantic debug output goes behind the LCMAPS_DEBUG



------------------------------------------------------------------------
r15315 | okoeroo | 2011-07-11 13:58:52 +0200 (Mon, 11 Jul 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Add the LCMAPS_DEBUG #define to be used to build a developer debugging version of LCMAPS. The released version will not expose the amount of pedantic logging output, even in LCMAPS_DEBUG_LEVEL = 5.
------------------------------------------------------------------------
r15307 | okoeroo | 2011-07-11 09:43:03 +0200 (Mon, 11 Jul 2011) | 15 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

Adding the possibility to set the define: LCMAPS_DEBUG

When set, it will enable code bits that print predantic error messages, for example:

Jul 11 09:42:28 localhost glexec[31048]: lcmaps.mod-lcmaps_extractRunVars(): Setting "requested_pgid_list", address: 0x5633ec78 
Jul 11 09:42:28 localhost glexec[31048]: lcmaps.mod-lcmaps_setRunVars(): Address of first element of runvars_list: 0x5633e880 
Jul 11 09:42:28 localhost glexec[31048]: lcmaps.mod-lcmaps_setRunVars(): Address of address of first element of runvars_list: 0xa34aa80 
Jul 11 09:42:28 localhost glexec[31048]: lcmaps.mod-lcmaps_extractRunVars(): Setting "requested_npgid": 0, address: 0x5633ec80 
Jul 11 09:42:28 localhost glexec[31048]: lcmaps.mod-lcmaps_setRunVars(): Address of first element of runvars_list: 0x5633e880


Which is nice for a developer, but never for a sysadmin/user.



------------------------------------------------------------------------
r15304 | dennisvd | 2011-07-09 00:29:46 +0200 (Sat, 09 Jul 2011) | 1 line
Changed paths:
   A /trunk/lcmaps/lcmaps.spec (from /packaging/fedora/trunk/lcmaps.spec:15303)

add specfile
------------------------------------------------------------------------
r15301 | dennisvd | 2011-07-08 15:52:48 +0200 (Fri, 08 Jul 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/interface/Makefile.am

incorporate patch by Mattias Ellert
------------------------------------------------------------------------
r15300 | dennisvd | 2011-07-08 15:48:32 +0200 (Fri, 08 Jul 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/examples/Makefile.am
   M /trunk/lcmaps/src/Makefile.am

incorporate patch by Mattias Ellert
------------------------------------------------------------------------
r15293 | msalle | 2011-07-05 15:14:17 +0200 (Tue, 05 Jul 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps-interface.pc.in
   M /trunk/lcmaps/src/Makefile.am

Two fixes from Mattias: lcmaps-interface.pc shouldn't contain lib(dir)
references and Makefile.am LIBADD shouldn't contain $(libdir) but can reference
the .la files. This ensures that lcmaps-* libraries can find liblcmaps.so at
build time. 

------------------------------------------------------------------------
r15291 | dennisvd | 2011-07-01 16:04:32 +0200 (Fri, 01 Jul 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.pc.in

make Requires into Requires.private to prevent downstream proliferation of requirements

------------------------------------------------------------------------
r15288 | msalle | 2011-06-29 14:13:24 +0200 (Wed, 29 Jun 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/Makefile.am
   D /trunk/lcmaps/src/lcmaps-return-poolaccount.pc.in
   A /trunk/lcmaps/src/lcmaps-return-poolindex.pc.in (from /trunk/lcmaps/src/lcmaps-return-poolaccount.pc.in:15286)

Fixing name of lcmaps-return-poolindex library and references for pkg-config:
poolindex instead of poolaccount in the pc file.

------------------------------------------------------------------------
r15287 | msalle | 2011-06-29 13:24:03 +0200 (Wed, 29 Jun 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.pc.in

Update the name of the voms pc file, so that at least for the 2.X series it
works. LCMAPS can build against voms 1.X, but we cannot express
something like 'Requires: voms-2.0 | voms-1.0' in pkg-config.


------------------------------------------------------------------------
r15286 | msalle | 2011-06-29 13:01:10 +0200 (Wed, 29 Jun 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/lcmaps-gss-assist-gridmap.pc.in
   M /trunk/lcmaps/src/lcmaps-return-account-from-pem.pc.in
   M /trunk/lcmaps/src/lcmaps-return-poolaccount.pc.in
   M /trunk/lcmaps/src/lcmaps-verify-account-from-pem.pc.in

Fix typo in 'Requirements:' lines in .pc files
 _without_gsi should have been -without-gsi. This only affects builds with a
 --disable-gsi mode.

------------------------------------------------------------------------
r15280 | okoeroo | 2011-04-21 13:51:27 +0200 (Thu, 21 Apr 2011) | 1 line
Changed paths:
   M /trunk/lcas/doc/lcas.tex
   M /trunk/lcmaps/doc/lcmaps.tex

Added debugging section and fixed some of the TeX.
------------------------------------------------------------------------
r15278 | okoeroo | 2011-04-21 11:27:03 +0200 (Thu, 21 Apr 2011) | 1 line
Changed paths:
   M /trunk/lcas/doc/lcas.tex
   M /trunk/lcmaps/doc/lcmaps.tex

Made adjustments to the lcmaps.tex and wrote examples and other things in the lcas.tex
------------------------------------------------------------------------
r15277 | okoeroo | 2011-04-21 02:02:57 +0200 (Thu, 21 Apr 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

Ready for review doc/lcmaps.tex
------------------------------------------------------------------------
r15276 | okoeroo | 2011-04-21 01:20:08 +0200 (Thu, 21 Apr 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

Adding more text and examples to the doc/lcmaps.tex
------------------------------------------------------------------------
r15275 | okoeroo | 2011-04-21 01:07:11 +0200 (Thu, 21 Apr 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/INSTALL

Updated the INSTALL file from the doc/lcmaps.tex file.
------------------------------------------------------------------------
r15274 | okoeroo | 2011-04-20 22:27:45 +0200 (Wed, 20 Apr 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/INSTALL
   M /trunk/lcmaps/doc/lcmaps.tex

Completely revamping the lcmaps.tex file, primarily to satisfy EMI-1 release criteria, but also to just do it in a maintainable way.
------------------------------------------------------------------------
r15273 | okoeroo | 2011-04-20 16:05:31 +0200 (Wed, 20 Apr 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

Making significant changes to the lcmaps.tex file. Easier to read, shorter/to the point and with practical configuration examples.



------------------------------------------------------------------------
r15261 | okoeroo | 2011-04-19 16:20:00 +0200 (Tue, 19 Apr 2011) | 1 line
Changed paths:
   A /trunk/lcmaps/NEWS

Adding NEWS file
------------------------------------------------------------------------
r15250 | okoeroo | 2011-04-14 16:39:35 +0200 (Thu, 14 Apr 2011) | 1 line
Changed paths:
   A /trunk/lcmaps/ChangeLog

Adding ChangeLog file from svn log output
------------------------------------------------------------------------
r15248 | msalle | 2011-04-14 16:17:09 +0200 (Thu, 14 Apr 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Oops: forgotten to actually revert: now it's 1.4.28

------------------------------------------------------------------------
r15247 | msalle | 2011-04-14 16:13:28 +0200 (Thu, 14 Apr 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Add few extra safety features to prevent free problems: setting vars explicitly
to NULL. Remove few unneeded else...
Returning to 1.4.29 due to unneeded version bumping.

------------------------------------------------------------------------
r15240 | okoeroo | 2011-04-14 09:15:08 +0200 (Thu, 14 Apr 2011) | 10 lines
Changed paths:
   M /trunk/lcmaps/bootstrap
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Fix for Savannah bug #80927

The offending code was donated by Placi to support VOMS Generic Attributes in LCMAPS for the lcmaps-plugins-voms-attr plugin (and possibly other 3rd party plugins).

The code contained an unsafe cast of the VOMS api provided (struct attribute *) which was risky. The root of the problem was that LCMAPS got a pointer to the VOMS Generic Attributes of which the memory is owned by VOMS. These structures are most likely free'd by the VOMS_Destroy() call, and when LCMAPS is cleaning up, the double free() occured. This is now mitiagated by copying the VOMS Generic Attributes in our own lcmaps_vomsdata_t.


Bumping version to 1.4.30


------------------------------------------------------------------------
r15236 | okoeroo | 2011-04-13 16:06:29 +0200 (Wed, 13 Apr 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/configure.ac

Bumping version of LCMAPS to 1.4.29 addressing the VOMS GA double free() issue
------------------------------------------------------------------------
r15235 | okoeroo | 2011-04-13 15:58:19 +0200 (Wed, 13 Apr 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.tex
   M /trunk/lcmaps/doc/lcmaps.db.ex
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/lcmaps_test.c

Fixing a problem found when using VOMS Generic Attributes.
------------------------------------------------------------------------
r15010 | dennisvd | 2011-03-18 00:51:17 +0100 (Fri, 18 Mar 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/Makefile.am

Re-enable libcrypto linking, but better.
The -lcrypto is added to CRYPTO_LIBS, which gets included in
liblcmaps_la_LIBS at the end of the list in case some Globus
library overrides some symbols.

------------------------------------------------------------------------
r15006 | dennisvd | 2011-03-17 23:12:10 +0100 (Thu, 17 Mar 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/etc/Makefile.am

add some cleanup targets to pass 'make distcheck'

------------------------------------------------------------------------
r14974 | okoeroo | 2011-03-10 14:12:57 +0100 (Thu, 10 Mar 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/etc/lcmaps.db.in

Altered the explination to the voms_poolaccount plug-in
------------------------------------------------------------------------
r14973 | okoeroo | 2011-03-10 12:48:17 +0100 (Thu, 10 Mar 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/etc/lcmaps.db.in

Added deprecation notice on the lcmaps_voms.mod
------------------------------------------------------------------------
r14972 | dennisvd | 2011-03-10 12:09:58 +0100 (Thu, 10 Mar 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/lcmaps.db.in

fixed the dummy plugin description and example

------------------------------------------------------------------------
r14968 | dennisvd | 2011-03-09 00:05:31 +0100 (Wed, 09 Mar 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

version 1.4.28: do not install configuration files

------------------------------------------------------------------------
r14967 | dennisvd | 2011-03-09 00:04:23 +0100 (Wed, 09 Mar 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/etc/Makefile.am

do not instal configuration files at all
------------------------------------------------------------------------
r14966 | dennisvd | 2011-03-09 00:02:45 +0100 (Wed, 09 Mar 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/lcmaps.db.in

expanded example with documentation.

------------------------------------------------------------------------
r14868 | dennisvd | 2011-03-04 21:55:13 +0100 (Fri, 04 Mar 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/AUTHORS
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/INSTALL
   M /trunk/lcmaps/LICENSE
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/README
   M /trunk/lcmaps/README.NO_LDAP
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/datagrid.eps
   M /trunk/lcmaps/doc/evaluationmanager/Makefile.am
   M /trunk/lcmaps/doc/evaluationmanager/figures/datagrid.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example1.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example1.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example2.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example2.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example3.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example3.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example4.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example4.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example_real.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example_real.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/nikhef.eps
   M /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.bib
   M /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.tex
   M /trunk/lcmaps/doc/gridmapfile.ex
   M /trunk/lcmaps/doc/groupmapfile.ex
   M /trunk/lcmaps/doc/lcmaps.db.ex
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/doc/lcmaps_gen_poolacc_ldif
   M /trunk/lcmaps/doc/lcmaps_gen_poolgroup_ldif
   M /trunk/lcmaps/doc/lcmaps_include.tex.in
   M /trunk/lcmaps/doc/lcmaps_make_poolacc_dir
   M /trunk/lcmaps/doc/lcmaps_setup_pool
   M /trunk/lcmaps/etc/Makefile.am
   M /trunk/lcmaps/etc/groupmapfile.in
   M /trunk/lcmaps/etc/lcmaps.db.in
   M /trunk/lcmaps/etc/vomapfile.in
   M /trunk/lcmaps/examples/Makefile.am
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
   M /trunk/lcmaps/interface/Makefile.am
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/interface/lcmaps_arguments.h
   M /trunk/lcmaps/interface/lcmaps_cred_data.h
   M /trunk/lcmaps/interface/lcmaps_db_read.h
   M /trunk/lcmaps/interface/lcmaps_defines.h
   M /trunk/lcmaps/interface/lcmaps_log.h
   M /trunk/lcmaps/interface/lcmaps_modules.h
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/interface/lcmaps_utils.h
   M /trunk/lcmaps/interface/lcmaps_vo_data.h
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/examples/example_1.pdl
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/globus_gsi_gss_constants.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_runvars.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/gssapi_openssl.h
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_gss_assist_gridmap.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_test.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_log.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_utils.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

removed executable bit
------------------------------------------------------------------------
r14620 | msalle | 2011-02-23 16:04:26 +0100 (Wed, 23 Feb 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/Makefile.am

Fixing SEGV situation due to linking order problem. Leaving out libcrypto seems
to fix this. Probably due to a clash between globus and openssl 1.0.

------------------------------------------------------------------------
r14617 | msalle | 2011-02-23 10:53:15 +0100 (Wed, 23 Feb 2011) | 2 lines
Changed paths:
   M /trunk
   M /trunk/lcmaps

Reverting, having the externals in trunk/ doesn't work.

------------------------------------------------------------------------
r14616 | msalle | 2011-02-23 10:49:45 +0100 (Wed, 23 Feb 2011) | 2 lines
Changed paths:
   M /trunk
   M /trunk/lcmaps

Moving externals to trunk/ itself. 

------------------------------------------------------------------------
r14603 | okoeroo | 2011-02-14 14:24:46 +0100 (Mon, 14 Feb 2011) | 1 line
Changed paths:
   M /trunk/lcmaps/configure.ac

Bumping version of LCMAPS to 1.4.27 due to inclusion of the SIGPIPE. The SIGPIPE handler only prints a message to the LCMAPS logging facility to record the anomoly
------------------------------------------------------------------------
r14596 | dennisvd | 2011-02-11 12:31:11 +0100 (Fri, 11 Feb 2011) | 11 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Added check for libcrypto, globus-common and globus-gsi-credential

The Autoconf script was missing a check on the required libcrypto.so library.
While normally libssl and libcrypto go together in the openssl package, there
is actually no dependency on libssl. Therefore the libssl check is added but
commented out.

Furthermore there were a few dependencies on globus libraries missing after
they were rigorously weeded out, so globus-common and globus-gsi-credential are
welcomed again.

------------------------------------------------------------------------
r14595 | dennisvd | 2011-02-11 12:26:18 +0100 (Fri, 11 Feb 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Fixed shared library dependencies liblcmaps_return_poolindex.so and liblcmaps.so

The objective is to link shared libraries only to libraries that provide a symbol
referenced by the target.

------------------------------------------------------------------------
r14594 | dennisvd | 2011-02-11 12:21:32 +0100 (Fri, 11 Feb 2011) | 10 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl.h

Prevent 'redundant declaration' of yyin and yylex.

The lexical scanner includes pdl.h, which declares yyin and yylex.
But pdl_lex.c also contains (identical) declarations for the same
symbols. Although this is mostly harmless, this is now prevented
by making this declaration conditional, so only if pdl.h is *not*
included by the scanner.

(The remaining compiler warnings are known bugs in flex.)

------------------------------------------------------------------------
r14589 | okoeroo | 2011-02-08 15:49:22 +0100 (Tue, 08 Feb 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Included the setting and resetting of the SIGPIPE handler in the lcmaps_startPluginmanager and lcmaps_stopPluginmanager functions.




------------------------------------------------------------------------
r14588 | dennisvd | 2011-02-08 15:22:53 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

cleanup syslog calls

------------------------------------------------------------------------
r14587 | dennisvd | 2011-02-08 15:18:43 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c

removed unused includes and variables

------------------------------------------------------------------------
r14586 | dennisvd | 2011-02-08 15:17:24 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/gssapi_openssl.h

removed unneccessary includes

------------------------------------------------------------------------
r14585 | dennisvd | 2011-02-08 15:16:21 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

removed unneccessary GLOBUS variable settings

------------------------------------------------------------------------
r14584 | dennisvd | 2011-02-08 15:14:41 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_runvars.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

moved static variables to c file

------------------------------------------------------------------------
r14583 | dennisvd | 2011-02-08 14:56:35 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_runvars.h

removed unused variables

------------------------------------------------------------------------
r14582 | dennisvd | 2011-02-08 14:46:34 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

removed unneccessary globus modules.

------------------------------------------------------------------------
r14581 | dennisvd | 2011-02-08 14:45:54 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c

cleanup of unused header files, code blocks and variables.

------------------------------------------------------------------------
r14580 | msalle | 2011-02-08 11:35:12 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Add missing signal.h header.

------------------------------------------------------------------------
r14578 | dennisvd | 2011-02-08 09:44:21 +0100 (Tue, 08 Feb 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c

removed syslog.h from includes (unused)

------------------------------------------------------------------------
r14577 | okoeroo | 2011-02-07 16:35:00 +0100 (Mon, 07 Feb 2011) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Adding SIGPIPE setter, resetter and the SIGPIPE handle.




------------------------------------------------------------------------
r14572 | msalle | 2011-02-06 16:38:54 +0100 (Sun, 06 Feb 2011) | 10 lines
Changed paths:
   M /trunk/lcas/configure.ac
   M /trunk/lcas-lcmaps-gt4-interface/configure.ac
   M /trunk/lcas-plugins-basic/configure.ac
   M /trunk/lcas-plugins-check-executable/configure.ac
   M /trunk/lcas-plugins-voms/configure.ac
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps-plugins-afs/configure.ac
   M /trunk/lcmaps-plugins-jobrep/configure.ac
   M /trunk/lcmaps-plugins-voms/configure.ac
   M /trunk/m4/globus.m4

Major overhaul of globus.m4 and adaptation of all the configure.ac files.
- we can either call e.g. AC_GLOBUS_CALLOUT and parse have_globus_callout or
  call AC_GLOBUS([CALLOUT],[action when found],[action when not found])
- AC_GLOBUS does an AC_REQUIRE on AC_GLOBUS_INIT. That macro defines the
  configure flags such as --with-globus-prefix etc. and then defines all the
  AC_GLOBUS_<module> macros.
This way, we can modularly call all the globus package-macros and get only the
CFLAGS and LIBS flags of the modules we actually use. 


------------------------------------------------------------------------
r12375 | dennisvd | 2011-01-29 01:16:43 +0100 (Sat, 29 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Fixed typo Unkown -> Unknown

------------------------------------------------------------------------
r12366 | msalle | 2011-01-20 09:37:45 +0100 (Thu, 20 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/AUTHORS

Update authors list

------------------------------------------------------------------------
r11975 | msalle | 2011-01-09 19:14:51 +0100 (Sun, 09 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps-return-poolaccount.pc.in

Fix typo

------------------------------------------------------------------------
r11951 | msalle | 2011-01-07 13:02:43 +0100 (Fri, 07 Jan 2011) | 2 lines
Changed paths:
   A /trunk/glexec/AUTHORS (from /trunk/glexec/MAINTAINERS:11944)
   D /trunk/glexec/MAINTAINERS
   M /trunk/glexec/Makefile.am
   A /trunk/lcas/AUTHORS (from /trunk/lcas/MAINTAINERS:11950)
   D /trunk/lcas/MAINTAINERS
   M /trunk/lcas/doc/Makefile.am
   M /trunk/lcas-lcmaps-gt4-interface/Makefile.am
   A /trunk/lcas-plugins-basic/AUTHORS (from /trunk/lcas-plugins-basic/MAINTAINERS:11946)
   D /trunk/lcas-plugins-basic/MAINTAINERS
   M /trunk/lcas-plugins-basic/Makefile.am
   A /trunk/lcas-plugins-check-executable/AUTHORS (from /trunk/lcas-plugins-check-executable/MAINTAINERS:11947)
   D /trunk/lcas-plugins-check-executable/MAINTAINERS
   M /trunk/lcas-plugins-check-executable/Makefile.am
   A /trunk/lcas-plugins-voms/AUTHORS (from /trunk/lcas-plugins-voms/MAINTAINERS:11947)
   D /trunk/lcas-plugins-voms/MAINTAINERS
   M /trunk/lcas-plugins-voms/Makefile.am
   A /trunk/lcmaps/AUTHORS (from /trunk/lcmaps/MAINTAINERS:11927)
   D /trunk/lcmaps/MAINTAINERS
   M /trunk/lcmaps/doc/Makefile.am
   A /trunk/lcmaps-plugins-afs/AUTHORS (from /trunk/lcmaps-plugins-afs/MAINTAINERS:11948)
   D /trunk/lcmaps-plugins-afs/MAINTAINERS
   M /trunk/lcmaps-plugins-afs/Makefile.am
   A /trunk/lcmaps-plugins-basic/AUTHORS (from /trunk/lcmaps-plugins-basic/MAINTAINERS:11948)
   D /trunk/lcmaps-plugins-basic/MAINTAINERS
   M /trunk/lcmaps-plugins-basic/Makefile.am
   A /trunk/lcmaps-plugins-c-pep/AUTHORS (from /trunk/lcmaps-plugins-c-pep/MAINTAINERS:11948)
   D /trunk/lcmaps-plugins-c-pep/MAINTAINERS
   M /trunk/lcmaps-plugins-c-pep/Makefile.am
   A /trunk/lcmaps-plugins-gums/AUTHORS (from /trunk/lcmaps-plugins-gums/MAINTAINERS:11948)
   D /trunk/lcmaps-plugins-gums/MAINTAINERS
   M /trunk/lcmaps-plugins-gums/Makefile.am
   A /trunk/lcmaps-plugins-scas-client/AUTHORS (from /trunk/lcmaps-plugins-scas-client/MAINTAINERS:11948)
   D /trunk/lcmaps-plugins-scas-client/MAINTAINERS
   M /trunk/lcmaps-plugins-scas-client/Makefile.am
   A /trunk/lcmaps-plugins-verify-proxy/AUTHORS (from /trunk/lcmaps-plugins-verify-proxy/MAINTAINERS:11948)
   D /trunk/lcmaps-plugins-verify-proxy/MAINTAINERS
   M /trunk/lcmaps-plugins-verify-proxy/Makefile.am
   A /trunk/lcmaps-plugins-voms/AUTHORS (from /trunk/lcmaps-plugins-voms/MAINTAINERS:11948)
   D /trunk/lcmaps-plugins-voms/MAINTAINERS
   M /trunk/lcmaps-plugins-voms/Makefile.am
   M /trunk/scas/Makefile.am

Renaming MAINTAINERS in AUTHORS and let them be installed.

------------------------------------------------------------------------
r11941 | msalle | 2011-01-06 16:45:43 +0100 (Thu, 06 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

...

------------------------------------------------------------------------
r11940 | msalle | 2011-01-06 16:44:09 +0100 (Thu, 06 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Add last missing file from dist.

------------------------------------------------------------------------
r11939 | msalle | 2011-01-06 16:39:08 +0100 (Thu, 06 Jan 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/src/Makefile.am
   D /trunk/lcmaps/src/pluginmanager/.vilerc
   D /trunk/lcmaps/src/pluginmanager/_lcmaps_defines.h

Add missing dist files, remove dead files.


------------------------------------------------------------------------
r11938 | msalle | 2011-01-06 15:28:50 +0100 (Thu, 06 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am

Remove redundant foreign, it's now set in configure.ac

------------------------------------------------------------------------
r11937 | msalle | 2011-01-06 15:26:27 +0100 (Thu, 06 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Fix typo.

------------------------------------------------------------------------
r11936 | msalle | 2011-01-06 15:24:44 +0100 (Thu, 06 Jan 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps/bootstrap
   M /trunk/lcmaps/configure.ac

Adding foreign to AM_INIT_AUTOMAKE flags, can then go out of bootstrap
Adding AC_CONFIG_CONFIG_DIR to have macros included in dist and prevent a
warning from autotools.

------------------------------------------------------------------------
r11916 | msalle | 2011-01-04 17:15:38 +0100 (Tue, 04 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Adding libdir explicitly to -llcmaps for dependent libraries

------------------------------------------------------------------------
r11909 | msalle | 2011-01-04 15:17:57 +0100 (Tue, 04 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.pc.in

Add correct globus requirements

------------------------------------------------------------------------
r11901 | msalle | 2011-01-04 09:34:29 +0100 (Tue, 04 Jan 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_defines.h
   M /trunk/lcmaps/src/Makefile.am

- lcmaps_defines.h should no longer include lcmaps_config.h
- using previously defined interfacedir.

------------------------------------------------------------------------
r11877 | msalle | 2011-01-03 12:38:05 +0100 (Mon, 03 Jan 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps-without-gsi.pc.in
   M /trunk/lcmaps/src/lcmaps.pc.in

lcmaps and lcmaps-without-gsi are already different files: remove
@LCMAPS_FLAVOUR@ and make the differences explicit

------------------------------------------------------------------------
r11871 | msalle | 2010-12-31 14:07:47 +0100 (Fri, 31 Dec 2010) | 3 lines
Changed paths:
   M /trunk/glexec/bootstrap
   M /trunk/lcmaps/bootstrap
   M /trunk/lcmaps-plugins-afs/bootstrap
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-c-pep/bootstrap
   M /trunk/lcmaps-plugins-gums/bootstrap
   M /trunk/lcmaps-plugins-scas-client/bootstrap
   M /trunk/lcmaps-plugins-verify-proxy/bootstrap
   M /trunk/lcmaps-plugins-voms/bootstrap

Syncing all bootstrap files and removing reference to src/autogen which is no
longer used.

------------------------------------------------------------------------
r11838 | msalle | 2010-12-27 11:36:42 +0100 (Mon, 27 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

- only define LCMAPS_MOD_HOME where needed and there based on LCMAPS_LIB_HOME.

------------------------------------------------------------------------
r11829 | msalle | 2010-12-26 17:32:52 +0100 (Sun, 26 Dec 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/bootstrap

Set flavor strictness to foreign to prevent warnings:
'non-POSIX variable name' for automatic variable $<, see
http://www.gnu.org/software/autoconf/manual/make/Automatic-Variables.html

------------------------------------------------------------------------
r11827 | msalle | 2010-12-26 17:03:08 +0100 (Sun, 26 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   D /trunk/lcmaps/project/ac_define_dir.m4
   M /trunk/lcmaps/src/Makefile.am

move towards makefile defines instead of using config.h file.

------------------------------------------------------------------------
r11826 | msalle | 2010-12-26 16:43:56 +0100 (Sun, 26 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/Makefile.am
   D /trunk/lcmaps/interface/lcmaps_setup.h
   M /trunk/lcmaps/src/Makefile.am
   D /trunk/lcmaps/src/lcmaps_setup.c

remove unused lcmaps_setup function, .c and .h

------------------------------------------------------------------------
r11825 | msalle | 2010-12-26 12:15:16 +0100 (Sun, 26 Dec 2010) | 2 lines
Changed paths:
   D /trunk/lcmaps/src/lcmaps_config.h.in

lcmaps_config.h.in is created by bootstrap, so don't put it in svn

------------------------------------------------------------------------
r11824 | msalle | 2010-12-24 14:44:29 +0100 (Fri, 24 Dec 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Fix missing globus libraries and remove -lssl and -lcrypto. Somehow this gave a
segfault in VOMS?!

------------------------------------------------------------------------
r11823 | msalle | 2010-12-24 11:42:57 +0100 (Fri, 24 Dec 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/Makefile.am

Do NOT include lcmaps_config.h in the interface: it's lcmaps-local defines, not
to be exposed to the plugins!

------------------------------------------------------------------------
r11822 | msalle | 2010-12-24 11:08:33 +0100 (Fri, 24 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

Adding missing prefix lcmaps_ to add_policy

------------------------------------------------------------------------
r11821 | msalle | 2010-12-24 11:04:32 +0100 (Fri, 24 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h

Add missing lcmaps_ prefix to add_policy()

------------------------------------------------------------------------
r11820 | msalle | 2010-12-23 16:57:59 +0100 (Thu, 23 Dec 2010) | 5 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/Makefile.am
   M /trunk/lcmaps/interface/lcmaps_defines.h
   A /trunk/lcmaps/project/ac_define_dir.m4
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_setup.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c

Removal of ALL reference to opt/glite!
Move of lcmaps_config.h to interface directory, sets also the system-dependent
directories.


------------------------------------------------------------------------
r11817 | okoeroo | 2010-12-23 16:14:42 +0100 (Thu, 23 Dec 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Fixed a header include and function declaration.



------------------------------------------------------------------------
r11815 | okoeroo | 2010-12-23 14:35:40 +0100 (Thu, 23 Dec 2010) | 43 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Finished prefiing all the function calls.

This excludes:

Used by (3rd party) plug-ins:
addCredentialData
getCredentialData


Generated by the parser:
yy_create_buffer
yy_delete_buffer
yy_flush_buffer
yy_scan_buffer
yy_scan_bytes
yy_scan_string
yy_switch_to_buffer
yyalloc
yyerror
yyfree
yyget_debug
yyget_in
yyget_leng
yyget_lineno
yyget_out
yyget_text
yylex
yylex_destroy
yyparse
yyparse_errors
yypop_buffer_state
yypush_buffer_state
yyrealloc
yyrestart
yyset_debug
yyset_in
yyset_lineno
yyset_out
yywrap




------------------------------------------------------------------------
r11814 | okoeroo | 2010-12-23 12:49:48 +0100 (Thu, 23 Dec 2010) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Well maybe one more cycle is needed to fixed everything...




------------------------------------------------------------------------
r11809 | msalle | 2010-12-23 11:52:32 +0100 (Thu, 23 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps-interface.pc.in

Remove reference to _without_gsi since interface is for both.

------------------------------------------------------------------------
r11808 | msalle | 2010-12-23 11:50:40 +0100 (Thu, 23 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Fix another typo...

------------------------------------------------------------------------
r11807 | msalle | 2010-12-23 11:48:34 +0100 (Thu, 23 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

update list of .pc files for -without-gsi

------------------------------------------------------------------------
r11806 | msalle | 2010-12-23 11:45:02 +0100 (Thu, 23 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Fix typo ...

------------------------------------------------------------------------
r11805 | msalle | 2010-12-23 11:43:47 +0100 (Thu, 23 Dec 2010) | 6 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

- Update for single lcmaps-interface for both lcmaps types.
- use enable_gsi_mode directly instead of lcmaps_gsi_mode
- make sure LCMAPS_FLAVOUR and LCMAPS_FLAVOUR_NAME are always initialized.
- update list of to-be-configured pc files in without-gsi


------------------------------------------------------------------------
r11804 | msalle | 2010-12-23 11:35:08 +0100 (Thu, 23 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/Makefile.am

Always install full set of headers.

------------------------------------------------------------------------
r11803 | msalle | 2010-12-23 11:30:36 +0100 (Thu, 23 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/Makefile.am

Always install lcmaps-interface.pc, both with and -without-gsi mode

------------------------------------------------------------------------
r11801 | okoeroo | 2010-12-22 22:45:50 +0100 (Wed, 22 Dec 2010) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/lcmaps_config.h.in

Stage two of the clashing function names fix.
One more round would do it.



------------------------------------------------------------------------
r11800 | msalle | 2010-12-22 17:28:28 +0100 (Wed, 22 Dec 2010) | 11 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/Makefile.am
   A /trunk/lcmaps/interface/lcmaps-interface.pc.in
   M /trunk/lcmaps/src/Makefile.am
   A /trunk/lcmaps/src/lcmaps-gss-assist-gridmap.pc.in
   A /trunk/lcmaps/src/lcmaps-return-account-from-pem.pc.in
   A /trunk/lcmaps/src/lcmaps-return-poolaccount.pc.in
   A /trunk/lcmaps/src/lcmaps-verify-account-from-pem.pc.in
   A /trunk/lcmaps/src/lcmaps-without-gsi.pc.in
   M /trunk/lcmaps/src/lcmaps.pc.in

Adding .pc files:
- lcmaps (core) and all its secondary libraries:
    return-poolaccount, verify-account-from-pem, return-account-from-pem and
    gss-assist-gridmap.
- lcmaps interface: always installed, both when building headers only and when
  building full tool.
- differentiating between with and without-gsi mode. In latter case,
  gss-assist-gridmap doesn't seem to make sense, and lcmaps doesn't depend on
  VOMS and OpenSSL in that case.


------------------------------------------------------------------------
r11797 | okoeroo | 2010-12-22 16:08:12 +0100 (Wed, 22 Dec 2010) | 7 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/lcmaps_config.h.in
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c

Intermediate check-in. The following fixes are done to essentially namespace the the function names in LCMAPS that are exposed to the outside world.






------------------------------------------------------------------------
r11779 | msalle | 2010-12-21 12:56:06 +0100 (Tue, 21 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/Makefile.am

Install headers always in <includedir>/lcmaps/ even for _without_gsi flavour.

------------------------------------------------------------------------
r11761 | msalle | 2010-12-20 12:04:30 +0100 (Mon, 20 Dec 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.pc.in

User should use
    #include <lcmaps/lcmaps*.h>
so don't add lcmaps/

------------------------------------------------------------------------
r11760 | msalle | 2010-12-20 12:00:11 +0100 (Mon, 20 Dec 2010) | 3 lines
Changed paths:
   D /trunk/lcmaps/bod_dummy
   D /trunk/lcmaps/build.xml
   M /trunk/lcmaps/configure.ac
   D /trunk/lcmaps/edg-lcmaps.spec.in
   D /trunk/lcmaps/modules
   D /trunk/lcmaps/project/build.number
   D /trunk/lcmaps/project/build.properties
   D /trunk/lcmaps/project/configure.properties.xml
   D /trunk/lcmaps/project/properties.xml
   D /trunk/lcmaps/project/version.properties
   D /trunk/lcmaps/src/evaluationmanager/Makefile.am
   D /trunk/lcmaps/src/grid_credential_handling/Makefile.am
   D /trunk/lcmaps/src/pluginmanager/Makefile.am
   D /trunk/lcmaps/src/test

Removing lots of dead code and updating configure.ac to configure the actual
Makefiles

------------------------------------------------------------------------
r11759 | msalle | 2010-12-17 12:49:10 +0100 (Fri, 17 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.pc.in

fix syntax error: requirements are comma separated.

------------------------------------------------------------------------
r11758 | msalle | 2010-12-17 11:44:22 +0100 (Fri, 17 Dec 2010) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/lcmaps.pc.in

Adding the actual new file lcmaps.pc.in

------------------------------------------------------------------------
r11757 | msalle | 2010-12-17 11:40:26 +0100 (Fri, 17 Dec 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/Makefile.am
   M /trunk/lcmaps/src/Makefile.am

- Adding rudimentary .pc file support: probably need three or four.
  Also need probably search path ${includedir} not ${includedir}/lcmaps...
- changing to ${includedir}/lcmaps instead of ..glite/security.. etc.

------------------------------------------------------------------------
r11756 | dennisvd | 2010-12-16 23:03:55 +0100 (Thu, 16 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/bootstrap

Put -I project/ back where it belongs.

------------------------------------------------------------------------
r11755 | dennisvd | 2010-12-16 16:29:48 +0100 (Thu, 16 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/INSTALL
   M /trunk/lcmaps/LICENSE
   M /trunk/lcmaps/MAINTAINERS
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/README
   M /trunk/lcmaps/README.NO_LDAP
   M /trunk/lcmaps/bod_dummy
   M /trunk/lcmaps/bootstrap
   M /trunk/lcmaps/build.xml
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/doc/CHANGES_1.2.x-1.3.x
   M /trunk/lcmaps/doc/INSTALL_WITH_WORKSPACE_SERVICE
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/datagrid.eps
   M /trunk/lcmaps/doc/evaluationmanager/Makefile.am
   M /trunk/lcmaps/doc/evaluationmanager/figures/datagrid.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example1.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example1.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example2.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example2.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example3.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example3.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example4.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example4.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example_real.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example_real.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/nikhef.eps
   M /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.bib
   M /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.tex
   M /trunk/lcmaps/doc/gridmapfile.ex
   M /trunk/lcmaps/doc/groupmapfile.ex
   M /trunk/lcmaps/doc/lcmaps.db.ex
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/doc/lcmaps_gen_poolacc_ldif
   M /trunk/lcmaps/doc/lcmaps_gen_poolgroup_ldif
   M /trunk/lcmaps/doc/lcmaps_include.tex.in
   M /trunk/lcmaps/doc/lcmaps_make_poolacc_dir
   M /trunk/lcmaps/doc/lcmaps_setup_pool
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/etc/Makefile.am
   M /trunk/lcmaps/etc/groupmapfile.in
   M /trunk/lcmaps/etc/lcmaps.db.in
   M /trunk/lcmaps/etc/vomapfile.in
   M /trunk/lcmaps/examples/Makefile.am
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
   M /trunk/lcmaps/interface/Makefile.am
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/interface/lcmaps_account.h
   M /trunk/lcmaps/interface/lcmaps_arguments.h
   M /trunk/lcmaps/interface/lcmaps_cred_data.h
   M /trunk/lcmaps/interface/lcmaps_db_read.h
   M /trunk/lcmaps/interface/lcmaps_defines.h
   M /trunk/lcmaps/interface/lcmaps_gss_assist_gridmap.h
   M /trunk/lcmaps/interface/lcmaps_log.h
   M /trunk/lcmaps/interface/lcmaps_modules.h
   M /trunk/lcmaps/interface/lcmaps_return_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_return_poolindex.h
   M /trunk/lcmaps/interface/lcmaps_return_poolindex_without_gsi.h
   M /trunk/lcmaps/interface/lcmaps_setup.h
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/interface/lcmaps_utils.h
   M /trunk/lcmaps/interface/lcmaps_verify_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_vo_data.h
   M /trunk/lcmaps/modules/Makefile.am
   M /trunk/lcmaps/modules/jobrepository/Makefile.am
   M /trunk/lcmaps/modules/jobrepository/globus_gsi_gss_constants.h
   M /trunk/lcmaps/modules/jobrepository/globus_i_gsi_credential.h
   M /trunk/lcmaps/modules/jobrepository/gssapi_openssl.h
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.c
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.h
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.h
   M /trunk/lcmaps/project/build.number
   M /trunk/lcmaps/project/build.properties
   M /trunk/lcmaps/project/configure.properties.xml
   M /trunk/lcmaps/project/globus.m4
   M /trunk/lcmaps/project/properties.xml
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/project/voms.m4
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/examples/example_1.pdl
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/globus_gsi_gss_constants.h
   M /trunk/lcmaps/src/grid_credential_handling/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_runvars.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_gsi_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_voms_attributes.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/globus_gsi_gss_constants.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/gssapi_openssl.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/_lcmaps_x509_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/gssapi_openssl.h
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_account.c
   M /trunk/lcmaps/src/lcmaps_config.h.in
   M /trunk/lcmaps/src/lcmaps_gss_assist_gridmap.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_setup.c
   M /trunk/lcmaps/src/lcmaps_test.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/.vilerc
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_defines.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_log.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_utils.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c
   M /trunk/lcmaps/src/test/Makefile.am
   M /trunk/lcmaps/src/test/test_pem.c
   M /trunk/lcmaps/src/test/test_pluginmanager.c

This time, set the keywords right.

------------------------------------------------------------------------
r11754 | dennisvd | 2010-12-16 16:27:23 +0100 (Thu, 16 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/bootstrap

test if keywords work...

------------------------------------------------------------------------
r11753 | dennisvd | 2010-12-16 16:26:04 +0100 (Thu, 16 Dec 2010) | 1 line
Changed paths:
   D /trunk/lcmaps/autogen.sh

removed autogen.sh in favor of bootstrap
------------------------------------------------------------------------
r11752 | dennisvd | 2010-12-16 16:22:31 +0100 (Thu, 16 Dec 2010) | 1 line
Changed paths:
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/INSTALL
   M /trunk/lcmaps/LICENSE
   M /trunk/lcmaps/MAINTAINERS
   M /trunk/lcmaps/README
   M /trunk/lcmaps/README.NO_LDAP
   M /trunk/lcmaps/autogen.sh
   M /trunk/lcmaps/bod_dummy
   M /trunk/lcmaps/build.xml
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/doc/CHANGES_1.2.x-1.3.x
   M /trunk/lcmaps/doc/INSTALL_WITH_WORKSPACE_SERVICE
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/datagrid.eps
   M /trunk/lcmaps/doc/evaluationmanager/Makefile.am
   M /trunk/lcmaps/doc/evaluationmanager/figures/datagrid.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example1.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example1.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example2.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example2.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example3.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example3.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example4.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example4.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/example_real.eps
   M /trunk/lcmaps/doc/evaluationmanager/figures/example_real.fig
   M /trunk/lcmaps/doc/evaluationmanager/figures/nikhef.eps
   M /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.bib
   M /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.tex
   M /trunk/lcmaps/doc/gridmapfile.ex
   M /trunk/lcmaps/doc/groupmapfile.ex
   M /trunk/lcmaps/doc/lcmaps.db.ex
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/doc/lcmaps_gen_poolacc_ldif
   M /trunk/lcmaps/doc/lcmaps_gen_poolgroup_ldif
   M /trunk/lcmaps/doc/lcmaps_include.tex.in
   M /trunk/lcmaps/doc/lcmaps_make_poolacc_dir
   M /trunk/lcmaps/doc/lcmaps_setup_pool
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/etc/Makefile.am
   M /trunk/lcmaps/etc/groupmapfile.in
   M /trunk/lcmaps/etc/lcmaps.db.in
   M /trunk/lcmaps/etc/vomapfile.in
   M /trunk/lcmaps/examples/Makefile.am
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
   M /trunk/lcmaps/interface/Makefile.am
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/interface/lcmaps_account.h
   M /trunk/lcmaps/interface/lcmaps_arguments.h
   M /trunk/lcmaps/interface/lcmaps_cred_data.h
   M /trunk/lcmaps/interface/lcmaps_db_read.h
   M /trunk/lcmaps/interface/lcmaps_defines.h
   M /trunk/lcmaps/interface/lcmaps_gss_assist_gridmap.h
   M /trunk/lcmaps/interface/lcmaps_log.h
   M /trunk/lcmaps/interface/lcmaps_modules.h
   M /trunk/lcmaps/interface/lcmaps_return_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_return_poolindex.h
   M /trunk/lcmaps/interface/lcmaps_return_poolindex_without_gsi.h
   M /trunk/lcmaps/interface/lcmaps_setup.h
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/interface/lcmaps_utils.h
   M /trunk/lcmaps/interface/lcmaps_verify_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_vo_data.h
   M /trunk/lcmaps/modules/Makefile.am
   M /trunk/lcmaps/modules/jobrepository/Makefile.am
   M /trunk/lcmaps/modules/jobrepository/globus_gsi_gss_constants.h
   M /trunk/lcmaps/modules/jobrepository/globus_i_gsi_credential.h
   M /trunk/lcmaps/modules/jobrepository/gssapi_openssl.h
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.c
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.h
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.h
   M /trunk/lcmaps/project/build.number
   M /trunk/lcmaps/project/build.properties
   M /trunk/lcmaps/project/configure.properties.xml
   M /trunk/lcmaps/project/globus.m4
   M /trunk/lcmaps/project/properties.xml
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/project/voms.m4
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/examples/example_1.pdl
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/globus_gsi_gss_constants.h
   M /trunk/lcmaps/src/grid_credential_handling/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_runvars.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_gsi_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_voms_attributes.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/globus_gsi_gss_constants.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/gssapi_openssl.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/_lcmaps_x509_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/gssapi_openssl.h
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_account.c
   M /trunk/lcmaps/src/lcmaps_config.h.in
   M /trunk/lcmaps/src/lcmaps_gss_assist_gridmap.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_setup.c
   M /trunk/lcmaps/src/lcmaps_test.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/.vilerc
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_defines.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_log.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_utils.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c
   M /trunk/lcmaps/src/test/Makefile.am
   M /trunk/lcmaps/src/test/test_pem.c
   M /trunk/lcmaps/src/test/test_pluginmanager.c

keywords properties added
------------------------------------------------------------------------
r11751 | dennisvd | 2010-12-16 16:21:03 +0100 (Thu, 16 Dec 2010) | 1 line
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/bootstrap

removed flags from aclocal and automake which are implied from Makefile.am
------------------------------------------------------------------------
r11750 | dennisvd | 2010-12-16 16:18:05 +0100 (Thu, 16 Dec 2010) | 1 line
Changed paths:
   D /trunk/lcmaps/runautotools

obsoleted runautotools (use bootstrap instead)
------------------------------------------------------------------------
r11749 | dennisvd | 2010-12-16 16:08:16 +0100 (Thu, 16 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

changed package name from glite-security-lcmaps to just lcmaps.

------------------------------------------------------------------------
r11748 | dennisvd | 2010-12-16 16:02:59 +0100 (Thu, 16 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/lcmaps_config.h.in

fixes to make 'make dist' work.

------------------------------------------------------------------------
r11747 | dennisvd | 2010-12-16 15:50:59 +0100 (Thu, 16 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am

added 'foreign' option to top-level Makefile.am so autoreconf just works.

------------------------------------------------------------------------
r11745 | msalle | 2010-12-16 14:52:04 +0100 (Thu, 16 Dec 2010) | 3 lines
Changed paths:
   A /trunk/lcmaps/project/globus.m4
   A /trunk/lcmaps/project/voms.m4

Adding voms and globus m4 macros as symlinks to the corresponding ones in the
m4/ external directory.

------------------------------------------------------------------------
r11744 | msalle | 2010-12-16 14:46:04 +0100 (Thu, 16 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps

Changing toward externals directory instead of files: not everyone has svn 1.6

------------------------------------------------------------------------
r11743 | msalle | 2010-12-16 14:08:40 +0100 (Thu, 16 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps

Updating to reflect the external properties.

------------------------------------------------------------------------
r11742 | msalle | 2010-12-16 13:38:35 +0100 (Thu, 16 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps
   D /trunk/lcmaps/project/globus.m4
   D /trunk/lcmaps/project/voms.m4

voms.m4 and globus.m4 will be externals.

------------------------------------------------------------------------
r11740 | msalle | 2010-12-16 12:44:36 +0100 (Thu, 16 Dec 2010) | 176 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/examples/Makefile.am
   M /trunk/lcmaps/modules/jobrepository/Makefile.am
   M /trunk/lcmaps/project/globus.m4
   D /trunk/lcmaps/project/globus_pkgconfig.m4
   M /trunk/lcmaps/project/voms.m4
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/Makefile.am
   M /trunk/lcmaps/src/test/Makefile.am

Cumulative patch to sync CVS at CERN with SVN at Nikhef

Working file: configure.ac
----------------------------
revision 1.66
date: 2010-12-16 10:17:22 +0000;  author: msalle;  state: Exp;  lines: +18 -9;  commitid: ZVhZsMQtEFfQzu0v;
VOMS should only be checked in gsi-mode
----------------------------
revision 1.65
date: 2010-12-15 14:17:28 +0000;  author: msalle;  state: Exp;  lines: +60 -82;  commitid: IzxtVlJXGx0oVn0v;
Rewrite of globus dependency checking:
- New globus.m4 macro:
    - old style and tarball install: specify with-globus-nothr-flavor, otherwise
      just specify --with-globus-prefix (or nothing)
    - when globus-prefix is given: check first there, fallback pkg-config
    - when NO globus-prefix is given: check pkg-config, fallback system default
- with-gsi-mode -> enable-gsi-mode
=============================================================================

Working file: examples/Makefile.am
----------------------------
revision 1.7
date: 2010-12-15 21:00:15 +0000;  author: msalle;  state: Exp;  lines: +2 -1;  commitid: XME5uFClYYYraq0v;
Add missing CFLAGS for examples/Makefile.am
----------------------------
revision 1.6
date: 2010-12-15 20:34:40 +0000;  author: msalle;  state: Exp;  lines: +2 -2;  commitid: Gxh3vnhNX4KzZp0v;
Fixing Makefile.am for usage with new globus.m4 macros.
- No longer rely on GLOBUS_CFLAGS and GLOBUS_NOTHR_CFLAGS and likewise for
  _LIBS/_LDFLAGS but on the package-local ones.
- globus.m4 no longer AC_SUBST's these variables.
- rename all non-exported variables in globus.m4 into ac_globus_* variables.
- remove all direct usage of GLOBUS_LOCATION, that's internal in the globus.m4
  macro.
- add some documentation to globus.m4
- make exclusively usage of system libssl and libcrypto, will prevent errors in
  GT4 and necessary for GT5.
=============================================================================

Working file: modules/jobrepository/Makefile.am
----------------------------
revision 1.8
date: 2010-12-15 20:34:40 +0000;  author: msalle;  state: Exp;  lines: +16 -6;  commitid: Gxh3vnhNX4KzZp0v;
Fixing Makefile.am for usage with new globus.m4 macros.
- No longer rely on GLOBUS_CFLAGS and GLOBUS_NOTHR_CFLAGS and likewise for
  _LIBS/_LDFLAGS but on the package-local ones.
- globus.m4 no longer AC_SUBST's these variables.
- rename all non-exported variables in globus.m4 into ac_globus_* variables.
- remove all direct usage of GLOBUS_LOCATION, that's internal in the globus.m4
  macro.
- add some documentation to globus.m4
- make exclusively usage of system libssl and libcrypto, will prevent errors in
  GT4 and necessary for GT5.
=============================================================================

Working file: project/globus.m4
----------------------------
revision 1.4
date: 2010-12-16 10:12:37 +0000;  author: msalle;  state: Exp;  lines: +27 -6;  commitid: AhTKej0Bo454yu0v;
- fix problem with old glite-3.1 VDT globus rpm (has broken globus-version)
- add support for threaded flavor in globus.m4 (unused in LCMAPS).
----------------------------
revision 1.3
date: 2010-12-15 20:34:40 +0000;  author: msalle;  state: Exp;  lines: +31 -39;  commitid: Gxh3vnhNX4KzZp0v;
Fixing Makefile.am for usage with new globus.m4 macros.
- No longer rely on GLOBUS_CFLAGS and GLOBUS_NOTHR_CFLAGS and likewise for
  _LIBS/_LDFLAGS but on the package-local ones.
- globus.m4 no longer AC_SUBST's these variables.
- rename all non-exported variables in globus.m4 into ac_globus_* variables.
- remove all direct usage of GLOBUS_LOCATION, that's internal in the globus.m4
  macro.
- add some documentation to globus.m4
- make exclusively usage of system libssl and libcrypto, will prevent errors in
  GT4 and necessary for GT5.
----------------------------
revision 1.2
date: 2010-12-15 14:17:28 +0000;  author: msalle;  state: Exp;  lines: +193 -270;  commitid: IzxtVlJXGx0oVn0v;
Rewrite of globus dependency checking:
- New globus.m4 macro:
    - old style and tarball install: specify with-globus-nothr-flavor, otherwise
      just specify --with-globus-prefix (or nothing)
    - when globus-prefix is given: check first there, fallback pkg-config
    - when NO globus-prefix is given: check pkg-config, fallback system default
- with-gsi-mode -> enable-gsi-mode
=============================================================================

Working file: project/globus_pkgconfig.m4
----------------------------
revision 1.3
date: 2010-12-15 14:17:28 +0000;  author: msalle;  state: dead;  lines: +0 -0;  commitid: IzxtVlJXGx0oVn0v;
Rewrite of globus dependency checking:
- New globus.m4 macro:
    - old style and tarball install: specify with-globus-nothr-flavor, otherwise
      just specify --with-globus-prefix (or nothing)
    - when globus-prefix is given: check first there, fallback pkg-config
    - when NO globus-prefix is given: check pkg-config, fallback system default
- with-gsi-mode -> enable-gsi-mode
=============================================================================

Working file: project/voms.m4
----------------------------
revision 1.5
date: 2010-12-15 14:17:28 +0000;  author: msalle;  state: Exp;  lines: +1 -1;  commitid: IzxtVlJXGx0oVn0v;
Rewrite of globus dependency checking:
- New globus.m4 macro:
    - old style and tarball install: specify with-globus-nothr-flavor, otherwise
      just specify --with-globus-prefix (or nothing)
    - when globus-prefix is given: check first there, fallback pkg-config
    - when NO globus-prefix is given: check pkg-config, fallback system default
- with-gsi-mode -> enable-gsi-mode
=============================================================================

Working file: src/Makefile.am
----------------------------
revision 1.42
date: 2010-12-15 20:34:40 +0000;  author: msalle;  state: Exp;  lines: +13 -7;  commitid: Gxh3vnhNX4KzZp0v;
Fixing Makefile.am for usage with new globus.m4 macros.
- No longer rely on GLOBUS_CFLAGS and GLOBUS_NOTHR_CFLAGS and likewise for
  _LIBS/_LDFLAGS but on the package-local ones.
- globus.m4 no longer AC_SUBST's these variables.
- rename all non-exported variables in globus.m4 into ac_globus_* variables.
- remove all direct usage of GLOBUS_LOCATION, that's internal in the globus.m4
  macro.
- add some documentation to globus.m4
- make exclusively usage of system libssl and libcrypto, will prevent errors in
  GT4 and necessary for GT5.
=============================================================================

Working file: src/evaluationmanager/Makefile.am
----------------------------
revision 1.20
date: 2010-12-15 20:34:40 +0000;  author: msalle;  state: Exp;  lines: +2 -2;  commitid: Gxh3vnhNX4KzZp0v;
Fixing Makefile.am for usage with new globus.m4 macros.
- No longer rely on GLOBUS_CFLAGS and GLOBUS_NOTHR_CFLAGS and likewise for
  _LIBS/_LDFLAGS but on the package-local ones.
- globus.m4 no longer AC_SUBST's these variables.
- rename all non-exported variables in globus.m4 into ac_globus_* variables.
- remove all direct usage of GLOBUS_LOCATION, that's internal in the globus.m4
  macro.
- add some documentation to globus.m4
- make exclusively usage of system libssl and libcrypto, will prevent errors in
  GT4 and necessary for GT5.
=============================================================================

Working file: src/grid_credential_handling/Makefile.am
----------------------------
revision 1.4
date: 2010-12-15 20:34:40 +0000;  author: msalle;  state: Exp;  lines: +8 -3;  commitid: Gxh3vnhNX4KzZp0v;
Fixing Makefile.am for usage with new globus.m4 macros.
- No longer rely on GLOBUS_CFLAGS and GLOBUS_NOTHR_CFLAGS and likewise for
  _LIBS/_LDFLAGS but on the package-local ones.
- globus.m4 no longer AC_SUBST's these variables.
- rename all non-exported variables in globus.m4 into ac_globus_* variables.
- remove all direct usage of GLOBUS_LOCATION, that's internal in the globus.m4
  macro.
- add some documentation to globus.m4
- make exclusively usage of system libssl and libcrypto, will prevent errors in
  GT4 and necessary for GT5.
=============================================================================

Working file: src/test/Makefile.am
----------------------------
revision 1.5
date: 2010-12-15 20:34:40 +0000;  author: msalle;  state: Exp;  lines: +11 -5;  commitid: Gxh3vnhNX4KzZp0v;
Fixing Makefile.am for usage with new globus.m4 macros.
- No longer rely on GLOBUS_CFLAGS and GLOBUS_NOTHR_CFLAGS and likewise for
  _LIBS/_LDFLAGS but on the package-local ones.
- globus.m4 no longer AC_SUBST's these variables.
- rename all non-exported variables in globus.m4 into ac_globus_* variables.
- remove all direct usage of GLOBUS_LOCATION, that's internal in the globus.m4
  macro.
- add some documentation to globus.m4
- make exclusively usage of system libssl and libcrypto, will prevent errors in
  GT4 and necessary for GT5.
=============================================================================

------------------------------------------------------------------------
r11738 | msalle | 2010-12-07 20:49:04 +0100 (Tue, 07 Dec 2010) | 6 lines
Changed paths:
   M /trunk/lcmaps/project/voms.m4

reordering the checking order for voms:
1) when --with-voms-prefix is given, check there and at system default, but NOT
   using pkg-config
2) if no --with... is given, check using pkg-config
3) if pkg-config fails check default location

------------------------------------------------------------------------
r11737 | msalle | 2010-12-07 16:09:29 +0100 (Tue, 07 Dec 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/doc/Makefile.am
   D /trunk/lcmaps/project/lcmaps.m4
   M /trunk/lcmaps/project/voms.m4

- moving voms failure into configure.ac itself
- moving contents/functionality of lcmaps.m4 into configure.ac itself: it only
  checks for the --with-gsi-mod flag.

------------------------------------------------------------------------
r11736 | msalle | 2010-12-07 14:24:06 +0100 (Tue, 07 Dec 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/project/voms.m4

Further cleanup of voms checking macro:
- looking for voms_prefix/{lib,lib64} instead of /usr/{lib,lib64}
- exiting on missing voms

------------------------------------------------------------------------
r11735 | msalle | 2010-12-06 16:22:04 +0100 (Mon, 06 Dec 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   D /trunk/lcmaps/project/glite.m4
   D /trunk/lcmaps/project/glite_security.m4
   A /trunk/lcmaps/project/voms.m4

moving towards ./configure without flags!
- new option --with-voms-prefix instead of --with-glite-location
- no glite.m4 necessary, it's done using --libdir and system defaults

------------------------------------------------------------------------
r11734 | msalle | 2010-12-02 16:14:49 +0100 (Thu, 02 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

- using VOMS_CPP_LIBS to correctly link.

------------------------------------------------------------------------
r11733 | okoeroo | 2010-12-02 16:07:35 +0100 (Thu, 02 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

The include path for the VOMS header files was set to be resolved by $(GLITE_CFLAGS)/glite/security/voms and is now replaced by the $(VOMS_CFLAGS) to work properly everywhere.

------------------------------------------------------------------------
r11732 | msalle | 2010-12-02 15:24:36 +0100 (Thu, 02 Dec 2010) | 5 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/globus_pkgconfig.m4

Making if-then-else for have_globus = yes/no local.

The final have_globus = yes/no from pkg-config is lcmaps specific, and is hence
moved to configure.ac.

------------------------------------------------------------------------
r11731 | msalle | 2010-12-01 20:41:51 +0100 (Wed, 01 Dec 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/test/test_pem.c

Updating #include to be conform new standard
    #include <voms/... .h>

------------------------------------------------------------------------
r11730 | msalle | 2010-12-01 13:47:53 +0100 (Wed, 01 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/glite_security.m4

- fixing glite_security.m4 for both EPEL and glite 3.2 installations of VOMS

------------------------------------------------------------------------
r11729 | msalle | 2010-12-01 11:59:47 +0100 (Wed, 01 Dec 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

- going back to old AC_VOMS calling, since AC_VOMS_PKGCONFIG is handled
  internally.

------------------------------------------------------------------------
r11728 | msalle | 2010-11-30 15:54:12 +0100 (Tue, 30 Nov 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   A /trunk/lcmaps/project/glite.m4
   A /trunk/lcmaps/project/glite_security.m4
   A /trunk/lcmaps/project/globus.m4
   A /trunk/lcmaps/project/globus_pkgconfig.m4
   A /trunk/lcmaps/project/lcmaps.m4
   M /trunk/lcmaps/src/Makefile.am

- Making all m4's local in order to be able to tweak them.
- configure will first try pkgconfig and fallback on old method.

------------------------------------------------------------------------
r11723 | okoeroo | 2010-11-13 18:34:13 +0100 (Sat, 13 Nov 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Bumped version to 1.4.26

Fixed a SEGFAULT situation found in xrootd

------------------------------------------------------------------------
r11717 | msalle | 2010-11-02 12:35:19 +0100 (Tue, 02 Nov 2010) | 5 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Oops, still needed the correct AC_DEFUN's for a full lcmaps:
- Hence, don't undefine the AC_GLOBUS and AC_VOMS, but just don't run them.
- This means we need to copy globus.m4 and glite_security.m4 from
  build.common-cpp.

------------------------------------------------------------------------
r11716 | msalle | 2010-11-02 11:19:47 +0100 (Tue, 02 Nov 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumping version

------------------------------------------------------------------------
r11715 | msalle | 2010-11-02 11:09:03 +0100 (Tue, 02 Nov 2010) | 9 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Update for lcmaps-interface which doesn't need globus or voms, and should
therefore not run AC_GLOBUS and AC_VOMS. We fix this by:
- running them ONLY when the enable-headers is disabled.
- In the case enable-headers is enabled, we define empty macros AC_GLOBUS and
  AC_VOMS but never run them (configure will see AC_GLOBUS even though it
  doesn't execute it).
This way, only glite.m4 and lcmaps.m4 are needed for lcmaps-interface, i.e. the
only dependency for lcmaps-interface will be commom-cpp.

------------------------------------------------------------------------
r11667 | msalle | 2010-08-30 16:24:13 +0200 (Mon, 30 Aug 2010) | 10 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

- splitting pluginname field into two fields in the *local* struct
  lcmaps_plugindl_t in lcmaps_pluginmanager.c.
  The problem is that the evaluationmanager not yet looks up the
  location (i.e. absolute path) of the plugins, but only stores the
  filename as specified in the .db file. When the pluginmanager tries to
  find them, it should therefore look for the filename only, not the
  full paths. By storing both in the internal struct, we can easily
  compare them with those of the evaluationmanager and also run them
  using the full path.

------------------------------------------------------------------------
r11659 | msalle | 2010-08-24 16:58:13 +0200 (Tue, 24 Aug 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

- remove default path /usr/lib which interfered with lcmaps_findfile()
- removed two array out-of-bound situations, in case pdl_path() length == 0
  (should be much further simplified...).

------------------------------------------------------------------------
r11637 | okoeroo | 2010-08-09 14:49:20 +0200 (Mon, 09 Aug 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/lcmaps_config.h.in

This doesn't seem to work cross-platform... not expected.

On OSX this prevents the autotools to construct a Makefile.in.

------------------------------------------------------------------------
r11636 | okoeroo | 2010-08-09 12:42:48 +0200 (Mon, 09 Aug 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac


Improvements in configure.ac

------------------------------------------------------------------------
r11635 | okoeroo | 2010-08-06 15:45:04 +0200 (Fri, 06 Aug 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/lcmaps_config.h.in

Compatible with new lcmaps-interface

------------------------------------------------------------------------
r11634 | okoeroo | 2010-08-06 11:54:23 +0200 (Fri, 06 Aug 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/configure.ac
   D /trunk/lcmaps/project/lcmaps.m4

Added new configure option:   --enable-headers
This will select to exclusively build headers files (required for lcmaps-interface deprication).

------------------------------------------------------------------------
r11632 | okoeroo | 2010-08-06 09:29:52 +0200 (Fri, 06 Aug 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Added a debug message to the LCMAPS debug stream and bumped the version to 1.4.23.

------------------------------------------------------------------------
r11631 | okoeroo | 2010-08-05 23:04:16 +0200 (Thu, 05 Aug 2010) | 7 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/lcmaps.m4
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Restored the configure.ac and Makefile.am to a working state. The --with-headers-only configure option is not functional in this check-in.

Added the optional define (disabled by default) DEPRECATED_VOMS_VERSION_CHECK. The define will be removed eventually including the code it encapsulates.
When enabled LCMAPS will try to call the removed get*VersionNumber() functions from the vomsapi. This is not the case as there is a name clash with the same function names exposed by the LCAS framework.

The version check was used to determine if the VOMS api version was higher then 1.7.0 at run-time, and if true LCMAPS would also extract the VOMS Generic Attributes from the VOMS ACs. As we've progressed well passed the 1.7.0 version of the VOMS api, the deprication of the function in the VOMS api and the fact that in its absence the LCAS version of the function could have screwed up with this check in random cases, this code is now made depricated.

------------------------------------------------------------------------
r11629 | okoeroo | 2010-08-04 16:05:38 +0200 (Wed, 04 Aug 2010) | 2 lines
Changed paths:
   A /trunk/lcmaps/project/lcmaps.m4

Adding lcmaps.m4 to own project tree, as I'm now going to use it slightly differently.

------------------------------------------------------------------------
r11624 | okoeroo | 2010-08-02 10:59:02 +0200 (Mon, 02 Aug 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumping version accordingly

------------------------------------------------------------------------
r11623 | okoeroo | 2010-08-02 10:57:30 +0200 (Mon, 02 Aug 2010) | 8 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/src/lcmaps.c

Added new APIs:

LCMAPS_C_STORAGE_CLASS int lcmaps_get_major_version (void);
LCMAPS_C_STORAGE_CLASS int lcmaps_get_minor_version (void);
LCMAPS_C_STORAGE_CLASS int lcmaps_get_patch_version (void);

The goal is to be able to determine at run-time what the version of LCMAPS, which interfaces it could expose and what to expect of LCMAPS.

------------------------------------------------------------------------
r11588 | msalle | 2010-06-28 13:50:52 +0200 (Mon, 28 Jun 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

Prevent potential printing of (null).

------------------------------------------------------------------------
r11539 | okoeroo | 2010-06-15 17:18:09 +0200 (Tue, 15 Jun 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_account.h
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

Fixes for OSX building.

------------------------------------------------------------------------
r11536 | msalle | 2010-05-28 13:31:19 +0200 (Fri, 28 May 2010) | 9 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

- To fix error:
    m4_require: circular dependency of AC_LANG_COMPILER(C++)
  it's necessary to check for the a C++ compiler beforehand! That's done by
  including AC_PROG_CXX, not only AC_PROG_CC. See definition of
  AC_COMPILE_IFELSE in general.m4:
    '...Requires that the compiler for the current language was checked for...'
  Note that AC_TRY_COMPILE is deprecated and should be replaced by
  AC_COMPILE_IFELSE.

------------------------------------------------------------------------
r11515 | okoeroo | 2010-04-17 09:57:27 +0200 (Sat, 17 Apr 2010) | 14 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_voms_attributes.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

New added API. Reason: This is to lift the requirement for special builds for Open Science Grid.

Function:    lcmaps_disable_voms_attributes_verification
Description: Disables the verification in the VOMS API

Function:    lcmaps_enable_voms_attributes_verification
Description: Enables the verification in the VOMS API (default)

Function:    lcmaps_is_set_to_verify_voms_attributes
Description: Will return the current setting to enable or disable the
             verification of the VOMS credentials by the VOMS API

Bumping version to 1.4.21 (going for 1.5).

------------------------------------------------------------------------
r11514 | okoeroo | 2010-04-07 13:01:10 +0200 (Wed, 07 Apr 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Added missing prototypes and fixed variable qualifier problem.

------------------------------------------------------------------------
r11513 | okoeroo | 2010-04-07 12:41:41 +0200 (Wed, 07 Apr 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_setup.c

Fixed typos and build problems. Bumping version to 1.4.20-1 (was 1.4.11-3). Potentially ready to jump to 1.5.

------------------------------------------------------------------------
r11512 | okoeroo | 2010-04-07 12:10:46 +0200 (Wed, 07 Apr 2010) | 33 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/_lcmaps_x509_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps.c

Added new CGUL function to aid the new interface to LCMAPS:

/******************************************************************************
Function:   lcmaps_run_with_stack_of_x509_and_return_account
Description:
    LCMAPS runs receiving a certificate chain, containing at least an End-Entity Certificate.
    A list of policies may be provided.
    The allocated uid, gids and the poolindex will be returned to the calling
    application.
    This interface is intended to be used by the modified suexec wrapper.

Parameters:
    cert_chain  : The certificate chain to use for the mapping
    mapcounter: : The counter which will be added to the poolindex, effectively enabling
                  multiple account mappings
    request     : RSL string
    npols       : number of policies to be considered for evaluation
    policynames : the names of the policies to be considered for evaluation
    puid        : pointer to the uid found (output parameter)
    ppgid_list  : pointer to the list of primary gids found (output parameter)
    pnpgid      : pointer to the number of primary gids found (output parameter)
    psgid_list  : pointer to the list of secondary gids found (output parameter)
    pnsgid      : pointer to the number of secondary gids found (output parameter)
    poolindexp  : pointer to poolindex string (output parameter)

Returns:
    0: mapping succeeded
    1: mapping failed
******************************************************************************/


The interface has been added to the new core set of interfaces to LCMAPS

------------------------------------------------------------------------
r11505 | okoeroo | 2010-03-31 16:07:09 +0200 (Wed, 31 Mar 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Syncing version details.

------------------------------------------------------------------------
r11493 | okoeroo | 2010-03-31 15:24:34 +0200 (Wed, 31 Mar 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/autogen.sh
   M /trunk/lcmaps/bootstrap
   M /trunk/lcmaps/doc/lcmaps_gen_poolacc_ldif
   M /trunk/lcmaps/doc/lcmaps_gen_poolgroup_ldif
   M /trunk/lcmaps/doc/lcmaps_make_poolacc_dir
   M /trunk/lcmaps/doc/lcmaps_setup_pool
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/runautotools
   M /trunk/lcmaps/src/lcmaps_setup.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h

Bumping age and updated licence and copyright in the last 9 files.

------------------------------------------------------------------------
r11480 | okoeroo | 2010-02-24 15:23:39 +0100 (Wed, 24 Feb 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Restored a fix to the original way of working.
Testing again...

------------------------------------------------------------------------
r11455 | okoeroo | 2010-02-19 07:37:28 +0100 (Fri, 19 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/interface/lcmaps_account.h
   M /trunk/lcmaps/interface/lcmaps_arguments.h
   M /trunk/lcmaps/interface/lcmaps_cred_data.h
   M /trunk/lcmaps/interface/lcmaps_db_read.h
   M /trunk/lcmaps/interface/lcmaps_defines.h
   M /trunk/lcmaps/interface/lcmaps_gss_assist_gridmap.h
   M /trunk/lcmaps/interface/lcmaps_log.h
   M /trunk/lcmaps/interface/lcmaps_modules.h
   M /trunk/lcmaps/interface/lcmaps_return_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_return_poolindex.h
   M /trunk/lcmaps/interface/lcmaps_return_poolindex_without_gsi.h
   M /trunk/lcmaps/interface/lcmaps_setup.h
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/interface/lcmaps_utils.h
   M /trunk/lcmaps/interface/lcmaps_verify_account_from_pem.h
   M /trunk/lcmaps/interface/lcmaps_vo_data.h
   M /trunk/lcmaps/modules/jobrepository/globus_gsi_gss_constants.h
   M /trunk/lcmaps/modules/jobrepository/globus_i_gsi_credential.h
   M /trunk/lcmaps/modules/jobrepository/gssapi_openssl.h
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.c
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.h
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.h
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   M /trunk/lcmaps/src/globus_gsi_gss_constants.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_runvars.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_gsi_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_voms_attributes.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/globus_gsi_gss_constants.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/gssapi_openssl.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/_lcmaps_x509_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/gssapi_openssl.h
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_account.c
   M /trunk/lcmaps/src/lcmaps_gss_assist_gridmap.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_setup.c
   M /trunk/lcmaps/src/lcmaps_test.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_defines.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_log.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_utils.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c
   M /trunk/lcmaps/src/test/test_pem.c
   M /trunk/lcmaps/src/test/test_pluginmanager.c

Updated and added licence

------------------------------------------------------------------------
r11437 | okoeroo | 2010-02-18 12:19:28 +0100 (Thu, 18 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Rewritten runEvaluationmanager function and moved the resetCredentialData() function one level up to allow for proper flow handling when dealing with multiple policies and demanding the final Credential Data state to be printed in the log.

------------------------------------------------------------------------
r11426 | okoeroo | 2010-02-17 12:03:14 +0100 (Wed, 17 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c

Cleaner output

------------------------------------------------------------------------
r11424 | okoeroo | 2010-02-17 07:46:45 +0100 (Wed, 17 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Finished clean-up of logging output. This should be acceptable from the framework.

------------------------------------------------------------------------
r11417 | okoeroo | 2010-02-16 09:53:53 +0100 (Tue, 16 Feb 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Don't clean gathered credential data until processed in the log file.
Clean it after printing.

------------------------------------------------------------------------
r11416 | okoeroo | 2010-02-15 21:34:28 +0100 (Mon, 15 Feb 2010) | 8 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Fixed signed and unsigned conflicts in parsing routines when fullfilling rules and policys and recursion issues.
This problem was hard to exploit, but a bug nontheless (unless somebody went beyond 2^31 plugins and policies)

Also fixed the poolindex interface to LCMAPS. A symbol would not have been resolved during run-time as it has been depricated last year.
Only used by the Globus DAS/Workspace Service interfacing (to the best of our knowledge).

Fixed a problem in the logging facility during the initialization phase. The value was always overridden by the next call. I've removed the previous overridden call, which might call for bug Savannah bug #61772.

------------------------------------------------------------------------
r11415 | okoeroo | 2010-02-15 19:55:55 +0100 (Mon, 15 Feb 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Flawless build (and works) :-)

The old (never used and not reachable) functions are now surrounded by the #ifdef LCMAPS_DEPRECATED construction.

------------------------------------------------------------------------
r11413 | okoeroo | 2010-02-15 17:56:34 +0100 (Mon, 15 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Need to set the yyin back to stdin to attend the closing procedure/ritual

------------------------------------------------------------------------
r11411 | okoeroo | 2010-02-15 16:38:18 +0100 (Mon, 15 Feb 2010) | 8 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h

Cleaning:
- Uninitialized values
- Shadowed values
- Misdeclarations
- Misuse of 'const' EVERYWHERE!
- brain dead code constructions...
- and more.

------------------------------------------------------------------------
r11410 | okoeroo | 2010-02-15 16:05:02 +0100 (Mon, 15 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Cleaning dangerous code constructions.

------------------------------------------------------------------------
r11409 | msalle | 2010-02-15 13:17:37 +0100 (Mon, 15 Feb 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

- fixed more instances of printing a NULL pointer.
- introduced const variable undefined which is printed instead.

------------------------------------------------------------------------
r11408 | msalle | 2010-02-15 12:09:26 +0100 (Mon, 15 Feb 2010) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

- make sure level_str[] is initialized when it is used.
- use NULL for pointers
- check return value of strdup
- don't print possibly NULL character arrays.

------------------------------------------------------------------------
r11386 | okoeroo | 2010-02-11 14:34:54 +0100 (Thu, 11 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Found a more generic location for the printCredData function to log the credential data that has lead to a particular mapping decision mapping.

------------------------------------------------------------------------
r11381 | okoeroo | 2010-02-11 10:47:30 +0100 (Thu, 11 Feb 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

Squashed a bunch of other log lines to make very distinct statements about the mapping result of LCMAPS.

Ready for internal testing and pre-certification.

------------------------------------------------------------------------
r11375 | okoeroo | 2010-02-10 16:36:33 +0100 (Wed, 10 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

Lots of logfile cosmetics done (as requested).

------------------------------------------------------------------------
r11369 | okoeroo | 2010-02-09 14:17:38 +0100 (Tue, 09 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Removed unworkable part.

------------------------------------------------------------------------
r11368 | okoeroo | 2010-02-09 12:59:58 +0100 (Tue, 09 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Kicked out overly verbose statements with zero-added value.

------------------------------------------------------------------------
r11358 | okoeroo | 2010-02-08 09:12:44 +0100 (Mon, 08 Feb 2010) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Less verbose logging output on minimal loglevel. Only the successes of the plug-ins are reported per run. This is needed to diagnose the problems by its flow through the LCMAPS plug-in.

I'm still building a new compound log-out line which signals who became what.

------------------------------------------------------------------------
r11330 | okoeroo | 2009-12-24 22:12:38 +0100 (Thu, 24 Dec 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Removed -Wstrict-prototypes compiler option due to the noise in the build logs (mostly due to the Globus library and the VOMS api)

------------------------------------------------------------------------
r11329 | okoeroo | 2009-12-24 21:47:35 +0100 (Thu, 24 Dec 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/_lcmaps_x509_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps_setup.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Pedantic code clean ups.

------------------------------------------------------------------------
r11328 | okoeroo | 2009-12-24 20:51:17 +0100 (Thu, 24 Dec 2009) | 13 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/interface/lcmaps.h
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_log.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h

Added the magical list of compiler flags that are not included in a "-Wall" compile (from the example of gLExec).

Side note: I'm thinking of kicking out the -strict-prototypes option as this will clutter the build report with issues found in the VOMS api and Globus library. Usually triggered by "int func();" declarations which should be "int func(void);" according to the (perhaps pedantic) language specs.

Mostly code clean-ups and proper function declarations. Also kicked out unused variables.
Also resolved an problem where the VOMS AC Generic Attributes are declared as const char *, which the code treats as char *.

Administrative bump of the LCMAPS version to 1.4.9-1.



(Yes, I've got a creative itch to scratch on Christmas Eve while enjoying the evening next to the tv with cake, drinks and such). :-)

------------------------------------------------------------------------
r11281 | msalle | 2009-09-03 15:52:38 +0200 (Thu, 03 Sep 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version to 1.4.8-5

------------------------------------------------------------------------
r11280 | msalle | 2009-09-03 15:28:02 +0200 (Thu, 03 Sep 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c

Commented out last 'end_logging()' call as pointed out by Fabio Capannini.

------------------------------------------------------------------------
r11279 | msalle | 2009-09-03 15:02:26 +0200 (Thu, 03 Sep 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l

Fixed comment typo

------------------------------------------------------------------------
r11278 | msalle | 2009-09-03 14:53:04 +0200 (Thu, 03 Sep 2009) | 12 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l

- Fixed path definition: the former definition didn't manage to match paths
  starting with . as they would be caught by the TERM pattern which is higher
  up in the lex pattern list. Moving TERM down doesn't help because then TERMs
  starting with a dot would be matches as paths...
  Now a (sub)path can start with 0 or more . followed by a /
  So valid paths include
  /opt/glite
  ./opt/glite
  ../opt/glite
  But not
  opt/glite

------------------------------------------------------------------------
r11277 | msalle | 2009-09-03 12:24:59 +0200 (Thu, 03 Sep 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l

(Hopefully) fixed lex error.

------------------------------------------------------------------------
r11267 | okoeroo | 2009-08-04 11:10:56 +0200 (Tue, 04 Aug 2009) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

If logging to Syslog is selected, then the priority of 0 would broadcast the message in the system by the syslogd
This must be prevented, hence the following hack to map the priority 0 message to 1
Without this hack some messages would not be submitted to Syslog, because they are masked for a good reason.

------------------------------------------------------------------------
r11226 | msalle | 2009-06-29 22:14:25 +0200 (Mon, 29 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version

------------------------------------------------------------------------
r11225 | msalle | 2009-06-29 22:12:01 +0200 (Mon, 29 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

Clarified in comment why we need sk_X509_free and not sk_X509_pop_free

------------------------------------------------------------------------
r11220 | msalle | 2009-06-29 17:54:13 +0200 (Mon, 29 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

Putting remark (no code change) to point out the problem with sk_X509_dup()

------------------------------------------------------------------------
r11219 | msalle | 2009-06-29 17:34:00 +0200 (Mon, 29 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

trying to revert to JJK code to see if it solves the segfault

------------------------------------------------------------------------
r11218 | msalle | 2009-06-29 15:41:52 +0200 (Mon, 29 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

removed unused variable

------------------------------------------------------------------------
r11217 | msalle | 2009-06-29 15:25:31 +0200 (Mon, 29 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

Added check on non-existent cert argument

------------------------------------------------------------------------
r11215 | msalle | 2009-06-29 14:47:54 +0200 (Mon, 29 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version

------------------------------------------------------------------------
r11214 | msalle | 2009-06-29 12:55:26 +0200 (Mon, 29 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

(Hopefully) finalized fix for double free problem with lcmaps_x509_free_chain()

------------------------------------------------------------------------
r11213 | msalle | 2009-06-26 17:14:32 +0200 (Fri, 26 Jun 2009) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

The chain argument for lcmaps_x509_free_chain() needs to be
STACK_OF(X509) ** chain, otherwise the NULL doesn't come back to caller.
Same as for lcas_x509_free_chain()

------------------------------------------------------------------------
r11180 | okoeroo | 2009-06-15 11:35:36 +0200 (Mon, 15 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/autogen.sh
   M /trunk/lcmaps/bootstrap

Making a fix in the bootstrap/autogen.sh scripts to detect a Darwin machine (OSX) and use glibtoolize instead of libtoolize.

------------------------------------------------------------------------
r11179 | okoeroo | 2009-06-15 11:30:57 +0200 (Mon, 15 Jun 2009) | 2 lines
Changed paths:
   A /trunk/lcmaps/autogen.sh

Adding the autogen.sh (as symlink to bootstrap.sh)

------------------------------------------------------------------------
r11177 | okoeroo | 2009-06-12 12:40:37 +0200 (Fri, 12 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version.

------------------------------------------------------------------------
r11176 | okoeroo | 2009-06-12 12:12:45 +0200 (Fri, 12 Jun 2009) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Fixing a bug: when VOMS ACs are found, but not valid (for any reason), they will be ignored and stripped off.

Also adding the patch supplied by Dennis to fix the building on Debian machines where Lex is not available, but Flex is.
It should be solve by configure now.

------------------------------------------------------------------------
r11172 | msalle | 2009-06-04 10:44:36 +0200 (Thu, 04 Jun 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Fixed bug.

------------------------------------------------------------------------
r11047 | okoeroo | 2009-03-10 15:20:53 +0100 (Tue, 10 Mar 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am

Some doc work (not finished)

------------------------------------------------------------------------
r11046 | okoeroo | 2009-03-10 14:05:13 +0100 (Tue, 10 Mar 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumping version for new release.

------------------------------------------------------------------------
r11038 | okoeroo | 2009-03-09 08:27:14 +0100 (Mon, 09 Mar 2009) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Removed requirement to finish the "with_pem" LCMAPS interface with a poolindex.
Not having a poolindex is fine too.

------------------------------------------------------------------------
r10955 | okoeroo | 2009-02-18 21:19:23 +0100 (Wed, 18 Feb 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

Properly free'ing the certificate chain. (patch provided by Jan Just).

------------------------------------------------------------------------
r10893 | okoeroo | 2009-02-04 15:20:29 +0100 (Wed, 04 Feb 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties

bumped and syncing version

------------------------------------------------------------------------
r10891 | okoeroo | 2009-02-04 15:13:03 +0100 (Wed, 04 Feb 2009) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties

bumped version

------------------------------------------------------------------------
r10890 | okoeroo | 2009-02-04 14:53:54 +0100 (Wed, 04 Feb 2009) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Solved invalid free. Only found when using multiple VOMS ACs.
The VOMS AC list was allocated in one chunk, but is free'd in smaller parts.

found by Jan Just

------------------------------------------------------------------------
r10761 | okoeroo | 2008-11-14 15:52:02 +0100 (Fri, 14 Nov 2008) | 7 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c

Performed lots of weed cutting to disable the interface local log functions. A beautified clean up will follow soon.
This one will be pushed to the certification.

Note to self (and subscribed readers):
There is a chance that the services that use LCMAPS don't call the initialization functions of LCMAPS and therefor the first log messages of the could be missed.
If not properly initializated, LCMAPS will initialize itself so it should hurt too much. This is an attention point! I definately hope that I don't have to do more significant fixed to the framework on such a short notice...

------------------------------------------------------------------------
r10760 | okoeroo | 2008-11-14 14:13:22 +0100 (Fri, 14 Nov 2008) | 11 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c

The interfaces of LCMAPS have stayed untouched for quite a while. It seems that they all have their own log facility which usually streams right along the regular logfile or doesn't create an error in the syslog mode, as it is either not selected or is running with sufficient privileges to create and open a log file in the /var/log/ directory.

This has to change because of the glexec in the unprivileged run mode (aka without setuid aka logging-only mode).

In this check-in I've brutally disabled the front-end seperated log facility and I've substituted the front-end specific log_line facility with the generic lcmaps_log facility. This doesn't function perfectly, as there are calls made to that log facility before the core of the LCMAPS framework is initialized and before the logging facility is started. The generic log facility gets the fire up kicker from the LCMAPS core initialization.

This will need to be solved. I'll have to see if I can make it nice today or solve this someother time.


As for now, this check-in works fine with an unprivileged glexec and is a key fix for that run mode.

------------------------------------------------------------------------
r10759 | okoeroo | 2008-11-14 12:23:35 +0100 (Fri, 14 Nov 2008) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

Adding a magic oneliner into the log. I have to test if this works correctly. It would comply to the wish of making all the essential mapping credential information be published in the logs for a given mapping request.

------------------------------------------------------------------------
r10392 | okoeroo | 2008-03-03 11:26:33 +0100 (Mon, 03 Mar 2008) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Fixed cleanup (free'ing) of vomsdata structure when VOMS GAs are used

------------------------------------------------------------------------
r10391 | okoeroo | 2008-02-29 15:39:18 +0100 (Fri, 29 Feb 2008) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Fixing initial problem described in bug #34020

------------------------------------------------------------------------
r10350 | okoeroo | 2007-09-24 15:17:46 +0200 (Mon, 24 Sep 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

bumped version

------------------------------------------------------------------------
r10349 | okoeroo | 2007-09-24 15:16:04 +0200 (Mon, 24 Sep 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Trying again to replace localtime with gmtime in lcmaps

------------------------------------------------------------------------
r10347 | okoeroo | 2007-09-20 13:43:45 +0200 (Thu, 20 Sep 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version

------------------------------------------------------------------------
r10346 | okoeroo | 2007-09-20 13:41:55 +0200 (Thu, 20 Sep 2007) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Added the autoconf option to --enable-osg, which will trigger the needed #ifdef setting

The default is NOT to enable this option.

------------------------------------------------------------------------
r10345 | okoeroo | 2007-09-19 20:45:01 +0200 (Wed, 19 Sep 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Returned the state localtime() again, because of the OSG version that needs to be tagged first

------------------------------------------------------------------------
r10344 | okoeroo | 2007-09-19 13:20:28 +0200 (Wed, 19 Sep 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps-interface/src/lcmaps_return_account_from_pem.c
   M /trunk/lcmaps-interface/src/lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps-interface/src/lcmaps_verify_account_from_pem.c

Changed from localtime logging to gmtime logging

------------------------------------------------------------------------
r10264 | okoeroo | 2007-08-02 14:11:46 +0200 (Thu, 02 Aug 2007) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version.
(This should be it)

------------------------------------------------------------------------
r10244 | okoeroo | 2007-07-09 14:01:53 +0200 (Mon, 09 Jul 2007) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/lcmaps_gss_assist_gridmap.c

See previous comments

------------------------------------------------------------------------
r10243 | okoeroo | 2007-07-09 13:58:23 +0200 (Mon, 09 Jul 2007) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/lcmaps_return_poolindex.c

Added for unification

------------------------------------------------------------------------
r10242 | okoeroo | 2007-07-09 13:56:33 +0200 (Mon, 09 Jul 2007) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/lcmaps_return_account_from_pem.c

Added missing file for the grant unification (2)

------------------------------------------------------------------------
r10241 | okoeroo | 2007-07-09 13:44:56 +0200 (Mon, 09 Jul 2007) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/lcmaps_verify_account_from_pem.c

Added missing file for the grant unification.

------------------------------------------------------------------------
r10240 | okoeroo | 2007-07-09 12:10:47 +0200 (Mon, 09 Jul 2007) | 7 lines
Changed paths:
   M /trunk/lcmaps/interface/Makefile.am
   A /trunk/lcmaps/interface/lcmaps.h
   A /trunk/lcmaps/interface/lcmaps_gss_assist_gridmap.h
   A /trunk/lcmaps/interface/lcmaps_return_account_from_pem.h
   A /trunk/lcmaps/interface/lcmaps_return_poolindex.h
   A /trunk/lcmaps/interface/lcmaps_return_poolindex_without_gsi.h
   A /trunk/lcmaps/interface/lcmaps_verify_account_from_pem.h
   M /trunk/lcmaps/src/Makefile.am
   A /trunk/lcmaps/src/globus_gsi_gss_constants.h
   A /trunk/lcmaps/src/gssapi_openssl.h
   A /trunk/lcmaps/src/lcmaps_return_poolindex_without_gsi.c

This integrates the LCMAPS-Interface into the LCMAPS main component.

Solve circular dependency and build problems of the lcmaps-interface.


!!!        This will depricate the 'lcmaps-interface' component (in time...)        !!!

------------------------------------------------------------------------
r10237 | okoeroo | 2007-07-06 13:36:03 +0200 (Fri, 06 Jul 2007) | 8 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version.

Version 1.4.1.1 will have the VOMS GA support and will also solve the circular dependency issue.
The dependencies in Etics will also be needing to changes.

LCMAPS can now build on its own. Prior to this change it needed the lcmaps-interface.
LCMAPS will not have the dependency on lcmaps-interface anymore (reflected in Etics).

------------------------------------------------------------------------
r10235 | okoeroo | 2007-07-06 12:12:18 +0200 (Fri, 06 Jul 2007) | 2 lines
Changed paths:
   A /trunk/lcmaps/interface/lcmaps_setup.h

Adding file from lcmaps-interface (solving circ dep issue)

------------------------------------------------------------------------
r10234 | okoeroo | 2007-07-06 12:11:43 +0200 (Fri, 06 Jul 2007) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Fixed compile bugs.
Also I'm trying to solve the circular dependency issue

------------------------------------------------------------------------
r10233 | okoeroo | 2007-07-06 10:02:14 +0200 (Fri, 06 Jul 2007) | 3 lines
Changed paths:
   M /trunk/lcmaps/runautotools
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Added better check for Globus when building without Etics.
Also added prototype of a new function to extract GAs

------------------------------------------------------------------------
r10232 | okoeroo | 2007-07-05 16:51:05 +0200 (Thu, 05 Jul 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Version bump

------------------------------------------------------------------------
r10231 | okoeroo | 2007-07-05 16:49:50 +0200 (Thu, 05 Jul 2007) | 5 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Added support for Generic Attributes, code donation by Placi Flury from SWITCH
Also the freeing of VOMS attributes from the LCMAPS framework is fixed with this version.

(still need to do the checks, but it looks good)

------------------------------------------------------------------------
r10179 | okoeroo | 2007-05-14 16:15:02 +0200 (Mon, 14 May 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Tagged OSG variant, now removed it.

------------------------------------------------------------------------
r10177 | okoeroo | 2007-05-14 15:44:36 +0200 (Mon, 14 May 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

Added aditional compiler flags for OSG

------------------------------------------------------------------------
r10175 | okoeroo | 2007-05-14 13:53:26 +0200 (Mon, 14 May 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version

------------------------------------------------------------------------
r10174 | okoeroo | 2007-05-14 13:52:08 +0200 (Mon, 14 May 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Added GUMSOSG compiler flag.

------------------------------------------------------------------------
r10164 | okoeroo | 2007-05-02 16:28:01 +0200 (Wed, 02 May 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

 Bumped version

------------------------------------------------------------------------
r10163 | okoeroo | 2007-05-02 16:22:36 +0200 (Wed, 02 May 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Fixed globus version dependency at build time for org.glite.security.lcmaps

------------------------------------------------------------------------
r10073 | okoeroo | 2006-12-08 15:06:14 +0100 (Fri, 08 Dec 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/Makefile.am

Two bytes set wrong means a md5enc(rant)load of problems

------------------------------------------------------------------------
r10043 | okoeroo | 2006-11-29 15:13:55 +0100 (Wed, 29 Nov 2006) | 5 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/Makefile.am

Includes the CFLAGS fix for etics, plus bumped the version to 1.3.12


ps: Gives me troubles with the old build system... this is going to be an exiting transition between the two build environments...

------------------------------------------------------------------------
r10007 | okoeroo | 2006-10-24 12:14:28 +0200 (Tue, 24 Oct 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Moved a few log messages to a higher log level

------------------------------------------------------------------------
r9973 | okoeroo | 2006-10-10 12:13:22 +0200 (Tue, 10 Oct 2006) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Code cleanup or basicly a big deletion of non used functions:  thanks for the fish!

Basicly to solve the seg fault problem when the frameworks are called with only a Short Lived Certificate instead of a proxy chain.
A traditional chain has a minimum length of 3 (1: CA (or more sub-CA certs), 2: User cert, 3: Primary or first Proxy), the problem rises when the chain only has on CA (the fermi kCA) and a short lived cert which doesn't have a passprhase (by use of a semetrical encryption) set on the private key.

------------------------------------------------------------------------
r9966 | okoeroo | 2006-10-05 12:25:32 +0200 (Thu, 05 Oct 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Very securly commented out the non-verification of the VOMS attributes.

------------------------------------------------------------------------
r9951 | okoeroo | 2006-09-21 16:11:51 +0200 (Thu, 21 Sep 2006) | 11 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

*** Don't use this version in Tagging ***


For OSG:

Searching the environment for the "LCMAPS_VOMS_EXTRACT" and the "disabled" value this will not kill the VOMS parsing all together (or actually bypassing the routines).
Instead it will gently extract all the VOMS Attributes and set the VOMS_SetVerificationType(VERIFY_NONE, vd, &errNo) to not verify the credentials.


Thus offloading the trust in the credentials to be checked elsewhere in a database that has extracted a VOMS Database in great detail (The GUMS system) giving the mapping controle to a site operator in a totally different way as we do in LCMAPS.

------------------------------------------------------------------------
r9933 | okoeroo | 2006-09-18 15:29:31 +0200 (Mon, 18 Sep 2006) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

bumped version to:  1.3.10

Includes disabling the VOMS parsing gracefully

------------------------------------------------------------------------
r9932 | okoeroo | 2006-09-18 15:28:02 +0200 (Mon, 18 Sep 2006) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Problem fixed.

LCMAPS_VOMS_EXTRACT=disabled is what disables the VOMS parsing gracefully
Everything else (like not setting it) will use the voms-api-c lib to parse the VOMS credentials.

------------------------------------------------------------------------
r9931 | okoeroo | 2006-09-18 14:07:54 +0200 (Mon, 18 Sep 2006) | 10 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

Scratched my own VOMS parser from the framework.

Added the environment var:
$LCMAPS_VOMS_EXTRACT="disabled" or else...

When set, all VOMS parsing will be skipped. This is needed because the existing voms-api-c can't return a vomsdata struct without the verification running perfectly.

In the LCG world, this environment option should stay untouched or not 'disabled' to function.
I don't think this is a vulnerability, because in a full VOMS world this would result in a mapping if the VOMS credentials are neglected.

------------------------------------------------------------------------
r9921 | okoeroo | 2006-08-30 15:00:36 +0200 (Wed, 30 Aug 2006) | 7 lines
Changed paths:
   M /trunk/lcmaps/build.xml
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

It works!

At the moment the #define s are in the LCG OK state, I need to propagate the define to another location.
But how do I build that into an ant switch???

Anyway... getting there...

------------------------------------------------------------------------
r9919 | okoeroo | 2006-08-28 16:45:47 +0200 (Mon, 28 Aug 2006) | 15 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

LCMAPS can now read the FQANs without the verification of them, needed for GUMS and OSG,





**************       DO NOT       ********************
              USE THIS IN LCG/EGEE
                    EVER....




I'll need to create a new branch I think...

------------------------------------------------------------------------
r9918 | okoeroo | 2006-08-25 15:35:51 +0200 (Fri, 25 Aug 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Intermediate, neglect please

------------------------------------------------------------------------
r9905 | okoeroo | 2006-08-21 16:08:19 +0200 (Mon, 21 Aug 2006) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/configure.ac
   M /trunk/lcmaps-interface/interface/lcmaps_types.h
   M /trunk/lcmaps-interface/project/version.properties

Bumped version: 1.3.9

Full support for the lcmaps_vomsdata_t struct to be used by any plugin.

------------------------------------------------------------------------
r9899 | okoeroo | 2006-08-18 15:19:17 +0200 (Fri, 18 Aug 2006) | 32 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_voms_attributes.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

LCMAPS (specific) vomsdata type is usable by LCMAPS plugins:

Introspect for:
"voms_data_list", "lcmaps_vomsdata_t *"

It form is like this:

lcmaps_vomsdata_t
    lcmaps_voms_t * voms
    int             nvoms
    char *          workvo
    char *          extra_data


lcmaps_voms_t
    char *               user_dn
    char *               user_ca
    char *               voms_issuer_dn
    char *               voms_issuer_ca
    char *               uri
    char *               date1
    char *               date2
    char *               voname
    lcmaps_fqan_unix_t * fqan_unix
    nfqan                nfqan


lcmaps_fqan_unix_t
    char * fqan
    uid_t  uid
    gid_t  gid

------------------------------------------------------------------------
r9897 | okoeroo | 2006-08-17 11:01:43 +0200 (Thu, 17 Aug 2006) | 3 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_runvars.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

Made a big effort in getting our own LCMAPS VOMS structure up to speed.
Simply because for the new external interfaces from the plugins, it is required to get more info then now available in the LCMAPS internals.

------------------------------------------------------------------------
r9890 | okoeroo | 2006-08-16 12:33:09 +0200 (Wed, 16 Aug 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

changed lcmaps_voms_t ** to lcmaps_voms_t *

------------------------------------------------------------------------
r9885 | okoeroo | 2006-08-11 16:37:23 +0200 (Fri, 11 Aug 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

added the correct num of runvars in the code.

------------------------------------------------------------------------
r9876 | okoeroo | 2006-07-20 16:27:32 +0200 (Thu, 20 Jul 2006) | 6 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

Added 'pem_string' to Run Vars in the framework, the plugins can now request
the pem_string through their introspect functions and gain access to the string.
Used for:
- verify proxy
- gums

------------------------------------------------------------------------
r9875 | okoeroo | 2006-07-20 12:34:04 +0200 (Thu, 20 Jul 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

Primary change is the clearing of some debug compiler switches for the sake of code clarity.

------------------------------------------------------------------------
r9846 | okoeroo | 2006-05-12 16:42:04 +0200 (Fri, 12 May 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_types.h

fix small inconsistance between the two lcmaps_types.h files

------------------------------------------------------------------------
r9845 | okoeroo | 2006-05-12 16:35:59 +0200 (Fri, 12 May 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps-interface/interface/lcmaps_types.h

Added lcmaps store advanced VOMS info in framework

------------------------------------------------------------------------
r9828 | okoeroo | 2006-05-12 12:00:04 +0200 (Fri, 12 May 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version to 1.3.8 to get in sync with the tagsnames

------------------------------------------------------------------------
r9827 | okoeroo | 2006-05-12 11:58:40 +0200 (Fri, 12 May 2006) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties

Bumped version to 1.3.5
This version solves bug #16633

------------------------------------------------------------------------
r9825 | okoeroo | 2006-05-12 11:08:59 +0200 (Fri, 12 May 2006) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Commented out the calls to the functions 'lcmaps_print_x509_to_string' and 'lcmaps_print_stack_of_x509_to_string'.
We don't need to print the certificate chain to file, when we are not debugging...

------------------------------------------------------------------------
r9824 | okoeroo | 2006-05-11 16:26:24 +0200 (Thu, 11 May 2006) | 5 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps-interface/interface/lcmaps_types.h

Added new LCMAPS specific VOMS Data Structure to the runvars.
This is to have more information about the VOMS credentials without having to include the VOMS API.

Ofcourse the information is usually filled by the VOMS API, but we need to move around the structure in a more lighter way then such a big structure.

------------------------------------------------------------------------
r9823 | okoeroo | 2006-05-09 16:56:12 +0200 (Tue, 09 May 2006) | 8 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/_lcmaps_x509_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

Major overhaul of the LCMAPS framework, with regards of the certificate credential handling.
The certificate chain creation from PEM was the only part that worked correctly.
The individual certificate was rubish for an unapparent reason.

The indivi. cert is now created from the chain and set to the last certificate (the Leaf proxy).

The DN extraction function works without the globus call to select the right certificate to extract the DN from.

------------------------------------------------------------------------
r9820 | okoeroo | 2006-05-04 16:26:05 +0200 (Thu, 04 May 2006) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Added a new debugging function:
   void lcmaps_stack_of_x509_to_string (STACK_OF(X509) * px509_chain);

Currently only locally usable from lcmaps_voms_attributes.c

------------------------------------------------------------------------
r9819 | okoeroo | 2006-05-04 11:43:18 +0200 (Thu, 04 May 2006) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

Applyed patch to extract the voms api error message when the errorcode is VERR_VERIFY

------------------------------------------------------------------------
r9641 | msteenba | 2006-03-09 12:05:46 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /branches/glite-security-lcmaps_branch_1_3_0/lcmaps/configure.ac
   M /branches/glite-security-lcmaps_branch_1_3_0/lcmaps/project/version.properties
   M /trunk/lcmaps/configure.ac

change needed for automake-1.9

------------------------------------------------------------------------
r9234 | msteenba | 2006-02-09 15:18:32 +0100 (Thu, 09 Feb 2006) | 2 lines
Changed paths:
   A /trunk/lcmaps/doc/CHANGES_1.2.x-1.3.x

added the changes between 1.2.x and 1.3.x

------------------------------------------------------------------------
r8726 | msteenba | 2006-01-05 12:08:52 +0100 (Thu, 05 Jan 2006) | 7 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c

Merge with glite-security-lcmaps_branch_1_3_0 branch:
version 1.3.4 (fixes bug #8923):
- use libvomsapi instead of libvomsc (for voms > 1.6.0)
- lcmaps_run_with_fqans_mapcounter_and_return_account() does not fail if poolindex not found
- added missing free()
- set default count to zero for DN and poolindex

------------------------------------------------------------------------
r8105 | msteenba | 2005-12-22 17:31:44 +0100 (Thu, 22 Dec 2005) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c

apply fixes from 1_3_0 branches:
- fixed verification method for multiple accounts + some clean-up
- added missing free()

------------------------------------------------------------------------
r8037 | msteenba | 2005-12-20 16:05:50 +0100 (Tue, 20 Dec 2005) | 2 lines
Changed paths:
   M /trunk/lcas/src/lcas.c
   M /trunk/lcas-plugins-voms/src/voms/Makefile.am
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/test/Makefile.am
   M /trunk/lcmaps-plugins-verify-proxy/src/verify-proxy/Makefile.am
   M /trunk/lcmaps-plugins-voms/src/voms/Makefile.am

use libvomsapi instead of libvomsc (for voms > 1.6.0)

------------------------------------------------------------------------
r7509 | msteenba | 2005-11-23 14:27:18 +0100 (Wed, 23 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/configure.ac
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/configure.ac
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-jobrep/configure.ac
   M /trunk/lcmaps-plugins-jobrep/project/version.properties
   M /trunk/lcmaps-plugins-verify-proxy/configure.ac
   M /trunk/lcmaps-plugins-verify-proxy/project/version.properties
   M /trunk/lcmaps-plugins-voms/configure.ac
   M /trunk/lcmaps-plugins-voms/project/version.properties

updated version

------------------------------------------------------------------------
r7299 | msteenba | 2005-11-10 12:54:05 +0100 (Thu, 10 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/_lcmaps_x509_utils.h

cosmetic

------------------------------------------------------------------------
r7275 | msteenba | 2005-11-09 12:02:26 +0100 (Wed, 09 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

removed the X509 cert + chain from the runvars ONLY in the gsi-free flavour section of LCMAPS

------------------------------------------------------------------------
r7259 | msteenba | 2005-11-08 16:46:03 +0100 (Tue, 08 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

added x509 and chain to the run variables

------------------------------------------------------------------------
r7197 | msteenba | 2005-11-04 15:57:44 +0100 (Fri, 04 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

improved logging

------------------------------------------------------------------------
r7196 | msteenba | 2005-11-04 15:55:41 +0100 (Fri, 04 Nov 2005) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

- fixed lcmaps_log() statement (pfff, was hard to find)
- extended the account/uid/gid verification

------------------------------------------------------------------------
r7181 | msteenba | 2005-11-03 14:42:07 +0100 (Thu, 03 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

clean up and use lcmaps_log_a_string_debug for printing poolindex

------------------------------------------------------------------------
r7180 | msteenba | 2005-11-03 14:41:34 +0100 (Thu, 03 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c

switched off debugging, correct value

------------------------------------------------------------------------
r7179 | msteenba | 2005-11-03 14:39:46 +0100 (Thu, 03 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

switch off debugging

------------------------------------------------------------------------
r7178 | msteenba | 2005-11-03 14:38:42 +0100 (Thu, 03 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

use strerror instead of sys_errlist

------------------------------------------------------------------------
r7159 | msteenba | 2005-11-02 18:30:35 +0100 (Wed, 02 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/test/Makefile.am
   M /trunk/lcmaps/src/test/test_pem.c
   A /trunk/lcmaps/src/test/test_pluginmanager.c

add test of pluginmanager

------------------------------------------------------------------------
r7144 | msteenba | 2005-11-02 14:06:20 +0100 (Wed, 02 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

add lcmaps_account.c to gsi-free library

------------------------------------------------------------------------
r7040 | msteenba | 2005-10-24 16:44:10 +0200 (Mon, 24 Oct 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/test/Makefile.am
   M /trunk/lcmaps/src/test/test_pem.c

Use default voms lib

------------------------------------------------------------------------
r6996 | msteenba | 2005-10-21 15:43:31 +0200 (Fri, 21 Oct 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac

add src/test/Makefile

------------------------------------------------------------------------
r6995 | msteenba | 2005-10-21 15:41:20 +0200 (Fri, 21 Oct 2005) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   A /trunk/lcmaps/src/test
   A /trunk/lcmaps/src/test/Makefile.am
   A /trunk/lcmaps/src/test/test_pem.c

added basic test program for testing PEM->X509+chain->VOMS FQANs
some clean up, but also added some ugly debug lines

------------------------------------------------------------------------
r6939 | msteenba | 2005-10-19 14:11:11 +0200 (Wed, 19 Oct 2005) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

- added logging for verification method
- fix if statement

------------------------------------------------------------------------
r6722 | msteenba | 2005-10-04 15:13:34 +0200 (Tue, 04 Oct 2005) | 5 lines
Changed paths:
   M /trunk/lcmaps/interface/Makefile.am
   A /trunk/lcmaps/interface/lcmaps_account.h
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/lcmaps.c
   A /trunk/lcmaps/src/lcmaps_account.c
   M /trunk/lcmaps-interface/src/Makefile.am
   D /trunk/lcmaps-interface/src/lcmaps_account.c

- Added the account information that should be verified by lcmaps to the
  run variables. TBD: implement verification method in plugins
- moved lcmaps_account.c to lcmaps core.
  Had to duplicate lcmaps_account.h unfortunately

------------------------------------------------------------------------
r6701 | msteenba | 2005-10-03 18:06:09 +0200 (Mon, 03 Oct 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

adding verification mode - step 2.

------------------------------------------------------------------------
r6637 | msteenba | 2005-09-30 15:22:02 +0200 (Fri, 30 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

start implementation of verification mode

------------------------------------------------------------------------
r6631 | venekamp | 2005-09-26 16:00:11 +0200 (Mon, 26 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

?

------------------------------------------------------------------------
r5889 | msteenba | 2005-08-12 15:14:45 +0200 (Fri, 12 Aug 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/properties.xml
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

remove gridsite dependency

------------------------------------------------------------------------
r5867 | msteenba | 2005-08-11 14:36:38 +0200 (Thu, 11 Aug 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/properties.xml

require gridsite.m4

------------------------------------------------------------------------
r5515 | msteenba | 2005-07-25 11:19:20 +0200 (Mon, 25 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/runautotools
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/_lcmaps_x509_utils.h
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c

Some more changes, trying gridsite libs. NOT FINISHED

------------------------------------------------------------------------
r5309 | msteenba | 2005-07-15 19:31:02 +0200 (Fri, 15 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps.c

made changes to lcmaps_run_with_pem_and_return_account()

------------------------------------------------------------------------
r5286 | msteenba | 2005-07-14 10:41:04 +0200 (Thu, 14 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/lcmaps.c

cleaned up use of lcmaps_credential

------------------------------------------------------------------------
r4747 | msteenba | 2005-06-16 22:00:55 +0200 (Thu, 16 Jun 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/Makefile.am
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_voms_attributes.h
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   A /trunk/lcmaps/src/grid_credential_handling/x509_handling
   A /trunk/lcmaps/src/grid_credential_handling/x509_handling/_lcmaps_x509_utils.h
   A /trunk/lcmaps/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c
   M /trunk/lcmaps/src/lcmaps.c

halfway implementing the PEM interface

------------------------------------------------------------------------
r4705 | msteenba | 2005-06-14 20:04:27 +0200 (Tue, 14 Jun 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/build.xml
   M /trunk/lcmaps-interface/build.xml

synchronized with R1.2 branch: cruisecontrol fixes

------------------------------------------------------------------------
r4701 | msteenba | 2005-06-14 18:59:13 +0200 (Tue, 14 Jun 2005) | 2 lines
Changed paths:
   A /trunk/lcmaps/runautotools
   A /trunk/lcmaps-interface/runautotools
   A /trunk/lcmaps-plugins-afs/runautotools
   A /trunk/lcmaps-plugins-basic/runautotools
   A /trunk/lcmaps-plugins-jobrep/runautotools
   A /trunk/lcmaps-plugins-voms/runautotools

just a script to run autotools automagically with glite settings

------------------------------------------------------------------------
r4480 | msteenba | 2005-06-03 16:45:52 +0200 (Fri, 03 Jun 2005) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/test/test_lcmaps_return_poolindex_without_gsi.c
   M /trunk/lcmaps-plugins-afs/configure.ac
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-jobrep/configure.ac
   M /trunk/lcmaps-plugins-jobrep/project/version.properties
   M /trunk/lcmaps-plugins-voms/configure.ac
   M /trunk/lcmaps-plugins-voms/project/version.properties

- bump version to 1.3.1 to stay in sync with lcmaps-interface
- added option -fqans to test script

------------------------------------------------------------------------
r4457 | msteenba | 2005-06-03 00:33:50 +0200 (Fri, 03 Jun 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c

fix pointer cast

------------------------------------------------------------------------
r4390 | msteenba | 2005-05-31 00:14:39 +0200 (Tue, 31 May 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

fill the runvars with mapcounter

------------------------------------------------------------------------
r4376 | dimeglio | 2005-05-30 00:50:49 +0200 (Mon, 30 May 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/build.xml

Removed end slash in opening target tag

------------------------------------------------------------------------
r4375 | dimeglio | 2005-05-30 00:50:30 +0200 (Mon, 30 May 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/build.xml
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/build.xml
   M /trunk/lcmaps/build.xml
   M /trunk/lcmaps-interface/build.xml

Added fix for skipping cruisecontrol build flag if already set

------------------------------------------------------------------------
r4374 | msteenba | 2005-05-30 00:02:08 +0200 (Mon, 30 May 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps-interface/interface/lcmaps.h
   M /trunk/lcmaps-interface/interface/lcmaps_gss_assist_gridmap.h
   M /trunk/lcmaps-interface/interface/lcmaps_return_poolindex.h
   M /trunk/lcmaps-interface/interface/lcmaps_return_poolindex_without_gsi.h
   M /trunk/lcmaps-interface/src/lcmaps_return_poolindex_without_gsi.c

1st stage of multiple account interface to lcmaps

------------------------------------------------------------------------
r4372 | dimeglio | 2005-05-29 20:31:33 +0200 (Sun, 29 May 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/build.xml

Added fix for building without-gsi

------------------------------------------------------------------------
r4371 | dimeglio | 2005-05-29 20:29:34 +0200 (Sun, 29 May 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/build.xml
   M /trunk/lcmaps-interface/build.xml

Added fix for building without-gsi

------------------------------------------------------------------------
r4343 | msteenba | 2005-05-27 18:22:21 +0200 (Fri, 27 May 2005) | 3 lines
Changed paths:
   M /trunk/lcas/Doxyfile
   M /trunk/lcas-interface/interface/lcas.h
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps-interface/interface/lcmaps.h
   M /trunk/lcmaps-interface/src/lcmaps_return_poolindex.c

Fixed doxygen error:
set LCMAPS_GSI_MODE and ALLOW_EMPTY_CREDENTIALS to 1 for preprocessor

------------------------------------------------------------------------
r4329 | zurek | 2005-05-26 17:18:33 +0200 (Thu, 26 May 2005) | 2 lines
Changed paths:
   M /trunk/lcas/build.xml
   M /trunk/lcas-interface/build.xml
   M /trunk/lcas-plugins-basic/build.xml
   M /trunk/lcas-plugins-voms/build.xml
   M /trunk/lcmaps/build.xml
   M /trunk/lcmaps-interface/build.xml
   M /trunk/lcmaps-plugins-afs/build.xml
   M /trunk/lcmaps-plugins-basic/build.xml
   M /trunk/lcmaps-plugins-jobrep/build.xml
   M /trunk/lcmaps-plugins-voms/build.xml

inserted module.build.file

------------------------------------------------------------------------
r3871 | zurek | 2005-04-12 22:24:56 +0200 (Tue, 12 Apr 2005) | 2 lines
Changed paths:
   A /trunk/lcas/project/build.number
   M /trunk/lcas/project/version.properties
   A /trunk/lcas-interface/project/build.number
   M /trunk/lcas-interface/project/version.properties
   A /trunk/lcas-plugins-basic/project/build.number
   M /trunk/lcas-plugins-basic/project/version.properties
   A /trunk/lcas-plugins-voms/project/build.number
   M /trunk/lcas-plugins-voms/project/version.properties
   A /trunk/lcmaps/project/build.number
   M /trunk/lcmaps/project/version.properties
   A /trunk/lcmaps-interface/project/build.number
   M /trunk/lcmaps-interface/project/version.properties
   A /trunk/lcmaps-plugins-afs/project/build.number
   M /trunk/lcmaps-plugins-afs/project/version.properties
   A /trunk/lcmaps-plugins-basic/project/build.number
   M /trunk/lcmaps-plugins-basic/project/version.properties
   A /trunk/lcmaps-plugins-jobrep/project/build.number
   M /trunk/lcmaps-plugins-jobrep/project/version.properties
   A /trunk/lcmaps-plugins-voms/project/build.number
   M /trunk/lcmaps-plugins-voms/project/version.properties

"corrections"

------------------------------------------------------------------------
r3766 | msteenba | 2005-04-04 17:23:58 +0200 (Mon, 04 Apr 2005) | 3 lines
Changed paths:
   M /trunk/lcas/src/.vilerc
   M /trunk/lcas/src/Makefile.am
   M /trunk/lcas/src/lcas.c
   M /trunk/lcas/src/lcas_log.c
   A /trunk/lcas/src/lcas_setup.c
   M /trunk/lcas-interface/interface/Makefile.am
   M /trunk/lcas-interface/interface/lcas.h
   A /trunk/lcas-interface/interface/lcas_setup.h
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/lcmaps.c
   A /trunk/lcmaps/src/lcmaps_setup.c
   M /trunk/lcmaps-interface/interface/Makefile.am
   M /trunk/lcmaps-interface/interface/lcmaps.h
   A /trunk/lcmaps-interface/interface/lcmaps_setup.h

- added environment setup for LCAS and LCMAPS
- moved api documentation (apidoc) to headers

------------------------------------------------------------------------
r3255 | msteenba | 2005-03-08 00:20:28 +0100 (Tue, 08 Mar 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/build.xml
   M /trunk/lcmaps/project/configure.properties.xml
   M /trunk/lcmaps/project/properties.xml
   M /trunk/lcmaps-interface/build.xml
   M /trunk/lcmaps-interface/project/configure.properties.xml
   M /trunk/lcmaps-interface/project/properties.xml

Modifications needed to build two flavours of LCMAPS

------------------------------------------------------------------------
r3171 | venekamp | 2005-03-01 18:05:10 +0100 (Tue, 01 Mar 2005) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c

- set free-ed pointers to NULL to allow for "re-entrance" of the LCMAPS library
- rearranged the cleaning of the (internal) plugin list for this as well

------------------------------------------------------------------------
r3157 | msteenba | 2005-02-28 12:39:47 +0100 (Mon, 28 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile

small fix for documenting a function of type STACK_OF(X509)

------------------------------------------------------------------------
r3127 | msteenba | 2005-02-27 02:30:42 +0100 (Sun, 27 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
   M /trunk/lcmaps/interface/lcmaps_modules.h
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   M /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c
   M /trunk/lcmaps-interface/interface/lcmaps.h
   M /trunk/lcmaps-plugins-afs/src/afs/lcmaps_afs.c
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps-plugins-jobrep/src/jobrep/lcmaps_jobrep.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_localaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolgroup.c

reorganized apidoc

------------------------------------------------------------------------
r3125 | msteenba | 2005-02-26 11:36:03 +0100 (Sat, 26 Feb 2005) | 3 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile

Removed EDG somewhere.
Updates to reflect gLite directory layout

------------------------------------------------------------------------
r3038 | msteenba | 2005-02-19 10:08:49 +0100 (Sat, 19 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

lcmaps_term() now clears initialization flag

------------------------------------------------------------------------
r2514 | glbuild | 2005-01-12 03:50:25 +0100 (Wed, 12 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2494 | glbuild | 2005-01-11 03:48:13 +0100 (Tue, 11 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2475 | glbuild | 2005-01-10 03:46:47 +0100 (Mon, 10 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2454 | glbuild | 2005-01-09 03:37:39 +0100 (Sun, 09 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2434 | glbuild | 2005-01-08 03:48:15 +0100 (Sat, 08 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2413 | glbuild | 2005-01-07 03:37:35 +0100 (Fri, 07 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2392 | glbuild | 2005-01-06 03:53:45 +0100 (Thu, 06 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2371 | glbuild | 2005-01-05 03:37:17 +0100 (Wed, 05 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2348 | glbuild | 2005-01-04 03:54:50 +0100 (Tue, 04 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2329 | glbuild | 2005-01-03 03:55:28 +0100 (Mon, 03 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2308 | glbuild | 2005-01-02 03:39:21 +0100 (Sun, 02 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2288 | glbuild | 2005-01-01 03:38:49 +0100 (Sat, 01 Jan 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2267 | glbuild | 2004-12-31 03:38:58 +0100 (Fri, 31 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2246 | glbuild | 2004-12-30 03:38:52 +0100 (Thu, 30 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2226 | glbuild | 2004-12-29 03:48:20 +0100 (Wed, 29 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2207 | glbuild | 2004-12-28 03:53:57 +0100 (Tue, 28 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2186 | glbuild | 2004-12-27 03:39:06 +0100 (Mon, 27 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2165 | glbuild | 2004-12-26 03:38:55 +0100 (Sun, 26 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2144 | glbuild | 2004-12-25 03:38:49 +0100 (Sat, 25 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2125 | glbuild | 2004-12-24 03:53:50 +0100 (Fri, 24 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2104 | glbuild | 2004-12-23 03:39:17 +0100 (Thu, 23 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2082 | glbuild | 2004-12-22 03:39:15 +0100 (Wed, 22 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2061 | glbuild | 2004-12-21 03:37:52 +0100 (Tue, 21 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2041 | glbuild | 2004-12-20 03:46:26 +0100 (Mon, 20 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2020 | glbuild | 2004-12-19 03:38:22 +0100 (Sun, 19 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r2000 | glbuild | 2004-12-18 03:44:01 +0100 (Sat, 18 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1981 | glbuild | 2004-12-17 03:02:36 +0100 (Fri, 17 Dec 2004) | 2 lines
Changed paths:
   M /branches/glite-security-lcas-interface_branch_1_2_0_RC1/lcas-interface/project/version.properties
   M /branches/glite-security-lcas-plugins-basic_branch_1_2_0_RC1/lcas-plugins-basic/project/version.properties
   M /branches/glite-security-lcas-plugins-voms_branch_1_2_0_RC1/lcas-plugins-voms/project/version.properties
   M /branches/glite-security-lcas_branch_1_2_0_RC1/lcas/project/version.properties
   M /branches/glite-security-lcmaps-interface_branch_1_2_0_RC1/lcmaps-interface/project/version.properties
   M /branches/glite-security-lcmaps-plugins-afs_branch_1_2_0_RC1/lcmaps-plugins-afs/project/version.properties
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/project/version.properties
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/project/version.properties
   M /branches/glite-security-lcmaps_branch_1_2_0_RC1/lcmaps/project/version.properties
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1969 | glbuild | 2004-12-16 19:52:32 +0100 (Thu, 16 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1968 | msteenba | 2004-12-16 18:07:58 +0100 (Thu, 16 Dec 2004) | 2 lines
Changed paths:
   A /trunk/lcmaps/doc/INSTALL_WITH_WORKSPACE_SERVICE
   M /trunk/lcmaps/doc/Makefile.am

Merge with glite-security-lcmaps_branch_1_2_0_RC1 branch to include installation notes

------------------------------------------------------------------------
r1929 | glbuild | 2004-12-14 02:44:11 +0100 (Tue, 14 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1928 | msteenba | 2004-12-13 11:13:19 +0100 (Mon, 13 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcas/configure.ac
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/configure.ac
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/configure.ac
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/configure.ac
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/configure.ac
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/configure.ac
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/configure.ac
   M /trunk/lcmaps-plugins-voms/project/version.properties

increased minor version on the HEAD branch after branching off RC1

------------------------------------------------------------------------
r1921 | glbuild | 2004-12-13 02:43:39 +0100 (Mon, 13 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1910 | glbuild | 2004-12-12 16:28:08 +0100 (Sun, 12 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1909 | glbuild | 2004-12-12 16:13:35 +0100 (Sun, 12 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1906 | glbuild | 2004-12-11 02:42:06 +0100 (Sat, 11 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1905 | msteenba | 2004-12-10 18:44:31 +0100 (Fri, 10 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

minor apidoc fix

------------------------------------------------------------------------
r1902 | glbuild | 2004-12-10 12:54:26 +0100 (Fri, 10 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1894 | msteenba | 2004-12-10 11:37:05 +0100 (Fri, 10 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties

increased build nr by hand

------------------------------------------------------------------------
r1893 | msteenba | 2004-12-09 17:26:52 +0100 (Thu, 09 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms.c

avoided use of vsnprinf in printing VOMS info

------------------------------------------------------------------------
r1867 | glbuild | 2004-12-09 03:52:25 +0100 (Thu, 09 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1855 | glbuild | 2004-12-08 03:51:14 +0100 (Wed, 08 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1854 | msteenba | 2004-12-07 23:06:53 +0100 (Tue, 07 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

added some debug lines

------------------------------------------------------------------------
r1853 | msteenba | 2004-12-07 15:03:05 +0100 (Tue, 07 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

some fixes for the evaluation manager

------------------------------------------------------------------------
r1852 | venekamp | 2004-12-07 10:27:38 +0100 (Tue, 07 Dec 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c

o  Activate new feature addion. The set of policy rules as defined in the
   config file can be narrowed down now.

------------------------------------------------------------------------
r1851 | msteenba | 2004-12-07 09:55:48 +0100 (Tue, 07 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/properties.xml

forgot to include the glite_security.m4 macro

------------------------------------------------------------------------
r1850 | venekamp | 2004-12-07 09:41:11 +0100 (Tue, 07 Dec 2004) | 6 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h

o  Perparation of possibility of being able to select a list if policy
   rules to look at and ignore all others in the configuration file.
   These change do not activate this new functionallity. The
   startEvaluationManager API needs to change first. This will be done
   in the next patch.

------------------------------------------------------------------------
r1838 | glbuild | 2004-12-07 03:47:05 +0100 (Tue, 07 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1837 | msteenba | 2004-12-06 22:47:40 +0100 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c

fixed bug in setting certdir

------------------------------------------------------------------------
r1836 | msteenba | 2004-12-06 22:47:03 +0100 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/src/Makefile.am

link against voms in gsi lcmaps-flavour

------------------------------------------------------------------------
r1824 | glbuild | 2004-12-06 03:47:34 +0100 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1812 | glbuild | 2004-12-05 03:47:23 +0100 (Sun, 05 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1799 | glbuild | 2004-12-04 03:17:21 +0100 (Sat, 04 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1797 | msteenba | 2004-12-03 10:28:12 +0100 (Fri, 03 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/properties.xml
   M /trunk/lcmaps-interface/project/properties.xml
   M /trunk/lcmaps-plugins-basic/project/properties.xml
   M /trunk/lcmaps-plugins-voms/project/properties.xml

removed double dashes in cvs comments, otherwise ant won't eat it

------------------------------------------------------------------------
r1783 | msteenba | 2004-12-02 18:38:21 +0100 (Thu, 02 Dec 2004) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/examples/Makefile.am
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
   M /trunk/lcmaps/project/properties.xml
   M /trunk/lcmaps/project/version.properties

- Made a split between gsi-free and gsi-dependent flavours of LCMAPS
- configuration switch: --with-gsi-mode/--without-gsi-mode
- version upgrade because of this: 1.2.0

------------------------------------------------------------------------
r1782 | msteenba | 2004-12-02 18:32:05 +0100 (Thu, 02 Dec 2004) | 4 lines
Changed paths:
   M /trunk/lcmaps/interface/Makefile.am
   M /trunk/lcmaps/interface/lcmaps_modules.h
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/interface/lcmaps_utils.h
   M /trunk/lcmaps/interface/lcmaps_vo_data.h

- removed gsi dependencies
- moved lcmaps credential handling to grid_credential_handling
- install directory depends on lcmaps flavour

------------------------------------------------------------------------
r1781 | msteenba | 2004-12-02 18:29:14 +0100 (Thu, 02 Dec 2004) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_config.h.in

- Split made between gsi-free and gss/gsi dependent code
- Created lcmaps_run_with_fqans_and_return_account() interface
- Clean up

------------------------------------------------------------------------
r1780 | msteenba | 2004-12-02 18:17:53 +0100 (Thu, 02 Dec 2004) | 3 lines
Changed paths:
   A /trunk/lcmaps/src/grid_credential_handling
   A /trunk/lcmaps/src/grid_credential_handling/Makefile.am
   A /trunk/lcmaps/src/grid_credential_handling/_lcmaps_credential.h
   A /trunk/lcmaps/src/grid_credential_handling/_lcmaps_runvars.h
   A /trunk/lcmaps/src/grid_credential_handling/gsi_handling
   A /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_gsi_utils.h
   A /trunk/lcmaps/src/grid_credential_handling/gsi_handling/_lcmaps_voms_attributes.h
   A /trunk/lcmaps/src/grid_credential_handling/gsi_handling/globus_gsi_gss_constants.h
   A /trunk/lcmaps/src/grid_credential_handling/gsi_handling/gssapi_openssl.h
   A /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c
   A /trunk/lcmaps/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c
   A /trunk/lcmaps/src/grid_credential_handling/lcmaps_credential.c
   A /trunk/lcmaps/src/grid_credential_handling/lcmaps_runvars.c

- Put all input grid credential stuff in here
- The gsi dependent stuff in gsi_handling

------------------------------------------------------------------------
r1779 | msteenba | 2004-12-02 18:14:22 +0100 (Thu, 02 Dec 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   D /trunk/lcmaps/src/pluginmanager/_lcmaps_runvars.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_utils.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   D /trunk/lcmaps/src/pluginmanager/lcmaps_runvars.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

- Got rid of gss/gsi dependencies
- moved runvars() and part of utils (the lcmaps_cred part) to grid_credential_handling

------------------------------------------------------------------------
r1777 | msteenba | 2004-12-02 11:10:18 +0100 (Thu, 02 Dec 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

- check if stream is non-zero before closing it
- clean up of Makefile.am

------------------------------------------------------------------------
r1764 | glbuild | 2004-12-02 03:41:18 +0100 (Thu, 02 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1763 | venekamp | 2004-12-01 15:48:37 +0100 (Wed, 01 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

o  revert last made changes

------------------------------------------------------------------------
r1750 | glbuild | 2004-12-01 03:39:04 +0100 (Wed, 01 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1737 | glbuild | 2004-11-30 14:12:19 +0100 (Tue, 30 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1736 | venekamp | 2004-11-30 12:34:32 +0100 (Tue, 30 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

o  Changes for the Globus independant version of LCMAPS.

------------------------------------------------------------------------
r1723 | glbuild | 2004-11-29 03:34:22 +0100 (Mon, 29 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1710 | glbuild | 2004-11-28 03:33:11 +0100 (Sun, 28 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1697 | glbuild | 2004-11-27 03:33:41 +0100 (Sat, 27 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1683 | glbuild | 2004-11-26 03:33:18 +0100 (Fri, 26 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1670 | glbuild | 2004-11-25 03:29:14 +0100 (Thu, 25 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1657 | glbuild | 2004-11-24 03:24:13 +0100 (Wed, 24 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1644 | glbuild | 2004-11-23 12:48:14 +0100 (Tue, 23 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1628 | glbuild | 2004-11-22 03:26:03 +0100 (Mon, 22 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1615 | glbuild | 2004-11-21 03:24:46 +0100 (Sun, 21 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1602 | glbuild | 2004-11-20 03:26:43 +0100 (Sat, 20 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1589 | glbuild | 2004-11-19 03:25:50 +0100 (Fri, 19 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1576 | glbuild | 2004-11-18 03:25:46 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1563 | glbuild | 2004-11-17 04:50:06 +0100 (Wed, 17 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1550 | glbuild | 2004-11-16 03:26:50 +0100 (Tue, 16 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1537 | glbuild | 2004-11-15 03:27:38 +0100 (Mon, 15 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1524 | glbuild | 2004-11-14 03:25:06 +0100 (Sun, 14 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1511 | glbuild | 2004-11-13 13:16:02 +0100 (Sat, 13 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1486 | glbuild | 2004-11-12 03:25:35 +0100 (Fri, 12 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1472 | glbuild | 2004-11-11 03:23:56 +0100 (Thu, 11 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1459 | glbuild | 2004-11-10 03:25:13 +0100 (Wed, 10 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1446 | glbuild | 2004-11-09 03:20:11 +0100 (Tue, 09 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1432 | glbuild | 2004-11-08 03:20:28 +0100 (Mon, 08 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1419 | glbuild | 2004-11-07 03:20:48 +0100 (Sun, 07 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1406 | glbuild | 2004-11-06 03:19:55 +0100 (Sat, 06 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1383 | glbuild | 2004-11-05 03:08:33 +0100 (Fri, 05 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1381 | glbuild | 2004-11-05 03:06:25 +0100 (Fri, 05 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1368 | glbuild | 2004-11-04 03:20:10 +0100 (Thu, 04 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1354 | glbuild | 2004-11-03 15:20:30 +0100 (Wed, 03 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1348 | dimeglio | 2004-11-03 01:56:31 +0100 (Wed, 03 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Reset correct format

------------------------------------------------------------------------
r1335 | glbuild | 2004-11-02 21:52:00 +0100 (Tue, 02 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1326 | glbuild | 2004-11-02 14:52:48 +0100 (Tue, 02 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1313 | glbuild | 2004-11-02 03:38:56 +0100 (Tue, 02 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1300 | glbuild | 2004-11-01 03:40:58 +0100 (Mon, 01 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1290 | dimeglio | 2004-10-31 18:29:10 +0100 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1276 | glbuild | 2004-10-31 04:46:54 +0100 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1263 | glbuild | 2004-10-31 02:39:30 +0100 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1250 | glbuild | 2004-10-30 16:11:39 +0200 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1237 | glbuild | 2004-10-30 03:43:58 +0200 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1222 | glbuild | 2004-10-28 13:56:47 +0200 (Thu, 28 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1209 | glbuild | 2004-10-27 12:42:54 +0200 (Wed, 27 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1198 | glbuild | 2004-10-27 04:26:25 +0200 (Wed, 27 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1185 | glbuild | 2004-10-26 07:33:04 +0200 (Tue, 26 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1172 | glbuild | 2004-10-25 07:43:03 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1159 | glbuild | 2004-10-24 07:41:26 +0200 (Sun, 24 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1146 | glbuild | 2004-10-23 07:42:07 +0200 (Sat, 23 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1133 | glbuild | 2004-10-22 07:41:33 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1120 | glbuild | 2004-10-21 07:29:25 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1107 | glbuild | 2004-10-20 17:04:29 +0200 (Wed, 20 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1094 | glbuild | 2004-10-20 06:23:12 +0200 (Wed, 20 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1077 | glbuild | 2004-10-19 06:38:08 +0200 (Tue, 19 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1066 | glbuild | 2004-10-18 13:39:57 +0200 (Mon, 18 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1054 | glbuild | 2004-10-18 06:20:37 +0200 (Mon, 18 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1043 | glbuild | 2004-10-17 06:35:53 +0200 (Sun, 17 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1032 | glbuild | 2004-10-16 06:34:20 +0200 (Sat, 16 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1021 | glbuild | 2004-10-15 06:36:14 +0200 (Fri, 15 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1006 | glbuild | 2004-10-14 02:51:43 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1005 | msteenba | 2004-10-13 18:38:00 +0200 (Wed, 13 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/evaluationmanager/Makefile.am
   M /trunk/lcmaps/etc/Makefile.am
   M /trunk/lcmaps/examples/Makefile.am
   M /trunk/lcmaps/examples/lcmaps_plugin_example.c
   M /trunk/lcmaps/interface/Makefile.am
   M /trunk/lcmaps/interface/lcmaps_arguments.h
   M /trunk/lcmaps/interface/lcmaps_cred_data.h
   M /trunk/lcmaps/interface/lcmaps_db_read.h
   M /trunk/lcmaps/interface/lcmaps_defines.h
   M /trunk/lcmaps/interface/lcmaps_log.h
   M /trunk/lcmaps/interface/lcmaps_modules.h
   M /trunk/lcmaps/interface/lcmaps_types.h
   M /trunk/lcmaps/interface/lcmaps_utils.h
   M /trunk/lcmaps/interface/lcmaps_vo_data.h
   M /trunk/lcmaps/modules/Makefile.am
   M /trunk/lcmaps/modules/jobrepository/Makefile.am
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.c
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.h
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.h
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_test.c
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_defines.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_log.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_runvars.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_utils.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_runvars.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c
   M /trunk/lcmaps-interface/Makefile.am
   M /trunk/lcmaps-interface/doc/Makefile.am
   M /trunk/lcmaps-interface/interface/Makefile.am
   M /trunk/lcmaps-interface/interface/lcmaps.h
   M /trunk/lcmaps-interface/interface/lcmaps_gss_assist_gridmap.h
   M /trunk/lcmaps-interface/interface/lcmaps_return_poolindex.h
   M /trunk/lcmaps-interface/interface/lcmaps_types.h
   M /trunk/lcmaps-interface/src/Makefile.am
   M /trunk/lcmaps-interface/src/lcmaps_gss_assist_gridmap.c
   M /trunk/lcmaps-interface/src/lcmaps_return_poolindex.c
   M /trunk/lcmaps-plugins-afs/Makefile.am
   M /trunk/lcmaps-plugins-afs/doc/Makefile.am
   M /trunk/lcmaps-plugins-afs/src/Makefile.am
   M /trunk/lcmaps-plugins-afs/src/afs/Makefile.am
   M /trunk/lcmaps-plugins-afs/src/afs/lcmaps_afs.c
   M /trunk/lcmaps-plugins-afs/src/afs/plugin_test.c
   M /trunk/lcmaps-plugins-afs/src/afs/plugin_test.h
   M /trunk/lcmaps-plugins-basic/Makefile.am
   M /trunk/lcmaps-plugins-basic/doc/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/dummy/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_bad.c
   M /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_good.c
   M /trunk/lcmaps-plugins-basic/src/gridlist/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.h
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/plugin_test.c
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/plugin_test.h
   M /trunk/lcmaps-plugins-basic/src/localaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps-plugins-basic/src/localaccount/plugin_test.c
   M /trunk/lcmaps-plugins-basic/src/localaccount/plugin_test.h
   M /trunk/lcmaps-plugins-basic/src/poolaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/plugin_test.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/plugin_test.h
   M /trunk/lcmaps-plugins-basic/src/posix_enf/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps-plugins-basic/src/posix_enf/plugin_test.c
   M /trunk/lcmaps-plugins-basic/src/posix_enf/plugin_test.h
   M /trunk/lcmaps-plugins-voms/Makefile.am
   M /trunk/lcmaps-plugins-voms/doc/Makefile.am
   M /trunk/lcmaps-plugins-voms/src/Makefile.am
   M /trunk/lcmaps-plugins-voms/src/gridlist/Makefile.am
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.h
   M /trunk/lcmaps-plugins-voms/src/voms/Makefile.am
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_localaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolgroup.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_utils.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_utils.h
   M /trunk/lcmaps-plugins-voms/src/voms/plugin_test.c
   M /trunk/lcmaps-plugins-voms/src/voms/plugin_test.h

Hopefully added all license lines in lcmaps sources

------------------------------------------------------------------------
r994 | glbuild | 2004-10-13 06:33:19 +0200 (Wed, 13 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r993 | msteenba | 2004-10-12 16:49:13 +0200 (Tue, 12 Oct 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h

On behalf of Gerben Venekamp:
constistent use of const and fixed syntax in for loop

------------------------------------------------------------------------
r989 | msteenba | 2004-10-12 14:03:03 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/interface/lcmaps_log.h
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

fixed logging of strange strings (including %)

------------------------------------------------------------------------
r977 | glbuild | 2004-10-11 07:15:20 +0200 (Mon, 11 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r966 | glbuild | 2004-10-10 06:08:32 +0200 (Sun, 10 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r955 | glbuild | 2004-10-09 12:38:47 +0200 (Sat, 09 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties
   M /trunk/lcmaps-plugins-afs/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r953 | msteenba | 2004-10-08 19:09:35 +0200 (Fri, 08 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/examples/Makefile.am
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/Makefile.am

Added $(top_srcdir) to Makefile.am

------------------------------------------------------------------------
r952 | msteenba | 2004-10-08 18:33:20 +0200 (Fri, 08 Oct 2004) | 5 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/examples/Makefile.am
   A /trunk/lcmaps/interface
   A /trunk/lcmaps/interface/Makefile.am
   A /trunk/lcmaps/interface/lcmaps_arguments.h
   A /trunk/lcmaps/interface/lcmaps_cred_data.h
   A /trunk/lcmaps/interface/lcmaps_db_read.h
   A /trunk/lcmaps/interface/lcmaps_defines.h
   A /trunk/lcmaps/interface/lcmaps_log.h
   A /trunk/lcmaps/interface/lcmaps_modules.h
   A /trunk/lcmaps/interface/lcmaps_types.h
   A /trunk/lcmaps/interface/lcmaps_utils.h
   A /trunk/lcmaps/interface/lcmaps_vo_data.h
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/lcmaps.c
   D /trunk/lcmaps/src/lcmaps_gss_assist_gridmap.c
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Version 1.0 --> 1.1
Moved the globus_gss_assist_gridmap() legacy interface to lcmaps-interface
Cleaned up (interface) code
Moved the (plugin) headers from lcmaps-interface to lcmaps

------------------------------------------------------------------------
r945 | glbuild | 2004-10-08 17:57:40 +0200 (Fri, 08 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r936 | glbuild | 2004-10-08 12:52:52 +0200 (Fri, 08 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r925 | glbuild | 2004-10-07 13:47:50 +0200 (Thu, 07 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r921 | okoeroo | 2004-10-07 11:49:48 +0200 (Thu, 07 Oct 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps-interface/interface/lcmaps_cred_data.h

Added 'pool_index' to the LCMAPS framework as a credential data field for
the DAS.

------------------------------------------------------------------------
r913 | glbuild | 2004-10-07 04:45:12 +0200 (Thu, 07 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r902 | glbuild | 2004-10-06 15:15:21 +0200 (Wed, 06 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r891 | glbuild | 2004-10-06 04:43:51 +0200 (Wed, 06 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r880 | glbuild | 2004-10-05 04:40:02 +0200 (Tue, 05 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r869 | glbuild | 2004-10-04 04:44:15 +0200 (Mon, 04 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r858 | glbuild | 2004-10-03 04:42:35 +0200 (Sun, 03 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r847 | glbuild | 2004-10-02 04:41:38 +0200 (Sat, 02 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r836 | glbuild | 2004-10-01 04:42:13 +0200 (Fri, 01 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r825 | glbuild | 2004-09-30 04:42:42 +0200 (Thu, 30 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r821 | msteenba | 2004-09-29 19:15:43 +0200 (Wed, 29 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c

added #include <string.h>

------------------------------------------------------------------------
r812 | glbuild | 2004-09-29 04:42:18 +0200 (Wed, 29 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r801 | glbuild | 2004-09-28 13:24:21 +0200 (Tue, 28 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r790 | glbuild | 2004-09-27 04:41:35 +0200 (Mon, 27 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r779 | glbuild | 2004-09-26 04:40:35 +0200 (Sun, 26 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r768 | glbuild | 2004-09-25 04:40:52 +0200 (Sat, 25 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r757 | glbuild | 2004-09-24 14:41:22 +0200 (Fri, 24 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r746 | glbuild | 2004-09-24 04:44:08 +0200 (Fri, 24 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r740 | msteenba | 2004-09-23 16:22:43 +0200 (Thu, 23 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Now the links to the libraries should work

------------------------------------------------------------------------
r732 | glbuild | 2004-09-23 04:39:29 +0200 (Thu, 23 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r721 | glbuild | 2004-09-22 11:48:51 +0200 (Wed, 22 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r708 | glbuild | 2004-09-21 04:20:03 +0200 (Tue, 21 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r697 | glbuild | 2004-09-20 04:20:35 +0200 (Mon, 20 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r686 | glbuild | 2004-09-19 04:20:12 +0200 (Sun, 19 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r675 | glbuild | 2004-09-18 04:20:45 +0200 (Sat, 18 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r670 | msteenba | 2004-09-17 17:14:40 +0200 (Fri, 17 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/INSTALL
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/project/configure.properties.xml
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps-interface/Makefile.am
   M /trunk/lcmaps-interface/configure.ac
   A /trunk/lcmaps-interface/doc
   A /trunk/lcmaps-interface/doc/Makefile.am
   M /trunk/lcmaps-plugins-afs/Makefile.am
   M /trunk/lcmaps-plugins-afs/configure.ac
   A /trunk/lcmaps-plugins-afs/doc
   A /trunk/lcmaps-plugins-afs/doc/Makefile.am
   M /trunk/lcmaps-plugins-basic/Makefile.am
   M /trunk/lcmaps-plugins-basic/configure.ac
   A /trunk/lcmaps-plugins-basic/doc
   A /trunk/lcmaps-plugins-basic/doc/Makefile.am
   M /trunk/lcmaps-plugins-voms/Makefile.am
   M /trunk/lcmaps-plugins-voms/configure.ac
   A /trunk/lcmaps-plugins-voms/doc
   A /trunk/lcmaps-plugins-voms/doc/Makefile.am

Added LICENSE files, READMEs etc. to the package

------------------------------------------------------------------------
r669 | msteenba | 2004-09-17 16:12:35 +0200 (Fri, 17 Sep 2004) | 2 lines
Changed paths:
   D /trunk/lcmaps/README.AFS
   A /trunk/lcmaps-plugins-afs/README.AFS

Moved README.AFs to afs plugin

------------------------------------------------------------------------
r666 | msteenba | 2004-09-17 10:15:26 +0200 (Fri, 17 Sep 2004) | 2 lines
Changed paths:
   D /trunk/lcmaps/modules/afs
   A /trunk/lcmaps-plugins-afs
   A /trunk/lcmaps-plugins-afs/src
   A /trunk/lcmaps-plugins-afs/src/Makefile.am
   A /trunk/lcmaps-plugins-afs/src/afs
   A /trunk/lcmaps-plugins-afs/src/afs/Makefile.am
   A /trunk/lcmaps-plugins-afs/src/afs/lcmaps_afs.c
   A /trunk/lcmaps-plugins-afs/src/afs/plugin_test.c
   A /trunk/lcmaps-plugins-afs/src/afs/plugin_test.h
   A /trunk/lcmaps-plugins-afs/src/lcmaps_config.h.in

Moved AFS plugin to separate module

------------------------------------------------------------------------
r665 | msteenba | 2004-09-17 10:08:48 +0200 (Fri, 17 Sep 2004) | 2 lines
Changed paths:
   D /trunk/lcmaps/modules/voms

Files have moved to separate module

------------------------------------------------------------------------
r657 | glbuild | 2004-09-17 04:17:45 +0200 (Fri, 17 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcas-plugins-basic/project/version.properties
   M /trunk/lcas-plugins-voms/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r652 | msteenba | 2004-09-16 18:23:57 +0200 (Thu, 16 Sep 2004) | 2 lines
Changed paths:
   D /trunk/lcmaps/modules/poolaccount

moved to lcmaps-plugins-basic

------------------------------------------------------------------------
r651 | msteenba | 2004-09-16 18:20:33 +0200 (Thu, 16 Sep 2004) | 2 lines
Changed paths:
   D /trunk/lcmaps/modules/dummy
   D /trunk/lcmaps/modules/ldap_enf
   D /trunk/lcmaps/modules/localaccount
   D /trunk/lcmaps/modules/poolaccount/Makefile.am
   D /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   D /trunk/lcmaps/modules/poolaccount/plugin_test.c
   D /trunk/lcmaps/modules/poolaccount/plugin_test.h
   D /trunk/lcmaps/modules/posix_enf

moved the following plugins to lcmaps-plugins-basic: dummy, ldap_enf, localaccount, poolaccount, posix_enf

------------------------------------------------------------------------
r650 | msteenba | 2004-09-16 17:40:49 +0200 (Thu, 16 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

added AM_YFLAGS

------------------------------------------------------------------------
r638 | glbuild | 2004-09-16 04:03:05 +0200 (Thu, 16 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps-interface/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r636 | msteenba | 2004-09-15 18:11:20 +0200 (Wed, 15 Sep 2004) | 4 lines
Changed paths:
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

Rewritten the log_cred routine
- strict buffer checking
- print out the correct array elements

------------------------------------------------------------------------
r634 | msteenba | 2004-09-15 17:29:49 +0200 (Wed, 15 Sep 2004) | 2 lines
Changed paths:
   D /trunk/lcmaps/autogen.sh
   M /trunk/lcmaps/project/properties.xml
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/Makefile.am

removed autogen.sh, added m4 list, adjusted Makefile.ams

------------------------------------------------------------------------
r623 | msteenba | 2004-09-14 17:53:07 +0200 (Tue, 14 Sep 2004) | 2 lines
Changed paths:
   A /trunk/lcmaps/build.xml
   M /trunk/lcmaps/configure.ac
   D /trunk/lcmaps/configure.in
   D /trunk/lcmaps/include
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/lcmaps_config.h.in

Moved headers to lcmaps-interface

------------------------------------------------------------------------
r622 | msteenba | 2004-09-14 16:32:11 +0200 (Tue, 14 Sep 2004) | 5 lines
Changed paths:
   M /trunk/lcmaps/LICENSE
   M /trunk/lcmaps/Makefile.am
   A /trunk/lcmaps/bootstrap
   A /trunk/lcmaps/configure.ac
   A /trunk/lcmaps/examples
   A /trunk/lcmaps/examples/Makefile.am
   A /trunk/lcmaps/examples/lcmaps_plugin_example.c
   D /trunk/lcmaps/lcmaps_config.h.in
   D /trunk/lcmaps/modules/example
   A /trunk/lcmaps/project
   A /trunk/lcmaps/project/build.properties
   A /trunk/lcmaps/project/configure.properties.xml
   A /trunk/lcmaps/project/properties.xml
   A /trunk/lcmaps/project/version.properties
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   A /trunk/lcmaps/src/lcmaps_config.h.in
   M /trunk/lcmaps/src/pluginmanager/Makefile.am

added project directory
added LICENSE, configure.ac, bootstrap files
moved example plugin
cleaned up Makefile.am files

------------------------------------------------------------------------
r590 | msteenba | 2004-08-19 16:11:20 +0200 (Thu, 19 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

added length modifier (%d --> %ld) in print statement as suggested by Andreas Unterkircher

------------------------------------------------------------------------
r567 | dimeglio | 2004-06-11 14:35:27 +0200 (Fri, 11 Jun 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps

Added .cvsignore

------------------------------------------------------------------------
r563 | okoeroo | 2004-04-06 15:47:23 +0200 (Tue, 06 Apr 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

Version 0.0.28
Bug fixes in the JobRep plug-in

------------------------------------------------------------------------
r562 | okoeroo | 2004-04-06 14:27:26 +0200 (Tue, 06 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Bug Fixed: string for rsl nicely terminated and the '\'' issue has been solved

------------------------------------------------------------------------
r561 | okoeroo | 2004-04-06 11:33:44 +0200 (Tue, 06 Apr 2004) | 4 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Encoding of the ' character has been changed from an %27 url encoding to
\\\' which effectivly will insert \' in the query string. That will
override the input end-quote ' into an input-string quote belonging to the string

------------------------------------------------------------------------
r556 | martijn | 2004-04-05 16:41:40 +0200 (Mon, 05 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

added some more syslogging, fixed bug in lcmaps_log_close()

------------------------------------------------------------------------
r550 | okoeroo | 2004-04-02 15:52:32 +0200 (Fri, 02 Apr 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

Merged jobrep_fix branch
updated syslog and debug messages and levels

------------------------------------------------------------------------
r547 | okoeroo | 2004-04-01 15:02:45 +0200 (Thu, 01 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Latest hand (for now) on the log and debugging messages and there log/debug levels

------------------------------------------------------------------------
r546 | okoeroo | 2004-03-31 17:41:41 +0200 (Wed, 31 Mar 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Altering the log messages and there levels (also in debug mode).
Now further than last time. (2/3)

------------------------------------------------------------------------
r545 | okoeroo | 2004-03-31 16:30:30 +0200 (Wed, 31 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Halfway updating error messages and log/debug levels of all the messages.

------------------------------------------------------------------------
r544 | martijn | 2004-03-25 18:26:58 +0100 (Thu, 25 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/src/lcmaps.c

changed syslog levels

------------------------------------------------------------------------
r543 | martijn | 2004-03-24 17:26:19 +0100 (Wed, 24 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcas/include/lcas.h
   M /trunk/lcas/src/lcas.c
   M /trunk/lcas/src/lcas_log.c
   M /trunk/lcmaps/include/lcmaps.h
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

added mechanism to specify if usrlogging and/or syslogging is required

------------------------------------------------------------------------
r542 | martijn | 2004-03-15 16:23:31 +0100 (Mon, 15 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Merge with jrfix_branch

------------------------------------------------------------------------
r538 | martijn | 2004-03-11 17:13:16 +0100 (Thu, 11 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

fixed bugje

------------------------------------------------------------------------
r532 | martijn | 2004-03-10 17:34:52 +0100 (Wed, 10 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

fixed bugje

------------------------------------------------------------------------
r531 | martijn | 2004-03-10 17:28:30 +0100 (Wed, 10 Mar 2004) | 4 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/include/lcmaps.h
   M /trunk/lcmaps/modules/Makefile.am
   A /trunk/lcmaps/modules/dummy
   A /trunk/lcmaps/modules/dummy/Makefile.am
   A /trunk/lcmaps/modules/dummy/lcmaps_dummy_bad.c
   A /trunk/lcmaps/modules/dummy/lcmaps_dummy_good.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

- modified lcmaps lcmaps_run_and_return_username() interface: A list of policies
to be evaluated can be specified.
- added dummy plugins

------------------------------------------------------------------------
r528 | okoeroo | 2004-03-10 14:34:29 +0100 (Wed, 10 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Fixed bug #2572

------------------------------------------------------------------------
r527 | venekamp | 2004-03-08 16:03:55 +0100 (Mon, 08 Mar 2004) | 7 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

o  Changed runEvaluationManagers() function call. It takes two arguments
   now. They are analoge to the argc and argv parameter of the main
   function call. When a list is supplied the runEvaluationManager will
   only consider policy rules in the list. The fist match is only used, so
   be aware of this when making the config file. If you which to keep the
   old behaviour, simply specify a value of zero for the argc parameter.

------------------------------------------------------------------------
r524 | okoeroo | 2004-03-04 18:02:44 +0100 (Thu, 04 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/edg-lcmaps.spec.in

updated doc. version 0.0.23

------------------------------------------------------------------------
r523 | martijn | 2004-03-04 17:34:33 +0100 (Thu, 04 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps.c

added link to afs and jobrep doc

------------------------------------------------------------------------
r522 | okoeroo | 2004-03-04 15:21:21 +0100 (Thu, 04 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

added apidoc

------------------------------------------------------------------------
r521 | okoeroo | 2004-03-04 14:30:29 +0100 (Thu, 04 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Added APIDoc text in the source file

------------------------------------------------------------------------
r518 | martijn | 2004-03-04 11:34:28 +0100 (Thu, 04 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/modules/jobrepository/Makefile.am

link jobrep plugin against jobrep api, which is relocated to /opt/edg/lib (was /opt/edg/lib/jobrepository)

------------------------------------------------------------------------
r517 | okoeroo | 2004-03-03 23:00:19 +0100 (Wed, 03 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

-JR_CONFIG == -jr_config

------------------------------------------------------------------------
r515 | martijn | 2004-03-03 11:01:49 +0100 (Wed, 03 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

Version 0.0.21, see README/specfile for details

------------------------------------------------------------------------
r514 | martijn | 2004-02-27 16:41:06 +0100 (Fri, 27 Feb 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

Fixed malloc bug (although harmless): sizeof(char*) --> sizeof(char)

------------------------------------------------------------------------
r513 | martijn | 2004-02-26 16:57:33 +0100 (Thu, 26 Feb 2004) | 2 lines
Changed paths:
   M /trunk/lcas/configure.in
   M /trunk/lcas/edg-lcas.spec.in
   M /trunk/lcas/src/Makefile.am
   M /trunk/lcas/src/modules/voms/Makefile.am
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/modules/afs/Makefile.am
   M /trunk/lcmaps/modules/jobrepository/Makefile.am
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/localaccount/Makefile.am
   M /trunk/lcmaps/modules/poolaccount/Makefile.am
   M /trunk/lcmaps/modules/posix_enf/Makefile.am
   M /trunk/lcmaps/modules/voms/Makefile.am
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/Makefile.am

propagate globus build flavor in all Makefiles (also for voms)

------------------------------------------------------------------------
r512 | martijn | 2004-02-26 16:55:59 +0100 (Thu, 26 Feb 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

added the options -set_only_euid and -set_only_egid, to be used by gridftp

------------------------------------------------------------------------
r511 | okoeroo | 2004-02-26 16:08:38 +0100 (Thu, 26 Feb 2004) | 8 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

An Extra initialisation option has been added "-JR_CONFIG <path/file>" for
this LCMAPS module.
The path/file you can add is only readable (0400) by root. This contains
the DNS name of the MySQL server, the database name with the user and
password to combi to use it. Thus making it impossible for the outside world
to read the config info. for the Job repository easily.
Note: the connection string is not listed in the log files.

------------------------------------------------------------------------
r510 | martijn | 2004-02-18 16:53:31 +0100 (Wed, 18 Feb 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps.h
   M /trunk/lcmaps/src/lcmaps.c

added lcmaps_run_and_return_username() interface to lcmaps

------------------------------------------------------------------------
r509 | martijn | 2004-01-28 17:28:50 +0100 (Wed, 28 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/edg-lcmaps.spec.in

fixed job rep dependence and added README.AFS to distribution

------------------------------------------------------------------------
r506 | martijn | 2004-01-23 11:18:02 +0100 (Fri, 23 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

ok, finally removed 'lcmaps-test' from the build process.

------------------------------------------------------------------------
r500 | martijn | 2004-01-23 11:04:15 +0100 (Fri, 23 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/autogen.sh
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

version 0.0.20 (just a dummy upgrade to link against new VOMS libs)

------------------------------------------------------------------------
r497 | martijn | 2004-01-15 14:18:28 +0100 (Thu, 15 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/autogen.sh
   M /trunk/lcmaps/edg-lcmaps.spec.in

version 0.0.19

------------------------------------------------------------------------
r495 | martijn | 2004-01-15 14:00:06 +0100 (Thu, 15 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/autogen.sh

added make uninstall distclean

------------------------------------------------------------------------
r485 | okoeroo | 2004-01-09 15:59:44 +0100 (Fri, 09 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Erased bogus debug logging stuff - no change

------------------------------------------------------------------------
r484 | okoeroo | 2004-01-09 15:45:45 +0100 (Fri, 09 Jan 2004) | 5 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Added support to store FQAN in the 'voms' table with the (full) triplet info.

Request from LCG: Added link between [VOMS triplet|FQAN] and it's localsite
representation in the form of GIDs (both primary and secundary).

------------------------------------------------------------------------
r481 | martijn | 2004-01-06 14:50:45 +0100 (Tue, 06 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/edg-lcmaps.spec.in

corrected jobrep-plugin-rpm dependency

------------------------------------------------------------------------
r480 | martijn | 2004-01-06 10:40:31 +0100 (Tue, 06 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/edg-lcmaps.spec.in

Corrected date

------------------------------------------------------------------------
r477 | martijn | 2004-01-06 10:38:07 +0100 (Tue, 06 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcas/README
   M /trunk/lcas/configure.in
   M /trunk/lcas/edg-lcas.spec.in
   M /trunk/lcmaps/README
   M /trunk/lcmaps/edg-lcmaps.spec.in

updated log

------------------------------------------------------------------------
r476 | martijn | 2004-01-05 17:45:24 +0100 (Mon, 05 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c

no change

------------------------------------------------------------------------
r475 | martijn | 2004-01-05 17:45:04 +0100 (Mon, 05 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

Fill the lcmaps_vo_mapping_t structure

------------------------------------------------------------------------
r474 | martijn | 2004-01-05 17:44:10 +0100 (Mon, 05 Jan 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps_cred_data.h
   M /trunk/lcmaps/include/lcmaps_vo_data.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

Added new structure (credential type) that contains a VO string (FQAN) with
the GID and groupname it was mapped to

------------------------------------------------------------------------
r473 | martijn | 2004-01-05 17:42:24 +0100 (Mon, 05 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

added $JOB_REPOSITORY_ID to logging string

------------------------------------------------------------------------
r471 | martijn | 2003-12-19 16:22:52 +0100 (Fri, 19 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps_vo_data.h

added lcmaps_vo_mapping_t

------------------------------------------------------------------------
r469 | martijn | 2003-12-19 16:03:16 +0100 (Fri, 19 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/README.AFS
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/modules/afs/lcmaps_afs.c

Incorporated AFS plugin documentation

------------------------------------------------------------------------
r468 | venekamp | 2003-12-19 14:48:57 +0100 (Fri, 19 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/afs/lcmaps_afs.c

o  Added manual page documention (Doxygen).

------------------------------------------------------------------------
r467 | okoeroo | 2003-12-19 14:47:51 +0100 (Fri, 19 Dec 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Exclusion of some debugging stuff in the actual code and fixed a buffer size
issue.

------------------------------------------------------------------------
r466 | venekamp | 2003-12-19 14:09:14 +0100 (Fri, 19 Dec 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/README.AFS

AFS README file

------------------------------------------------------------------------
r465 | martijn | 2003-12-18 11:16:13 +0100 (Thu, 18 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/modules/jobrepository/Makefile.am

Added AFS plugin and a prototype job repository plugin

------------------------------------------------------------------------
r464 | venekamp | 2003-12-17 13:52:25 +0100 (Wed, 17 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.tex

o  Corrected some spelling mistakes.

------------------------------------------------------------------------
r463 | venekamp | 2003-12-16 15:48:07 +0100 (Tue, 16 Dec 2003) | 5 lines
Changed paths:
   M /trunk/lcmaps/modules/afs/lcmaps_afs.c

o  Child exit status could not be retreived because the behaviour of the
   SIGCHLD signal is changed from the default behaviour. Problem is
   resoved be reverting this behaviour and when the afs plugin is done,
   putting back the old behaviour.

------------------------------------------------------------------------
r462 | okoeroo | 2003-12-16 15:31:14 +0100 (Tue, 16 Dec 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Made a temporary workaround to handle a \' character in a certificates SQL
string and beautified the standard log out.

------------------------------------------------------------------------
r461 | venekamp | 2003-12-12 11:20:02 +0100 (Fri, 12 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/afs/lcmaps_afs.c

o  When run_cmd() fail make it return 1.

------------------------------------------------------------------------
r460 | venekamp | 2003-12-12 11:16:54 +0100 (Fri, 12 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/afs/lcmaps_afs.c

o  gssklog command change to just 'gssklog' instead of a full path.

------------------------------------------------------------------------
r459 | venekamp | 2003-12-12 10:56:19 +0100 (Fri, 12 Dec 2003) | 13 lines
Changed paths:
   M /trunk/lcmaps/modules/afs/lcmaps_afs.c

o  Better loggin of gssklog.
o  Corrected checking of the return code of gssklog; it turn out that the
   return code cannot be retrieved. The system call wait fails. The only
   reason it can fail in the current usage if fork/wait is because the
   child (gssklog in this case) set the SIGCHLD signal to SIG_IGN. This
   prevents as child from tuning into a zombie when the parent does not
   wait. It also makes the wait syscall fail and hence, no exit code can
   be retrieved.
o  Added some Doxygen style comments.
o  Added checking for several (-port, -server, -cell, -lifetime, -setpag,
   -pipe, gsiklog) option. These options can be specified in the conf file.
o  Put forking and exec'ing in a subroutine.

------------------------------------------------------------------------
r458 | okoeroo | 2003-12-09 12:11:46 +0100 (Tue, 09 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/jobrep_test.c
   M /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c

Fixed bugs, increased stability and performance

------------------------------------------------------------------------
r457 | venekamp | 2003-12-08 16:26:22 +0100 (Mon, 08 Dec 2003) | 5 lines
Changed paths:
   M /trunk/lcmaps/modules/afs/Makefile.am
   M /trunk/lcmaps/modules/afs/lcmaps_afs.c

o  gssklog is called from the afs module and yields an afs token if all
   is well.
o  output produced by gssklog is caught and displayed in the lcmap log
   file.

------------------------------------------------------------------------
r453 | okoeroo | 2003-12-01 14:35:25 +0100 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/Makefile.am

.mod symlink is now created as well

------------------------------------------------------------------------
r452 | okoeroo | 2003-12-01 14:28:06 +0100 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/jobrepository/Makefile.am

Removed api sources (now the api library is used)

------------------------------------------------------------------------
r451 | okoeroo | 2003-12-01 13:55:33 +0100 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/modules/Makefile.am

added jobrepository

------------------------------------------------------------------------
r450 | okoeroo | 2003-12-01 13:47:56 +0100 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/jobrepository
   A /trunk/lcmaps/modules/jobrepository/Makefile.am
   A /trunk/lcmaps/modules/jobrepository/globus_gsi_gss_constants.h
   A /trunk/lcmaps/modules/jobrepository/globus_i_gsi_credential.h
   A /trunk/lcmaps/modules/jobrepository/gssapi_openssl.h
   A /trunk/lcmaps/modules/jobrepository/jobrep_test.c
   A /trunk/lcmaps/modules/jobrepository/jobrep_test.h
   A /trunk/lcmaps/modules/jobrepository/lcmaps_jobrep.c
   A /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.c
   A /trunk/lcmaps/modules/jobrepository/lcmaps_voms_utils.h

Initial check-in

------------------------------------------------------------------------
r449 | venekamp | 2003-11-27 16:06:09 +0100 (Thu, 27 Nov 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/afs/Makefile.am
   M /trunk/lcmaps/modules/afs/lcmaps_afs.c

o  Cleanup code
o  Added check for root id.

------------------------------------------------------------------------
r448 | martijn | 2003-11-26 17:34:24 +0100 (Wed, 26 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/afs/Makefile.am
   M /trunk/lcmaps/modules/afs/lcmaps_afs.c

export (delegated) in afs plugin, use it for gssklog and remove it afterwards

------------------------------------------------------------------------
r447 | martijn | 2003-11-26 17:26:03 +0100 (Wed, 26 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in

added afs makefile

------------------------------------------------------------------------
r446 | martijn | 2003-11-26 14:56:16 +0100 (Wed, 26 Nov 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/afs/plugin_test.c
   A /trunk/lcmaps/modules/afs/plugin_test.h

Yo, version 0

------------------------------------------------------------------------
r445 | venekamp | 2003-11-21 09:43:35 +0100 (Fri, 21 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/Makefile.am

o  Added afs module

------------------------------------------------------------------------
r444 | venekamp | 2003-11-20 16:35:56 +0100 (Thu, 20 Nov 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/afs/Makefile.am

o  Automake file

------------------------------------------------------------------------
r443 | venekamp | 2003-11-20 15:32:19 +0100 (Thu, 20 Nov 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/afs
   A /trunk/lcmaps/modules/afs/lcmaps_afs.c

o  Test module. Will be converted to a produnction module in the future.

------------------------------------------------------------------------
r439 | martijn | 2003-10-07 16:44:25 +0200 (Tue, 07 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

version 0.0.18, bug fixes for #1937, #1960 and #1962

------------------------------------------------------------------------
r438 | martijn | 2003-10-07 16:36:13 +0200 (Tue, 07 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c

more informative error message for VOMS_Init()

------------------------------------------------------------------------
r435 | martijn | 2003-10-07 15:11:37 +0200 (Tue, 07 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c

added check on pointer before free()

------------------------------------------------------------------------
r434 | venekamp | 2003-10-07 13:21:17 +0200 (Tue, 07 Oct 2003) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

o  Bug fix returned 1 on failure of call resetCredentialData(). This
   should have been a NULL pointer.
o  Added debug information to better distinguish resetting of the credential
   data.

------------------------------------------------------------------------
r433 | martijn | 2003-10-07 12:53:02 +0200 (Tue, 07 Oct 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

- added include line in pdl_main.c
- added debugging line in lcmaps_pluginmanager.c

------------------------------------------------------------------------
r432 | venekamp | 2003-10-07 11:44:56 +0200 (Tue, 07 Oct 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

bug: id=1937
Added resetCredentialData() as requested by the bug report.

------------------------------------------------------------------------
r431 | martijn | 2003-10-06 14:32:14 +0200 (Mon, 06 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

added the resetCredentialData() function for the Evaluation Manager

------------------------------------------------------------------------
r430 | martijn | 2003-10-03 16:07:42 +0200 (Fri, 03 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lcas/src/modules/voms/lcas_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c

Added VOMS api error messages

------------------------------------------------------------------------
r429 | martijn | 2003-10-03 15:19:28 +0200 (Fri, 03 Oct 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

to keep up with lcas_gridlist:
- lcmaps_gridlist(), with MATCH_ONLY_DN switched on does not require a 2nd arg
  in gridmapfiles anymore.

------------------------------------------------------------------------
r426 | martijn | 2003-09-24 15:48:23 +0200 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

Release 0.0.17: distribute a working groupmapfile(.in): groups start with '/', real VO names etc

------------------------------------------------------------------------
r425 | martijn | 2003-09-23 18:47:17 +0200 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/doc/lcmaps_include.tex.in

Add patchversion to doc title

------------------------------------------------------------------------
r424 | martijn | 2003-09-23 18:46:19 +0200 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/groupmapfile.in

This example should work

------------------------------------------------------------------------
r413 | martijn | 2003-09-17 16:45:31 +0200 (Wed, 17 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am

added scripts to distribution

------------------------------------------------------------------------
r412 | martijn | 2003-09-17 16:26:37 +0200 (Wed, 17 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/lcmaps.tex
   A /trunk/lcmaps/doc/lcmaps_gen_poolacc_ldif
   A /trunk/lcmaps/doc/lcmaps_gen_poolgroup_ldif
   A /trunk/lcmaps/doc/lcmaps_make_poolacc_dir
   A /trunk/lcmaps/doc/lcmaps_setup_pool

added example tools to setup poolaccounts/groups in LDAP

------------------------------------------------------------------------
r402 | martijn | 2003-09-15 17:20:43 +0200 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/edg-lcmaps.spec.in

added vomapfile.in to rpm

------------------------------------------------------------------------
r401 | martijn | 2003-09-15 17:09:44 +0200 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

tiny update

------------------------------------------------------------------------
r400 | martijn | 2003-09-15 17:04:52 +0200 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am
   A /trunk/lcmaps/doc/gridmapfile.ex
   M /trunk/lcmaps/doc/lcmaps.tex

added vomapfile/gridmapfile example

------------------------------------------------------------------------
r399 | martijn | 2003-09-15 17:01:32 +0200 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/vomapfile.in

added iteam and wpsix to the examples

------------------------------------------------------------------------
r397 | martijn | 2003-09-15 15:58:42 +0200 (Mon, 15 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README.NO_LDAP
   M /trunk/lcmaps/doc/lcmaps.tex

small update

------------------------------------------------------------------------
r394 | martijn | 2003-09-12 14:01:26 +0200 (Fri, 12 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcas/doc/lcas.tex
   M /trunk/lcmaps/README
   M /trunk/lcmaps/doc/lcmaps.tex

updated doc

------------------------------------------------------------------------
r391 | martijn | 2003-09-11 17:37:43 +0200 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/edg-lcmaps.spec.in

version 0.0.16 because of a stupid documentation bug in 0.0.15

------------------------------------------------------------------------
r387 | martijn | 2003-09-11 14:16:29 +0200 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/etc/groupmapfile.in

version 0.0.15, updated doc and groupmapfile example

------------------------------------------------------------------------
r386 | venekamp | 2003-09-11 13:20:28 +0200 (Thu, 11 Sep 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

o  When the first module to be evaluated failed, no next policy rule was
   considered when in fact there was. This has been fixed.

------------------------------------------------------------------------
r375 | martijn | 2003-09-10 17:56:10 +0200 (Wed, 10 Sep 2003) | 3 lines
Changed paths:
   A /trunk/lcmaps/README.NO_LDAP
   M /trunk/lcmaps/edg-lcmaps.spec.in

added doc for sites that don't want to use LDAP
Reset Prefix in specfile

------------------------------------------------------------------------
r362 | martijn | 2003-09-08 14:14:30 +0200 (Mon, 08 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/edg-lcmaps.spec.in

Set Prefix to @EDG_LOCATION@ in spec.in file

------------------------------------------------------------------------
r361 | martijn | 2003-09-04 16:09:01 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

updated gatekeeper doc

------------------------------------------------------------------------
r359 | martijn | 2003-09-04 15:47:35 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c

added header

------------------------------------------------------------------------
r358 | martijn | 2003-09-04 11:22:22 +0200 (Thu, 04 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/Makefile.am
   A /trunk/lcmaps/etc/vomapfile.in

added vomapfile example

------------------------------------------------------------------------
r352 | martijn | 2003-08-27 16:10:05 +0200 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

plug-in --> plugin

------------------------------------------------------------------------
r348 | martijn | 2003-08-19 17:01:46 +0200 (Tue, 19 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

added a few lines about the legacy interface

------------------------------------------------------------------------
r347 | martijn | 2003-08-19 16:50:34 +0200 (Tue, 19 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/lcmaps_gss_assist_gridmap.c

added \n

------------------------------------------------------------------------
r345 | martijn | 2003-08-19 14:55:29 +0200 (Tue, 19 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

version 0.0.14

------------------------------------------------------------------------
r344 | martijn | 2003-08-19 14:28:47 +0200 (Tue, 19 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

fixed bug in two log lines

------------------------------------------------------------------------
r338 | martijn | 2003-08-15 15:06:32 +0200 (Fri, 15 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

added #include <ctype.h>

------------------------------------------------------------------------
r337 | martijn | 2003-08-15 14:55:40 +0200 (Fri, 15 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c

included "_lcmaps_pluginmanager.h" in evaluationmanager.c, included -I <globusincdir> in Makefile.am

------------------------------------------------------------------------
r336 | martijn | 2003-08-15 14:43:22 +0200 (Fri, 15 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

switched on -Wall, included <ctype.h> in lcmaps_log.c

------------------------------------------------------------------------
r334 | martijn | 2003-08-13 15:26:04 +0200 (Wed, 13 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c

fixed documentation bugjes

------------------------------------------------------------------------
r332 | martijn | 2003-08-12 16:11:55 +0200 (Tue, 12 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.db.ex
   M /trunk/lcmaps/etc/lcmaps.db.in

better examples

------------------------------------------------------------------------
r330 | martijn | 2003-08-12 15:17:41 +0200 (Tue, 12 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

version 0.0.13

------------------------------------------------------------------------
r329 | martijn | 2003-08-12 15:04:18 +0200 (Tue, 12 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

Modified the documentation for the plugins

------------------------------------------------------------------------
r328 | martijn | 2003-08-11 18:30:48 +0200 (Mon, 11 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

Corrected the documentation

------------------------------------------------------------------------
r326 | okoeroo | 2003-08-11 16:40:26 +0200 (Mon, 11 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

Updated errorhandling

------------------------------------------------------------------------
r325 | martijn | 2003-08-11 15:49:04 +0200 (Mon, 11 Aug 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.h

- minor modification to make it usable for LCAS
- cleaned up

------------------------------------------------------------------------
r324 | okoeroo | 2003-08-11 15:10:59 +0200 (Mon, 11 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

Slightly improved logging

------------------------------------------------------------------------
r323 | okoeroo | 2003-08-11 14:57:44 +0200 (Mon, 11 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

Slightly improved logging

------------------------------------------------------------------------
r322 | martijn | 2003-08-11 14:55:44 +0200 (Mon, 11 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

corrected arguments of snprintf() calls

------------------------------------------------------------------------
r315 | martijn | 2003-08-07 14:26:46 +0200 (Thu, 07 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

fixed bug in log_cred() calls

------------------------------------------------------------------------
r313 | martijn | 2003-08-07 11:39:08 +0200 (Thu, 07 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/doc/lcmaps.tex
   M /trunk/lcmaps/edg-lcmaps.spec.in

version 0.0.12 (I'd forgotten to check them in)

------------------------------------------------------------------------
r312 | martijn | 2003-08-06 14:50:27 +0200 (Wed, 06 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

extra log output

------------------------------------------------------------------------
r311 | okoeroo | 2003-08-06 12:32:46 +0200 (Wed, 06 Aug 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

Some change to the log string. It will produce the same kind of string as
the 'posix_enf' plugin does.

------------------------------------------------------------------------
r310 | okoeroo | 2003-08-06 12:31:49 +0200 (Wed, 06 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

Small change to log string

------------------------------------------------------------------------
r309 | okoeroo | 2003-08-06 12:12:11 +0200 (Wed, 06 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

Changed default for the -mapmin parameter from '-1' to '0' for clarity.

------------------------------------------------------------------------
r308 | okoeroo | 2003-08-06 11:32:51 +0200 (Wed, 06 Aug 2003) | 9 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

Add parameters to the initialization of the plugins lcmaps_localgroup and
lcmaps_poolgroup called "-mapmin <group count>". More info. in the docs.
In general it sets a minimum amount of groups that should be mapped by the
running plugin. With this feature you can let the plugin fail if it doesn't
meet the mininum quota <group count> on resolved groups.
example: -mapmin 5 means that the voms_*group plugins must (atleast) match
5 VO-GROUP-ROLE combinations from the (proxy) certificate with the
groupmapfile.

------------------------------------------------------------------------
r307 | venekamp | 2003-08-06 11:30:12 +0200 (Wed, 06 Aug 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c

o  Bug fix: No matter what the end result of the evaluation of a policy
   was, the next policy would be evaluated. This is fixed now. Only when
   the evaluation was not successful, is the next rule evaluated.

------------------------------------------------------------------------
r306 | venekamp | 2003-08-06 10:15:36 +0200 (Wed, 06 Aug 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

o  Bug fix: When a policy rule fails and there exists another one, the one
   following is evaluated now.

------------------------------------------------------------------------
r305 | okoeroo | 2003-08-05 17:17:22 +0200 (Tue, 05 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

modified lease consistency check

------------------------------------------------------------------------
r303 | martijn | 2003-08-04 19:02:55 +0200 (Mon, 04 Aug 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

- fixed bugs with matching parameters in lcmaps_voms_poolaccount.c and lcmaps_voms_poolgroup.c
- added debugging in lcmaps_gridlist.c
- use the VERR_ORDER error from voms api in lcmaps_voms.c (probably useless, but does not hurt)

------------------------------------------------------------------------
r302 | martijn | 2003-08-04 16:04:16 +0200 (Mon, 04 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/edg-lcmaps.spec.in

updated for 0.0.11

------------------------------------------------------------------------
r301 | okoeroo | 2003-08-04 15:24:10 +0200 (Mon, 04 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

Adjustments in the documentation becasue of multiple use of same subsection headers

------------------------------------------------------------------------
r300 | okoeroo | 2003-08-04 15:11:04 +0200 (Mon, 04 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c
   M /trunk/lcmaps/modules/voms/plugin_test.c

Add documentation about the -override_consistency feature in the plugins

------------------------------------------------------------------------
r299 | martijn | 2003-08-04 14:58:30 +0200 (Mon, 04 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

updated doc: new option for gatekeeper: -lcmaps_debug_level

------------------------------------------------------------------------
r298 | martijn | 2003-08-04 14:22:03 +0200 (Mon, 04 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

Added the possibility to set the debugging level with the environment variable LCMAPS_DEBUG_LEVEL

------------------------------------------------------------------------
r297 | okoeroo | 2003-08-04 13:43:35 +0200 (Mon, 04 Aug 2003) | 14 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.h
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/poolaccount/plugin_test.c

We have discovered a bug in the (standard) poolaccount system.
It used to map a user to an account in it's designated pool (VO) like '.wpsix'.
The poolaccount mechanism will make the mapping between Distinghuished Name
and an account that starts with 'wpsix'.
When a user is mapped for the first time at a CE (by it's gatekeeper) the
poolaccount plugin will make a 'permanent' link between account resolution
according to it's designated pool and the DN of the user.
If there would be a change in the grid-mapfile by moving a user's DN to another
pool (VO) the poolaccount system would still map the user to it's previously
resoluted poolaccount. Neglecting the administrative changes in the grid-mapfile.

The cange has been made and a new initialisation option is added called:
"-override_consistency"

------------------------------------------------------------------------
r296 | venekamp | 2003-07-31 13:40:32 +0200 (Thu, 31 Jul 2003) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c

Corrected memcpy bug.
o  First changed memcpy to memmove as memory is overlapping.
o  Second, the size calculation of the memory to be copied was wrong.
   In fact it could be negative! Fixed now.

------------------------------------------------------------------------
r295 | venekamp | 2003-07-31 12:33:00 +0200 (Thu, 31 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

Added code and Doxygen comments.

------------------------------------------------------------------------
r294 | martijn | 2003-07-30 19:10:25 +0200 (Wed, 30 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/modules/example/lcmaps_plugin_example.c
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/ldap_enf/plugin_test.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/localaccount/plugin_test.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/poolaccount/plugin_test.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps/modules/posix_enf/plugin_test.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c
   M /trunk/lcmaps/modules/voms/plugin_test.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_test.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_runvars.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

fixed most of the warnings found by the "-Wall" flag

------------------------------------------------------------------------
r293 | venekamp | 2003-07-30 16:37:09 +0200 (Wed, 30 Jul 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h

o  More recusion checks. When recursion happens because a certain variable
   value combination, this is detected and reported now.
o  Unconnected rules are detected and reported now.

------------------------------------------------------------------------
r291 | martijn | 2003-07-25 12:27:04 +0200 (Fri, 25 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

v0.0.10, fixed some gcc3.2.2 dependencies (hopefully)

------------------------------------------------------------------------
r289 | martijn | 2003-07-24 15:08:22 +0200 (Thu, 24 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

version 0.0.9

------------------------------------------------------------------------
r288 | venekamp | 2003-07-24 14:52:53 +0200 (Thu, 24 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c

corrected a spelling mistake.

------------------------------------------------------------------------
r287 | venekamp | 2003-07-24 14:32:20 +0200 (Thu, 24 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h

o  Corrected space inserten with quoated string.
o  Added checking of recursion in policy rules.

------------------------------------------------------------------------
r286 | martijn | 2003-07-24 13:51:27 +0200 (Thu, 24 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/lcmaps.tex

updated release numbers of packages to be installed

------------------------------------------------------------------------
r285 | martijn | 2003-07-23 15:12:15 +0200 (Wed, 23 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/edg-lcmaps.spec.in

forgot to check these in

------------------------------------------------------------------------
r283 | martijn | 2003-07-21 19:38:29 +0200 (Mon, 21 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/ldap_enf/plugin_test.c

- built in timeout functionality on ldap_bind()
- fixed bugs (previously it was assumed that the number of uids and pgids >= 1)

------------------------------------------------------------------------
r282 | okoeroo | 2003-07-21 17:32:26 +0200 (Mon, 21 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

Added improved logging of the credentials. Only the credential which are
enforced by the LDAP plugin will be logged (as it should).

------------------------------------------------------------------------
r281 | venekamp | 2003-07-21 16:37:29 +0200 (Mon, 21 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c

getPluginNameAndArgs returns -1 when there is not enough space to copy
strings.

------------------------------------------------------------------------
r280 | venekamp | 2003-07-21 16:34:45 +0200 (Mon, 21 Jul 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

o  When a string is made up of several strings, a separating space is
   automatically added.
o  Give a warning when strings have overflown.

------------------------------------------------------------------------
r279 | martijn | 2003-07-21 16:10:26 +0200 (Mon, 21 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/include/lcmaps_defines.h

increased plugin options buffer

------------------------------------------------------------------------
r278 | venekamp | 2003-07-21 15:44:08 +0200 (Mon, 21 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

Added escaping of double quotes " in strings.

------------------------------------------------------------------------
r277 | venekamp | 2003-07-21 10:57:52 +0200 (Mon, 21 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

Quated strings on consecutive lines are merged into one single string.

------------------------------------------------------------------------
r276 | martijn | 2003-07-18 18:18:41 +0200 (Fri, 18 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/ldap_enf/plugin_test.c

improved logging

------------------------------------------------------------------------
r274 | martijn | 2003-07-17 17:16:20 +0200 (Thu, 17 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

version 0.0.7, bug fix gridmapdir

------------------------------------------------------------------------
r270 | martijn | 2003-07-16 17:34:42 +0200 (Wed, 16 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c

fixed doc error

------------------------------------------------------------------------
r267 | martijn | 2003-07-16 16:43:02 +0200 (Wed, 16 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/bod_dummy
   M /trunk/lcmaps/edg-lcmaps.spec.in

version 0.0.6

------------------------------------------------------------------------
r265 | martijn | 2003-07-16 14:53:29 +0200 (Wed, 16 Jul 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/include/lcmaps_log.h
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/lcmaps_gss_assist_gridmap.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

- Added loglines in plugins with timestamp, also in lcmaps framework
- fixed logging bugs
- restored old ldap passwd checking

------------------------------------------------------------------------
r264 | okoeroo | 2003-07-16 12:43:23 +0200 (Wed, 16 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

Made the log_cred a static function

------------------------------------------------------------------------
r263 | martijn | 2003-07-16 12:25:45 +0200 (Wed, 16 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/ldap_enf/plugin_test.c

more flexible password reading: tabs, newlines and whitespaces are ignored

------------------------------------------------------------------------
r262 | okoeroo | 2003-07-16 12:23:25 +0200 (Wed, 16 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

Log strings update (building and display)

------------------------------------------------------------------------
r261 | venekamp | 2003-07-16 11:30:58 +0200 (Wed, 16 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c

* Updated code documentation after recent code changes.
* Code clean up and removal.

------------------------------------------------------------------------
r259 | martijn | 2003-07-15 17:53:53 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/edg-lcmaps.spec.in

version 0.0.5

------------------------------------------------------------------------
r257 | martijn | 2003-07-15 17:48:48 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/lcmaps_config.h.in

FLEX define removed

------------------------------------------------------------------------
r256 | martijn | 2003-07-15 17:41:55 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

fixed bug in ldap_pw memory allocation

------------------------------------------------------------------------
r254 | martijn | 2003-07-15 15:05:15 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in

removed line

------------------------------------------------------------------------
r253 | martijn | 2003-07-15 15:02:45 +0200 (Tue, 15 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/edg-lcmaps.spec.in

removed voms-api build dependency in rpm spec file
updated Makefile.am for rpmbuild

------------------------------------------------------------------------
r252 | martijn | 2003-07-15 15:01:26 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in

use rpmbuild if possible

------------------------------------------------------------------------
r251 | venekamp | 2003-07-15 14:45:36 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Fixed a spelling mistake.

------------------------------------------------------------------------
r250 | venekamp | 2003-07-15 14:42:26 +0200 (Tue, 15 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

* Some detection of failed or not called initialization. Message is logged.
* stopEvalutionManger can be called multiple times (fixed).

------------------------------------------------------------------------
r249 | martijn | 2003-07-15 14:38:39 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c

updated logging

------------------------------------------------------------------------
r248 | venekamp | 2003-07-15 13:43:03 +0200 (Tue, 15 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/configure.in

changed the way flex or any other lexer is defined. Now each lexer type
has to define HAVE_FLEX or simular.

------------------------------------------------------------------------
r247 | martijn | 2003-07-15 13:40:09 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

added logging of locally enforced credentials (with time)

------------------------------------------------------------------------
r246 | venekamp | 2003-07-15 13:40:03 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Only register errors as errors and not warnings as well.

------------------------------------------------------------------------
r245 | venekamp | 2003-07-15 13:38:07 +0200 (Tue, 15 Jul 2003) | 5 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

-  stopEvaluationManager can be called multiple times now.
-  When errors are found during parsing, startEvaluationManager fails now.
-  When flex is being used as the lexical analyser, the buffer allocated
   are freed now.

------------------------------------------------------------------------
r244 | martijn | 2003-07-15 12:26:05 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

pvar --> args

------------------------------------------------------------------------
r242 | martijn | 2003-07-15 11:15:24 +0200 (Tue, 15 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/include/lcmaps_log.h
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps/modules/posix_enf/plugin_test.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

updated logging, few fixes doxygen

------------------------------------------------------------------------
r241 | martijn | 2003-07-14 16:33:56 +0200 (Mon, 14 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/lcmaps_config.h.in

Created a define with the lex type (flex or lex or ... )

------------------------------------------------------------------------
r240 | martijn | 2003-07-14 16:29:55 +0200 (Mon, 14 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am

Use LEXLIB instead of -ll

------------------------------------------------------------------------
r239 | martijn | 2003-07-14 14:06:41 +0200 (Mon, 14 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

fixed apidoc

------------------------------------------------------------------------
r238 | martijn | 2003-07-14 13:51:43 +0200 (Mon, 14 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/src/lcmaps.c

version 0.0.5, added lcmaps.c to apidoc including mainpage

------------------------------------------------------------------------
r236 | martijn | 2003-07-14 10:08:59 +0200 (Mon, 14 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

version 0.0.4

------------------------------------------------------------------------
r235 | martijn | 2003-07-14 10:03:36 +0200 (Mon, 14 Jul 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/bod_dummy

bod dummy file

------------------------------------------------------------------------
r234 | martijn | 2003-07-14 10:02:12 +0200 (Mon, 14 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/example/Makefile.am
   M /trunk/lcmaps/modules/example/lcmaps_plugin_example.c

forgot to remove testing code, now fixed

------------------------------------------------------------------------
r233 | venekamp | 2003-07-14 09:59:14 +0200 (Mon, 14 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

Changed the yacc file to better parse the files. This should eliminate a
few bugs that were hard to solve.

------------------------------------------------------------------------
r231 | martijn | 2003-07-11 18:44:28 +0200 (Fri, 11 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/edg-lcmaps.spec.in

added example groupmapfile

------------------------------------------------------------------------
r230 | martijn | 2003-07-11 17:58:16 +0200 (Fri, 11 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/doc/lcmaps.tex

switch to 0.0.3

------------------------------------------------------------------------
r229 | martijn | 2003-07-11 17:54:57 +0200 (Fri, 11 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/INSTALL
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/edg-lcmaps.spec.in

added dependencies + doc target

------------------------------------------------------------------------
r228 | martijn | 2003-07-11 17:53:19 +0200 (Fri, 11 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/lcmaps.db.ex
   M /trunk/lcmaps/doc/lcmaps.tex

First version of documentation ready (at least installation and configuration)

------------------------------------------------------------------------
r227 | martijn | 2003-07-11 17:52:37 +0200 (Fri, 11 Jul 2003) | 2 lines
Changed paths:
   D /trunk/lcmaps/doc/evaluationmanager/figures/example_real.pdf

should be created from eps, so no source file

------------------------------------------------------------------------
r226 | martijn | 2003-07-11 17:50:16 +0200 (Fri, 11 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

fixed plugin documentation

------------------------------------------------------------------------
r225 | martijn | 2003-07-11 12:51:38 +0200 (Fri, 11 Jul 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/doc/groupmapfile.ex

example groupmapfile

------------------------------------------------------------------------
r224 | martijn | 2003-07-11 12:50:05 +0200 (Fri, 11 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/Makefile.am

do not overwrite lcmaps.db

------------------------------------------------------------------------
r223 | martijn | 2003-07-11 12:47:53 +0200 (Fri, 11 Jul 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/etc/groupmapfile.in

the groupmapfile

------------------------------------------------------------------------
r222 | martijn | 2003-07-10 18:34:56 +0200 (Thu, 10 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

updated packaging

------------------------------------------------------------------------
r221 | martijn | 2003-07-10 18:33:23 +0200 (Thu, 10 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps.h
   M /trunk/lcmaps/include/lcmaps_arguments.h
   M /trunk/lcmaps/include/lcmaps_cred_data.h
   M /trunk/lcmaps/include/lcmaps_defines.h
   M /trunk/lcmaps/include/lcmaps_log.h
   M /trunk/lcmaps/include/lcmaps_modules.h
   M /trunk/lcmaps/include/lcmaps_types.h
   M /trunk/lcmaps/include/lcmaps_utils.h
   M /trunk/lcmaps/include/lcmaps_vo_data.h

Renamed the apidoc groups

------------------------------------------------------------------------
r220 | martijn | 2003-07-10 18:32:12 +0200 (Thu, 10 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/example/lcmaps_plugin_example.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

added documentation for some

------------------------------------------------------------------------
r219 | martijn | 2003-07-10 18:31:12 +0200 (Thu, 10 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/doc/evaluationmanager/Makefile.am

Corrected eps to pdf rule

------------------------------------------------------------------------
r218 | martijn | 2003-07-10 18:27:48 +0200 (Thu, 10 Jul 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/doc/datagrid.eps
   A /trunk/lcmaps/doc/lcmaps.db.ex
   A /trunk/lcmaps/doc/lcmaps.tex
   A /trunk/lcmaps/doc/lcmaps_include.tex.in

First attempt to document

------------------------------------------------------------------------
r217 | venekamp | 2003-07-10 16:02:14 +0200 (Thu, 10 Jul 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

fixed bug: When using empty policies the evaluatoinmanager no-longer
crashes. Well... when you use an empty definition which has been defined
before it still crashes. This is a different bug through.

------------------------------------------------------------------------
r216 | martijn | 2003-07-10 13:07:34 +0200 (Thu, 10 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/evaluationmanager/Makefile.am

Now it actually works... (epstopdf coversion)

------------------------------------------------------------------------
r215 | martijn | 2003-07-09 17:15:24 +0200 (Wed, 09 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

lcmaps_get_ldap_pw function update: test for read-only root

------------------------------------------------------------------------
r214 | martijn | 2003-07-09 17:05:45 +0200 (Wed, 09 Jul 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/doc/evaluationmanager/Makefile.am

Makefile.am for evaluation manager doc: pdl_requirements

------------------------------------------------------------------------
r213 | martijn | 2003-07-09 16:59:36 +0200 (Wed, 09 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/ldap_enf/plugin_test.c

added lcmaps_get_ldap_pw() function

------------------------------------------------------------------------
r212 | venekamp | 2003-07-09 16:07:13 +0200 (Wed, 09 Jul 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/doc/evaluationmanager/figures/example_real.eps
   A /trunk/lcmaps/doc/evaluationmanager/figures/example_real.fig
   A /trunk/lcmaps/doc/evaluationmanager/figures/example_real.pdf

New figures

------------------------------------------------------------------------
r209 | martijn | 2003-07-09 15:05:54 +0200 (Wed, 09 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/README
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

prepare for first rpm packaging

------------------------------------------------------------------------
r208 | martijn | 2003-07-09 15:03:28 +0200 (Wed, 09 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

added documentation + first attempt to add audit trail logging

------------------------------------------------------------------------
r207 | martijn | 2003-07-09 15:02:19 +0200 (Wed, 09 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps_log.h
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c

added lcmaps_log_cred() function

------------------------------------------------------------------------
r206 | venekamp | 2003-07-08 16:37:27 +0200 (Tue, 08 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Forgot to specify the buffer in a sprintf function.

------------------------------------------------------------------------
r205 | venekamp | 2003-07-08 16:22:54 +0200 (Tue, 08 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Fixed bug: when non-existing input filename is supplied, the eval. manager
           wait for stdin for input. Now an error is returned.

------------------------------------------------------------------------
r204 | venekamp | 2003-07-08 16:05:38 +0200 (Tue, 08 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

Fixed bug in pdl_next_plugin -> case EVALUATION_FAILURE:

------------------------------------------------------------------------
r203 | martijn | 2003-07-08 15:00:01 +0200 (Tue, 08 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

instead of a suffix (dnsuffix) the complete leasename is passed to lcmaps_gridlist()

------------------------------------------------------------------------
r202 | martijn | 2003-07-08 14:58:50 +0200 (Tue, 08 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c

fixed search string for poolaccount.
added switches to poolaccount.

------------------------------------------------------------------------
r201 | martijn | 2003-07-08 14:56:53 +0200 (Tue, 08 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Maak additional library: libedg_lcmaps_gss_assist_gridmap.so

------------------------------------------------------------------------
r200 | martijn | 2003-07-08 14:56:13 +0200 (Tue, 08 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c

Secondary gids are sorted and identical entries are not added

------------------------------------------------------------------------
r199 | martijn | 2003-07-08 14:55:31 +0200 (Tue, 08 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

LCMAPS policy db file can be specified with env variable LCMAPS_DB_FILE

------------------------------------------------------------------------
r198 | martijn | 2003-07-08 14:52:24 +0200 (Tue, 08 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps.h
   M /trunk/lcmaps/src/lcmaps.c

added lcmaps_run_without_credentials()

------------------------------------------------------------------------
r197 | martijn | 2003-07-08 14:49:39 +0200 (Tue, 08 Jul 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/lcmaps_gss_assist_gridmap.c

This file contains the sources for the legacy gridmap interface

------------------------------------------------------------------------
r196 | martijn | 2003-07-07 16:51:52 +0200 (Mon, 07 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

Code commented using doxygen

------------------------------------------------------------------------
r195 | martijn | 2003-07-07 12:13:53 +0200 (Mon, 07 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

fixed parsing bug
(now files with only DN entry on a line are parsed correctly, no segmentation fault)

------------------------------------------------------------------------
r194 | martijn | 2003-07-07 10:49:50 +0200 (Mon, 07 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c

fixed debugging output

------------------------------------------------------------------------
r193 | martijn | 2003-07-07 10:48:46 +0200 (Mon, 07 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c

PRI_GID --> SEC_GID !

------------------------------------------------------------------------
r192 | martijn | 2003-07-07 10:48:06 +0200 (Mon, 07 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

made gridmapdir_newlease() a static function, otherwise dlopen gets confused.

------------------------------------------------------------------------
r191 | martijn | 2003-07-04 16:25:32 +0200 (Fri, 04 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/lcmaps.db.in
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c
   M /trunk/lcmaps/modules/voms/plugin_test.c
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/lcmaps_test.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_runvars.c

various bugfixes and cleanups

------------------------------------------------------------------------
r190 | martijn | 2003-07-02 16:49:50 +0200 (Wed, 02 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile
   M /trunk/lcmaps/include/lcmaps.h
   M /trunk/lcmaps/include/lcmaps_arguments.h
   M /trunk/lcmaps/include/lcmaps_cred_data.h
   M /trunk/lcmaps/include/lcmaps_log.h
   M /trunk/lcmaps/include/lcmaps_utils.h
   M /trunk/lcmaps/modules/example/lcmaps_plugin_example.c
   M /trunk/lcmaps/src/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_log.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_runvars.h
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_utils.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_runvars.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

Reorganized apidoc

------------------------------------------------------------------------
r189 | martijn | 2003-07-02 14:37:42 +0200 (Wed, 02 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/example/lcmaps_plugin_example.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_utils.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_utils.h

cleaned up apidoc and added entries for plugin documentation

------------------------------------------------------------------------
r188 | martijn | 2003-07-02 14:36:53 +0200 (Wed, 02 Jul 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

added apidoc

------------------------------------------------------------------------
r187 | martijn | 2003-07-02 12:03:00 +0200 (Wed, 02 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/posix_enf/Makefile.am
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

- Makefile.am:    renamed the posix module shared object (lcmaps_posix.mod --> lcmaps_posix_enf.mod)
- lcmaps_posix.c: small changes in argument parsing

------------------------------------------------------------------------
r186 | martijn | 2003-07-02 12:01:13 +0200 (Wed, 02 Jul 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

- Makefile.am:   renamed the ldap module shared object (lcmaps_ldap.mod --> lcmaps_ldap_enf.mod)
- lcmaps_ldap.c: try to create plugin documentation in apidoc (seperate group)

------------------------------------------------------------------------
r185 | martijn | 2003-06-30 15:05:58 +0200 (Mon, 30 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/ldap_enf/plugin_test.c

plugin_initialize function finished

------------------------------------------------------------------------
r184 | martijn | 2003-06-27 16:06:10 +0200 (Fri, 27 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/localaccount/Makefile.am
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/Makefile.am
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.h
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/poolaccount/plugin_test.c
   M /trunk/lcmaps/modules/posix_enf/Makefile.am

clean up and make adjustments for the new VOMS plugins in the gridlist

------------------------------------------------------------------------
r183 | martijn | 2003-06-27 16:02:34 +0200 (Fri, 27 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/Makefile.am

added the new plugins

------------------------------------------------------------------------
r182 | martijn | 2003-06-27 16:02:14 +0200 (Fri, 27 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c

use globus_cred from LCMAPS, clean up

------------------------------------------------------------------------
r181 | martijn | 2003-06-27 16:00:31 +0200 (Fri, 27 Jun 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/voms/lcmaps_voms_localgroup.c
   A /trunk/lcmaps/modules/voms/lcmaps_voms_poolaccount.c
   A /trunk/lcmaps/modules/voms/lcmaps_voms_poolgroup.c

Start

------------------------------------------------------------------------
r180 | martijn | 2003-06-26 11:00:33 +0200 (Thu, 26 Jun 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/autogen.sh
   A /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.h

- Added a few lines to establish links to lcmaps_gridlist.[ch] in various directories
- Added lcmaps_gridlist.h (should already have happened)

------------------------------------------------------------------------
r179 | martijn | 2003-06-23 18:22:10 +0200 (Mon, 23 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/ldap_enf/plugin_test.c

added lcmaps_set_pgid() function

------------------------------------------------------------------------
r178 | martijn | 2003-06-19 18:21:40 +0200 (Thu, 19 Jun 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

lcmaps_vo_data.c: added lcmaps_cleanVoData(), modified lcmaps_copyVoData()
lcmaps_cred_data.c: removed separate VO data elements added support for lcmaps_vo_data

------------------------------------------------------------------------
r177 | martijn | 2003-06-19 18:19:46 +0200 (Thu, 19 Jun 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps_cred_data.h
   M /trunk/lcmaps/include/lcmaps_vo_data.h

lcmaps_vo_data.h: added lcmaps_cleanVoData(), modified lcmaps_copyVoData()
lcmaps_cred_data.h: removed separate VO data elements

------------------------------------------------------------------------
r176 | martijn | 2003-06-19 18:15:28 +0200 (Thu, 19 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/Makefile.am
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/plugin_test.c

voms: adding vo_data credentials works

------------------------------------------------------------------------
r175 | martijn | 2003-06-17 11:55:16 +0200 (Tue, 17 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps/modules/ldap_enf/plugin_test.c

working plugin_run, cleanup code

------------------------------------------------------------------------
r174 | martijn | 2003-06-16 17:55:35 +0200 (Mon, 16 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/Makefile.am
   M /trunk/lcmaps/include/lcmaps_vo_data.h

added lcmaps_vo_data.h

------------------------------------------------------------------------
r173 | martijn | 2003-06-16 17:54:17 +0200 (Mon, 16 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

Filled in lcmaps_vo_data.c and added to the sources in Makefile.am

------------------------------------------------------------------------
r172 | martijn | 2003-06-16 16:28:18 +0200 (Mon, 16 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

more cleanup

------------------------------------------------------------------------
r171 | martijn | 2003-06-16 16:07:30 +0200 (Mon, 16 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

code cleanup

------------------------------------------------------------------------
r170 | martijn | 2003-06-16 15:06:51 +0200 (Mon, 16 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

lcmaps_add_username_to_ldapgroup added

------------------------------------------------------------------------
r169 | martijn | 2003-06-13 18:16:49 +0200 (Fri, 13 Jun 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in
   M /trunk/lcmaps/lcmaps_config.h.in

- now EDG_RPM_RELEASE_VERSION is added to the package name
- interface package added

------------------------------------------------------------------------
r168 | martijn | 2003-06-13 18:15:38 +0200 (Fri, 13 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/Makefile.am

removed some lines to get correct dependencies

------------------------------------------------------------------------
r167 | martijn | 2003-06-13 18:15:10 +0200 (Fri, 13 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c

fixed small bug, added some comments

------------------------------------------------------------------------
r166 | martijn | 2003-06-13 18:12:58 +0200 (Fri, 13 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/localaccount/Makefile.am
   M /trunk/lcmaps/modules/poolaccount/Makefile.am
   M /trunk/lcmaps/modules/posix_enf/Makefile.am
   M /trunk/lcmaps/modules/voms/Makefile.am

removed lines to get correct dependencies

------------------------------------------------------------------------
r165 | martijn | 2003-06-13 18:12:04 +0200 (Fri, 13 Jun 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/include/lcmaps_vo_data.h
   A /trunk/lcmaps/src/pluginmanager/lcmaps_vo_data.c

routines to acces some vo data

------------------------------------------------------------------------
r164 | martijn | 2003-06-13 14:49:29 +0200 (Fri, 13 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c

Tiny update

------------------------------------------------------------------------
r163 | martijn | 2003-06-13 14:40:39 +0200 (Fri, 13 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/lcmaps.db.in

New lcmaps policy example

------------------------------------------------------------------------
r162 | martijn | 2003-06-13 14:35:57 +0200 (Fri, 13 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

check that process does not end up with root priviliges after posix enforcement

------------------------------------------------------------------------
r161 | venekamp | 2003-06-13 11:08:00 +0200 (Fri, 13 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c

document changes?

------------------------------------------------------------------------
r160 | martijn | 2003-06-12 16:13:45 +0200 (Thu, 12 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in

removed obsolete line

------------------------------------------------------------------------
r157 | martijn | 2003-06-04 17:28:04 +0200 (Wed, 04 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

attempts to store and query LDAP

------------------------------------------------------------------------
r156 | venekamp | 2003-06-04 15:01:02 +0200 (Wed, 04 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.tex

Examples added.

------------------------------------------------------------------------
r153 | venekamp | 2003-05-26 12:50:27 +0200 (Mon, 26 May 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h

Added source documentation.

------------------------------------------------------------------------
r152 | martijn | 2003-05-09 15:30:15 +0200 (Fri, 09 May 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/example/lcmaps_plugin_example.c
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

Adjusted debug logging

------------------------------------------------------------------------
r151 | martijn | 2003-05-09 15:29:35 +0200 (Fri, 09 May 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/voms/lcmaps_voms.c
   M /trunk/lcmaps/modules/voms/lcmaps_voms_utils.c
   M /trunk/lcmaps/modules/voms/plugin_test.c

Using vomsc API
Adjusted debug logging

------------------------------------------------------------------------
r150 | martijn | 2003-05-09 15:28:31 +0200 (Fri, 09 May 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

Using ldap api
Adjusted debug logging

------------------------------------------------------------------------
r149 | martijn | 2003-05-09 15:17:24 +0200 (Fri, 09 May 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c

Switched EVALUATION_SUCCESS and EVALUATION_FAILURE

------------------------------------------------------------------------
r148 | martijn | 2003-05-09 15:12:11 +0200 (Fri, 09 May 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Use evaluation manager

------------------------------------------------------------------------
r147 | venekamp | 2003-05-08 15:06:05 +0200 (Thu, 08 May 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h

Fixed most memory leaks. Two are remaining: one is GLIBC_2.1 related, the
other is lex related.

------------------------------------------------------------------------
r146 | venekamp | 2003-05-08 11:14:38 +0200 (Thu, 08 May 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c

Fixed sending a NULL pointer to find_state() in pdl_next_plugin().

------------------------------------------------------------------------
r145 | martijn | 2003-05-07 14:57:58 +0200 (Wed, 07 May 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

added evaluationmanager switch

------------------------------------------------------------------------
r144 | venekamp | 2003-05-07 14:09:08 +0200 (Wed, 07 May 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

Fixed return of pluginname. The arguments are removed now.

------------------------------------------------------------------------
r143 | martijn | 2003-04-28 15:04:53 +0200 (Mon, 28 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/localaccount/Makefile.am
   M /trunk/lcmaps/modules/poolaccount/Makefile.am
   M /trunk/lcmaps/modules/posix_enf/Makefile.am
   M /trunk/lcmaps/modules/voms/Makefile.am

Incorporated new src layout for plugin_test.c linking

------------------------------------------------------------------------
r142 | martijn | 2003-04-25 17:41:02 +0200 (Fri, 25 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am

Added -ll

------------------------------------------------------------------------
r141 | martijn | 2003-04-25 17:39:36 +0200 (Fri, 25 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Incorporated part of evaluation interface

------------------------------------------------------------------------
r140 | venekamp | 2003-04-25 16:11:25 +0200 (Fri, 25 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h

getPluginNameAndArgs() returns an integer now.

------------------------------------------------------------------------
r139 | venekamp | 2003-04-25 16:01:51 +0200 (Fri, 25 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Fixed a warning.

------------------------------------------------------------------------
r138 | venekamp | 2003-04-25 16:00:17 +0200 (Fri, 25 Apr 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

- runPlugin() was put in pdl_main.c instead of pdl_test.c.
- Fixed a few warnings.

------------------------------------------------------------------------
r137 | venekamp | 2003-04-25 15:48:25 +0200 (Fri, 25 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c

Implemented runEvaluationManager() interface.

------------------------------------------------------------------------
r136 | martijn | 2003-04-25 14:11:21 +0200 (Fri, 25 Apr 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   A /trunk/lcmaps/src/lcmaps.c
   A /trunk/lcmaps/src/lcmaps_test.c
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   D /trunk/lcmaps/src/pluginmanager/lcmaps.c
   D /trunk/lcmaps/src/pluginmanager/lcmaps_test.c

First step in integration of pluginmanager and evaluationmanager
Top level: lcmaps.c
subdirs: pluginmanager and evaluationmanager

------------------------------------------------------------------------
r135 | martijn | 2003-04-25 13:30:29 +0200 (Fri, 25 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcas/configure.in
   M /trunk/lcas/edg-lcas.spec.in
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/edg-lcmaps.spec.in

Added EDG_RPM_RELEASE_VERSION environment variable

------------------------------------------------------------------------
r134 | martijn | 2003-04-25 12:15:38 +0200 (Fri, 25 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h

Added some comments

------------------------------------------------------------------------
r133 | martijn | 2003-04-25 11:07:53 +0200 (Fri, 25 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/doc/Makefile.am
   M /trunk/lcmaps/etc/Makefile.am
   M /trunk/lcmaps/etc/lcmaps.db.in
   M /trunk/lcmaps/include/Makefile.am
   M /trunk/lcmaps/modules/Makefile.am
   M /trunk/lcmaps/modules/example/Makefile.am
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/localaccount/Makefile.am
   M /trunk/lcmaps/modules/poolaccount/Makefile.am
   M /trunk/lcmaps/modules/posix_enf/Makefile.am
   M /trunk/lcmaps/modules/voms/Makefile.am
   M /trunk/lcmaps/src/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/Makefile.am

Used the right ("##") comment tag in Makefile.am's

------------------------------------------------------------------------
r132 | martijn | 2003-04-24 17:45:43 +0200 (Thu, 24 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/voms/Makefile.am
   A /trunk/lcmaps/modules/voms/lcmaps_voms.c
   A /trunk/lcmaps/modules/voms/lcmaps_voms_utils.c
   A /trunk/lcmaps/modules/voms/lcmaps_voms_utils.h
   A /trunk/lcmaps/modules/voms/plugin_test.c
   A /trunk/lcmaps/modules/voms/plugin_test.h

Start

------------------------------------------------------------------------
r131 | martijn | 2003-04-24 17:44:46 +0200 (Thu, 24 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/voms
   A /trunk/lcmaps/modules/voms/globus_gsi_gss_constants.h
   A /trunk/lcmaps/modules/voms/globus_i_gsi_credential.h
   A /trunk/lcmaps/modules/voms/gssapi_openssl.h

Internal globus headers needed for lcmaps_voms_utils.c

------------------------------------------------------------------------
r130 | venekamp | 2003-04-24 14:11:39 +0200 (Thu, 24 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c

Forgot to return the path in the plugin name.

------------------------------------------------------------------------
r129 | venekamp | 2003-04-24 10:00:58 +0200 (Thu, 24 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c

Fix strcpy bug.

------------------------------------------------------------------------
r128 | venekamp | 2003-04-23 16:49:01 +0200 (Wed, 23 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_test.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

Added the ability to read config files other than stdin.

------------------------------------------------------------------------
r127 | venekamp | 2003-04-23 16:29:48 +0200 (Wed, 23 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/evaluationmanager/pdl_test.c

File to test the evaluation manager stand alone.

------------------------------------------------------------------------
r126 | venekamp | 2003-04-23 15:44:34 +0200 (Wed, 23 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/evaluationmanager/evaluationmanager.c

Forgotten to add file.

------------------------------------------------------------------------
r125 | venekamp | 2003-04-23 15:33:58 +0200 (Wed, 23 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/evaluationmanager/evaluationmanager.h
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h

Added getPluginNameAndArgs() interface and its implementation.

------------------------------------------------------------------------
r124 | martijn | 2003-04-23 13:47:28 +0200 (Wed, 23 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/modules/Makefile.am

added voms plugin

------------------------------------------------------------------------
r123 | venekamp | 2003-04-17 16:14:50 +0200 (Thu, 17 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

Variables values can be quoted text.

------------------------------------------------------------------------
r122 | venekamp | 2003-04-17 10:29:09 +0200 (Thu, 17 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/examples/example_1.pdl
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

Added comments and an example configure file.

------------------------------------------------------------------------
r121 | martijn | 2003-04-15 14:30:56 +0200 (Tue, 15 Apr 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/include/Makefile.am
   M /trunk/lcmaps/include/lcmaps_defines.h
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Moved lcmaps_db strucure to public interface (for evaluationmanager).
_lcmaps_defines.h is obsolete now

------------------------------------------------------------------------
r120 | martijn | 2003-04-15 14:29:09 +0200 (Tue, 15 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/modules/Makefile.am

Added ldap_enf plugin module

------------------------------------------------------------------------
r119 | martijn | 2003-04-15 14:25:41 +0200 (Tue, 15 Apr 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps_cred_data.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c

added VoMS info to credential data:
 VO, groups, subgroup, role, capability

------------------------------------------------------------------------
r118 | martijn | 2003-04-15 14:20:44 +0200 (Tue, 15 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c

Works with NGROUPS_MAX (solaris compatibility)

------------------------------------------------------------------------
r117 | martijn | 2003-04-15 14:11:15 +0200 (Tue, 15 Apr 2003) | 3 lines
Changed paths:
   A /trunk/lcmaps/include/lcmaps_db_read.h

start.
To be used by evaluationmanager for its lmaps_db structure

------------------------------------------------------------------------
r116 | martijn | 2003-04-14 18:07:24 +0200 (Mon, 14 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/ldap_enf/Makefile.am
   M /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c

fetch server credential

------------------------------------------------------------------------
r115 | martijn | 2003-04-14 16:36:36 +0200 (Mon, 14 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/ldap_enf
   A /trunk/lcmaps/modules/ldap_enf/Makefile.am
   A /trunk/lcmaps/modules/ldap_enf/lcmaps_ldap.c
   A /trunk/lcmaps/modules/ldap_enf/plugin_test.c
   A /trunk/lcmaps/modules/ldap_enf/plugin_test.h

start

------------------------------------------------------------------------
r114 | venekamp | 2003-04-14 16:06:36 +0200 (Mon, 14 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/evaluationmanager/examples
   A /trunk/lcmaps/src/evaluationmanager/examples/example_1.pdl

Added a realistic example to test the pdl module.

------------------------------------------------------------------------
r113 | venekamp | 2003-04-14 15:08:42 +0200 (Mon, 14 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am
   M /trunk/lcmaps/src/evaluationmanager/pdl.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   M /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   M /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   M /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

Added copyright notice and license information to the files.

------------------------------------------------------------------------
r112 | venekamp | 2003-04-10 12:41:08 +0200 (Thu, 10 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am

Added evaluationmanager as subdir.

------------------------------------------------------------------------
r111 | venekamp | 2003-04-10 12:35:18 +0200 (Thu, 10 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in

Added the creation of a Makefile in doc/evaluationmanager

------------------------------------------------------------------------
r110 | venekamp | 2003-04-10 11:44:46 +0200 (Thu, 10 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/doc/evaluationmanager
   A /trunk/lcmaps/doc/evaluationmanager/figures
   A /trunk/lcmaps/doc/evaluationmanager/figures/datagrid.eps
   A /trunk/lcmaps/doc/evaluationmanager/figures/example1.eps
   A /trunk/lcmaps/doc/evaluationmanager/figures/example1.fig
   A /trunk/lcmaps/doc/evaluationmanager/figures/example2.eps
   A /trunk/lcmaps/doc/evaluationmanager/figures/example2.fig
   A /trunk/lcmaps/doc/evaluationmanager/figures/example3.eps
   A /trunk/lcmaps/doc/evaluationmanager/figures/example3.fig
   A /trunk/lcmaps/doc/evaluationmanager/figures/example4.eps
   A /trunk/lcmaps/doc/evaluationmanager/figures/example4.fig
   A /trunk/lcmaps/doc/evaluationmanager/figures/nikhef.eps
   A /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.bib
   A /trunk/lcmaps/doc/evaluationmanager/pdl_requirements.tex

First checking.

------------------------------------------------------------------------
r109 | martijn | 2003-04-09 15:10:59 +0200 (Wed, 09 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c

Added doxygen documentation

------------------------------------------------------------------------
r108 | martijn | 2003-04-09 15:10:21 +0200 (Wed, 09 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps.c

added doxygen directives

------------------------------------------------------------------------
r107 | martijn | 2003-04-09 15:09:22 +0200 (Wed, 09 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps_arguments.h
   M /trunk/lcmaps/include/lcmaps_cred_data.h

Added apidoc description + clean up

------------------------------------------------------------------------
r106 | martijn | 2003-04-09 15:08:25 +0200 (Wed, 09 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/Doxyfile

removed pdl_main.c from doxyfile sources

------------------------------------------------------------------------
r105 | martijn | 2003-04-09 14:43:35 +0200 (Wed, 09 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/doc/Makefile.am

added evaluationmanager directory

------------------------------------------------------------------------
r104 | martijn | 2003-04-07 13:25:03 +0200 (Mon, 07 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/lcmaps.db.in

added init arguments

------------------------------------------------------------------------
r103 | martijn | 2003-04-07 13:23:57 +0200 (Mon, 07 Apr 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   M /trunk/lcmaps/modules/posix_enf/plugin_test.c

added init arguments
removed printf statement(s)
removed TABs

------------------------------------------------------------------------
r102 | martijn | 2003-04-07 12:34:35 +0200 (Mon, 07 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am

Fixed buggetje

------------------------------------------------------------------------
r101 | martijn | 2003-04-07 12:31:58 +0200 (Mon, 07 Apr 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

use lcmaps_log() and lcmaps_log_debug() to log messages and debugging output, stdout is forbidden
because closed in the gatekeeper

------------------------------------------------------------------------
r100 | martijn | 2003-04-07 12:30:45 +0200 (Mon, 07 Apr 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

added setgrent() and endgrent() to close the groups file and rewind the file pointer to start of
file

------------------------------------------------------------------------
r96 | martijn | 2003-04-02 15:25:54 +0200 (Wed, 02 Apr 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/Makefile.am
   M /trunk/lcmaps/configure.in
   M /trunk/lcmaps/etc/lcmaps.db.in
   M /trunk/lcmaps/lcmaps_config.h.in
   M /trunk/lcmaps/modules/Makefile.am
   M /trunk/lcmaps/modules/example/Makefile.am
   M /trunk/lcmaps/modules/example/lcmaps_plugin_example.c
   M /trunk/lcmaps/modules/localaccount/Makefile.am
   M /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps/modules/poolaccount/Makefile.am
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c
   M /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps/src/evaluationmanager/Makefile.am

- Added Policy Description Language evaluation manager
- added apidoc target
- updated plugin code

------------------------------------------------------------------------
r95 | martijn | 2003-04-02 15:22:18 +0200 (Wed, 02 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/Doxyfile

Start

------------------------------------------------------------------------
r94 | martijn | 2003-04-02 15:21:24 +0200 (Wed, 02 Apr 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/include/Makefile.am
   M /trunk/lcmaps/include/lcmaps.h
   M /trunk/lcmaps/include/lcmaps_arguments.h
   A /trunk/lcmaps/include/lcmaps_cred_data.h
   M /trunk/lcmaps/include/lcmaps_types.h
   M /trunk/lcmaps/include/lcmaps_utils.h

- added credential data header
- added lcmaps_get_gidlist()
- clean up

------------------------------------------------------------------------
r93 | martijn | 2003-04-02 15:18:01 +0200 (Wed, 02 Apr 2003) | 4 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   M /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   M /trunk/lcmaps/src/pluginmanager/lcmaps.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   M /trunk/lcmaps/src/pluginmanager/lcmaps_test.c

- changed pluginmanager api
- added credential data and run variable calls
- added documentation

------------------------------------------------------------------------
r92 | martijn | 2003-04-02 15:17:14 +0200 (Wed, 02 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Added lcmaps_get_gidlist()

------------------------------------------------------------------------
r91 | martijn | 2003-04-02 15:14:27 +0200 (Wed, 02 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/pluginmanager/_lcmaps_cred_data.h
   A /trunk/lcmaps/src/pluginmanager/_lcmaps_runvars.h
   A /trunk/lcmaps/src/pluginmanager/lcmaps_cred_data.c
   A /trunk/lcmaps/src/pluginmanager/lcmaps_runvars.c

Added routines to acces the credential data and the run variables

------------------------------------------------------------------------
r90 | martijn | 2003-04-02 15:11:14 +0200 (Wed, 02 Apr 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/localaccount/plugin_test.c
   A /trunk/lcmaps/modules/localaccount/plugin_test.h
   A /trunk/lcmaps/modules/poolaccount/plugin_test.c
   A /trunk/lcmaps/modules/poolaccount/plugin_test.h
   A /trunk/lcmaps/modules/posix_enf
   A /trunk/lcmaps/modules/posix_enf/Makefile.am
   A /trunk/lcmaps/modules/posix_enf/lcmaps_posix.c
   A /trunk/lcmaps/modules/posix_enf/plugin_test.c
   A /trunk/lcmaps/modules/posix_enf/plugin_test.h

Start

------------------------------------------------------------------------
r89 | martijn | 2003-03-31 16:22:38 +0200 (Mon, 31 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/evaluationmanager/pdl.h
   A /trunk/lcmaps/src/evaluationmanager/pdl_lex.l
   A /trunk/lcmaps/src/evaluationmanager/pdl_main.c
   A /trunk/lcmaps/src/evaluationmanager/pdl_policy.c
   A /trunk/lcmaps/src/evaluationmanager/pdl_policy.h
   A /trunk/lcmaps/src/evaluationmanager/pdl_rule.c
   A /trunk/lcmaps/src/evaluationmanager/pdl_rule.h
   A /trunk/lcmaps/src/evaluationmanager/pdl_variable.c
   A /trunk/lcmaps/src/evaluationmanager/pdl_variable.h
   A /trunk/lcmaps/src/evaluationmanager/pdl_yacc.y

first check-in

------------------------------------------------------------------------
r88 | martijn | 2003-03-25 16:25:02 +0100 (Tue, 25 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

added pool account patch

------------------------------------------------------------------------
r87 | martijn | 2003-03-25 16:24:26 +0100 (Tue, 25 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/poolaccount/lcmaps_gridlist.c

adapted from lcas_gridlist.c

------------------------------------------------------------------------
r85 | martijn | 2003-03-17 17:00:22 +0100 (Mon, 17 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in

added Makefiles for modules

------------------------------------------------------------------------
r84 | martijn | 2003-03-17 16:58:44 +0100 (Mon, 17 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/modules/example
   A /trunk/lcmaps/modules/example/Makefile.am
   A /trunk/lcmaps/modules/example/lcmaps_plugin_example.c
   A /trunk/lcmaps/modules/localaccount
   A /trunk/lcmaps/modules/localaccount/Makefile.am
   A /trunk/lcmaps/modules/localaccount/lcmaps_localaccount.c
   A /trunk/lcmaps/modules/poolaccount
   A /trunk/lcmaps/modules/poolaccount/Makefile.am
   A /trunk/lcmaps/modules/poolaccount/lcmaps_poolaccount.c

Created structure for LCMAPS modules

------------------------------------------------------------------------
r83 | martijn | 2003-03-17 16:56:32 +0100 (Mon, 17 Mar 2003) | 2 lines
Changed paths:
   D /trunk/lcmaps/modules/lcmaps_plugin_example.c

moved to directory "example"

------------------------------------------------------------------------
r80 | martijn | 2003-03-13 17:53:20 +0100 (Thu, 13 Mar 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

Integrated lcmaps_arguments part.
Made callouts to plugin_run()

------------------------------------------------------------------------
r79 | martijn | 2003-03-13 17:51:42 +0100 (Thu, 13 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c

beautified code + fixed bug in lcmaps_setArgValue()

------------------------------------------------------------------------
r78 | martijn | 2003-03-13 17:49:52 +0100 (Thu, 13 Mar 2003) | 3 lines
Changed paths:
   M /trunk/lcmaps/modules/lcmaps_plugin_example.c

Adjusted plugin_run() api
Use lcmaps_getArgValue to get the requested values

------------------------------------------------------------------------
r77 | martijn | 2003-03-13 17:41:58 +0100 (Thu, 13 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps_types.h

included gssapi.h

------------------------------------------------------------------------
r76 | martijn | 2003-03-13 17:39:04 +0100 (Thu, 13 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/lcmaps_arguments.h

made functions external, changed api of lcmaps_getArgValue slightly

------------------------------------------------------------------------
r75 | martijn | 2003-03-13 11:56:36 +0100 (Thu, 13 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/Makefile.am
   M /trunk/lcmaps/include/lcmaps_arguments.h

Updated arguments interface

------------------------------------------------------------------------
r74 | martijn | 2003-03-13 11:55:45 +0100 (Thu, 13 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/Makefile.am
   A /trunk/lcmaps/src/pluginmanager/lcmaps_arguments.c

Added lcmaps_arguments.c to the lcmaps sources

------------------------------------------------------------------------
r73 | martijn | 2003-03-11 12:48:15 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/pluginmanager/.vilerc

For editing purposes

------------------------------------------------------------------------
r72 | martijn | 2003-03-11 12:47:09 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c

update

------------------------------------------------------------------------
r71 | martijn | 2003-03-11 12:36:11 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/configure.in

Added the macros for the lcmaps-test program

------------------------------------------------------------------------
r70 | martijn | 2003-03-11 12:35:15 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/include/Makefile.am
   A /trunk/lcmaps/include/lcmaps.h
   A /trunk/lcmaps/include/lcmaps_arguments.h
   A /trunk/lcmaps/include/lcmaps_defines.h
   A /trunk/lcmaps/include/lcmaps_log.h
   A /trunk/lcmaps/include/lcmaps_modules.h
   A /trunk/lcmaps/include/lcmaps_types.h
   A /trunk/lcmaps/include/lcmaps_utils.h

Added the include files

------------------------------------------------------------------------
r69 | martijn | 2003-03-11 12:33:28 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/modules/Makefile.am
   A /trunk/lcmaps/modules/lcmaps_plugin_example.c

Added the example plugin

------------------------------------------------------------------------
r68 | martijn | 2003-03-11 12:32:00 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/etc/Makefile.am

added lcmaps.db.in file

------------------------------------------------------------------------
r67 | martijn | 2003-03-11 12:31:14 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/etc/lcmaps.db.in

lcmaps config files, just to start with.

------------------------------------------------------------------------
r66 | martijn | 2003-03-11 12:28:29 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/src/pluginmanager/_lcmaps_db_read.h
   A /trunk/lcmaps/src/pluginmanager/_lcmaps_defines.h
   A /trunk/lcmaps/src/pluginmanager/_lcmaps_log.h
   A /trunk/lcmaps/src/pluginmanager/_lcmaps_pluginmanager.h
   A /trunk/lcmaps/src/pluginmanager/_lcmaps_utils.h
   A /trunk/lcmaps/src/pluginmanager/lcmaps_db_read.c
   A /trunk/lcmaps/src/pluginmanager/lcmaps_log.c
   A /trunk/lcmaps/src/pluginmanager/lcmaps_pluginmanager.c
   A /trunk/lcmaps/src/pluginmanager/lcmaps_test.c
   A /trunk/lcmaps/src/pluginmanager/lcmaps_utils.c

Added prototype pluginmanager

------------------------------------------------------------------------
r65 | martijn | 2003-03-11 12:26:45 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/lcmaps.c

Main entry for edg-gatekeeper, gridftp etc.

------------------------------------------------------------------------
r64 | martijn | 2003-03-11 12:26:18 +0100 (Tue, 11 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lcmaps/src/pluginmanager/Makefile.am

Added lcmaps structure

------------------------------------------------------------------------
r63 | martijn | 2003-03-03 17:39:56 +0100 (Mon, 03 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps/INSTALL
   A /trunk/lcmaps/LICENSE
   A /trunk/lcmaps/MAINTAINERS
   A /trunk/lcmaps/Makefile.am
   A /trunk/lcmaps/README
   A /trunk/lcmaps/autogen.sh
   A /trunk/lcmaps/configure.in
   A /trunk/lcmaps/edg-lcmaps.spec.in
   A /trunk/lcmaps/lcmaps_config.h.in

start

------------------------------------------------------------------------
r62 | martijn | 2003-03-03 17:39:27 +0100 (Mon, 03 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lcmaps
   A /trunk/lcmaps/doc
   A /trunk/lcmaps/doc/Makefile.am
   A /trunk/lcmaps/etc
   A /trunk/lcmaps/etc/Makefile.am
   A /trunk/lcmaps/include
   A /trunk/lcmaps/include/Makefile.am
   A /trunk/lcmaps/modules
   A /trunk/lcmaps/modules/Makefile.am
   A /trunk/lcmaps/src
   A /trunk/lcmaps/src/Makefile.am
   A /trunk/lcmaps/src/evaluationmanager
   A /trunk/lcmaps/src/evaluationmanager/Makefile.am
   A /trunk/lcmaps/src/pluginmanager
   A /trunk/lcmaps/src/pluginmanager/Makefile.am
   A /trunk/lcmaps/src/pluginmanager/lcmaps.c

Start

------------------------------------------------------------------------
