summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add -C line gmake line to avoid having nmake get confused.NSS_3_1_BRANCHjavi%netscape.com2001-03-011-2/+1
|
* Don't build un-necessary asn1.c source file. It causes many undefined ↵javi%netscape.com2001-03-011-0/+0
| | | | symbols in PSM 2.0 Besides, it's not built on any of the other platforms anyway.
* Bugzilla bug #62855: put my patch back in again. Sorry about thewtc%netscape.com2001-02-072-5/+1
| | | | | | flipflop. Modified files: arch.mk, config.mk (NSS_3_1_BRANCH)
* Bugzilla bug #62855: backed out my previous checkin, which doesn't quitewtc%netscape.com2001-02-072-1/+5
| | | | | | work. Will look at this later. Modified files: arch.mk, config.mk (NSS_3_1_BRANCH)
* Bugzilla bug #62855: remembered the right way to have OS/2 include awtc%netscape.com2001-02-042-5/+1
| | | | | | single OS2.mk for all OS releases. Modified files: arch.mk, config.mk (NSS_3_1_BRANCH)
* Bugzilla bug #62855: on NSS_3_1_BRANCH, we do not have a makefile rule towtc%netscape.com2001-02-011-1/+5
| | | | | | | | build import libraries for OS/2, so do not set IMPORT_LIBRARY. Since nssckbi.dll is always loaded dynamically, we don't need to build its import library anyway. This patch is from Javier Pedemonte <pedemont@us.ibm.com>. (NSS_3_1_BRANCH)
* Bugzilla bug #62855: make the rule to build .cpp files work for OS/2wtc%netscape.com2001-02-011-0/+4
| | | | | VACPP. Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch. (NSS_3_1_BRANCH)
* Bugzilla bug #62855: added stubs for the SSL session cache functions sowtc%netscape.com2001-01-311-2/+29
| | | | | that selfserv can link without unresolved symbols on OS/2. (NSS_3_1_BRANCH)
* Bugzilla bug #62855: checked in OS/2 makefile patches from Javierwtc%netscape.com2001-01-318-26/+113
| | | | | | | | | Pedemonte <pedemont@us.ibm.com>. Modified Files: Tag: NSS_3_1_BRANCH coreconf/OS2.mk coreconf/arch.mk coreconf/prefix.mk coreconf/rules.mk coreconf/suffix.mk nss/Makefile nss/cmd/platlibs.mk nss/lib/ckfw/builtins/Makefile
* Bugzilla bug #54711: OS/2 does not need to build nsinstall.wtc%netscape.com2001-01-311-1/+1
| | | | (NSS_3_1_BRANCH)
* Bugzilla bug #62855: checked in OS/2 patches from Javier Pedemontewtc%netscape.com2001-01-313-10/+108
| | | | | | <pedemont@us.ibm.com>. Modified files: selfserv.c, swfutl.c, os2_rand.c. (NSS_3_1_BRANCH)
* Bugzilla bug #62855: do not use the XP_PC macro. Use XP_WIN16 when we meanwtc%netscape.com2001-01-311-1/+1
| | | | | Win 16. Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch. (NSS_3_1_BRANCH)
* Bugzilla bug #67122: put PR_CALLBACK after the return type in functionwtc%netscape.com2001-01-314-11/+11
| | | | | | | declarations. This is the order required by OS/2 compilers. Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch. Modified files: hashops.c, tracker.c, certt.h, oid.c. (NSS_3_1_BRANCH)
* Bugzilla bug #63935: use our own macro LINUX instead of the compilerwtc%netscape.com2001-01-301-3/+3
| | | | | | predefined macro __linux as __linux is not defined by some compilers. Thanks to jsmith@penguinppc.org for the bug report and a suggested fix. (NSS_3_1_BRANCH)
* Install the loadable root certs in the correct directory so that PSM canjavi%netscape.com2001-01-241-1/+4
| | | | find them at run time.
* Don't build the cmd directory for Mozilla builds.javi%netscape.com2001-01-241-0/+1
|
* Fix for Bug 66204javi%netscape.com2001-01-221-2/+2
| | | | | Make nss_Init in NSS3.1 honor the readOnly bit passed in so that NSS_InitReadWrite works as expected.
* Bugzilla bug #64650: set CC=cc explicitly so that we don't accidentallywtc%netscape.com2001-01-121-0/+1
| | | | | | pick up the CC setting in the environment. This change is suggested by Jim Dunn of Netscape. (NSS_3_1_BRANCH)
* Bugzilla bug #64650: use +DAportable +DS2.0 in "pure 32" builds. Thiswtc%netscape.com2001-01-121-1/+1
| | | | | was suggested by Jim Dunn of Netscape. Reviewed by Nelson Bolyard. (NSS_3_1_BRANCH)
* Remove Referenc to obsolete define MACLINUXjavi%netscape.com2001-01-101-1/+1
| | | | Fix for bug 63936
* Bugzilla bug #63852: added config file for Solaris 8 x86 to NSS_3_1_BRANCH.wtc%netscape.com2000-12-290-0/+0
|
* Bugzilla bug #63891: added support for Linux on sparc and sparc64.wtc%netscape.com2000-12-291-0/+10
| | | | | The patch is provided by Christopher Blizzard <blizzard@mozilla.org>. (NSS_3_1_BRANCH)
* fixup commit for branch 'NSS_3_1_BRANCH'cvs2hg2000-12-291-0/+47
|
* In ssl3_GatherData, the value of gs->inbuf.len was incorrect during thenelsonb%netscape.com2000-12-022-6/+6
| | | | | | | GS_HEADER state. It should be correct in all states. In ssl_DestroyGather, prior to freeing the buffers, the code zeroed out the ciphertext buffer. It now zeros out the plaintext buffer instead. Fixes bug 61784.
* Merge change from trunk to branch. Fixes bug 61394,nelsonb%netscape.com2000-11-291-5/+4
| | | | occasional crash (heap corruption) with freebl on UltraSparcs.
* Suppress the depend targetddrinan%netscape.com2000-11-281-1/+3
|
* First Checked In.javi%netscape.com2000-11-281-0/+1
|
* Do not copy the root dll to binddrinan%netscape.com2000-11-221-3/+0
|
* Merge changes from trunk onto 3.1 branch to fix prime generation bug.nelsonb%netscape.com2000-11-215-214/+689
|
* Merge fix for SpecRead Lock bug to branch from trunk.nelsonb%netscape.com2000-11-211-0/+1
|
* Add the projects needed to build the loadable root certificates modulejavi%netscape.com2000-11-210-0/+0
| | | | for the Mac.
* Modify the NSS project file for the Mac to build the freebl librariesjavi%netscape.com2000-11-211-0/+0
| | | | | using MPI. This will make it so that the Mac no longer requires internal code for crypto operations.
* Import dbm and copy roots dll to bin directory. r=relyeaddrinan%netscape.com2000-11-211-0/+5
|
* Add dist/include to INCLUDE path. r=relyeaddrinan%netscape.com2000-11-211-1/+1
|
* Make this file build for the Mac on the NSS 3.1 branch.javi%netscape.com2000-11-211-2/+2
|
* Define the MP_API_COMPATIBLE macro so that the MPI source will build on the ↵javi%netscape.com2000-11-211-0/+2
| | | | Mac for the NSS 3.1 branch.
* fixup commit for branch 'NSS_3_1_BRANCH'cvs2hg2000-11-162-0/+0
|
* Bugzilla bug #56442: checked in generated files as a result of a newNSS_3_1_RTMNSS_3_1_NT_RTMwtc%netscape.com2000-10-132-0/+8
| | | | | | ckapi.perl. Modified files: nssck.api nssckepv.h nssckft.h nssckg.h (NSS_3_1_BRANCH)
* Bugzilla bug #56442: struct CK_FUNCTION_LIST must have the pack pragmawtc%netscape.com2000-10-131-0/+8
| | | | | on Windows. C_GetFunctionList must be DLL exported on Windows. (NSS_3_1_BRANCH)
* Bugzilla bug #56442: the DLL name on Windows should be nssckbi.dll, notwtc%netscape.com2000-10-131-0/+5
| | | | | nssckbi32.dll. (NSS_3_1_BRANCH)
* fixup commit for branch 'NSS_3_1_BRANCH'cvs2hg2000-10-1146-8179/+0
|
* Fixed the comment.wtc%netscape.com2000-10-111-1/+1
|
* also do binary on stdout DERmcgreer%netscape.com2000-10-111-2/+3
|
* binary output always, for nowmcgreer%netscape.com2000-10-111-0/+3
|
* fix output of DER's on windowsmcgreer%netscape.com2000-10-111-1/+21
|
* Commented out 'rm -rf ${TEMPFILES}' because TEMPFILES is not defined.wtc%netscape.com2000-10-111-1/+1
|
* Fixed the echo output to match the command.wtc%netscape.com2000-10-111-1/+1
|
* add a new function, SECU_TextFileToItem, for reading text files.mcgreer%netscape.com2000-10-112-5/+39
|
* seperate text file reads from binary reads. Change all base64 encoded ↵mcgreer%netscape.com2000-10-1116-31/+28
| | | | ciphertexts to end in LF instead of CRLF. This caused a bug on windows when checking out from CVS.
* Change the working directory to the test directory before runningnelsonb%netscape.com2000-10-101-1/+1
| | | | certutil -S, which creates files in the current working directory.