summaryrefslogtreecommitdiff
path: root/security/nss
Commit message (Collapse)AuthorAgeFilesLines
* Merging in changes between MOZILLA_0_9_2001042510_BASE and XPCDOM_20010502_BASE.jst%netscape.com2001-05-041302-531285/+0
|
* fixup commit for branch 'XPCDOM_20010329_BRANCH'cvs2hg2001-04-125-0/+5108
|
* fixup commit for branch 'NSS_3_2_BRANCH'cvs2hg2001-04-121-0/+694
|
* Tell coreconf where to find the NSPR header files.javi%netscape.com2001-04-111-0/+1
|
* Fix linux build issue with smime.def. (NSS_3.2.1 symbols lists should berelyea%netscape.com2001-04-061-1/+1
| | | | labelled as such).
* Arrange for AIX to get the ident string even though the compiler agressivelyrelyea%netscape.com2001-04-052-0/+31
| | | | optimizes things away.
* Arrange for AIX to get the ident string even though the compiler agressivelyrelyea%netscape.com2001-04-052-0/+28
| | | | optimizes things away.
* Crank the Version number to 3.2.1relyea%netscape.com2001-04-051-2/+2
|
* added enhancements for dist. stresstestssonmi%netscape.com2001-04-041-10/+58
|
* added workaround to not run the pk12 tests that break with 3.2sonmi%netscape.com2001-04-041-1/+11
|
* added the distributed stress testsonmi%netscape.com2001-04-041-10/+16
|
* 3.2.1 init.sh, would only need added functionallity for backwardsonmi%netscape.com2001-04-041-27/+84
| | | | | compatibility testing, but has a lot of other improvements, too late to get them all apart
* greping for more errors, faiulures, fatals...sonmi%netscape.com2001-04-041-0/+12
|
* fixed the environment for Win2K MKS, added rsh variablesonmi%netscape.com2001-04-041-8/+4
|
* added backward compatibility testssonmi%netscape.com2001-04-041-6/+16
|
* added functionality for backward compatibility testingsonmi%netscape.com2001-04-041-14/+72
|
* Fix another bug found while testing compatibility of multiplenelsonb%netscape.com2001-04-031-1/+3
| | | | implementations of NSS's arena code.
* Alter the MAGIC number to detect incompatibilities in Arena Pools.nelsonb%netscape.com2001-04-031-1/+2
|
* fixup commit for branch 'NSS_3_2_BRANCH'cvs2hg2001-04-021-0/+344
|
* Export AVA functions for iWS team to make internationalized Certs work.relyea%netscape.com2001-03-311-0/+9
|
* Back out the changes to try to get WIN 2000 to work. The problem looks like ↵relyea%netscape.com2001-03-312-47/+0
| | | | an interaction between NSPR/Async IO/and Samba. We'll resolve it at that level.
* When NSS is being used with NSPR 4.1.1 and higher, put used Arena blocksnelsonb%netscape.com2001-03-311-2/+15
| | | | on the arena free list rather than freeing them to the heap.
* Check in compile problems and 'else' bug found in running on NT.relyea%netscape.com2001-03-291-5/+6
|
* Sigh, try to get reasonable error messages back to the application. in thisrelyea%netscape.com2001-03-291-0/+3
| | | | case bad password.
* Print more error information on failure.relyea%netscape.com2001-03-292-44/+85
| | | | | Buffer writes on NT to make WIN2000 happy (until we can research how to make WIN2000 write(fd,buf,1) operate correctly.
* Add new functions which adds a an object to the list with associated data.relyea%netscape.com2001-03-263-5/+28
| | | | Fix a bug where the ':' in the nickname is not being removed when it was supposed to be.
* Add new option for displaying only the root certs.relyea%netscape.com2001-03-263-10/+30
| | | | | Fix bugs in the user cert code so that all the certs are returned correctly. Preserve the nickname for this particular cert in the certnode.
* Eliminate global arena lock. Each arena now has its own lock.nelsonb%netscape.com2001-03-261-223/+179
| | | | Developed by kirke and nelsonb.
* Update the Mac project so that it builds on the Mac.javi%netscape.com2001-03-231-0/+0
| | | | | (freebl added some new source files that weren't added to the Mac project.)
* Updated DBM component to 1.55. (tfox)cltbld%netscape.com2001-03-191-1/+1
|
* fixup commit for branch 'NSS_3_2_BRANCH'cvs2hg2001-03-143-1419/+0
|
* Build changes for Solaris and gcc. Get gcc to use the proper architectureNSS_3_2_BASEnelsonb%netscape.com2001-03-141-4/+8
| | | | | | 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.
* Make the nss_build_all target work on NT.relyea%netscape.com2001-03-141-3/+3
|
* Fix for Bug 71889javi%netscape.com2001-03-141-5/+5
| | | | | | 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.
* Add code to all the nss pre-reqs with a single target.relyea%netscape.com2001-03-141-0/+17
|\
| * fixup commit for tag 'CONRAD_PROMPT_1_TAG'CONRAD_PROMPT_1_TAGcvs2hg2001-03-141298-526258/+0
|/
* bug 70992 patches to build 4.2 BSDrelyea%netscape.com2001-03-132-0/+9
|
* DES key gens need to fall through to set the rest of their attributesrelyea%netscape.com2001-03-131-1/+0
| | | | (remove spurious break). S/MIME should function again after this.
* CK_ULONG != unsigned int on 64 bit platforms. Fix the cast which was obviouslyrelyea%netscape.com2001-03-101-1/+4
| | | | | | put in to remove a warning. bug 70713
* Fix AIX 64 bit tools failure. For some reason the 64 bit compilier didn't likerelyea%netscape.com2001-03-101-92/+153
| | | | | the massive switch statement. The new code is easier to read anyway now. bug 70713
* Bug 71323: set MOZILLA_CLIENT when building in client make environmentthayes%netscape.com2001-03-091-1/+1
|
* Bug 70657 . Old CERT DB doesn't always get closed after migration.relyea%netscape.com2001-03-071-0/+3
|
* Fix Bug 70441 where ava fields with one or two characters are not formatted ↵relyea%netscape.com2001-03-071-1/+1
| | | | properly.
* fixed a typo in an echosonmi%netscape.com2001-03-031-1/+1
|\
| * fixup commit for tag 'JSS_3_0_RTM'JSS_3_0_RTMcvs2hg2001-03-031298-526183/+0
|/
* fix for bug 69582, empty scripts due to a full /tmp cause programms tosonmi%netscape.com2001-03-033-30/+26
| | | | | bahave wrong - instead of generating temorary scripts the input comes directly from this script, redirected via <<
* added fix fo bug 69588 - QA failure not recognized - now a certain #sonmi%netscape.com2001-03-021-13/+39
| | | | | of passes is reqiired, otherwise an incomplete line is generated if more tests than expected a warning is issued in the text scetion
* Use $TMP, $TMPDIR, or $TEMP for directory to hold server SID cache file.nelsonb%netscape.com2001-03-021-2/+7
| | | | Implements RFE 70617.
* Add a -C lib to the gmake line to prevent nmake from gettingjavi%netscape.com2001-03-011-2/+1
| | | | confused.
* Bug 69582 endless loop on EOF reading Extensionskirke%netscape.com2001-03-011-4/+8
|