summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dl.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-25replace strstr() with strchr() for single charactersrilysh
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-06-17Update copyright yearMatt Caswell
2021-06-11dl_name_converter: Avoid unnecessary overallocationTomas Mraz
2020-11-26Update copyright yearMatt Caswell
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/dso/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-14Replace malloc+strcpy with strdupRich Salz
2017-09-14Revert "GH614: Use memcpy()/strdup() when possible"Pauli
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt 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-04Fix potential buffer overrunDmitry-Me
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-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
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-06-09Eliminate gcc -pedantic warnings.Andy Polyakov
2005-06-09Allow for dso load by explicit path on HP-UX.Andy Polyakov
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov
2003-01-08Third argument to shl_load() is "long address", not a pointer.Lutz Jänicke
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte
2001-11-15At least for the two common Unixly DSO loading methods, include theRichard Levitte
2001-07-05Use one address consistently.Richard Levitte
2001-04-25This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe
2000-11-07shl_load() also needs to load along a path given through anRichard Levitte
2000-10-26On HP-UX, at least when shl_* are used, the libraries have theRichard Levitte
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-22Pointer error correctedRichard Levitte
2000-10-08None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe
2000-04-25This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe
2000-04-19This change facilitates name translation for shared libraries. TheGeoff Thorpe