summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'JSS_3_4_RTM'JSS_3_4_RTMcvs2hg2003-05-151523-634273/+0
* Shifted from -xO3 to -xO4 optimization under Solaris.kirk.erickson%sun.com2003-05-151-1/+1
* Fix for bug 204015 - make strsclnt reuse token after it is unplugged . r=nelsonbjpierre%netscape.com2003-05-151-50/+209
* Update ssltap's list of TLS ciphersuites. Bug 201158.nelsonb%netscape.com2003-05-151-6/+39
* *** empty log message ***relyea%netscape.com2003-05-141-9/+6
* bug 202838, move operations outside of slot->objectLockian.mcgreer%sun.com2003-05-142-11/+38
* Removed an error that was mistakenly introduced in rev. 1.56.wtc%netscape.com2003-05-141-1/+1
* Bug 202593: Create slot->freeListLock and slot->sessionLock in the orderwtc%netscape.com2003-05-131-7/+8
* Bug 202593: the newly added 'lock' field in the NSSToken structure is notwtc%netscape.com2003-05-131-1/+0
* bug 203049, move some operations outside of slot->slotLockian.mcgreer%sun.com2003-05-122-18/+17
* Fix bug 202270. Eliminate a potential infinite loop.nelsonb%netscape.com2003-05-121-6/+9
* Bug 205346: need to include <unistd.h> on BeOS for isatty(). Thanks towtc%netscape.com2003-05-121-1/+4
* Bug 205346: fixed a compiler warning about a zero-length format string forwtc%netscape.com2003-05-121-1/+1
* Bug 202593 and bug 204980: fixed a recursive deadlock introduced by thewtc%netscape.com2003-05-102-3/+17
* Bug 204797: nssTokenObjectCache_Clear needs to lock the cache, otherwisewtc%netscape.com2003-05-101-0/+2
* Fix bug 143426 by not freeing names in loop that traverses them.nelsonb%netscape.com2003-05-091-1/+1
* fix bug in last patchian.mcgreer%sun.com2003-05-091-1/+1
* bug 191757, eliminate some memcpy calls from MD5ian.mcgreer%sun.com2003-05-081523-0/+634036
|\
* | fixup commit for tag 'JSS_3_3_1_RTM'JSS_3_3_1_RTMcvs2hg2003-05-071523-633979/+0
|/
* Bug 204681: fixed build failure with MKS Toolkit on Windows XP. Handlewtc%netscape.com2003-05-071-3/+2
* Display an error message instead of crashing if the user forgets the -nnelsonb%netscape.com2003-05-061-0/+1
* Don't display user's password in hex. Bug 200005.nelsonb%netscape.com2003-05-061-20/+9
* Don't accept END_OF_CONTENTS octets where they're not allowed. bug 202384.nelsonb%netscape.com2003-05-031-1/+11
* Bug 204011: fixed the bug that nssPKIObjectCollection_AddInstances frees anwtc%netscape.com2003-05-021-12/+9
* Bug 203988: add build support for Linux/mips (such as Sony PlayStation 2wtc%netscape.com2003-05-011-0/+5
* Removed gcc warning - bug 203449bishakhabanerjee%netscape.com2003-04-291-0/+1
* Declare the new function sec_asn1d_parent_is_indefinite as static.wtc%netscape.com2003-04-281-1/+1
* replace arena grow with code that grows memory nLog n, not n!relyea%netscape.com2003-04-281-21/+50
* Fix two problems that together prevented NSS from reading encryptednelsonb%netscape.com2003-04-261-11/+37
* Greatly enhance the debug printing done when conditionally compiled withnelsonb%netscape.com2003-04-261-25/+174
* Change the more recently added "choice" functions to conform to thenelsonb%netscape.com2003-04-261-101/+91
* bug 201081, better spreading of session id hashian.mcgreer%sun.com2003-04-241-1/+5
* bug 202553, replace reference mutex with atomic calls in PK11SlotInfoian.mcgreer%sun.com2003-04-222-24/+5
* Broke a long line.wtc%netscape.com2003-04-211-1/+2
* Bug 134113: use "lib" as the prefix for static and import libraries in thewtc%netscape.com2003-04-211-2/+14
* Bug 134113: make NSS build on Win32 using GCC (MinGW). The patchwtc%netscape.com2003-04-2022-65/+262
* Bug 202593 NSS does not lock non-threadsafe modules correctly.relyea%netscape.com2003-04-194-15/+22
* Bug 202593 NSS does not lock non-threadsafe modules correctly.relyea%netscape.com2003-04-193-4/+46
|\
| * fixup commit for tag 'ANGELON_MOZ14_BRANCH'ANGELON_MOZ14_BRANCHcvs2hg2003-04-181598-632687/+0
|/
* Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.seawood%netscape.com2003-04-182-6/+0
* bug 198452, zero-byte memcpysian.mcgreer%sun.com2003-04-172-6/+23
* Fix for 202348 - check cert & key pointers returned by client auth applicatio...jpierre%netscape.com2003-04-172-0/+31
* Fix for 202058 - Compile source files wit absolute pathnames to ease debuggin...jpierre%netscape.com2003-04-171-4/+45
* Fix for 201134 - race condition when verifying certs. Don't reset the value o...jpierre%netscape.com2003-04-173-28/+35
* Bug 201808:We don't need to use _declspec(dllexport) to exportwtc%netscape.com2003-04-172-8/+0
* Bug 201808: added nssckbi.def, which exports C_GetFunctionList.wtc%netscape.com2003-04-162-0/+54
* #201807mkaply%us.ibm.com2003-04-161-1/+1
* Fix for 202053 - signing of softokn3.dll may fail on OS/2. Force the use of O...jpierre%netscape.com2003-04-151-1/+1
* Bug 201555: enable stripping of EXEs on OS/2 with gcc. The LIBPATHSTRICTwtc%netscape.com2003-04-152-1/+2
* The .chk files should have the $(DLL_PREFIX), not $(LIB_PREFIX), becausewtc%netscape.com2003-04-121-1/+1