Commit Graph

978 Commits

Author SHA1 Message Date
nelsonb%netscape.com
6bfd47f3e1 Fix bug that caused version number to be wrong in SSL3 client hellos
when restarting an SSL3 (not TLS) session.  (no bug number)
2001-06-05 00:26:37 +00:00
wtc%netscape.com
e129f78dda The rule for creating nslib.c does not need to be a double-colon rule.
Modified it to use automatic variables ($+ and $@) instead of hardcoded
file names.
2001-06-03 05:36:28 +00:00
wtc%netscape.com
c77cd80205 Simplified the nss_build_all and nss_RelEng_bld rules; they don't
need to create recursive make processes.
2001-06-03 05:28:18 +00:00
wtc%netscape.com
fd82935c29 Bugzilla bug #83811: deleted the useless vpath %.c $(OBJDIR) because
OBJDIR is not defined yet.  Restored VPATH = $(OBJDIR) as a temp
workaround.  Also deleted GARBAGE = nslib.c, which is no longer
correct.
2001-06-02 15:59:58 +00:00
wtc%netscape.com
2966bd2715 Deleted redundant VPATH because vpath is enough. 2001-06-02 06:12:29 +00:00
wtc%netscape.com
89d09973a5 Restored MPI_USERS as these files do depend on $(MPI_HDRS). 2001-06-02 03:07:26 +00:00
wtc%netscape.com
12c47a150a It is more efficient to use := to when the value of the assignment is
$(shell ...).
2001-06-02 03:03:58 +00:00
wtc%netscape.com
df8687e8f6 The strip function should be unnecessary. 2001-06-02 02:35:51 +00:00
wtc%netscape.com
db9fbf2a5d Turned on building of the software Fortezza pkcs11 module. It builds on
NT (both in source tree and with BUILD_TREE) for me.
2001-06-02 02:08:55 +00:00
wtc%netscape.com
cfda3d57fd Use = instead of += to define INCLUDES. It is fine to use = because
this is the very first file Makefile includes.
Define -DSWFORT in DEFINES rather than CFLAGS.  First, DEFINES is the
variable for macro defines.  Second, by not defining CFLAGS in this file,
we will be able to check in the fix for bug #77788.  However, I am not
sure whether we should fix bug #77788.
2001-06-01 23:32:39 +00:00
sonmi%netscape.com
66ef051c1e added hw accelerator stuff, that should nor affect any machine except iWs-perf 2001-06-01 23:10:35 +00:00
relyea%netscape.com
8b0d0faf84 Add function to import a cert using it's DER form rather than it's cert form. 2001-06-01 22:50:23 +00:00
relyea%netscape.com
beb9a19ad9 export new functions for JSS to use 2001-06-01 22:49:48 +00:00
wtc%netscape.com
5012fa24d8 Deleted unused variables CPORLN and MPI_USERS. 2001-06-01 01:07:58 +00:00
sonmi%netscape.com
5784d7f84f changed handleing of URLs to make it run better on Windows 2001-06-01 00:36:03 +00:00
sonmi%netscape.com
eff6311566 added directories to the searchpath for Solaris 86, made sure Sun Solaris
directories were not searched
2001-06-01 00:18:57 +00:00
sonmi%netscape.com
21f54d3261 added some HW accelerator related flags and variables
added Solaris i86 info
changed handeling of directories to have the NT version closer to the
Unix version
2001-06-01 00:15:49 +00:00
sonmi%netscape.com
a19137f403 added Solaris x86 2001-06-01 00:13:08 +00:00
wtc%netscape.com
2961017d5d Deleted the comment altogether because the code it described had been
deleted.
2001-05-31 23:25:46 +00:00
wtc%netscape.com
97dd71b727 Fixed a typo. 2001-05-31 23:19:15 +00:00
wtc%netscape.com
ce8559de1b Bugzilla bug #82837: backed out the workaround as we are not affected by
this compiler bug with Nelson's fix in bug #73115.
2001-05-31 00:12:18 +00:00
sonmi%netscape.com
1f5f7a732d changed to not require the OBJD builds on Windows anymore 2001-05-30 19:22:16 +00:00
wtc%netscape.com
32d9e72f6b Bugzilla bug #82837: work around a Forte6 compiler optimization bug on
Solaris x86.
2001-05-30 18:15:30 +00:00
sonmi%netscape.com
7647565c82 searching for nstools in different places now ($MOZ_TOOLS, z:/nstools,
c:/nstools, d:/nstools and d:/i386/nstools)
2001-05-25 01:46:08 +00:00
sonmi%netscape.com
c20f32f11d took out backward compatibility testing for tinderbox 2001-05-25 01:44:37 +00:00
wtc%netscape.com
8388ae052d Added the realclean and clobber_all targets. 2001-05-25 01:20:07 +00:00
sonmi%netscape.com
8daad84eff hopefully fix for tindebox blue screen problem: Removed NT invalid character
from the path
2001-05-24 23:28:21 +00:00
larryh%netscape.com
7c39f6468b Bugzilla: 81706. strsclnt exit code 2001-05-24 16:44:25 +00:00
larryh%netscape.com
f0278a97d7 Bugzilla: 82259. #error not #pragma 2001-05-24 00:22:55 +00:00
larryh%netscape.com
1e759a722e Bugzilla: 82259. improve rootcert load 2001-05-24 00:17:10 +00:00
sonmi%netscape.com
9ea87ecf8e changed previos fix so it will work for unix as well 2001-05-23 23:43:00 +00:00
sonmi%netscape.com
e3e7f947d3 intermittant version to test NT tinderbox 2001-05-23 23:15:58 +00:00
wtc%netscape.com
b23b47ad01 Bugzilla bug #82268: make the rule to generate certdata.c not engaged by
default.
2001-05-23 05:55:13 +00:00
wtc%netscape.com
7b22982d7c Bugzilla bug #77199: more PR_CALLBACK changes received from Javier
Pedemonte <pedemont@us.ibm.com> for OS/2.
Modified files: cert.h, certdb.h
2001-05-22 22:01:33 +00:00
sonmi%netscape.com
c62da084e1 changed directorypaths to match the new build area of blds-sca15a instead of
hs-sca15c
2001-05-22 18:11:31 +00:00
wtc%netscape.com
c83d9284ee Bugzilla bug #80809: use the correct assembler flags under gcc on IRIX.
Thanks to John Vandenberg <zeroJ@null.net> for the patch.
2001-05-22 13:43:47 +00:00
wtc%netscape.com
70ba3f51b2 Bugzilla bug #77199: Make NSS build under OS/2. Thanks to Javier
Pedemonte <pedemont@us.ibm.com> for the patch.
Modified Files:
        coreconf/OS2.mk coreconf/rules.mk coreconf/ruleset.mk
        nss/lib/freebl/Makefile nss/lib/pkcs12/p12.h nss/lib/ssl/ssl.h
        nss/lib/util/secport.h
