summaryrefslogtreecommitdiff
path: root/crypto/dso/dso_dl.c
Commit message (Expand)AuthorAgeFilesLines
* Third argument to shl_load() is "long address", not a pointer.Lutz Jänicke2003-01-081-1/+1
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-151-1/+69
* At least for the two common Unixly DSO loading methods, include theRichard Levitte2001-11-151-3/+6
* Use one address consistently.Richard Levitte2001-07-051-1/+1
* This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe2001-04-251-0/+3
* shl_load() also needs to load along a path given through anRichard Levitte2000-11-071-1/+1
* On HP-UX, at least when shl_* are used, the libraries have theRichard Levitte2000-10-261-7/+12
* For the operating systems where it matters, it is sometimes good toRichard Levitte2000-10-261-8/+15
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-261-17/+56
* Pointer error correctedRichard Levitte2000-10-221-2/+2
* None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe2000-10-081-26/+2
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-161-16/+48
* This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe2000-04-251-4/+1
* This change facilitates name translation for shared libraries. TheGeoff Thorpe2000-04-191-2/+42
* Constification, and a silly mistake in the comments.Geoff Thorpe2000-04-061-4/+4
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-041-0/+182