summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dlfcn.c
AgeCommit message (Expand)Author
2003-06-12Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte
2003-06-11Add the possibility to have symbols loaded globally with DSO.Richard Levitte
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte
2002-05-29Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte
2001-11-15At least for the two common Unixly DSO loading methods, include theRichard Levitte
2001-04-25This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe
2000-10-26For the operating systems where it matters, it is sometimes good toRichard Levitte
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe
2000-10-08None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe
2000-04-25This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe
2000-04-19This change facilitates name translation for shared libraries. TheGeoff Thorpe
2000-04-06Constification, and a silly mistake in the comments.Geoff Thorpe
2000-04-06This helps make the DSO stuff more portable;Geoff Thorpe
2000-04-04This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe