summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix two bugs found in nightly QA. On Solaris/x86, don't assert that thenelsonb%netscape.com2001-06-091-2/+8
| | | | | | sid cache entry is a multiple of 8 bytes long. On OSF1, reduce the maximum number of POSIX semaphores so it doesn't exceed the per-process limit of 256.
* Bugzilla bug #84918: checked in Linux/ia64 porting patch fromwtc%netscape.com2001-06-092-0/+7
| | | | | Bill Nottingham <notting@redhat.com>. Modified files: coreconf/Linux.mk, nss/tests/common/arch.sh
* Change ssl_Time() to use time() instead of PR_Now on systems that have it.nelsonb%netscape.com2001-06-091-4/+11
|
* 3 Changes:nelsonb%netscape.com2001-06-091433-1287/+530838
|\ | | | | | | | | | | | | | | | | 1. New SSL server session cache implementation that uses finer grained locking to reduce lock contention, and does 128-way associative caching. 2. rename symbol SSL_SESSIONID_BYTES to SSL2_SESSIONID_BYTES. 3. Work around compiler bug on Solaris i386. Modified Files: manifest.mn sslcon.c sslimpl.h sslsecur.c sslsnce.c
* | fixup commit for tag 'NSS_STABLE_TRUNK_20010608'NSS_STABLE_TRUNK_20010608cvs2hg2001-06-081428-530024/+0
|/
* Portable POSIX-like unnamed semaphores that work in process-shared memory.nelsonb%netscape.com2001-06-082-0/+486
|
* fixed a few strings that were not under ""sonmi%netscape.com2001-06-081-11/+11
|
* fix spelling of PK11_PQG_GenSeed*()relyea%netscape.com2001-06-071457-0/+537608
|\
* | fixup commit for tag 'PREDJN_20010612'PREDJN_20010612cvs2hg2001-06-071457-537608/+0
|/
* Add PQG, spki, and some misch functions that JSS needs.relyea%netscape.com2001-06-071-0/+16
|
* Add Stub functions for PQG functions (until we implent PQG through the PKCS ↵relyea%netscape.com2001-06-073-0/+340
| | | | #11 interface).
* Add function to encode a SPKI structure.relyea%netscape.com2001-06-072-0/+30
|
* Add new dercert functions for JSS.relyea%netscape.com2001-06-061-0/+3
|
* Add DER version of key for cert exists for JSS.relyea%netscape.com2001-06-062-0/+20
|
* Add DER version of isCA for JSS.relyea%netscape.com2001-06-062-0/+19
|
* Fix bug 522 for NSS trunk.nelsonb%netscape.com2001-06-061-4/+0
|
* Bugzilla bug #77884: fixed discrepancy between the size of an array andwtc%netscape.com2001-06-061-3/+6
| | | | | | the variable that represents the array size. Let the compiler compute the value for us instead of using hardcoded constants. Thanks to andrew@fernandes.org for reporting and tracking down this bug.
* Bugzilla bug #83811: added a new implicit rule to build BUILT_CSRCSwtc%netscape.com2001-06-052-3/+7
| | | | | | | because VPATH or vpath doesn't search in a directory that doesn't exist at the beginning of a make invocation even if it is created by the make invocation. Modified files: coreconf/rules.mk, nss/lib/fortcrypt/swfort/manifest.mn
* Fix bug that caused version number to be wrong in SSL3 client hellosnelsonb%netscape.com2001-06-051-0/+10
| | | | when restarting an SSL3 (not TLS) session. (no bug number)
* The rule for creating nslib.c does not need to be a double-colon rule.wtc%netscape.com2001-06-031-3/+3
| | | | | Modified it to use automatic variables ($+ and $@) instead of hardcoded file names.
* Simplified the nss_build_all and nss_RelEng_bld rules; they don'twtc%netscape.com2001-06-031-11/+2
| | | | need to create recursive make processes.
* Must use := to define OS_RELEASE in terms of itself.wtc%netscape.com2001-06-031-1/+1
|
* Bugzilla bug #83811: deleted the useless vpath %.c $(OBJDIR) becausewtc%netscape.com2001-06-021-5/+1
| | | | | | OBJDIR is not defined yet. Restored VPATH = $(OBJDIR) as a temp workaround. Also deleted GARBAGE = nslib.c, which is no longer correct.
* Deleted redundant VPATH because vpath is enough.wtc%netscape.com2001-06-021-1/+0
|
* Restored OBJS += $(RES) for WINNT.wtc%netscape.com2001-06-021-0/+1
|
* Restored MPI_USERS as these files do depend on $(MPI_HDRS).wtc%netscape.com2001-06-021-0/+2
|
* It is more efficient to use := to when the value of the assignment iswtc%netscape.com2001-06-021-1/+1
| | | | $(shell ...).
* The strip function should be unnecessary.wtc%netscape.com2001-06-021-1/+1
|
* Deleted commented-out VPATH assignments.wtc%netscape.com2001-06-021-3/+0
|
* Turned on building of the software Fortezza pkcs11 module. It builds onwtc%netscape.com2001-06-021-1/+1
| | | | NT (both in source tree and with BUILD_TREE) for me.
* Use = instead of += to define INCLUDES. It is fine to use = becausewtc%netscape.com2001-06-011-2/+2
| | | | | | | | 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.
* added hw accelerator stuff, that should nor affect any machine except iWs-perfsonmi%netscape.com2001-06-011-1/+47
|
* Add function to import a cert using it's DER form rather than it's cert form.relyea%netscape.com2001-06-012-0/+16
|
* export new functions for JSS to userelyea%netscape.com2001-06-011-0/+1
|
* Deleted unused variables CPORLN and MPI_USERS.wtc%netscape.com2001-06-011-9/+1
|
* changed handleing of URLs to make it run better on Windowssonmi%netscape.com2001-06-011-9/+14
|
* added directories to the searchpath for Solaris 86, made sure Sun Solarissonmi%netscape.com2001-06-011-1/+5
| | | | directories were not searched
* Fixed a typo.wtc%netscape.com2001-06-011-3/+3
|
* added some HW accelerator related flags and variablessonmi%netscape.com2001-06-011-3/+22
| | | | | | added Solaris i86 info changed handeling of directories to have the NT version closer to the Unix version
* added Solaris x86sonmi%netscape.com2001-06-011-0/+2
|
* Deleted the comment altogether because the code it described had beenwtc%netscape.com2001-05-311-2/+0
| | | | deleted.
* Fixed a typo.wtc%netscape.com2001-05-311-1/+1
|
* Fixed a typo and deleted a debugging echo command.wtc%netscape.com2001-05-311-2/+1
|
* Bugzilla bug #82837: backed out the workaround as we are not affected bywtc%netscape.com2001-05-311-1/+1
| | | | this compiler bug with Nelson's fix in bug #73115.
* changed to not require the OBJD builds on Windows anymoresonmi%netscape.com2001-05-301-1/+1
|
* Bugzilla bug #82837: work around a Forte6 compiler optimization bug onwtc%netscape.com2001-05-301-1/+1
| | | | Solaris x86.
* searching for nstools in different places now ($MOZ_TOOLS, z:/nstools,sonmi%netscape.com2001-05-251-1/+23
| | | | c:/nstools, d:/nstools and d:/i386/nstools)
* took out backward compatibility testing for tinderboxsonmi%netscape.com2001-05-251-1/+5
|
* Added the realclean and clobber_all targets.wtc%netscape.com2001-05-251-1/+1
|
* Although gcc takes the -mips3 option, it generates an executable thatwtc%netscape.com2001-05-241-1/+4
| | | | crashes with SIGBUS.