aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dlfcn.c
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-14/+14
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-3/+3
* Replace malloc+strcpy with strdupRich Salz2017-09-141-4/+2
* Revert "GH614: Use memcpy()/strdup() when possible"Pauli2017-09-141-2/+4
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-021-0/+34
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Remove several unused undocumented functions.Rich Salz2016-03-231-62/+0
* Have only one DSO_METHOD_opensslRich Salz2016-03-221-8/+3
* Make DSO opaque.Rich Salz2016-03-221-4/+1
* Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte2016-02-191-11/+4
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-031-4/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* Remove dead code from cryptoMatt Caswell2015-03-171-4/+3
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-11/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-351/+335
* More commentsMatt Caswell2015-01-221-1/+1
* dlfcn: always define _GNU_SOURCEKurt Roeckx2014-12-301-4/+2
* RT3548: Remvoe unsupported platformsRich Salz2014-12-211-5/+1
* Fix a wrong parameter count ERR_add_error_dataJanpopan2014-05-191-1/+1
* dso_dlfcn.c: make it work on Tru64 4.0.Andy Polyakov2011-02-121-0/+1
* Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson2011-02-021-1/+2
* dso_dlfcn.c: fix compile failure on Tru64.Andy Polyakov2010-03-291-0/+3
* Prevent aliasing warningDr. Stephen Henson2009-10-041-4/+7
* Use correct extension and OSX detection.Dr. Stephen Henson2009-07-161-3/+3
* Updates from 1.0.0-stableDr. Stephen Henson2009-07-151-4/+13
* More type-checking.Ben Laurie2008-06-041-8/+8
* Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov2008-01-041-6/+7
* check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch2007-04-021-3/+2
* Use Dl_info only on systems where it is known to exist. It does notUlf Möller2006-04-111-1/+5
* uncomment; that one slipped throughUlf Möller2006-04-111-1/+1
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+1
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov2006-01-021-6/+5
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-301-1/+17
* commentsUlf Möller2005-12-181-3/+3
* Eliminate gcc -pedantic warnings.Andy Polyakov2005-06-091-1/+6
* _GNU_SOURCE needs to be defined before any standard header.Richard Levitte2005-06-061-5/+10
* New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov2005-06-051-1/+68
* fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch2005-05-191-2/+2
* Avoid warnings.Dr. Stephen Henson2005-05-121-1/+1
* Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte2003-06-121-1/+5
* Add the possibility to have symbols loaded globally with DSO.Richard Levitte2003-06-111-1/+7
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-151-1/+71
* Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte2002-05-291-1/+1
* At least for the two common Unixly DSO loading methods, include theRichard Levitte2001-11-151-3/+3
* This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe2001-04-251-0/+3