aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-15/+15
* 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
* Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell2016-05-231-2/+6
* 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-8/+4
* Fix potential buffer overrunDmitry-Me2016-02-041-1/+1
* 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
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-12/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-281/+268
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-2/+2
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov2006-01-021-3/+3
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-301-1/+11
* Eliminate gcc -pedantic warnings.Andy Polyakov2005-06-091-1/+6
* Allow for dso load by explicit path on HP-UX.Andy Polyakov2005-06-091-1/+2
* New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov2005-06-051-1/+26
* 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