- Feb 13, 2004
-
-
Richard Levitte authored
-
- Feb 12, 2004
-
-
Ben Laurie authored
-
- Feb 08, 2004
-
-
Dr. Stephen Henson authored
If -offset exceeds -length of data available exit with an error. Don't read past end of total data available when -offset supplied. If -length exceeds total available truncate it.
-
- Feb 07, 2004
-
-
Andy Polyakov authored
PR: 821
-
- Feb 02, 2004
-
-
Ben Laurie authored
-
- Jan 31, 2004
-
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
- Jan 30, 2004
-
-
Ben Laurie authored
-
- Jan 29, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
-
- Jan 24, 2004
-
-
Andy Polyakov authored
gcc, which failed to compile it with "not aligned" at higher optimization levels.
-
Andy Polyakov authored
code in corresponding EVP modules obsolete, which I remove at once.
-
- Jan 23, 2004
-
-
Richard Levitte authored
-
- Jan 21, 2004
-
-
Dr. Stephen Henson authored
-
cvs2svn authored
0_9_7-stable'.
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
-
- Jan 19, 2004
-
-
Richard Levitte authored
-
- Jan 10, 2004
-
-
Richard Levitte authored
VMS. The C RTL can handle it well if the "directory" is a logical name with no colon, therefore ending being 'logname/file'. However, if the given logical names actually has a colon, or if you use a full VMS-syntax directory, you end up with 'logname:/file' or 'dev:[dir1.dir2]/file', and that isn't handled in any good way. So, on VMS, we need to check if the directory string ends with a separator (one of ':', ']' or '>' (< and > can be used instead [ and ])), and handle that by not inserting anything between the directory spec and the file name. In all other cases, it's assumed the directory spec is a logical name, so we need to place a colon between it and the file. Notified by Kevin Greaney <kevin.greaney@hp.com>.
-
- Jan 08, 2004
-
-
Lutz Jänicke authored
PR: #748 Submitted by: Kirill Kochetkov <kochet@ixbt.com>
-
cvs2svn authored
0_9_7-stable'.
-
Lutz Jänicke authored
PR: #570 Submitted by: Martin Witzel <MWITZEL@de.ibm.com>
-
- Jan 06, 2004
-
-
Ben Laurie authored
-
- Jan 04, 2004
-
-
Lutz Jänicke authored
Submitted by: "Martin Witzel" <MWITZEL@de.ibm.com> PR: #570
-
Lutz Jänicke authored
Submitted by: Gertjan van Oosten <gertjan@West.NL> PR: #804
-
Lutz Jänicke authored
ANSI C 89. Undo change to maintain compatibility.
-
- Dec 27, 2003
-
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
Check if IDEA is being built or not. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
specially if it is. Add a few OpenBSD-specific cases. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
Richard Levitte authored
-
Richard Levitte authored
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>
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- Dec 20, 2003
-
-
Dr. Stephen Henson authored
-
- Dec 18, 2003
-
-
Richard Levitte authored
-
Ben Laurie authored
-