aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
Commit message (Collapse)AuthorAgeFilesLines
* check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch2007-04-021-3/+2
|
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
|
* Fix mingw warnings.Andy Polyakov2006-10-231-1/+1
|
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-122-7/+12
| | | | duplicate numbers. Renumbering.
* Update dependencies.Dr. Stephen Henson2006-04-131-0/+8
|
* Add file dso_beos.c missing from original commit.Dr. Stephen Henson2006-04-121-0/+270
| | | | PR: 1312
* Add BeOS support.Ulf Möller2006-04-114-2/+17
| | | | | | PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* Use Dl_info only on systems where it is known to exist. It does notUlf Möller2006-04-111-1/+5
| | | | exist on AIX 4.3.3, AIX 5.1, SCO 5, or Cygwin.
* 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
| | | | | | PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+1
|
* fix "missing initializer" warningNils Larsch2006-03-111-1/+2
|
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
|
* Fix from stable branch.Dr. Stephen Henson2006-01-151-2/+2
|
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-083-11/+16
|
* Typo in win32_globallookup.Andy Polyakov2006-01-021-1/+1
|
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov2006-01-025-23/+23
|
* Fix mapping "leak" in newly introduced win32_globallookup.Andy Polyakov2006-01-011-1/+6
|
* Oops! Remove junk...Andy Polyakov2005-12-311-1/+0
|
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-306-3/+118
| | | | for further details.
* commentsUlf Möller2005-12-181-3/+3
|
* Eliminate possible mapping leak.Andy Polyakov2005-12-181-0/+1
|
* Fix numerous bugs in the Win32 path splitterRichard Levitte2005-11-011-5/+29
|
* A slight change in documentation that makes it so much more comprehensibleRichard Levitte2005-11-011-1/+1
|
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+4
| | | | | | | -Wmissing-prototypes -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar -Wswitch -Wshadow -Wtrigraphs -Werror -Wchar-subscripts -Wstrict-prototypes -Wreturn-type -Wpointer-arith -W -Wunused -Wno-unused-parameter -Wuninitialized
* WCE update, mostly typos.Andy Polyakov2005-08-031-2/+2
|
* Implement complementary LoadLibraryA shim under WCE.Andy Polyakov2005-08-021-0/+24
|
* Eliminate gcc warning in dso_win32.c.Andy Polyakov2005-07-241-2/+2
|
* Eliminate dependency on UNICODE macro.Andy Polyakov2005-06-271-16/+19
|
* Eliminate gcc -pedantic warnings.Andy Polyakov2005-06-093-3/+18
|
* Allow for dso load by explicit path on HP-UX.Andy Polyakov2005-06-091-1/+2
|
* When the return type of the function is int, it's better to return anRichard Levitte2005-06-091-1/+1
| | | | | in than NULL, especially when an error is signalled with a negative value.
* _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-056-5/+244
| | | | | by an address within it. Tested on Linux, Solaris, IRIX, Tru64, Darwin, HP-UX, Win32, few BSD flavors...
* fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch2005-05-191-2/+2
| | | | warning when using gcc 4.0
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
|
* Avoid warnings.Dr. Stephen Henson2005-05-121-1/+1
|
* Fix more error codes.Bodo Möller2005-05-113-6/+10
| | | | | (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
* Fix various incorrect error function codes.Bodo Möller2005-04-263-7/+7
| | | | ("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
* Rebuild error codes.Dr. Stephen Henson2005-04-121-56/+59
|
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
|
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
|
* Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov2005-03-121-1/+1
|
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
| | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
* make updateGeoff Thorpe2004-04-191-17/+22
|
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
| | | | | | | Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte2003-06-121-1/+5
| | | | PR: 585
* Add the possibility to have symbols loaded globally with DSO.Richard Levitte2003-06-112-1/+14
|