summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_TIP_20020510'NSS_TIP_20020510cvs2hg2002-05-1057-13745/+0
* Add function to determine if it's safe to delete the internal module.relyea%netscape.com2002-05-103-0/+7
* Detect when we have a previously deleted internal module which has not yet be...relyea%netscape.com2002-05-101-1/+17
* Add new error code for trying to all previously deleted modules which have no...relyea%netscape.com2002-05-101-1/+2
* Allow both FIPS and non-FIPS tokens to be initialized and active at the same ...relyea%netscape.com2002-05-103-62/+140
* When we force, we should preserve the NULL nickname semantics.relyea%netscape.com2002-05-101-10/+14
* Bugzilla bug 135821: fixed the internal slot reference leak inwtc%netscape.com2002-05-091-1/+4
* Bugzilla bug 135809: fixed the slot reference leaks in PBE_CreateContextwtc%netscape.com2002-05-091-2/+8
* Bugzilla bug 135818: fixed internal slot reference leaks inwtc%netscape.com2002-05-091-1/+5
* Bugzilla bug 135826: fixed the slot reference leaks.wtc%netscape.com2002-05-091-1/+6
* bug 135808, STAN_GetDefaultCryptoToken appears to leak a slot reference, but ...ian.mcgreer%sun.com2002-05-091-10/+0
* Bugzilla bug 135334: free the internal key slot reference when we are done.wtc%netscape.com2002-05-091-0/+1
* Bugzilla bug 135058: free nickCopy on error returns inwtc%netscape.com2002-05-091-0/+3
* Bugzilla bug 136279: Return oldpath only if it is different from path.wtc%netscape.com2002-05-071-10/+11
* Automatically create a NULL email profile for certs with email addresses whichrelyea%netscape.com2002-05-076-6/+49
* bug 141936, crash when NULL nickname entry is stored in temp storeian.mcgreer%sun.com2002-05-071-1/+1
* bug 142175, PK11_ListCerts regressions -- handle PKCS#11 incompatibilites wit...ian.mcgreer%sun.com2002-05-072-1/+33
* Fix for 142658 - fix certutil crash with NULL nicknamejpierre%netscape.com2002-05-0658-0/+13748
|\
* | fixup commit for tag 'NSS_TIP_20020503'NSS_TIP_20020503cvs2hg2002-05-0357-13745/+0
|/
* Bugzilla bug 136279: fixed bugs where 'path' and 'oldpath' were passedwtc%netscape.com2002-05-0358-4/+13756
|\
* | fixup commit for tag 'NSS_TIP_20020305'NSS_TIP_20020305cvs2hg2002-05-0257-13745/+0
|/
* bug 141355, CERT_DecodeDERCertificate is not a safe function for some uses, m...ian.mcgreer%sun.com2002-05-029-55/+77
* Fix the RSA key check to correctly accept keys with p < q.relyea%netscape.com2002-05-021-0/+3
* bug 131308 build 64 bit JSS with JDK 1.4glen.beasley%sun.com2002-05-021-7/+24
* Fix for 136279 - initialize NSS in a way compatible with < 3.4 versions of NSSjpierre%netscape.com2002-05-011-19/+61
* Bugzilla bug 127062: use PR_MSG_PEEK instead of MSG_PEEK.wtc%netscape.com2002-05-011-12/+2
* Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc.wtc%netscape.com2002-05-015-6/+33
* Whitespace change.wtc%netscape.com2002-04-302-2/+2
* Use NewTempCert and AddTempCert when importing because the cert may already e...relyea%netscape.com2002-04-291-4/+3
* Bugzilla bug 129080: Unroll the collect_data code. Pin the required buffers.wtc%netscape.com2002-04-272-42/+84
* Plug leak. (bug 124234)wtc%netscape.com2002-04-2761-6/+13715
|\
| * Added pkibase.c to the project.wtc%netscape.com2002-04-261-0/+30
| * Needed a (char *) cast for slotInfo.manufacturerID because it is an arraywtc%netscape.com2002-04-261-1/+1
| * Removed devobject.c from the project. That file was removed.wtc%netscape.com2002-04-261-30/+0
| * Need to define SHLIB_SUFFIX for lib/softoken/dbinit.c.wtc%netscape.com2002-04-261-1/+2
| * return error when incomplete shutdown has been detected.relyea%netscape.com2002-04-264-6/+12
* | fixup commit for tag 'NSS_TIP_20020426'NSS_TIP_20020426cvs2hg2002-04-2660-13733/+33
|/
* When doing cert traversals, create the certs in full as they are found. This...ian.mcgreer%sun.com2002-04-265-18/+181
* fix broken HPUX buildsian.mcgreer%sun.com2002-04-261-2/+2
* Add code to update nickname and 'CKA_ID' from set attribute calls. This allowsrelyea%netscape.com2002-04-261-0/+45
* Write the nickname entry as well when adding a nickname to a bug.relyea%netscape.com2002-04-261-0/+11
|\
| * fixup commit for tag 'NSS_OTIS_BETA_1'NSS_OTIS_BETA_1cvs2hg2002-04-2566-13724/+1154
* | Detect Active Card presents and disable PROTECTED_PIN_PATH login when found.relyea%netscape.com2002-04-252-3/+5
* | Deleted code that was made obsolete by the previous revision.wtc%netscape.com2002-04-251-2/+0
* | Don't let activeCards set the Protect_Auth bit because they weren't intending torelyea%netscape.com2002-04-251-0/+7
* | if a cert already exists, use C_SetAttributeValue to change its mutable attri...ian.mcgreer%sun.com2002-04-251-2/+40
* | bug 138626, remove deleted cert from cache even if references still existian.mcgreer%sun.com2002-04-251-0/+2
* | reorganize token cache so that cache entries for imported objects are created...ian.mcgreer%sun.com2002-04-251-160/+200
* | NSS 3.4 has branch, that makes the tip at least NSS 3.5relyea%netscape.com2002-04-251-2/+2
* | Don't set the Token value before fetching CRL attributes. This code is fetchingrelyea%netscape.com2002-04-251-1/+1