------------------------------------------------------------------------
r16919 | msalle | 2013-02-27 13:34:58 +0100 (Wed, 27 Feb 2013) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

Fix typo in checking return value strdup.

------------------------------------------------------------------------
r16918 | msalle | 2013-02-27 13:09:12 +0100 (Wed, 27 Feb 2013) | 4 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/NEWS
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

Fix bugs in poolaccount plugin: need to check requested username is non-NULL in
normal mode (not in verify mode) and forgot to include dlfcn.h
Updating NEWS and version

------------------------------------------------------------------------
r16909 | msalle | 2013-02-26 16:37:13 +0100 (Tue, 26 Feb 2013) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/ChangeLog
   M /trunk/lcmaps-plugins-voms/ChangeLog

Updating ChangeLog

------------------------------------------------------------------------
r16899 | msalle | 2013-02-26 12:24:55 +0100 (Tue, 26 Feb 2013) | 6 lines
Changed paths:
   M /trunk/lcas-lcmaps-gt4-interface/NEWS
   M /trunk/lcas-lcmaps-gt4-interface/configure.ac
   M /trunk/lcas-lcmaps-gt4-interface/doc/lcas_lcmaps_gt_interface.8
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps/configure.ac
   M /trunk/lcmaps-plugins-basic/NEWS
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_localaccount.mod.8
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_poolaccount.mod.8
   M /trunk/lcmaps-plugins-voms/NEWS
   M /trunk/lcmaps-plugins-voms/configure.ac
   M /trunk/lcmaps-plugins-voms/doc/lcmaps_voms_localaccount.mod.8
   M /trunk/lcmaps-plugins-voms/doc/lcmaps_voms_poolaccount.mod.8

Updating versions for new gsissh features:
- lcas_lcmaps_gt4_interface 0.3.0
- lcmaps 1.6.0
- lcas-plugins-basic 1.6.0
- lcas-plugins-voms 1.6.0

------------------------------------------------------------------------
r16883 | msalle | 2013-02-25 17:13:39 +0100 (Mon, 25 Feb 2013) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_localaccount.mod.8
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_poolaccount.mod.8
   M /trunk/lcmaps-plugins-voms/doc/lcmaps_voms_localaccount.mod.8
   M /trunk/lcmaps-plugins-voms/doc/lcmaps_voms_poolaccount.mod.8

Updating manpages to reflect new support for requested username. Also
spellchecking them.

------------------------------------------------------------------------
r16881 | msalle | 2013-02-25 16:29:15 +0100 (Mon, 25 Feb 2013) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_localaccount.c

Also print requested username when grid-mapfile lookup fails (it might be the
reason for failure).

------------------------------------------------------------------------
r16873 | msalle | 2013-02-25 15:54:26 +0100 (Mon, 25 Feb 2013) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_localaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c

Fix logging of requested username: if unset, print unset not NULL. 

------------------------------------------------------------------------
r16871 | msalle | 2013-02-25 14:12:10 +0100 (Mon, 25 Feb 2013) | 11 lines
Changed paths:
   M /trunk/lcas-lcmaps-gt4-interface/NEWS
   M /trunk/lcmaps/NEWS
   M /trunk/lcmaps-plugins-basic/NEWS
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.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-voms/NEWS
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_localaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c

- Add support for the requested username in the poolaccount plugins: when a
  requested username is provided and does not match a resulting poolaccount
  mapping, the poolaccount plugin should fail. This is necessary to prevent
  LCMAPS to return succesfully with a different account then the requested
  username.
- Update NEWS files with correct syntax for list of usernames (should be
  separated by a comma without any whitespace).
- Make sure not to the a strncmp but a strcmp for the requested username.
- Allow for a larger list of userids before calling realloc (was 4 now 256)
- Clarify logmessage printed when a requested username is specified.

------------------------------------------------------------------------
r16859 | msalle | 2013-02-22 12:16:07 +0100 (Fri, 22 Feb 2013) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c

Fix missing #include and undefined variable.

------------------------------------------------------------------------
r16858 | msalle | 2013-02-22 11:56:44 +0100 (Fri, 22 Feb 2013) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/ban_dn/lcmaps_ban_dn.c
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

Protect against segfault when lcmaps_getArgValue() returns NULL, should not try
to cast result.

------------------------------------------------------------------------
r16851 | msalle | 2013-02-21 14:55:40 +0100 (Thu, 21 Feb 2013) | 18 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/NEWS
   M /trunk/lcmaps-plugins-basic/configure.ac
   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/localaccount/lcmaps_localaccount.c

When LCMAPS has version 1.5.8 or higher, the localaccount plugin will try to
obtain a "requested_username" from the framework. When set, it needs to match
one of the target useraccounts for the DN in the grid-mapfile. This enables
support for mapping to e.g. user2 in an entry such as
"/DN" user1,user2

gridlist.[ch]:
- new matching type MATCH_EXACT. When used, all found usernames are matched
  exact against the searchstring. For other matching types only the first
  username is used in a comparison.
lcmaps_localaccount.c:
- when LCMAPS version is bigger than 1.5.8, requested_username is obtained from
  the framework.
- when a requested_username is set, a MATCH_EXACT is performed based on the
  input, otherwise a match 'not starting with a .' is performed on the first
  entry in the list of localaccounts in the matched grid-mapfile line.


