Add DSO_global_lookup_func implementation. See commentary in dso_lib.c
[openssl.git] / crypto / dso / dso_dlfcn.c
2005-12-30 Andy PolyakovAdd DSO_global_lookup_func implementation. See commenta...
2005-12-18 Ulf Möllercomments
2005-06-09 Andy PolyakovEliminate gcc -pedantic warnings.
2005-06-06 Richard Levitte_GNU_SOURCE needs to be defined before any standard...
2005-06-05 Andy PolyakovNew function, DSO_pathbyaddr, to find pathname for...
2005-05-19 Nils Larschfix "dereferencing type-punned pointer will break stric...
2005-05-12 Dr. Stephen HensonAvoid warnings.
2003-06-12 Richard LevitteMake sure DSO-dlfcn works properly on SunOS4.
2003-06-11 Richard LevitteAdd the possibility to have symbols loaded globally...
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2002-05-29 Richard LevitteSet DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
2001-11-15 Richard LevitteAt least for the two common Unixly DSO loading methods...
2001-04-25 Geoff ThorpeThis change to the "dl", "dlfcn", and "win32" DSO_METHO...
2000-10-26 Richard LevitteFor the operating systems where it matters, it is somet...
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-08 Geoff ThorpeNone of the DSO_METHOD's were handling anything except...
2000-06-21 Geoff Thorpe* This adds some checking to the 'dlfcn' DSO_METHOD...
2000-06-16 Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-04-25 Geoff ThorpeThis case in the "dso_unload" handlers should not be...
2000-04-19 Geoff ThorpeThis change facilitates name translation for shared...
2000-04-06 Geoff ThorpeConstification, and a silly mistake in the comments.
2000-04-06 Geoff ThorpeThis helps make the DSO stuff more portable;
2000-04-04 Geoff ThorpeThis is a set of startup code for the DSO support,...