Граф коммитов

858 Коммитов

Автор SHA1 Сообщение Дата
bryner%uiuc.edu f6de591fe9 Fixing NSS to know about the new include path for NSPR. Patch from cls, r=bryner. 2001-04-07 07:22:18 +00:00
nelsonb%netscape.com ad5e367c06 Merge changes from NSS_3_2_BRANCH. Fix backward compatibility issues. 2001-04-06 17:47:15 +00:00
sonmi%netscape.com 724ef914cf updated 2001-04-04 23:28:57 +00:00
sonmi%netscape.com f1403835ca removed unneccessary variables 2001-04-04 00:31:59 +00:00
sonmi%netscape.com aac65383e2 workaround, when running backward compatibility tests pk12util tests don't run 2001-04-04 00:29:27 +00:00
sonmi%netscape.com 279bfc8f54 added functionallity for backward compatibility testing, improved messages 2001-04-04 00:28:12 +00:00
sonmi%netscape.com 83fcb665a3 added backward compatibility tests 2001-04-04 00:23:18 +00:00
sonmi%netscape.com 0cf7b38a1b added functionallity for backward compatibility testing 2001-04-04 00:22:43 +00:00
sonmi%netscape.com 462c1b52f5 improved usage and parameters, reduced connections from 5 to 1 2001-04-02 17:32:48 +00:00
nelsonb%netscape.com 052b2e22df Fix a couple of memory leaks that occur in rare error paths. 2001-03-31 02:49:59 +00:00
nelsonb%netscape.com eb25bb6dde Fix leak of cert reference in cert authentication callback functions. 2001-03-30 00:40:24 +00:00
sonmi%netscape.com d5543fbdac added RSH variable, since 4 out of 5 rsh on NT don't work as expected... 2001-03-28 00:04:37 +00:00
sonmi%netscape.com 967185a2cf fixed a win2K MKS problem (PATH seperator) 2001-03-28 00:03:59 +00:00
sonmi%netscape.com f9db0ccd70 changes for the new distributed stress test
-) split generating of cert into 2 functions, so we can add any
      number of certs to an existing Database
   -) added function to generate n certs for the stress test (run
      from the server side)^M
2001-03-28 00:03:02 +00:00
sonmi%netscape.com e67c630be6 changes for the new distributed stress test
-) improved errormessages
   -) changes to get around the DNS/ipaddress problem
   -) changes necessary for the remote side of the distributed test
        running in the server's directory structure
        messages and errormessages
   -) changes for the server side of the dist. stress test
        set $RSH for windows
        set variables for the certdatabase of the dist stress test
2001-03-28 00:02:27 +00:00
sonmi%netscape.com 66ac3e222c changes for the new distributed stress test
-) to get around the DNS/ipaddress problem
   -) be sourcable from ssl_dist_stress.sh (share a lot of functionality)
2001-03-28 00:01:43 +00:00
sonmi%netscape.com f729c1ed66 distributed stress test
new script to run the server and the remote side of the test
   -) have cert.sh generate certs
   -) start a server
   -) launch strsclnts via rsh, each rsh with a range of certs to use
   -) wait 10 minutes
   -) shut down the server
2001-03-28 00:00:48 +00:00
nelsonb%netscape.com 4b0d156928 Eliminate the old global arena lock. Each ArenaPool now has its own lock.
The new PORTArenaPool struct, an extended PLAreanaPool, is used in place
of PLArenaPools.
2001-03-23 23:40:09 +00:00
sonmi%netscape.com 2efbdd560b took out yesterday's change, since it did not work 2001-03-23 21:11:14 +00:00
relyea%netscape.com 43f46341d4 Change structure passing to pointer passing.
removed debugging printf's
2001-03-23 19:33:59 +00:00
sonmi%netscape.com 1f8b4fe421 put Ian's fix to the HP coredump back, call cmsutil without parameters prior
to any cmsutil action
2001-03-23 00:39:57 +00:00
sonmi%netscape.com b10ed9cdfe searching for "error" "failed" and "fatal" in the output logs 2001-03-21 21:29:48 +00:00
nelsonb%netscape.com bb05199975 Add function SECU_PrintBuf() which prints a buffer in hex and ASCII. 2001-03-20 04:23:38 +00:00
nelsonb%netscape.com c61bdaf9e1 Fix bug in SSL_ResetHandshake introduced in last checkin. 2001-03-20 00:39:02 +00:00
javi%netscape.com ae366b038f Add new sources from freebl to the Mac project. 2001-03-19 19:06:42 +00:00
nelsonb%netscape.com 68f0773b6f Reinterpret the READ and WRITE poll flags depending on the state of the
socket and the SSL handshake.  Rename the badly named "connected" flag.
Bugzilla bugs 56924, 56926, 66706.
Modified Files:
    ssl3con.c sslauth.c sslcon.c ssldef.c sslgathr.c sslimpl.h
    sslsecur.c sslsock.c
