summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close MOZILLA_0_9_1_BRANCHMOZILLA_0_9_1_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* fixup commit for branch 'MOZILLA_0_9_1_BRANCH'cvs2hg2001-05-230-0/+0
|
* fixup commit for branch 'Accessible_052901_Branch4'SeaMonkey_2001052912_BASESTATIC_BUILD_20010523_BASENetscape61_PR1_RELEASEMOZILLA_0_9_1_RELEASEMOZILLA_0_9_1_2001060715MOZILLA_0_9_1_2001053110_BASEFASTLOAD_20010529_BASEBookmarksOutliner_20010601_BASEAccessible_052901_Base4cvs2hg2001-05-2371-1078/+7544
|
* Build changes for Solaris and gcc. Get gcc to use the proper architectureNSS_3_2_BASEnelsonb%netscape.com2001-03-142-15/+38
| | | | | | 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 'XPCDOM_20010502_BASE'XPCDOM_20010502_BASEcvs2hg2001-03-141413-537569/+0
| |\ |/ /
| * fixup commit for tag 'StyleMagic_0509_Branch'StyleMagic_0509_Branchcvs2hg2001-03-140-0/+0
| |\ | |/ |/|
| * fixup commit for tag 'STYLEMAGIC_20010509_BASE'STYLEMAGIC_20010509_BASEcvs2hg2001-03-141413-537569/+0
| |\ |/ /
| * fixup commit for tag 'STATIC_BUILD_20010418_BASE'STATIC_BUILD_20010418_BASEcvs2hg2001-03-140-0/+0
| |\ | |/ |/|
| * fixup commit for tag 'CONRAD_PROMPT_1_TAG'CONRAD_PROMPT_1_TAGcvs2hg2001-03-141413-537569/+0
|/
* OS/2 TB breakmkaply%us.ibm.com2001-03-141-1/+1
| | | | Don't even get me started
* OS/2 TB breakmkaply%us.ibm.com2001-03-141-1/+1
| | | | Is there a reason an XP_OS2 was thrown in on Win32 only code?
* Fix bugzilla bugs 69753 and 39465. Temporary DB files are now creatednelsonb%netscape.com2001-03-144-40/+169
| | | | | | | in $TMP, $TMPDIR or $TEMP, if possible. On windows, temporary DB files are now opened in binary mode and are removed when the progam terminates or the DB is closed. Multiple temp DB files can now be created in the same program. EOF value on disk is now updated when file is extended.
* bug 70992 patches to build 4.2 BSDrelyea%netscape.com2001-03-132-0/+9
|
* bug 70992 patches to build 4.2 BSD.relyea%netscape.com2001-03-134-5/+88
|
* 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.
* Makefiles to build mozilla/dbm sources with coreconf innelsonb%netscape.com2001-03-128-0/+627
| | | | mozilla/security/dbm/.
* No longer need to special the DIST variable when MOZILLA_CLIENT isjavi%netscape.com2001-03-101-3/+0
| | | | defined.
* 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 71323: Add dist/include to include path for MOZILLA_CLIENT buildsthayes%netscape.com2001-03-092-3/+3
| | | | r=relyea
* 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-031344-534363/+0
|/
* Get rid of unnecessary heapsize option.nicolson%netscape.com2001-03-031-13/+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
|
* tools tests activatedsonmi%netscape.com2001-03-011-2/+1
|
* change '-p' to '-P' to be consistant with other tools.relyea%netscape.com2001-03-011-3/+3
|
* was still running kshsonmi%netscape.com2001-03-011-1/+1
|
* restructuring of NSS QAsonmi%netscape.com2001-03-011-162/+233
|
* restructuring of NSS QAsonmi%netscape.com2001-02-281-244/+162
|
* Increase the temp cert db's memory buffer size from 64KB to 256KB.nelsonb%netscape.com2001-02-282-3/+21
| | | | | This reduces the liklihood that it will overflow into a disk file. This is a partial fix for bug 67953.
* complete restructuring and cleanup of the QA suites.sonmi%netscape.com2001-02-289-1090/+1171
| | | | bug 65000 and 68878
* On NT, it looks like isatty doesn't always work. Since we always use stdin ↵relyea%netscape.com2001-02-281-0/+4
| | | | | | for this use that test instead.
* Finish WinNT changes.relyea%netscape.com2001-02-281-1/+8
|
* Add '-p' to specify a dbprefix.relyea%netscape.com2001-02-2819-1459/+1994
|\ | | | | | | | | | | | | Move the Tempfile created on input to /tmp so the code works in directories that aren't writeable. Fix the code to remove the Tempfile when done. Use SECU_ConfigureDir so that we get the same defaultdb as other tools.
| * Merge the changes from NSS_CLIENT_TAG onto trunk.javi%netscape.com2001-02-271-1/+8
| |
| * add additional include path under AIX.nicolson%netscape.com2001-02-231-0/+1
| |
| * When creating the mapfile, we need to create OBJDIR first if itnicolson%netscape.com2001-02-231-0/+1
| | | | | | | | doesn't already exist.
| * improvements, bugfixes, intermediate checkin before trying to makesonmi%netscape.com2001-02-231-15/+15
| | | | | | | | | | everything run in . and relative paths to also work on cygnus not yet activated
| * fix for #63982, -o not using file passwordmcgreer%netscape.com2001-02-221-0/+12
| |
| * Fix mismatched parameter problem.relyea%netscape.com2001-02-221-2/+2
| |