------------------------------------------------------------------------
r16759 | dennisvd | 2012-11-06 02:46:59 +0100 (Tue, 06 Nov 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/Makefile.am

use LDAP_DEPRECATED to use the old OpenLDAP interface

------------------------------------------------------------------------
r16739 | dennisvd | 2012-11-01 12:52:00 +0100 (Thu, 01 Nov 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c

Fix typo: prefered -> preferred (2x) (thanks to lintian)

------------------------------------------------------------------------
r16560 | msalle | 2012-10-23 12:14:34 +0200 (Tue, 23 Oct 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/ChangeLog

Updating ChangeLog

------------------------------------------------------------------------
r16559 | msalle | 2012-10-23 12:13:04 +0200 (Tue, 23 Oct 2012) | 4 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/ChangeLog
   M /trunk/lcmaps-plugins-basic/NEWS
   M /trunk/lcmaps-plugins-basic/configure.ac

Setting version to 1.5.1, previous tagged version is 1.5.0
Updating NEWS file to reflect new plugin
Updating ChangeLog

------------------------------------------------------------------------
r16414 | msalle | 2012-06-05 12:58:53 +0200 (Tue, 05 Jun 2012) | 5 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/ban_dn/lcmaps_ban_dn.c

Small fixes:
- -disablewildcard now works
- fix memory leak
- update name

------------------------------------------------------------------------
r16411 | okoeroo | 2012-06-04 21:27:22 +0200 (Mon, 04 Jun 2012) | 6 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/doc/Makefile.am
   A /trunk/lcmaps-plugins-basic/doc/lcmaps_ban_dn.mod.8 (from /trunk/lcmaps-plugins-basic/doc/lcmaps_ban_localaccount.mod.8:16410)
   D /trunk/lcmaps-plugins-basic/doc/lcmaps_ban_localaccount.mod.8
   M /trunk/lcmaps-plugins-basic/src/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/ban_dn (from /trunk/lcmaps-plugins-basic/src/ban_localaccount:16410)
   M /trunk/lcmaps-plugins-basic/src/ban_dn/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/ban_dn/lcmaps_ban_dn.c (from /trunk/lcmaps-plugins-basic/src/ban_localaccount/lcmaps_ban_localaccount.c:16410)
   D /trunk/lcmaps-plugins-basic/src/ban_dn/lcmaps_ban_localaccount.c
   D /trunk/lcmaps-plugins-basic/src/ban_localaccount

Updated version to 1.5.3

Renamed the "ban_localaccount" module into "ban_dn"



------------------------------------------------------------------------
r16408 | msalle | 2012-06-01 14:26:19 +0200 (Fri, 01 Jun 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/ban_localaccount/lcmaps_ban_localaccount.c

When an entry is found lcmaps_gridlist return LCMAPS_MOD_ENTRY instead of
LCMAPS_MOD_SUCCESS 

------------------------------------------------------------------------
r16407 | msalle | 2012-06-01 14:13:04 +0200 (Fri, 01 Jun 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/ban_localaccount/lcmaps_ban_localaccount.c

Add missing ==0 in strcmp()

------------------------------------------------------------------------
r16406 | msalle | 2012-06-01 14:04:26 +0200 (Fri, 01 Jun 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/ban_localaccount/lcmaps_ban_localaccount.c

lcas_gridlist -> lcmaps_gridlist

------------------------------------------------------------------------
r16404 | okoeroo | 2012-05-28 11:55:39 +0200 (Mon, 28 May 2012) | 4 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/doc/Makefile.am
   A /trunk/lcmaps-plugins-basic/doc/lcmaps_ban_localaccount.mod.8 (from /trunk/lcmaps-plugins-basic/doc/lcmaps_banlocalaccount.mod.8:16402)
   D /trunk/lcmaps-plugins-basic/doc/lcmaps_banlocalaccount.mod.8

Added man page to Makefile.am in the proper way.



------------------------------------------------------------------------
r16403 | okoeroo | 2012-05-28 11:41:34 +0200 (Mon, 28 May 2012) | 1 line
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac

Updating lcmaps-plugins-basic version to 1.5.2 to reflect the new plugins addition
------------------------------------------------------------------------
r16402 | okoeroo | 2012-05-28 11:39:49 +0200 (Mon, 28 May 2012) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   A /trunk/lcmaps-plugins-basic/doc/lcmaps_banlocalaccount.mod.8
   M /trunk/lcmaps-plugins-basic/src/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/ban_localaccount
   A /trunk/lcmaps-plugins-basic/src/ban_localaccount/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/ban_localaccount/lcmaps_ban_localaccount.c
   A /trunk/lcmaps-plugins-basic/src/ban_localaccount/lcmaps_gridlist.c
   A /trunk/lcmaps-plugins-basic/src/ban_localaccount/lcmaps_gridlist.h
   A /trunk/lcmaps-plugins-basic/src/ban_localaccount/plugin_test.c
   A /trunk/lcmaps-plugins-basic/src/ban_localaccount/plugin_test.h

Adding a new plug-in to the basic set of plugins, being a banning plugin based on Subject DNs only.


------------------------------------------------------------------------
r16152 | msalle | 2012-03-15 16:17:37 +0100 (Thu, 15 Mar 2012) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c

Updating version and syncing lcmaps_gridlist.c with lcmaps-plugins-voms

------------------------------------------------------------------------
r15627 | msalle | 2011-11-24 12:40:58 +0100 (Thu, 24 Nov 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_good.c
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c

Fix bug: missing % in %20 -> %%20
Explicit case of nlink_t to (long int) in printf statement.

------------------------------------------------------------------------
r15626 | msalle | 2011-11-24 12:27:44 +0100 (Thu, 24 Nov 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/src/dummy/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/localaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/poolaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/posix_enf/Makefile.am

Get dynamic library extension from configure (used for symlink).

------------------------------------------------------------------------
r15547 | okoeroo | 2011-11-10 09:56:23 +0100 (Thu, 10 Nov 2011) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/NEWS

Updated release notes.


------------------------------------------------------------------------
r15525 | okoeroo | 2011-11-06 13:26:34 +0100 (Sun, 06 Nov 2011) | 10 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/NEWS
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

Version 1.5.0:
-   Changing the log messages to match the logging method used in LCMAPS version
    1.5.0, which will be using the Syslog native log priority/levels.

    -   Fixed an error message that mentioned a gridmapdir was not available, while
        the grid-mapfile couldn't be found




------------------------------------------------------------------------
r15524 | okoeroo | 2011-11-04 22:03:37 +0100 (Fri, 04 Nov 2011) | 7 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/NEWS
   M /trunk/lcmaps-plugins-basic/configure.ac
   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/lcmaps_gridlist.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

Version 1.5.0:
Changing the log messages to match the logging method used in LCMAPS version
1.5.0, which will be using the Syslog native log priority/levels.




------------------------------------------------------------------------
r15431 | msalle | 2011-08-15 17:11:17 +0200 (Mon, 15 Aug 2011) | 4 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   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/lcmaps_gridlist.c
   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/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-basic/src/posix_enf/plugin_test.c

Use new-style AC_LCMAPS_INTERFACE macro: basic
Rename lcmaps_config.h* into lcmaps_plugins_basic_config.h*


------------------------------------------------------------------------
r15302 | dennisvd | 2011-07-08 15:55:09 +0200 (Fri, 08 Jul 2011) | 1 line
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/src/dummy/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/localaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/poolaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/posix_enf/Makefile.am

incorporate patch by Mattias Ellert
------------------------------------------------------------------------
r15263 | okoeroo | 2011-04-19 16:20:03 +0200 (Tue, 19 Apr 2011) | 1 line
Changed paths:
   A /trunk/lcmaps-plugins-basic/NEWS

Adding NEWS file
------------------------------------------------------------------------
r15252 | okoeroo | 2011-04-15 13:50:18 +0200 (Fri, 15 Apr 2011) | 1 line
Changed paths:
   A /trunk/lcmaps-plugins-basic/ChangeLog

Adding ChangeLog from svn log
------------------------------------------------------------------------
r15241 | msalle | 2011-04-14 12:29:43 +0200 (Thu, 14 Apr 2011) | 2 lines
Changed paths:
   M /trunk/glexec/bootstrap
   M /trunk/jobrepository/bootstrap
   M /trunk/lcas/bootstrap
   M /trunk/lcas-plugins-basic/bootstrap
   M /trunk/lcas-plugins-check-executable/bootstrap
   M /trunk/lcas-plugins-voms/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-jobrep/bootstrap
   M /trunk/lcmaps-plugins-scas-client/bootstrap
   M /trunk/lcmaps-plugins-tracking-groupid/bootstrap
   M /trunk/lcmaps-plugins-verify-proxy/bootstrap
   M /trunk/lcmaps-plugins-voms/bootstrap
   M /trunk/scas/bootstrap

Adding --copy flag to libtoolize, which eases packaging.

------------------------------------------------------------------------
r15183 | msalle | 2011-04-05 10:43:23 +0200 (Tue, 05 Apr 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/doc/Makefile.am

Fix mandir and bump version.

------------------------------------------------------------------------
r15141 | dennisvd | 2011-04-01 14:30:46 +0200 (Fri, 01 Apr 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/src/dummy/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/localaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/poolaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/posix_enf/Makefile.am

introduce --with-moduledir to set the destination directory of plug-ins.

------------------------------------------------------------------------
r15112 | dennisvd | 2011-03-31 12:29:33 +0200 (Thu, 31 Mar 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_dummy_bad.mod.8
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_dummy_good.mod.8
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_ldap_enf.mod.8
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_localaccount.mod.8
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_poolaccount.mod.8
   M /trunk/lcmaps-plugins-basic/doc/lcmaps_posix_enf.mod.8

Added manual pages

------------------------------------------------------------------------
r15043 | dennisvd | 2011-03-23 17:15:27 +0100 (Wed, 23 Mar 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac

New version 1.4.3: removed (useless) linking of dlopen.

------------------------------------------------------------------------
r15017 | dennisvd | 2011-03-23 11:03:59 +0100 (Wed, 23 Mar 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/doc/Makefile.am

missed a manpage for lcmaps_dummy_bad.mod

------------------------------------------------------------------------
r15016 | dennisvd | 2011-03-23 02:12:10 +0100 (Wed, 23 Mar 2011) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/Makefile.am
   M /trunk/lcmaps-plugins-basic/configure.ac

Add doc/ to the flock.

------------------------------------------------------------------------
r15015 | dennisvd | 2011-03-23 02:11:38 +0100 (Wed, 23 Mar 2011) | 2 lines
Changed paths:
   A /trunk/lcmaps-plugins-basic/doc
   A /trunk/lcmaps-plugins-basic/doc/Makefile.am
   A /trunk/lcmaps-plugins-basic/doc/lcmaps_dummy_bad.mod.8
   A /trunk/lcmaps-plugins-basic/doc/lcmaps_dummy_good.mod.8
   A /trunk/lcmaps-plugins-basic/doc/lcmaps_ldap_enf.mod.8
   A /trunk/lcmaps-plugins-basic/doc/lcmaps_localaccount.mod.8
   A /trunk/lcmaps-plugins-basic/doc/lcmaps_poolaccount.mod.8
   A /trunk/lcmaps-plugins-basic/doc/lcmaps_posix_enf.mod.8

Man pages for basic LCMAPS plug-ins

------------------------------------------------------------------------
r14882 | dennisvd | 2011-03-04 22:10:31 +0100 (Fri, 04 Mar 2011) | 1 line
Changed paths:
   M /trunk/lcmaps-plugins-basic/LICENSE
   M /trunk/lcmaps-plugins-basic/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

removed executable bit
------------------------------------------------------------------------
r14881 | dennisvd | 2011-03-04 22:10:07 +0100 (Fri, 04 Mar 2011) | 1 line
Changed paths:
   M /trunk/lcmaps-plugins-basic/AUTHORS
   M /trunk/lcmaps-plugins-basic/LICENSE
   M /trunk/lcmaps-plugins-basic/Makefile.am
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/lcmaps.m4
   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_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_gridlist.h
   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_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_gridlist.h
   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

add keyword propery
------------------------------------------------------------------------
r14690 | msalle | 2011-02-25 15:38:01 +0100 (Fri, 25 Feb 2011) | 2 lines
Changed paths:
   M /trunk/jobrepository/Makefile.am
   M /trunk/jobrepository/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-plugins-afs/configure.ac
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-gums/configure.ac
   M /trunk/lcmaps-plugins-jobrep/configure.ac
   M /trunk/lcmaps-plugins-verify-proxy/configure.ac
   M /trunk/lcmaps-plugins-voms/configure.ac
   M /trunk/scas/configure.ac

Re-syncing all the versions with branch EMI-1

------------------------------------------------------------------------
r14618 | msalle | 2011-02-23 12:58:46 +0100 (Wed, 23 Feb 2011) | 3 lines
Changed paths:
   M /trunk
   M /trunk/ees
   M /trunk/ees-plugins-one
   M /trunk/glexec
   M /trunk/lcas
   M /trunk/lcas-lcmaps-gt4-interface
   M /trunk/lcas-plugins-basic
   M /trunk/lcas-plugins-check-executable
   M /trunk/lcas-plugins-voms
   M /trunk/lcmaps-plugins-afs
   M /trunk/lcmaps-plugins-basic
   M /trunk/lcmaps-plugins-c-pep
   M /trunk/lcmaps-plugins-gums
   M /trunk/lcmaps-plugins-jobrep
   M /trunk/lcmaps-plugins-scas-client
   M /trunk/lcmaps-plugins-verify-proxy
   M /trunk/lcmaps-plugins-voms
   M /trunk/scas

Updating externals to use http://ndpfsvn.nikhef.nl/ro instead of
https://ndpfsvn.nikhef.nl/repos

------------------------------------------------------------------------
r11958 | msalle | 2011-01-07 14:18:38 +0100 (Fri, 07 Jan 2011) | 2 lines
Changed paths:
   M /trunk/lcas-plugins-basic/Makefile.am
   M /trunk/lcas-plugins-check-executable/Makefile.am
   M /trunk/lcas-plugins-voms/Makefile.am
   M /trunk/lcmaps-plugins-afs/Makefile.am
   M /trunk/lcmaps-plugins-afs/src/afs/Makefile.am
   M /trunk/lcmaps-plugins-basic/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/localaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/poolaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/posix_enf/Makefile.am
   M /trunk/lcmaps-plugins-c-pep/Makefile.am
   M /trunk/lcmaps-plugins-verify-proxy/Makefile.am
   M /trunk/lcmaps-plugins-verify-proxy/src/verify-proxy/Makefile.am
   M /trunk/lcmaps-plugins-voms/Makefile.am
   M /trunk/lcmaps-plugins-voms/src/voms/Makefile.am

Updating EXTRA_DIST etc. to include missing files in dist's

------------------------------------------------------------------------
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.

------------------------------------------------------------------------
r11948 | msalle | 2011-01-06 17:46:36 +0100 (Thu, 06 Jan 2011) | 4 lines
Changed paths:
   M /trunk/lcas-plugins-basic/Makefile.am
   M /trunk/lcas-plugins-check-executable/Makefile.am
   M /trunk/lcas-plugins-voms/Makefile.am
   A /trunk/lcmaps-plugins-afs/MAINTAINERS
   M /trunk/lcmaps-plugins-afs/Makefile.am
   M /trunk/lcmaps-plugins-afs/bootstrap
   M /trunk/lcmaps-plugins-afs/configure.ac
   A /trunk/lcmaps-plugins-basic/MAINTAINERS
   M /trunk/lcmaps-plugins-basic/Makefile.am
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-basic/configure.ac
   A /trunk/lcmaps-plugins-c-pep/MAINTAINERS
   M /trunk/lcmaps-plugins-c-pep/Makefile.am
   M /trunk/lcmaps-plugins-c-pep/bootstrap
   M /trunk/lcmaps-plugins-c-pep/configure.ac
   A /trunk/lcmaps-plugins-gums/MAINTAINERS
   M /trunk/lcmaps-plugins-gums/Makefile.am
   M /trunk/lcmaps-plugins-gums/bootstrap
   M /trunk/lcmaps-plugins-gums/configure.ac
   A /trunk/lcmaps-plugins-scas-client/MAINTAINERS
   M /trunk/lcmaps-plugins-scas-client/Makefile.am
   M /trunk/lcmaps-plugins-scas-client/bootstrap
   M /trunk/lcmaps-plugins-scas-client/configure.ac
   A /trunk/lcmaps-plugins-verify-proxy/MAINTAINERS
   M /trunk/lcmaps-plugins-verify-proxy/Makefile.am
   M /trunk/lcmaps-plugins-verify-proxy/bootstrap
   M /trunk/lcmaps-plugins-verify-proxy/configure.ac
   A /trunk/lcmaps-plugins-voms/MAINTAINERS
   M /trunk/lcmaps-plugins-voms/Makefile.am
   M /trunk/lcmaps-plugins-voms/bootstrap
   M /trunk/lcmaps-plugins-voms/configure.ac

Add missing files for dist
Add MAINTAINERS and LICENSE files for doc
resync bootstrap

------------------------------------------------------------------------
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.

------------------------------------------------------------------------
r11847 | msalle | 2010-12-28 13:21:44 +0100 (Tue, 28 Dec 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-afs/configure.ac
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-verify-proxy/configure.ac
   M /trunk/lcmaps-plugins-voms/configure.ac

Changing deprecated AM_CONFIG_HEADER to AC_CONFIG_HEADERS and move output to
src/ directory.

------------------------------------------------------------------------
r11828 | msalle | 2010-12-26 17:18:40 +0100 (Sun, 26 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/bootstrap

remove old info lines

------------------------------------------------------------------------
r11813 | msalle | 2010-12-23 12:19:48 +0100 (Thu, 23 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac

de-flavourize the lcmaps-interface checking...

------------------------------------------------------------------------
r11798 | msalle | 2010-12-22 16:10:19 +0100 (Wed, 22 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac

Fail when no lcmaps is found

------------------------------------------------------------------------
r11773 | msalle | 2010-12-21 12:22:08 +0100 (Tue, 21 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   D /trunk/lcmaps-plugins-basic/project/gridlist.m4
   A /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_gridlist.c
   A /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_gridlist.h
   A /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_gridlist.c
   A /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_gridlist.h

Expiring gridlist.m4 by directly adding the created symlinks to svn.

------------------------------------------------------------------------
r11771 | msalle | 2010-12-20 17:28:55 +0100 (Mon, 20 Dec 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac

plugin needs interface, not libraries, so check for that!

------------------------------------------------------------------------
r11767 | msalle | 2010-12-20 16:06:19 +0100 (Mon, 20 Dec 2010) | 2 lines
Changed paths:
   A /trunk/lcmaps-plugins-basic/project/lcmaps.m4

Adding symlink to lcmaps.m4 macro

------------------------------------------------------------------------
r11766 | msalle | 2010-12-20 15:32:23 +0100 (Mon, 20 Dec 2010) | 7 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic
   M /trunk/lcmaps-plugins-basic/Makefile.am
   D /trunk/lcmaps-plugins-basic/build.xml
   M /trunk/lcmaps-plugins-basic/configure.ac
   D /trunk/lcmaps-plugins-basic/doc
   D /trunk/lcmaps-plugins-basic/project/build.number
   D /trunk/lcmaps-plugins-basic/project/build.properties
   D /trunk/lcmaps-plugins-basic/project/configure.properties.xml
   A /trunk/lcmaps-plugins-basic/project/gridlist.m4
   D /trunk/lcmaps-plugins-basic/project/properties.xml
   D /trunk/lcmaps-plugins-basic/project/version.properties
   D /trunk/lcmaps-plugins-basic/runautotools
   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/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/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/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/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

Major de-glite-ification:
- use of lcmaps.m4:
    --with-lcmaps-prefix=dir
    --with-lcmaps-includes=dir
  Sets LCMAPS_CFLAGS and LCMAPS_LIBS which are used instead of GLITE_LOCATION.
- removal of unused and dead files.

------------------------------------------------------------------------
r11555 | msalle | 2010-06-22 14:00:53 +0200 (Tue, 22 Jun 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties

Bumping age

------------------------------------------------------------------------
r11542 | okoeroo | 2010-06-17 11:59:59 +0200 (Thu, 17 Jun 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-voms/bootstrap

Fixing OSX build

------------------------------------------------------------------------
r11496 | okoeroo | 2010-03-31 15:42:45 +0200 (Wed, 31 Mar 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/version.properties

Corrected version information details.

------------------------------------------------------------------------
r11495 | okoeroo | 2010-03-31 15:40:38 +0200 (Wed, 31 Mar 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-basic/runautotools

Fixed licence and copyright files.

------------------------------------------------------------------------
r11483 | okoeroo | 2010-02-25 10:30:34 +0100 (Thu, 25 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c

Minor reporting error fixed.

------------------------------------------------------------------------
r11453 | okoeroo | 2010-02-19 07:08:47 +0100 (Fri, 19 Feb 2010) | 3 lines
Changed paths:
   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/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.h
   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/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/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/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

Updated the licence with proper text and removed the inherited DataGrid licence relic.
Also included the our supervisor DavidG in the time line of authors and added the grid-mw-security @ nikhef mail list.

------------------------------------------------------------------------
r11442 | okoeroo | 2010-02-18 17:09:27 +0100 (Thu, 18 Feb 2010) | 2 lines
Changed paths:
   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/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.h
   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/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/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/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

Adding new licence to all files.

------------------------------------------------------------------------
r11421 | okoeroo | 2010-02-16 18:37:46 +0100 (Tue, 16 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

Added code block to always register the DN. This is used in the central logging facility for central printing of the credentials in a uniform format.

------------------------------------------------------------------------
r11370 | okoeroo | 2010-02-09 14:45:05 +0100 (Tue, 09 Feb 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

Updated the gridmapfile and gridmapdir code to signal that the gridmapdir is not setup properly or full in the logfile. This message was lost.
Updated all other localaccount and poolaccount plug-in logging as well to be less verbose and to the point for debugging purposes.

------------------------------------------------------------------------
r11367 | okoeroo | 2010-02-09 11:23:37 +0100 (Tue, 09 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/lcmaps_ldap.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

poolaccount module will raise an initialize failure if the configured grid-mapfile or gridmapdir do not exist on the file system at runtime.

------------------------------------------------------------------------
r11361 | okoeroo | 2010-02-08 17:29:29 +0100 (Mon, 08 Feb 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c

It doesn't make sense to record the previous ID if we're in a root started service or tool.
We skip the recording of the current ID, when the real ID is root, to avoid senseless logging (TM).

------------------------------------------------------------------------
r11360 | okoeroo | 2010-02-08 16:37:11 +0100 (Mon, 08 Feb 2010) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c

Bumped version to 1.4.0-1 and fixed a typo.

------------------------------------------------------------------------
r11359 | okoeroo | 2010-02-08 16:35:52 +0100 (Mon, 08 Feb 2010) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c

Worked on the posix_enf plug-in. The most verbose and least verbose logging output has been refined.
A big oneliner is shown on all posix_enf executions of the mapping result. In the debugging mode it will also show the pre-id switching.

------------------------------------------------------------------------
r10744 | okoeroo | 2008-10-29 21:54:34 +0100 (Wed, 29 Oct 2008) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_good.c

It works... of to Etics tomorrow

------------------------------------------------------------------------
r10743 | okoeroo | 2008-10-29 20:49:13 +0100 (Wed, 29 Oct 2008) | 14 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/version.properties

This is going to be the testing version for tomorrow:


The dummy plugin "good" is transmorfed into something more then just a dummy.

The new option:
--dummy-uid     <numerical Unix User ID, like: 501>
--dummy-gid     <numerical Unix Primary Group ID, like: 1024>
--dummy-sec-gid <numerical Unix Secondary Group ID, like: 201>  Note: Only ONE secondary GID can be configured.

--dummy-username  <Unix username, like: nobody>
--dummy-group     <Unix group,    like: nobody>
--dummy-sec-group <Unix group,    like: nobody>

------------------------------------------------------------------------
r10742 | okoeroo | 2008-10-29 19:40:48 +0100 (Wed, 29 Oct 2008) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_good.c

Mind the gap (of the one character).

------------------------------------------------------------------------
r10741 | okoeroo | 2008-10-29 16:43:03 +0100 (Wed, 29 Oct 2008) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_good.c

Fixed bug

------------------------------------------------------------------------
r10740 | okoeroo | 2008-10-28 16:31:48 +0100 (Tue, 28 Oct 2008) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_good.c

Possible fix for the patch.

------------------------------------------------------------------------
r10619 | okoeroo | 2008-09-05 12:19:58 +0200 (Fri, 05 Sep 2008) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c

Pushed more from the debug message stream to the regular feed of log messages. Also added more information to the error message concerning the current getuid() and geteuid() information.

------------------------------------------------------------------------
r10618 | okoeroo | 2008-09-05 12:12:45 +0200 (Fri, 05 Sep 2008) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

Altered log direction and log levels. All failure conditions are now logged with the highest severity (which should have been the case from the start) and always to lcmaps_log() instead of lcmaps_log_debug().
This should provide more clarity in failure conditions in all the known regular log files. Most of the information was available when LCMAPS was executed with higher verbosity levels.

------------------------------------------------------------------------
r10455 | okoeroo | 2008-05-14 15:03:41 +0200 (Wed, 14 May 2008) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties

Fixed bumped version and has the geteuid() check

------------------------------------------------------------------------
r10423 | okoeroo | 2008-04-17 15:03:10 +0200 (Thu, 17 Apr 2008) | 7 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c

Trying to move the posix_enf plugin into the gLexec realm. The posix_enf stops of the getuid() call
results in any non-Root account, even when gLExec's sticky bit is set on root, making it effective root.

By replacing the getuid() with geteuid() in the check we should be able to relax the tight check on being root for the situations where sticky bits are used to have effective root.

In full root mode the effective Unix UID should be the same as the real Unix UID and is expected to have zero impact.

------------------------------------------------------------------------
r10314 | okoeroo | 2007-08-27 14:56:10 +0200 (Mon, 27 Aug 2007) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties

Bumped version: No code change but needed to stay in sync for the next jump to LCMAPS 1.4.x

------------------------------------------------------------------------
r10049 | okoeroo | 2006-11-29 16:38:07 +0100 (Wed, 29 Nov 2006) | 5 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-basic/src/dummy/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/gridlist/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/ldap_enf/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/localaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/poolaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/posix_enf/Makefile.am

Includes the CFLAGS fix for etics, plus bumped version to 1.3.7

note1: bumped +2 version to sync with the blasted tag name again
note2: in src/{dummy|poolaccount|basic|posix_enf}/Makefile.am left an $(libdir) for the plugindir, might need to change if any other software would build upon an (existing) plugin

------------------------------------------------------------------------
r9204 | msteenba | 2006-02-07 17:14:10 +0100 (Tue, 07 Feb 2006) | 2 lines
Changed paths:
   M /trunk/lcas-plugins-basic/src/gridlist/lcas_gridlist.c
   M /trunk/lcas-plugins-basic/src/gridlist/lcas_gridlist.h
   M /trunk/lcas-plugins-voms/src/gridlist/lcas_gridlist.c
   M /trunk/lcas-plugins-voms/src/gridlist/lcas_gridlist.h
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c

bugfix #14888

------------------------------------------------------------------------
r8728 | msteenba | 2006-01-05 12:20:53 +0100 (Thu, 05 Jan 2006) | 4 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/version.properties

Merge with glite-security-lcmaps-plugins-basic_branch_1_3_0 branch:
version 1.3.4 (fixes bug #8923):
- fixed verification method for multiple accounts + some clean-up

------------------------------------------------------------------------
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()

------------------------------------------------------------------------
r7779 | msteenba | 2005-12-09 01:31:14 +0100 (Fri, 09 Dec 2005) | 3 lines
Changed paths:
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_3_0/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_3_0/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.h
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_3_0/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_3_0/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_3_0/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.h
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_3_0/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_3_0/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolgroup.c
   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/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolgroup.c

- fix for bug 14126 "LCMAPS problem with overlapping poolaccount namespaces"
- add bracket in lcmaps_gridlist.c

------------------------------------------------------------------------
r7778 | msteenba | 2005-12-09 00:44:33 +0100 (Fri, 09 Dec 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_3_0/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_3_0/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.h
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_3_0/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_3_0/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.h
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.h
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.h

fix for bug 14126 "LCMAPS problem with overlapping poolaccount namespaces"

------------------------------------------------------------------------
r7677 | msteenba | 2005-12-02 16:26:21 +0100 (Fri, 02 Dec 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c

extended bugfix for bug #10512 to multiple account functional code

------------------------------------------------------------------------
r7647 | msteenba | 2005-11-30 17:01:45 +0100 (Wed, 30 Nov 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

forgot to fill variable and fixed print statement

------------------------------------------------------------------------
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

------------------------------------------------------------------------
r6847 | msteenba | 2005-10-11 15:04:30 +0200 (Tue, 11 Oct 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c

fixed wrong if-statement

------------------------------------------------------------------------
r6845 | msteenba | 2005-10-11 13:52:58 +0200 (Tue, 11 Oct 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-afs/src/afs/lcmaps_afs.c
   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/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.h
   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

added plugin_verify() method in all plugins

------------------------------------------------------------------------
r6168 | msteenba | 2005-08-26 19:33:44 +0200 (Fri, 26 Aug 2005) | 2 lines
Changed paths:
   M /branches/glite-security-lcmaps-plugins-basic_branch_1_2_0_RC1/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c
   M /branches/glite-security-lcmaps-plugins-voms_branch_1_2_0_RC1/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c

fixes in leasename encoding lengths

------------------------------------------------------------------------
r6157 | msteenba | 2005-08-26 18:38:14 +0200 (Fri, 26 Aug 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c

fix bug #10512 "poolindex naming in gridmapdir cannot handle subject DN with colons"

------------------------------------------------------------------------
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

------------------------------------------------------------------------
r4474 | msteenba | 2005-06-03 14:38:45 +0200 (Fri, 03 Jun 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

added wildcard support

------------------------------------------------------------------------
r4458 | msteenba | 2005-06-03 00:34:10 +0200 (Fri, 03 Jun 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

clean up

------------------------------------------------------------------------
r4436 | msteenba | 2005-06-01 22:14:13 +0200 (Wed, 01 Jun 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c

added mapcounter for multiple accounts support

------------------------------------------------------------------------
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

------------------------------------------------------------------------
r4131 | msteenba | 2005-05-10 12:37:24 +0200 (Tue, 10 May 2005) | 2 lines
Changed paths:
   M /trunk/lcas-plugins-basic/src/gridlist/lcas_gridlist.c
   M /trunk/lcas-plugins-voms/src/gridlist/lcas_gridlist.c
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   M /trunk/lcmaps-plugins-voms/src/gridlist/lcmaps_gridlist.c

set pointer to NULL after free(). This bug shows up when malformed DNs are used.

------------------------------------------------------------------------
r4051 | msteenba | 2005-05-01 11:00:39 +0200 (Sun, 01 May 2005) | 2 lines
Changed paths:
   M /trunk/lcas-plugins-basic/bootstrap
   M /trunk/lcas-plugins-voms/bootstrap
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-voms/bootstrap

restored more or less

------------------------------------------------------------------------
r4050 | msteenba | 2005-04-30 23:36:18 +0200 (Sat, 30 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lcas-plugins-basic/bootstrap
   M /trunk/lcas-plugins-voms/bootstrap
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-voms/bootstrap

removing links

------------------------------------------------------------------------
r4049 | msteenba | 2005-04-30 22:33:09 +0200 (Sat, 30 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lcas-plugins-basic/bootstrap
   M /trunk/lcas-plugins-voms/bootstrap
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-voms/bootstrap

another trigger

------------------------------------------------------------------------
r4048 | msteenba | 2005-04-30 21:16:16 +0200 (Sat, 30 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lcas-plugins-basic/bootstrap
   M /trunk/lcas-plugins-voms/bootstrap
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-voms/bootstrap

another trigger

------------------------------------------------------------------------
r4047 | msteenba | 2005-04-30 21:06:38 +0200 (Sat, 30 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lcas-plugins-basic/bootstrap
   M /trunk/lcas-plugins-voms/bootstrap
   M /trunk/lcmaps-plugins-basic/bootstrap
   M /trunk/lcmaps-plugins-voms/bootstrap

try to trigger build system

------------------------------------------------------------------------
r4045 | msteenba | 2005-04-28 22:06:51 +0200 (Thu, 28 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   D /trunk/lcmaps-plugins-basic/project/gridlist.m4
   M /trunk/lcmaps-plugins-basic/project/properties.xml
   M /trunk/lcmaps-plugins-basic/src/Makefile.am
   M /trunk/lcmaps-plugins-voms/configure.ac
   D /trunk/lcmaps-plugins-voms/project/gridlist.m4
   M /trunk/lcmaps-plugins-voms/project/properties.xml

moved gridlist.m4 from components to subsystem

------------------------------------------------------------------------
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"

------------------------------------------------------------------------
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

------------------------------------------------------------------------
r3051 | msteenba | 2005-02-20 23:02:25 +0100 (Sun, 20 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c

added missing frees

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
r1803 | glbuild | 2004-12-04 03:26:58 +0100 (Sat, 04 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/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

------------------------------------------------------------------------
r1785 | msteenba | 2004-12-02 18:48:48 +0100 (Thu, 02 Dec 2004) | 5 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/project/properties.xml
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-basic/src/dummy/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/gridlist/Makefile.am
   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/localaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/poolaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/posix_enf/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c

- Removed dependence on gss headers
- Adjusted the build infrastructure to take the two LCMAPS flavours into account
- configuration switch: --with-gsi-mode/--without-gsi-mode
- version upgrade because of this: 1.2.0

------------------------------------------------------------------------
r1778 | msteenba | 2004-12-02 16:32:22 +0100 (Thu, 02 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c

fixed number of arguments in log line.

------------------------------------------------------------------------
r1768 | glbuild | 2004-12-02 03:51:40 +0100 (Thu, 02 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1754 | glbuild | 2004-12-01 03:48:48 +0100 (Wed, 01 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1741 | glbuild | 2004-11-30 14:23:17 +0100 (Tue, 30 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1727 | glbuild | 2004-11-29 03:44:35 +0100 (Mon, 29 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1714 | glbuild | 2004-11-28 03:43:39 +0100 (Sun, 28 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1701 | glbuild | 2004-11-27 03:44:15 +0100 (Sat, 27 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1687 | glbuild | 2004-11-26 03:43:32 +0100 (Fri, 26 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1674 | glbuild | 2004-11-25 03:39:52 +0100 (Thu, 25 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1661 | glbuild | 2004-11-24 03:34:25 +0100 (Wed, 24 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1648 | glbuild | 2004-11-23 12:58:59 +0100 (Tue, 23 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1635 | glbuild | 2004-11-22 03:36:23 +0100 (Mon, 22 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1619 | glbuild | 2004-11-21 03:35:01 +0100 (Sun, 21 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1606 | glbuild | 2004-11-20 03:37:02 +0100 (Sat, 20 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1593 | glbuild | 2004-11-19 03:36:06 +0100 (Fri, 19 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1580 | glbuild | 2004-11-18 03:35:57 +0100 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1567 | glbuild | 2004-11-17 05:00:59 +0100 (Wed, 17 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1554 | glbuild | 2004-11-16 03:37:04 +0100 (Tue, 16 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1541 | glbuild | 2004-11-15 03:37:51 +0100 (Mon, 15 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1528 | glbuild | 2004-11-14 03:35:19 +0100 (Sun, 14 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1515 | glbuild | 2004-11-13 13:26:26 +0100 (Sat, 13 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1494 | glbuild | 2004-11-12 03:35:45 +0100 (Fri, 12 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1476 | glbuild | 2004-11-11 03:34:41 +0100 (Thu, 11 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1463 | glbuild | 2004-11-10 03:35:26 +0100 (Wed, 10 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1450 | glbuild | 2004-11-09 03:30:42 +0100 (Tue, 09 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1436 | glbuild | 2004-11-08 03:30:40 +0100 (Mon, 08 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1423 | glbuild | 2004-11-07 03:31:08 +0100 (Sun, 07 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1410 | glbuild | 2004-11-06 03:30:06 +0100 (Sat, 06 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1393 | glbuild | 2004-11-05 03:25:09 +0100 (Fri, 05 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcas/project/version.properties
   M /trunk/lcas-interface/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1389 | glbuild | 2004-11-05 03:17:19 +0100 (Fri, 05 Nov 2004) | 2 lines
Changed paths:
   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]

------------------------------------------------------------------------
r1372 | glbuild | 2004-11-04 03:30:23 +0100 (Thu, 04 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1358 | glbuild | 2004-11-03 15:30:40 +0100 (Wed, 03 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1339 | glbuild | 2004-11-02 22:02:17 +0100 (Tue, 02 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1317 | glbuild | 2004-11-02 03:54:39 +0100 (Tue, 02 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1304 | glbuild | 2004-11-01 03:55:57 +0100 (Mon, 01 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/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]

------------------------------------------------------------------------
r1281 | glbuild | 2004-10-31 05:18:49 +0100 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1267 | glbuild | 2004-10-31 02:54:26 +0100 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1254 | glbuild | 2004-10-30 16:27:11 +0200 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1241 | glbuild | 2004-10-30 03:59:19 +0200 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1236 | dimeglio | 2004-10-29 17:36:38 +0200 (Fri, 29 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcas-plugins-basic
   M /trunk/lcas-plugins-voms
   M /trunk/lcmaps-interface
   M /trunk/lcmaps-plugins-afs
   M /trunk/lcmaps-plugins-basic
   A /trunk/lcmaps-plugins-jobrep
   M /trunk/lcmaps-plugins-voms

First version of this file

------------------------------------------------------------------------
r1226 | glbuild | 2004-10-28 14:12:00 +0200 (Thu, 28 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1213 | glbuild | 2004-10-27 12:58:00 +0200 (Wed, 27 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1202 | glbuild | 2004-10-27 04:51:09 +0200 (Wed, 27 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1189 | glbuild | 2004-10-26 07:47:41 +0200 (Tue, 26 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1176 | glbuild | 2004-10-25 07:58:19 +0200 (Mon, 25 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1163 | glbuild | 2004-10-24 07:56:18 +0200 (Sun, 24 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1150 | glbuild | 2004-10-23 07:56:37 +0200 (Sat, 23 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1137 | glbuild | 2004-10-22 07:56:23 +0200 (Fri, 22 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1124 | glbuild | 2004-10-21 07:44:11 +0200 (Thu, 21 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1111 | glbuild | 2004-10-20 17:19:21 +0200 (Wed, 20 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1098 | glbuild | 2004-10-20 06:38:20 +0200 (Wed, 20 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1084 | glbuild | 2004-10-19 07:00:14 +0200 (Tue, 19 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1070 | glbuild | 2004-10-18 14:02:45 +0200 (Mon, 18 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/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]

------------------------------------------------------------------------
r1047 | glbuild | 2004-10-17 06:58:05 +0200 (Sun, 17 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1036 | glbuild | 2004-10-16 06:56:42 +0200 (Sat, 16 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1025 | glbuild | 2004-10-15 06:58:17 +0200 (Fri, 15 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r1018 | msteenba | 2004-10-14 14:46:12 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-afs/configure.ac
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-voms/configure.ac

forgot to also change the version here

------------------------------------------------------------------------
r1017 | msteenba | 2004-10-14 12:48:57 +0200 (Thu, 14 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-interface/src/Makefile.am
   M /trunk/lcmaps-plugins-afs/project/version.properties
   M /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Updated the version

------------------------------------------------------------------------
r1010 | glbuild | 2004-10-14 03:13:38 +0200 (Thu, 14 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/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

------------------------------------------------------------------------
r998 | glbuild | 2004-10-13 06:54:48 +0200 (Wed, 13 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r992 | msteenba | 2004-10-12 16:03:29 +0200 (Tue, 12 Oct 2004) | 3 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.h
   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/lcmaps_voms_poolaccount.c

fixed wrong invocation of addCredentialData
export url_encode function from lcmaps_gridlist.c

------------------------------------------------------------------------
r991 | msteenba | 2004-10-12 15:37:04 +0200 (Tue, 12 Oct 2004) | 2 lines
Changed paths:
   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/poolaccount/lcmaps_poolaccount.c

fixed wrong invocation of addCredentialData

------------------------------------------------------------------------
r988 | okoeroo | 2004-10-11 15:42:09 +0200 (Mon, 11 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c
   M /trunk/lcmaps-plugins-voms/src/voms/lcmaps_voms_poolaccount.c

Store POOL_INDEX in credentialData

------------------------------------------------------------------------
r981 | glbuild | 2004-10-11 07:36:30 +0200 (Mon, 11 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r970 | glbuild | 2004-10-10 06:29:44 +0200 (Sun, 10 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
r959 | glbuild | 2004-10-09 12:57:34 +0200 (Sat, 09 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-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-voms/project/version.properties

Incremented build number [GLBUILDER]

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
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

------------------------------------------------------------------------
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]

------------------------------------------------------------------------
r654 | msteenba | 2004-09-16 19:31:26 +0200 (Thu, 16 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/properties.xml

added rpm description

------------------------------------------------------------------------
r649 | msteenba | 2004-09-16 17:02:21 +0200 (Thu, 16 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/project/configure.properties.xml
   M /trunk/lcmaps-plugins-basic/project/gridlist.m4

fix in gridlist.m4 (use the module.dir property)

------------------------------------------------------------------------
r648 | msteenba | 2004-09-16 15:36:21 +0200 (Thu, 16 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/configure.ac
   M /trunk/lcmaps-plugins-basic/src/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/dummy
   A /trunk/lcmaps-plugins-basic/src/dummy/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_bad.c
   A /trunk/lcmaps-plugins-basic/src/dummy/lcmaps_dummy_good.c
   A /trunk/lcmaps-plugins-basic/src/ldap_enf
   A /trunk/lcmaps-plugins-basic/src/ldap_enf/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/ldap_enf/lcmaps_ldap.c
   A /trunk/lcmaps-plugins-basic/src/ldap_enf/plugin_test.c
   A /trunk/lcmaps-plugins-basic/src/ldap_enf/plugin_test.h

added ldap_enf and dummy plugin

------------------------------------------------------------------------
r647 | msteenba | 2004-09-16 15:05:56 +0200 (Thu, 16 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lcmaps-plugins-basic/src/localaccount/Makefile.am
   M /trunk/lcmaps-plugins-basic/src/poolaccount/Makefile.am

some changes

------------------------------------------------------------------------
r646 | msteenba | 2004-09-16 14:38:41 +0200 (Thu, 16 Sep 2004) | 2 lines
Changed paths:
   A /trunk/lcmaps-plugins-basic/LICENSE
   A /trunk/lcmaps-plugins-basic/Makefile.am
   A /trunk/lcmaps-plugins-basic/bootstrap
   A /trunk/lcmaps-plugins-basic/build.xml
   A /trunk/lcmaps-plugins-basic/configure.ac
   A /trunk/lcmaps-plugins-basic/project
   A /trunk/lcmaps-plugins-basic/project/build.properties
   A /trunk/lcmaps-plugins-basic/project/configure.properties.xml
   A /trunk/lcmaps-plugins-basic/project/gridlist.m4
   A /trunk/lcmaps-plugins-basic/project/properties.xml
   A /trunk/lcmaps-plugins-basic/project/version.properties
   M /trunk/lcmaps-plugins-basic/src/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/gridlist
   A /trunk/lcmaps-plugins-basic/src/gridlist/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.c
   A /trunk/lcmaps-plugins-basic/src/gridlist/lcmaps_gridlist.h
   A /trunk/lcmaps-plugins-basic/src/localaccount
   A /trunk/lcmaps-plugins-basic/src/localaccount/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/localaccount/lcmaps_localaccount.c
   A /trunk/lcmaps-plugins-basic/src/localaccount/plugin_test.c
   A /trunk/lcmaps-plugins-basic/src/localaccount/plugin_test.h
   A /trunk/lcmaps-plugins-basic/src/poolaccount
   A /trunk/lcmaps-plugins-basic/src/poolaccount/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/poolaccount/lcmaps_poolaccount.c
   A /trunk/lcmaps-plugins-basic/src/poolaccount/plugin_test.c
   A /trunk/lcmaps-plugins-basic/src/poolaccount/plugin_test.h
   M /trunk/lcmaps-plugins-basic/src/posix_enf/Makefile.am

start

------------------------------------------------------------------------
r637 | msteenba | 2004-09-15 18:17:30 +0200 (Wed, 15 Sep 2004) | 2 lines
Changed paths:
   A /trunk/lcmaps-plugins-basic
   A /trunk/lcmaps-plugins-basic/src
   A /trunk/lcmaps-plugins-basic/src/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/posix_enf
   A /trunk/lcmaps-plugins-basic/src/posix_enf/Makefile.am
   A /trunk/lcmaps-plugins-basic/src/posix_enf/lcmaps_posix.c
   A /trunk/lcmaps-plugins-basic/src/posix_enf/plugin_test.c
   A /trunk/lcmaps-plugins-basic/src/posix_enf/plugin_test.h

added posix_enf module

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