aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso/dso_dlfcn.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-11Use Dl_info only on systems where it is known to exist. It does notUlf Möller1-1/+5
2006-04-11uncomment; that one slipped throughUlf Möller1-1/+1
2006-04-11improve make dclean to remove files generated during buildUlf Möller1-0/+2
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-1/+1
2006-01-02"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov1-6/+5
2005-12-30Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov1-1/+17
2005-12-18commentsUlf Möller1-3/+3
2005-06-09Eliminate gcc -pedantic warnings.Andy Polyakov1-1/+6
2005-06-06_GNU_SOURCE needs to be defined before any standard header.Richard Levitte1-5/+10
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov1-1/+68
2005-05-19fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch1-2/+2
2005-05-12Avoid warnings.Dr. Stephen Henson1-1/+1
2003-06-12Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte1-1/+5
2003-06-11Add the possibility to have symbols loaded globally with DSO.Richard Levitte1-1/+7
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte1-1/+71
2002-05-29Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte1-1/+1
2001-11-15At least for the two common Unixly DSO loading methods, include theRichard Levitte1-3/+3
2001-04-25This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe1-0/+3
2000-10-26For the operating systems where it matters, it is sometimes good toRichard Levitte1-7/+15
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe1-23/+49
2000-10-08None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe1-26/+2
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe1-2/+22
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe1-15/+47
2000-04-25This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe1-4/+1
2000-04-19This change facilitates name translation for shared libraries. TheGeoff Thorpe1-1/+47
2000-04-06Constification, and a silly mistake in the comments.Geoff Thorpe1-4/+4
2000-04-06This helps make the DSO stuff more portable;Geoff Thorpe1-0/+2
2000-04-04This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe1-0/+179