index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dso
/
dso_dlfcn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Following the license change, modify the boilerplates in crypto/dso/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Extend dladdr() for AIX, consequence from changes for openssl#6368.
Matthias Kraft
2018-08-22
1
-10
/
+29
*
openssl#5668: corrections after compiling with -qinfo=all:als.
Matthias Kraft
2018-04-14
1
-9
/
+12
*
Add dladdr() for AIX
Matthias Kraft
2018-03-21
1
-3
/
+77
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-14
/
+14
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-3
/
+3
*
Replace malloc+strcpy with strdup
Rich Salz
2017-09-14
1
-4
/
+2
*
Revert "GH614: Use memcpy()/strdup() when possible"
Pauli
2017-09-14
1
-2
/
+4
*
Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr
Matt Caswell
2016-11-03
1
-0
/
+34
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Remove several unused undocumented functions.
Rich Salz
2016-03-23
1
-62
/
+0
*
Have only one DSO_METHOD_openssl
Rich Salz
2016-03-22
1
-8
/
+3
*
Make DSO opaque.
Rich Salz
2016-03-22
1
-4
/
+1
*
Let Configure figure out the diverse shared library and DSO extensions
Richard Levitte
2016-02-19
1
-11
/
+4
*
GH614: Use memcpy()/strdup() when possible
Dmitry-Me
2016-02-03
1
-4
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
Remove dead code from crypto
Matt Caswell
2015-03-17
1
-4
/
+3
*
Dead code removal: #if 0 conf, dso, pqueue, threads
Rich Salz
2015-01-30
1
-11
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-351
/
+335
*
More comments
Matt Caswell
2015-01-22
1
-1
/
+1
*
dlfcn: always define _GNU_SOURCE
Kurt Roeckx
2014-12-30
1
-4
/
+2
*
RT3548: Remvoe unsupported platforms
Rich Salz
2014-12-22
1
-5
/
+1
*
Fix a wrong parameter count ERR_add_error_data
Janpopan
2014-05-19
1
-1
/
+1
*
dso_dlfcn.c: make it work on Tru64 4.0.
Andy Polyakov
2011-02-12
1
-0
/
+1
*
Make no-asm work in fips mode. Add android platform.
Dr. Stephen Henson
2011-02-02
1
-1
/
+2
*
dso_dlfcn.c: fix compile failure on Tru64.
Andy Polyakov
2010-03-29
1
-0
/
+3
*
Prevent aliasing warning
Dr. Stephen Henson
2009-10-04
1
-4
/
+7
*
Use correct extension and OSX detection.
Dr. Stephen Henson
2009-07-16
1
-3
/
+3
*
Updates from 1.0.0-stable
Dr. Stephen Henson
2009-07-15
1
-4
/
+13
*
More type-checking.
Ben Laurie
2008-06-04
1
-8
/
+8
*
Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it is
Andy Polyakov
2008-01-05
1
-6
/
+7
*
check if pointer is != NULL before dereferencing it (Coverity CID 40)
Nils Larsch
2007-04-02
1
-3
/
+2
*
Use Dl_info only on systems where it is known to exist. It does not
Ulf Möller
2006-04-11
1
-1
/
+5
*
uncomment; that one slipped through
Ulf Möller
2006-04-11
1
-1
/
+1
*
improve make dclean to remove files generated during build
Ulf Möller
2006-04-11
1
-0
/
+2
*
fix problems found by coverity: remove useless code
Nils Larsch
2006-03-15
1
-1
/
+1
*
"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.
Andy Polyakov
2006-01-02
1
-6
/
+5
*
Add DSO_global_lookup_func implementation. See commentary in dso_lib.c
Andy Polyakov
2005-12-30
1
-1
/
+17
*
comments
Ulf Möller
2005-12-18
1
-3
/
+3
*
Eliminate gcc -pedantic warnings.
Andy Polyakov
2005-06-09
1
-1
/
+6
*
_GNU_SOURCE needs to be defined before any standard header.
Richard Levitte
2005-06-06
1
-5
/
+10
*
New function, DSO_pathbyaddr, to find pathname for loaded shared object
Andy Polyakov
2005-06-05
1
-1
/
+68
*
fix "dereferencing type-punned pointer will break strict-aliasing rules"
Nils Larsch
2005-05-19
1
-2
/
+2
*
Avoid warnings.
Dr. Stephen Henson
2005-05-13
1
-1
/
+1
*
Make sure DSO-dlfcn works properly on SunOS4.
Richard Levitte
2003-06-12
1
-1
/
+5
*
Add the possibility to have symbols loaded globally with DSO.
Richard Levitte
2003-06-12
1
-1
/
+7
[next]