2001-03-16 23:26:06 +00:00
nelsonb%netscape.com 62016bed7f Build changes for Solaris and gcc. Get gcc to use the proper architecture
flags when building v8plus code on Solaris/Ultrasparc.  Use gcc instead of
ld to build the freebl DSOs when using gcc on Solaris.  And stop using the
"sparkfix" program on Solaris.  It is no longer needed.  Bug 69052.
2001-03-14 23:30:37 +00:00
relyea%netscape.com ae0535f46a Make the nss_build_all target work on NT. 2001-03-14 19:12:30 +00:00
javi%netscape.com 92b370bcb5 Fix for Bug 71889 Null out secmodname during NSS_Shutdown so that a later call to NSS_Init succesfully initializes the SECMOD libraries. Also, free the memory allocated to allocated the name of the keydb and remove an unused local variable. 2001-03-14 18:58:14 +00:00
relyea%netscape.com dd7856b596 Add code to all the nss pre-reqs with a single target. 2001-03-14 18:08:25 +00:00
relyea%netscape.com ef75cbd4ed bug 70992 patches to build 4.2 BSD 2001-03-13 19:02:05 +00:00
relyea%netscape.com 078a9e5cd9 DES key gens need to fall through to set the rest of their attributes
(remove spurious break). S/MIME should function again after this.
2001-03-13 00:04:51 +00:00
relyea%netscape.com ad13fd0467 CK_ULONG != unsigned int on 64 bit platforms. Fix the cast which was obviously
put in to remove a warning.

bug 70713
2001-03-10 01:35:17 +00:00
relyea%netscape.com 0847ad27c1 Fix AIX 64 bit tools failure. For some reason the 64 bit compilier didn't like
the massive switch statement. The new code is easier to read anyway now.
bug 70713
2001-03-10 01:34:08 +00:00
thayes%netscape.com 7c537fbbb5 Bug 71323: set MOZILLA_CLIENT when building in client make environment 2001-03-09 01:08:44 +00:00
relyea%netscape.com 2913a96ffe Bug 70657 . Old CERT DB doesn't always get closed after migration. 2001-03-07 17:34:44 +00:00
relyea%netscape.com 94ddb7f99c Fix Bug 70441 where ava fields with one or two characters are not formatted properly. 2001-03-07 17:31:53 +00:00
sonmi%netscape.com 48ccd7dcac fixed a typo in an echo 2001-03-03 01:59:29 +00:00
sonmi%netscape.com 5b49528d04 fix for bug 69582, empty scripts due to a full /tmp cause programms to
bahave wrong - instead of generating temorary scripts the input comes directly
from this script, redirected via <<
2001-03-03 00:14:17 +00:00
sonmi%netscape.com f5556b7f60 added fix fo bug 69588 - QA failure not recognized - now a certain #
of passes is reqiired, otherwise an incomplete line is generated
if more tests than expected a warning is issued in the text scetion
2001-03-02 23:37:21 +00:00
nelsonb%netscape.com ca6b48b951 Use $TMP, $TMPDIR, or $TEMP for directory to hold server SID cache file.
Implements RFE 70617.
2001-03-02 02:52:21 +00:00
javi%netscape.com 7bd4201c24 Add a -C lib to the gmake line to prevent nmake from getting
confused.
2001-03-01 22:54:10 +00:00
kirke%netscape.com 159cc26f44 Bug 69582 endless loop on EOF reading Extensions 2001-03-01 21:45:33 +00:00
sonmi%netscape.com 2b1b11c28f tools tests activated 2001-03-01 19:48:52 +00:00
relyea%netscape.com 0761f75039 change '-p' to '-P' to be consistant with other tools. 2001-03-01 01:21:56 +00:00
sonmi%netscape.com 45cfbc582d was still running ksh 2001-03-01 00:43:24 +00:00
sonmi%netscape.com e27794dd1a restructuring of NSS QA 2001-03-01 00:40:38 +00:00
sonmi%netscape.com bdec8e9305 restructuring of NSS QA 2001-02-28 23:35:21 +00:00
nelsonb%netscape.com 10d9a28bfe Increase the temp cert db's memory buffer size from 64KB to 256KB.
This reduces the liklihood that it will overflow into a disk file.
This is a partial fix for bug 67953.
2001-02-28 22:50:12 +00:00
sonmi%netscape.com c0db04e682 complete restructuring and cleanup of the QA suites.
bug 65000 and 68878
2001-02-28 22:12:47 +00:00