- Nov 02, 2004
-
-
Richard Levitte authored
if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
-
Richard Levitte authored
and friends may be entirely useless. In such a case, LD_PRELOAD is the answer, at least on platforms using LD_LIBRARY_PATH. There might be other variables to set on other platforms, please fill us in... For now, we only do this with the tests, so they won't fail for silly reasons like getting dynamically linked to older installed libraries rather than the newly built ones... PR: 960
-
- Nov 01, 2004
-
-
Richard Levitte authored
PR: 963
-
- Oct 25, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Oct 21, 2004
-
-
Geoff Thorpe authored
Reported by: Maxim Masiutin Submitted by: Nils Larsch
-
- Oct 14, 2004
-
-
Richard Levitte authored
guys had to change the name to differentiate with older versions when a backward incompatibility came up. Of course, we need to adapt. This change simply tries to load the library through the newer name (ZLIB1) first, and if that fails, it tries the good old ZLIB.
-
- Oct 04, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Oct 01, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Sep 28, 2004
-
-
Andy Polyakov authored
"remaining relocations" in assembler modules. The latter seems to be new behaviour, elder as/ld managed to resolve this relocations as internal. It's possible to address this problem differently, but I settle for -Bsymbolic... PR: 546
-
Richard Levitte authored
Notified by Corinna Vinschen <vinschen@redhat.com>
-
- Sep 27, 2004
-
-
Richard Levitte authored
necessary.
-
Andy Polyakov authored
-
Andy Polyakov authored
bug and test that it's actually gone. PR: 950
-
- Sep 24, 2004
-
-
Geoff Thorpe authored
gone unnoticed ...
-
- Sep 23, 2004
-
-
Richard Levitte authored
for LPdir_unix.c in LPlib. For the other files, only the last log entry applies. ---------------------------- revision 1.11 date: 2004/09/23 22:07:22; author: _cvs_levitte; state: Exp; lines: +20 -6 Define my own macro LP_ENTRY_SIZE to express the size of my own buffering of directory entries, and make it depend on whichever comes first of PATH_MAX and NAME_MAX. As a fallback, make sure it's set to 255 if neither PATH_MAX or NAME_MAX were defined. Also, if the size given from PATH_MAX or NAME_MAX is less than 255, force LP_ENTRY_SIZE to be 255. It makes no harm whatsoever if LP_ENTRY_SIZE is larger than the maximum local path name limit. It does make a lot of harm if LP_ENTRY_SIZE is smaller. 255 seemed like a fairly acceptable default when nothing else is available. ---------------------------- revision 1.10 date: 2004/08/26 13:36:05; author: _cvs_levitte; state: Exp; lines: +13 -13 License correction. I am not REGENTS, just...
-
- Sep 19, 2004
-
-
Geoff Thorpe authored
outstanding ticket. PR: 926
-
Geoff Thorpe authored
been done, and took care of the other one (which hadn't). Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- Sep 18, 2004
-
-
Geoff Thorpe authored
-
- Sep 15, 2004
-
-
Dr. Stephen Henson authored
-
- Sep 13, 2004
-
-
Dr. Stephen Henson authored
in ASN1_STRING_to_UTF8().
-
Richard Levitte authored
- Move the inclusion of malloc.h until after all other includes, so we can do proper tests of system macros. - Make sure the correct header file is included to get the builtin "alloca" under VMS, and define a macro to map the symbol 'alloca' to it.
-
- Sep 12, 2004
-
-
Richard Levitte authored
-
- Sep 10, 2004
-
-
Dr. Stephen Henson authored
for the PKCS#9 OID then the non standard MS OID.
-
Richard Levitte authored
-
- Sep 09, 2004
-
-
Andy Polyakov authored
warning. Submitted by: Doug Kaufman <dkaufman@rahul.net>
-
Andy Polyakov authored
[for DJGPP]...
-
- Sep 08, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
-
- Sep 07, 2004
-
-
Dr. Stephen Henson authored
Add support for policy checking in verify utility.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Sep 06, 2004
-
-
Dr. Stephen Henson authored
This tidies up verify parameters and adds support for integrated policy checking. Add support for policy related command line options. Currently only in smime application. WARNING: experimental code subject to change.
-
Dr. Stephen Henson authored
-
- Aug 29, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
"Proper" means "compiles and passes test." Versioning is broken (I think).
-
Andy Polyakov authored
symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter is the only one to be exported to application.
-