| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 271317, remove the old fortezza code | wtchang%redhat.com | 2005-09-29 | 1 | -15/+0 |
* | Bug 271317, remove the old fortezza code | relyea%netscape.com | 2005-09-29 | 46 | -17617/+0 |
* | Bugzilla Bug 288647: enable building NSS with an NSPR binary distribution. | wtchang%redhat.com | 2005-07-21 | 1 | -5/+5 |
* | Bug 236613: change to MPL/LGPL/GPL tri-license. | gerv%gerv.net | 2005-02-02 | 4 | -128/+144 |
* | Bug 236613: change to MPL/LGPL/GPL tri-license. | gerv%gerv.net | 2004-04-25 | 41 | -1221/+1343 |
* | Bugzilla bug 237870: link the MinGW build with wsock32.dll (Winsock 1) | wchang0222%aol.com | 2004-03-23 | 1 | -1/+1 |
* | Bugzilla bug 221133: fixed unused variable warning on some platforms. | wchang0222%aol.com | 2003-12-19 | 1 | -0/+2 |
* | Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c, | wtc%netscape.com | 2003-05-30 | 1 | -1/+0 |
* | Bug 206934: use __declspec instead of _declspec. __declspec is the | wtc%netscape.com | 2003-05-28 | 1 | -1/+1 |
* | Bug 206926: now that secrng.h and pqgutil.h include blapit.h instead of | wtc%netscape.com | 2003-05-25 | 1 | -0/+1 |
* | Bug 134113: make NSS build on Win32 using GCC (MinGW). The patch | wtc%netscape.com | 2003-04-20 | 4 | -1/+41 |
* | Fix 164126: makefile build error. | nicolson%netscape.com | 2002-09-06 | 3 | -6/+6 |
* | Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux. | wtc%netscape.com | 2002-09-06 | 1 | -1/+1 |
* | Fix for 160805 . Make a copy of items into the arena before calling SEC_Quick... | jpierre%netscape.com | 2002-08-31 | 1 | -1/+9 |
* | Convert slow SEC_ASN1DecodeItem calls to SEC_QuickDERDecodeItem where possibl... | jpierre%netscape.com | 2002-08-24 | 1 | -1/+1 |
* | Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc. | wtc%netscape.com | 2002-05-01 | 1 | -1/+14 |
* | fixup commit for tag 'NSS_3_4_RC1'NSS_3_4_RC1 | cvs2hg | 2002-03-15 | 1 | -1/+0 |
* | Bugzilla bug 70217: ported NSS to BeOS. The patch is contributed by | wtc%netscape.com | 2002-02-22 | 4 | -6/+6 |
* | Change most coreconf and NSS makefiles to use OS_TARGET (which can | nelsonb%netscape.com | 2002-02-15 | 2 | -12/+12 |
* | Make NSS 3.4 build as part of mozilla on OS/2. Bug 114748. | nelsonb%netscape.com | 2002-02-11 | 1 | -32/+10 |
* | Land BOB_WORK_BRANCH unto the tip. | relyea%netscape.com | 2001-11-08 | 1 | -2/+2 |
* | Sigh, some platforms have stdio.h included, some don't. | relyea%netscape.com | 2001-09-20 | 1 | -0/+3 |
* | Fix compiler warnings on Solaris, Linux, AIX, HP. | relyea%netscape.com | 2001-09-20 | 8 | -37/+69 |
* | Bugzilla bug #83811: added a new implicit rule to build BUILT_CSRCS | wtc%netscape.com | 2001-06-05 | 1 | -3/+0 |
* | The rule for creating nslib.c does not need to be a double-colon rule. | wtc%netscape.com | 2001-06-03 | 1 | -3/+3 |
* | Bugzilla bug #83811: deleted the useless vpath %.c $(OBJDIR) because | wtc%netscape.com | 2001-06-02 | 1 | -5/+1 |
* | Deleted redundant VPATH because vpath is enough. | wtc%netscape.com | 2001-06-02 | 1 | -1/+0 |
* | Turned on building of the software Fortezza pkcs11 module. It builds on | wtc%netscape.com | 2001-06-02 | 1 | -1/+1 |
* | Use = instead of += to define INCLUDES. It is fine to use = because | wtc%netscape.com | 2001-06-01 | 1 | -2/+2 |
* | Get NT builds running again by turning off building of the sw fortezza pkcs11... | relyea%netscape.com | 2001-05-08 | 1 | -1/+1 |
* | Changes to allow NSS to build in to a separate object tree. | relyea%netscape.com | 2001-04-30 | 5 | -28/+12 |
* | Back out changes which prevent NT from building. Need to figure something els... | relyea%netscape.com | 2001-04-25 | 5 | -24/+14 |
* | Patch to make the build work in both traditional and re-directed object mode. | relyea%netscape.com | 2001-04-24 | 1 | -0/+4 |
* | Add client requested features to coreconf: | relyea%netscape.com | 2001-04-24 | 5 | -14/+24 |
* | Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY, | wtc%netscape.com | 2001-02-02 | 1 | -1/+0 |
* | Bugzilla bug #62855: checked in OS/2 patches from Javier Pedemonte | wtc%netscape.com | 2001-01-31 | 1 | -1/+1 |
* | Bugzilla bug #66889: do not export the Windows import libraries for the | wtc%netscape.com | 2001-01-30 | 2 | -22/+4 |
* | Bugzilla bug #64306: added stubs for PR_SetError and PR_SetErrorText. | wtc%netscape.com | 2001-01-30 | 1 | -0/+6 |
* | Bugzilla bug #65918: do not build shared libraries on OSF1 with the -all | wtc%netscape.com | 2001-01-22 | 1 | -5/+0 |
* | Have lib/fortcrypt/Makefile and lib/fortcrypt/swfort/pkcs11/Makefile | wtc%netscape.com | 2001-01-03 | 2 | -0/+2 |
* | Bugzilla: 64132. NSS lock instrumentation | larryh%netscape.com | 2001-01-03 | 1 | -1/+1 |
* | Bugzilla bug #63832: use $(MAKE) instead of gmake in sub-makes. | wtc%netscape.com | 2000-12-28 | 1 | -1/+1 |
* | Bugzilla bug #54711: removed unused variables MOZ_DIST and MOZ_LIB | wtc%netscape.com | 2000-10-03 | 1 | -4/+12 |
* | Bugzilla bug #54711: use full maci on OS/2. Thanks to hctrinh@us.ibm.com | wtc%netscape.com | 2000-10-01 | 1 | -2/+2 |
* | change to allow builds with RSA BSAFE Crypto-C library | mcgreer%netscape.com | 2000-09-29 | 1 | -2/+4 |
* | One only needs to link with either libcrypto or freebl. We need to copy | wtc%netscape.com | 2000-09-21 | 1 | -8/+8 |
* | OS/2 build changes. | relyea%netscape.com | 2000-09-20 | 3 | -11/+25 |
* | Fix build on NT. Correct link order in PKCS11 directory. | nelsonb%netscape.com | 2000-05-27 | 2 | -17/+22 |
* | Add condition for BSAFE build. | mcgreer%netscape.com | 2000-05-12 | 1 | -2/+16 |
* | Make the stub sytem work for WIN NT as well as other unix platforms: | relyea%netscape.com | 2000-04-04 | 2 | -0/+24 |