Log of /trunk/grid-mw-security/glexec/util/lcaslcmaps_getaccount_cli
Directory Listing
Revision
1873 -
Directory Listing
Modified
Wed Aug 4 14:42:17 2010 UTC
(12 years ago)
by
msalle
- properly cleaning rsl and pemstring
Revision
1859 -
Directory Listing
Modified
Mon Jul 19 11:47:53 2010 UTC
(12 years, 1 month ago)
by
msalle
Making the getMajorVersion() lookup almost failsafe...:
- It first looks in the global symbols using dlopen(NULL,...).
This works when compiled with
-rdynamic
or
-L. -lvomsfix
- It then tries to dlopen libvomsfix.so.
- When that fails, it tries to dlopen liblcas.so
Revision
1858 -
Directory Listing
Modified
Mon Jul 19 10:22:33 2010 UTC
(12 years, 1 month ago)
by
msalle
By compiling with -rdynamic or linking with -export-dynamic, we can remove the
external vomsfix library and instead include the missing symbols internally.
Revision
1838 -
Directory Listing
Modified
Tue Jul 6 14:33:48 2010 UTC
(12 years, 1 month ago)
by
msalle
Moving the voms dirty hack fixes to a separate c file.
By compiling those into a dynamic library we use it at build time and
prevent the missing symbols even without linking/loading LCAS.
Revision
1837 -
Directory Listing
Modified
Tue Jul 6 12:24:17 2010 UTC
(12 years, 1 month ago)
by
msalle
Fix for specifying -s twice (it closed stderr...).
Revision
1836 -
Directory Listing
Modified
Tue Jul 6 09:45:31 2010 UTC
(12 years, 1 month ago)
by
msalle
- fix bug for optind: only decrease for -l and -L when no options were given.
- do proper cast at dlsym
- default: no external headers.
- define dummy getMajorVersionNumber() etc. to fix bug with VOMS
Revision
1835 -
Directory Listing
Modified
Tue Jul 6 08:54:36 2010 UTC
(12 years, 1 month ago)
by
msalle
- re-typedef-fing lcas_request_t
- almost re-typedef-fing lcmaps_account_t
- making both easily switchable between using the local typedef, or using the
header file.
Revision
1834 -
Directory Listing
Modified
Tue Jul 6 08:46:56 2010 UTC
(12 years, 1 month ago)
by
msalle
Added more help text:
- includes warnings on unset variables
- these can partially be suppressed using the new option -q.
Revision
1833 -
Directory Listing
Added
Mon Jul 5 15:37:40 2010 UTC
(12 years, 1 month ago)
by
msalle
Adding a demo LCAS/LCMAPS get account command line program, which mimics the
behaviour of gLExec and can be used to debug the LCAS and LCMAPS config files
setup.