Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Backed out the previous checkin, which is not being used and triggers | wtc%netscape.com | 2002-06-01 | 1 | -2/+0 | |
| | | | | | | | | a bug in gmake 3.76.1 with MKS shell on Windows. | |||||
| * | Use $(DLL_SUFFIX) instead of ${DLL_SUFFIX}. | wtc%netscape.com | 2002-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix 147794: PK11_ImportDERPrivateKeyInfoAndReturnKey frees the private key ↵ | nicolson%netscape.com | 2002-06-01 | 1 | -5/+4 | |
| |\ | | | | | | | | | | incorrectly. | |||||
| | * | fixup commit for tag 'ROGC_20020603_FREEZE'ROGC_20020603_FREEZE | cvs2hg | 2002-06-01 | 2 | -1/+1140 | |
| | | | ||||||
| * | | Fix to ensure change password on db is commited - using rv == SECSuccess ↵ | rangansen%netscape.com | 2002-06-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | would actually abort it. r = wtc | |||||
| * | | Bug 142575: use the PRIVATE keyword for the /EXPORT linker option. | wtc%netscape.com | 2002-05-25 | 1 | -3/+3 | |
| | | | ||||||
| * | | Bug 142575: use the /EXPORT linker option on the command line. | wtc%netscape.com | 2002-05-25 | 2 | -3/+9 | |
| | | | | | | | | | | | | Modified files: nssinit.c config.mk | |||||
| * | | Bug 142575: a better fix. | wtc%netscape.com | 2002-05-25 | 1 | -2/+9 | |
| | | | ||||||
| * | | Bug 142575: added function forwarder for 'mktemp' for "bug compatibility". | wtc%netscape.com | 2002-05-24 | 1 | -0/+12 | |
| | | | ||||||
| * | | Make pkcs12.h C++ friendly. | javi%netscape.com | 2002-05-24 | 1 | -0/+4 | |
| | | | ||||||
| * | | Back out the previous checkin. It broken the cmd/certcgi build. | wtc%netscape.com | 2002-05-24 | 1 | -24/+0 | |
| | | | ||||||
| * | | Add macros to make header file C++ friendly. | javi%netscape.com | 2002-05-24 | 1 | -0/+3 | |
| | | | ||||||
| * | | Bug 142575: on Windows added mktemp (which simply calls _mktemp in the C | wtc%netscape.com | 2002-05-23 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | run-time library) to be backward compatible with the bug that mktemp was accidentally exported from the nss3.dll in NSS 3.2.x and 3.3.x. | |||||
| * | | Refresh token cache after login on tokens that need to log in before they | relyea%netscape.com | 2002-05-22 | 1 | -0/+5 | |
| | | | | | | | | | | | | could read their certs. | |||||
| * | | Close our peer database handles because some platforms (Mac) do bad things | relyea%netscape.com | 2002-05-22 | 1 | -1/+25 | |
| |/ | | | | | | | | | | | if you hold two berkelydb handles open to the same database in the same process. (actually a lot of platforms could cause problems, the Mac version of dbm (1.85) just does the bad things right away). | |||||
| * | Back out the change on Module destruction. | relyea%netscape.com | 2002-05-22 | 1 | -5/+1 | |
| | | ||||||
| * | Don't crash if url is specified, but the crl is broken | relyea%netscape.com | 2002-05-21 | 1 | -1/+3 | |
| | | ||||||
| * | Missing component when deleting should not be fatal | relyea%netscape.com | 2002-05-21 | 1 | -1/+6 | |
| | | ||||||
| * | Fix spelling error. | relyea%netscape.com | 2002-05-21 | 2 | -2/+6 | |
| | | | | | | | | Clear out certs from the cache before the token goes away. | |||||
| * | Fix spelling error. | relyea%netscape.com | 2002-05-21 | 2 | -2/+2 | |
| | | ||||||
| * | Clear out certs associated with tokens that have just been taken off the ↵ | relyea%netscape.com | 2002-05-21 | 1 | -0/+2 | |
| | | | | | | | | trust domain. | |||||
| * | Fix for bug 137645 - cached certificate does not get its nickname updated ↵ | jpierre%netscape.com | 2002-05-20 | 6 | -95/+27 | |
| | | | | | | | | after P12 import of matching user certificate | |||||
| * | bug 144309, return value of STAN_GetCERTCertificate not checked | ian.mcgreer%sun.com | 2002-05-20 | 5 | -9/+55 | |
| | | | | | | | | r=wtc | |||||
| * | fix bustage caused by generated file discrepancies | ian.mcgreer%sun.com | 2002-05-20 | 1 | -5/+10 | |
| | | ||||||
| * | need to match ckapi.perl with generated target nssck.api, which was modified | ian.mcgreer%sun.com | 2002-05-20 | 27 | -273/+737 | |
| |\ | ||||||
| | * | Bugzilla bug 145178: added OpenBSD build support. The patch is contributed | wtc%netscape.com | 2002-05-18 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | by Christopher Seawood <seawood@netscape.com>. Modified Files: coreconf/config.mk sslmutex.c sslmutex.h Added Files: coreconf/OpenBSD.mk | |||||
| | * | Bugzilla bug 131171: added HP-UX IPF (ia64) support. Portions of the patch | wtc%netscape.com | 2002-05-18 | 4 | -1/+20 | |
| | | | | | | | | | | | | (attachment 84127) were contributed by Jim Dunn <jdunn@netscape.com>. | |||||
| | * | Bugzilla bug 145128: fixed a typo error in sec_pkcs5_rc4(). Also simplfied | wtc%netscape.com | 2002-05-17 | 1 | -3/+3 | |
| | | | | | | | | | | | | two other similar constructs. r=relyea. | |||||
| | * | bug 144448, incorrect use of ## operator in creating CKFW entry points | ian.mcgreer%sun.com | 2002-05-17 | 1 | -70/+72 | |
| | | | ||||||
| | * | Fix Linux and Solaris builds | relyea%netscape.com | 2002-05-17 | 1 | -1/+1 | |
| | | | ||||||
| | * | The tip is now NSS 3.6, make sure new builds properly indicate this | relyea%netscape.com | 2002-05-16 | 1 | -2/+2 | |
| | | | ||||||
| | * | Add PK11_GetPBEIV to exported symbol list. | relyea%netscape.com | 2002-05-16 | 1 | -0/+6 | |
| | | | ||||||
| | * | Add function to get the PBEIV. | relyea%netscape.com | 2002-05-16 | 1 | -2/+39 | |
| | | | ||||||
| | * | Add support to turn on or off optimizations based on parameters to NSS_Init ↵ | relyea%netscape.com | 2002-05-16 | 2 | -8/+19 | |
| | | | | | | | | | | | | functions | |||||
| | * | Make a single softoken which works for both servers and clients depending on ↵ | relyea%netscape.com | 2002-05-16 | 6 | -114/+169 | |
| | | | | | | | | | | | | | | | | | | configuration. Add the _PAD functions to the internal database token. | |||||
| | * | Argh. I thought I had compiled this! fixe compile errors. | relyea%netscape.com | 2002-05-16 | 2 | -2/+3 | |
| | | | ||||||
| | * | Add Transactions (still need to add transactions on database upgrade). | relyea%netscape.com | 2002-05-16 | 8 | -40/+387 | |
| | | | | | | | | | | | | Make trust objects their own objects to reduce a couple of unnecessary cert decodes. | |||||
| | * | Bugzilla bug 138532: use pipes instead of semaphores for NetBSD, which does | wtc%netscape.com | 2002-05-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | not have semaphore.h. Thanks to Chris Seawood <seawood@netscape.com> for the patch. Modified files: sslmutex.h sslmutex.c | |||||
| | * | Fixed build breakage on BeOS -- made the ifdef match the one in sslsnce.c. | wtc%netscape.com | 2002-05-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix for 141256 - correct HTTP parsing for OCSP in NSS | jpierre%netscape.com | 2002-05-15 | 1 | -22/+6 | |
| | | | ||||||
| | * | bug 133397. Move AddPermModule() inside the previously empty if statement ↵ | relyea%netscape.com | 2002-05-14 | 1 | -1/+1 | |
| |/ | | | | | | | where it belongs. | |||||
| * | Bugzilla bug 135069: SEC_PKCS12DestroyExportContext should free the slot | wtc%netscape.com | 2002-05-13 | 1 | -1/+3 | |
| | | | | | | | | reference allocated in SEC_PKCS12CreateExportContext. r=relyea,mcgreer. | |||||
| * | Bugzilla bug 135052: more cleanup in SEC_PKCS12DecoderStart. r=relyea. | wtc%netscape.com | 2002-05-10 | 1 | -6/+1 | |
| | | ||||||
| * | Fix for bug 142868 - CA certificates are imported with NULL nicknames . | jpierre%netscape.com | 2002-05-10 | 1 | -3/+21 | |
| | | ||||||
| * | Add function to determine if it's safe to delete the internal module. | relyea%netscape.com | 2002-05-10 | 3 | -0/+7 | |
| | | ||||||
| * | Detect when we have a previously deleted internal module which has not yet ↵ | relyea%netscape.com | 2002-05-10 | 1 | -1/+17 | |
| | | | | | | | | been freed, and don't try to switch to it. | |||||
| * | Add new error code for trying to all previously deleted modules which have ↵ | relyea%netscape.com | 2002-05-10 | 1 | -1/+2 | |
| | | | | | | | | not yet been freed. | |||||
| * | Allow both FIPS and non-FIPS tokens to be initialized and active at the same ↵ | relyea%netscape.com | 2002-05-10 | 3 | -62/+140 | |
| | | | | | | | | time. | |||||
| * | When we force, we should preserve the NULL nickname semantics. | relyea%netscape.com | 2002-05-10 | 1 | -10/+14 | |
| | | ||||||
| * | Bugzilla bug 135821: fixed the internal slot reference leak in | wtc%netscape.com | 2002-05-09 | 1 | -1/+4 | |
| | | | | | | | | PK11_WrapPrivKey. r=relyea. |