summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dlfcn.c
AgeCommit message (Expand)Author
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-05-17Copyright consolidation 07/10Rich Salz
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-22Have only one DSO_METHOD_opensslRich Salz
2016-03-22Make DSO opaque.Rich Salz
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte
2016-02-03GH614: Use memcpy()/strdup() when possibleDmitry-Me
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-03-17Remove dead code from cryptoMatt Caswell
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More commentsMatt Caswell
2014-12-30dlfcn: always define _GNU_SOURCEKurt Roeckx
2014-12-21RT3548: Remvoe unsupported platformsRich Salz
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan
2011-02-12dso_dlfcn.c: make it work on Tru64 4.0.Andy Polyakov
2011-02-02Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson
2010-03-29dso_dlfcn.c: fix compile failure on Tru64.Andy Polyakov
2009-10-04Prevent aliasing warningDr. Stephen Henson
2009-07-16Use correct extension and OSX detection.Dr. Stephen Henson
2009-07-15Updates from 1.0.0-stableDr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-01-04Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov
2007-04-02check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch
2006-04-11Use Dl_info only on systems where it is known to exist. It does notUlf Möller
2006-04-11uncomment; that one slipped throughUlf Möller
2006-04-11improve make dclean to remove files generated during buildUlf Möller
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-01-02"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov
2005-12-30Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov
2005-12-18commentsUlf Möller
2005-06-09Eliminate gcc -pedantic warnings.Andy Polyakov
2005-06-06_GNU_SOURCE needs to be defined before any standard header.Richard Levitte
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov
2005-05-19fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch
2005-05-12Avoid warnings.Dr. Stephen Henson
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