Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup commit for branch 'GECKO181_20080827_RELBRANCH' | cvs2hg | 2008-01-31 | 3 | -17/+31 |
| | |||||
* | Bugzilla Bug 292427: on Windows, search in $(DIST)/lib before $(DIST)/bin | wtchang%redhat.com | 2005-11-16 | 1 | -2/+2 |
| | | | | | because in a Mozilla build $(DIST)/bin may contain old copies of the NSS DLLs. r=relyea,jpierre. | ||||
* | Fix for bug 232604. don't open DBs in user's directory in shlibsign. r=nelson | julien.pierre.bugs%sun.com | 2005-11-15 | 1 | -4/+10 |
| | |||||
* | Bug 303508: Add freebl shared libs that do 64-bit integer math. Bug 274984: ↵ | saul.edwards%sun.com | 2005-09-07 | 2 | -25/+6 |
| | | | | | | | | | | | | | | softoken fails to load freebl in setuid programs. freebl becomes a shared library on all platforms. r=nelson Modified Files: coreconf/HP-UXB.11.mk coreconf/SunOS5.mk nss/cmd/shlibsign/Makefile nss/cmd/shlibsign/manifest.mn nss/lib/freebl/Makefile nss/lib/freebl/arcfour.c nss/lib/freebl/blapi.h nss/lib/freebl/config.mk nss/lib/freebl/ldvector.c nss/lib/freebl/loader.c nss/lib/freebl/loader.h nss/lib/freebl/manifest.mn Added Files: nss/lib/freebl/freebl.def | ||||
* | Bugzilla Bug 288647: enable building NSS with an NSPR binary distribution. | wtchang%redhat.com | 2005-07-21 | 3 | -17/+24 |
| | | | | | | | | | | | | | Introduced NSPR_INCLUDE_DIR and NSPR_LIB_DIR make variables. Portions of the patch were contributed by Chris Seawood <cls@seawood.org>. r=relyea. Modified Files: coreconf/OS2.mk coreconf/OpenVMS.mk coreconf/location.mk nss/cmd/platlibs.mk nss/cmd/shlibsign/Makefile nss/cmd/shlibsign/sign.cmd nss/cmd/shlibsign/sign.sh nss/lib/ckfw/builtins/Makefile nss/lib/fortcrypt/swfort/pkcs11/Makefile nss/lib/nss/config.mk nss/lib/smime/config.mk nss/lib/softoken/config.mk nss/lib/ssl/config.mk | ||||
* | Bug 236613: change to MPL/LGPL/GPL tri-license. | gerv%gerv.net | 2004-04-25 | 6 | -172/+194 |
| | |||||
* | Bugzilla bug 233319: prepend, rather than append, the NSS lib and bin | wchang0222%aol.com | 2004-02-09 | 1 | -2/+2 |
| | | | | directories to PATH. r=relyea. | ||||
* | Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c, | wtc%netscape.com | 2003-05-30 | 1 | -1/+0 |
| | | | | | | | | unix_rand.c, and win_rand.c. 2. Make secrng.h and pqgutil.h private. 3. Public header pk11pqg.h can't include private header pqgutil.h. 4. Many files don't need to include secrng.h. A few don't need to include pqgutil.h. 5. Remove duplicate declarations of PQG_DestroyParams and PQG_DestroyVerify from blapi.h. | ||||
* | Fix for 202053 - signing of softokn3.dll may fail on OS/2. Force the use of ↵ | jpierre%netscape.com | 2003-04-15 | 1 | -1/+1 |
| | | | | OS/2 CMD.EXE default shell . r=pedemont | ||||
* | Bug 201555: enable stripping of EXEs on OS/2 with gcc. The LIBPATHSTRICT | wtc%netscape.com | 2003-04-15 | 1 | -0/+1 |
| | | | | | | | | change in sign.cmd is so that you can run a VACPP build when gcc is building (otherwise shlibsign loads the wrong DLLs). The patch is contributed by IBM. Modified Files: coreconf/OS2.mk nss/cmd/shlibsign/sign.cmd | ||||
* | The .chk files should have the $(DLL_PREFIX), not $(LIB_PREFIX), because | wtc%netscape.com | 2003-04-12 | 1 | -1/+1 |
| | | | | they correspond to shared libraries/DLLs. | ||||
* | Bug 200179: prepend, rather than overwrite, the shared library search path. | wtc%netscape.com | 2003-04-01 | 1 | -4/+4 |
| | | | | We can't assume the shared library search path is not set. | ||||
* | Destroy the hash context, public key, private key, and slot so that NSS | wtc%netscape.com | 2003-04-01 | 1 | -2/+14 |
| | | | | shutdown will succeed. r=relyea. | ||||
* | checking return value of NSS_Shutdown() - bug 171263 | bishakhabanerjee%netscape.com | 2003-04-01 | 1 | -1/+3 |
| | |||||
* | fixup commit for tag 'MOZILLA_1_4a_RELEASE'MOZILLA_1_4a_RELEASE | cvs2hg | 2003-03-29 | 3 | -16/+33 |
| | |||||
* | Bug 198543: checked in the patch from Chris Seawood to fix BeOS bustage. | wtc%netscape.com | 2003-03-22 | 1 | -1/+1 |
| | | | | Apparently it is necessary to have LIBRARY_PATH set in the environment. | ||||
* | Bug 198543: BeOS uses LIBRARY_PATH to search for shared libraries. | wtc%netscape.com | 2003-03-21 | 1 | -0/+2 |
| | |||||
* | Rewrote without the dirname() and basename() calls because they are not | wtc%netscape.com | 2003-03-21 | 2 | -14/+17 |
| | | | | available on some Unix platforms (e.g., BSD/OS 4.2). | ||||
* | Bug 197890: backed out the previous checkin. For unknown reasons, the | wtc%netscape.com | 2003-03-21 | 1 | -1/+1 |
| | | | | | | Mozilla trunk Tinderbox machine "beast" had trouble running the cygpath command. It failed with the error "can't create title mutex, Win32 error 6". | ||||
* | On IRIX, dirname() and basename() are defined in -lgen. | wtc%netscape.com | 2003-03-21 | 1 | -0/+4 |
| | |||||
* | Bug 198482: OS/2 can't run sign.sh because we can't set DLL load path in | wtc%netscape.com | 2003-03-21 | 2 | -0/+22 |
| | | | | | | | a shell script. This patch is contributed by Michael Kaply <mkaply@us.ibm.com>. Modified Files: Makefile Added Files: sign.cmd | ||||
* | Bug 197890: use Cygwin's cygpath command to "escape" a pathname with a | wtc%netscape.com | 2003-03-18 | 1 | -1/+1 |
| | | | | drive letter for Cygwin's bash. | ||||
* | Bug 197890: Eliminated the artificial dependency of all NSS cmd tools on | wtc%netscape.com | 2003-03-17 | 1 | -3/+9 |
| | | | | | | | | | zlib. Only some of them (modutil and signtool) need zlib and we now define that dependency explicitly. In shlibsign/sign.sh, escape the drive letter if the pathname contains it and we are using Cygwin so that the pathname does not contain any colon, which is the PATH separator in Cygwin. r=relyea Modified Files: platlibs.mk modutil/manifest.mn shlibsign/sign.sh signtool/manifest.mn | ||||
* | Simplified the test for substrings. | wtc%netscape.com | 2003-02-22 | 1 | -1/+1 |
| | |||||
* | Sigh, the QA scripts look for the word 'failed', but it's common that we | relyea%netscape.com | 2003-02-08 | 1 | -1/+1 |
| | | | | can't open the shared library and isn't a real failure, so change the wording | ||||
* | Exit with 1 rather than -1 on failure. Make sure the program exit with 1 | wtc%netscape.com | 2003-02-07 | 1 | -7/+8 |
| | | | | | on all failures. Remove the symlink, if a file/symlink by that name already exists, before creating it to avoid the EEXIST error. | ||||
* | Use <> around standard/system header files. This file does not need | wtc%netscape.com | 2003-02-07 | 1 | -6/+6 |
| | | | | string.h, but it should include stdio.h because it uses fprintf and printf. | ||||
* | Fix signed/unsigned display issue. | relyea%netscape.com | 2003-02-07 | 1 | -2/+3 |
| | | | | Add more loggin information on errors (rev 1.3 added this but lost it's log). | ||||
* | *** empty log message *** | relyea%netscape.com | 2003-02-07 | 1 | -39/+18 |
| | |||||
* | Add Mangle logging... | relyea%netscape.com | 2003-02-07 | 1 | -0/+3 |
| | |||||
* | Moved the definition of MD_LIB_RELEASE_FILES from manifest.mn to Makefile | wtc%netscape.com | 2003-02-06 | 2 | -2/+1 |
| | | | | so that it is right next to the definition of CHECKLOC, which it uses. | ||||
* | Mangle will be changing the shared libraries, so it should link with them. | relyea%netscape.com | 2003-02-06 | 1 | -0/+2 |
| | |||||
* | Bug 177387: Put the configuration/assignments before the rules in Makefile. | wtc%netscape.com | 2003-02-06 | 2 | -24/+25 |
| | | | | | Define MD_LIB_RELEASE_FILES in manifest.mn so that the *.chk files are included in the mdbinary.jar files generated by the release target. | ||||
* | Support both ";" and ":" as PATH separators on Windows. MKS Korn shell | wtc%netscape.com | 2003-02-06 | 1 | -1/+5 |
| | | | | uses ";" but Cygwin bash uses ":". | ||||
* | 1) turn on mangle builds. | relyea%netscape.com | 2003-02-05 | 2 | -6/+6 |
| | | | | | 2) better fix for the missing MAXPATHLEN missing define. 3) make room for the '\0' in the pathname. | ||||
* | Fix LINUX breakage (define MAXPATHLEN if it wasn't defined the the standard | relyea%netscape.com | 2003-02-04 | 1 | -0/+4 |
| | | | | system headers). | ||||
* | Add code to handle symlinks. | relyea%netscape.com | 2003-02-04 | 2 | -17/+99 |
| | | | | Add verbose output to print out hashes and signatures. | ||||
* | Add program which will mangle exactly 1 bit in a file. | relyea%netscape.com | 2003-02-04 | 3 | -0/+308 |
| | |||||
* | Fix windows build breakage. | relyea%netscape.com | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Shell script to set up the path before running the signing tool | relyea%netscape.com | 2003-02-03 | 1 | -0/+16 |
| | |||||
* | Generate .chk file at build time when we build shlibsign | relyea%netscape.com | 2003-02-03 | 2 | -0/+41 |
| | |||||
* | 1) add vfyserv to the standard build. | relyea%netscape.com | 2003-01-28 | 3 | -0/+450 |
2) add tool to build shared library signature files for FIP's. Code to verify requires NSPR changes before we can check it in. |