2001-05-21 21:25:32 +00:00
nelsonb%netscape.com
6b57d89463 Add a workaround for bug 80092. If the last write returned WOULDBLOCK
and data is now buffered for sending and the application calls PR_Poll
to poll on read, poll on write also.  This way, if the socket becomes
writable, the application's read attempt will send (more of) the buffered
write data.
2001-05-18 20:44:35 +00:00
sonmi%netscape.com
9df1cc850e fixed one more tinderbox NT problem 2001-05-17 23:09:28 +00:00
sonmi%netscape.com
5dbad752f8 changed tinderbox version so the files get written to a permanent directory
rather than the tinderbox area, and can later be inspected
2001-05-17 21:50:52 +00:00
mcgreer%netscape.com
87506235bb check in more roots to mozilla 2001-05-17 16:08:19 +00:00
sonmi%netscape.com
606dbf7f9c when pk12util -i fails added test for pk12util tmp/lock file
when this exists errormessage to the log
2001-05-16 00:56:27 +00:00
sonmi%netscape.com
227f854124 seperated the output of the client and the server to work around
a problem on dump
2001-05-16 00:08:05 +00:00
wtc%netscape.com
e466670ee3 Use NSPR 4.1.1.
Modified files: manifest.mn, Makefile.
2001-05-15 17:31:15 +00:00
sonmi%netscape.com
eec0d6bf02 added Redhat 7.1 2001-05-11 23:15:28 +00:00
sonmi%netscape.com
78b6284542 fixed several bugs on output format (date and time now displayed
correctly, hyperlinks on incomplete builds were missing before,
wrong machine name on missing builds removed)
2001-05-11 23:12:52 +00:00
sonmi%netscape.com
af5da5056e export testlevel, so the scripts know when running backwardcompatibility
tests (need to run some tests differently, because of new options, or known
misbehavior)
2001-05-11 23:10:54 +00:00
sonmi%netscape.com
75609b3478 added symlinks for Redhat 7.2 Linux 2001-05-11 23:09:07 +00:00
sonmi%netscape.com
61008f3251 added a BC_RELEASE variable (=3.2) for backward compatibility test releases,
because when testing against 3.2 we need
to specifically disable  some tests, this will not be so when we are
testing against future releases (or in other places)
2001-05-11 23:08:16 +00:00
sonmi%netscape.com
4fcffdb12c yesterday's fix broke the backwardcompatibility tests because it used a new
option - put check for backwardcompatibility tests before
2001-05-11 23:05:32 +00:00