summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close ROGC_20020430_BRANCHROGC_20020430_BRANCHFranziskus Kiefer2017-09-290-0/+0
* fixup commit for branch 'ROGC_20020430_BRANCH'ROGC_20020430_FREEZEROGC_20020430_BASEcvs2hg2002-04-2520-1062/+1154
* Don't crash if our cache entry is not found.relyea%netscape.com2002-04-251-1/+2
* Turn off caching for non-hardware tokens for now until we fix some of ourrelyea%netscape.com2002-04-251-2/+1
* Don't crash if we don't find the profile (and thus don't have a slot to free).relyea%netscape.com2002-04-241-1/+3
* This is a real corner case. If a search is done by issuer/serial, and the re...ian.mcgreer%sun.com2002-04-241-0/+6
* Don't crash when getting a single user cert, but old certs are in the databaserelyea%netscape.com2002-04-241-0/+2
* Look up both DER encoded serial numbers (PKCS #11 spec), and decode serialrelyea%netscape.com2002-04-241-1/+67
|\
| * fixup commit for tag 'MSS_MULTIACCESS_DB_TAG'MSS_MULTIACCESS_DB_TAGcvs2hg2002-04-241571-621508/+0
|/
* Authenticate to tokens before looking up user certs.relyea%netscape.com2002-04-241-0/+4
* Reserved Netscape extension (NETSCAPE 1 18)thayes%netscape.com2002-04-231-1/+4
* fix shutdown leaksian.mcgreer%sun.com2002-04-232-2/+4
* avoid use of iteratorian.mcgreer%sun.com2002-04-221-9/+13
* NewTemp has to be matched with AddTempCertToPermian.mcgreer%sun.com2002-04-222-8/+9
* Token and cert processing fixes:relyea%netscape.com2002-04-228-11/+182
* file is no longer part of build (functionality in devtoken.c)ian.mcgreer%sun.com2002-04-221-1139/+0
* overwrite old entry during import, so that changing trust works correctlyian.mcgreer%sun.com2002-04-221-6/+22
* fix bugs in cert import with smart card cacheian.mcgreer%sun.com2002-04-226-5/+9
* re-sync the trust domain cache with token insertion/removalian.mcgreer%sun.com2002-04-195-29/+130
* * make sure the token cache returns failure in overflow caseian.mcgreer%sun.com2002-04-192-4/+5
* try again, the default is 50 so the internal module must be higherian.mcgreer%sun.com2002-04-191-1/+1
* make sure the internal module defaults to trust order > 50ian.mcgreer%sun.com2002-04-191-1/+1
* improve synchronization between the token state and token cache operationsian.mcgreer%sun.com2002-04-191-10/+38
* Only fall back to email search if the "nickname" has an @ character. This is...ian.mcgreer%sun.com2002-04-191-1/+3
* Fixes for smart card cache. Don't do cache searches by email address, since ...ian.mcgreer%sun.com2002-04-194-18/+35
* Fix for 138084 - free slot list if NSC_Initialize failsjpierre%netscape.com2002-04-181-31/+42
* catch non-present tokens before searching themian.mcgreer%sun.com2002-04-182-3/+14
* two fixes for certs with multiple instancesian.mcgreer%sun.com2002-04-181-0/+9
* Don't crash if we try to get the name of a non-existant token.relyea%netscape.com2002-04-181-0/+3
* Remember the nickname in the cache entry so that we can always free it when t...relyea%netscape.com2002-04-181-12/+25
* We need to make sure we always return a trust object, even if that object saysrelyea%netscape.com2002-04-181-5/+6
* landing new smart card cache, bug 135429ian.mcgreer%sun.com2002-04-1822-736/+1686
* Bugzilla bug 126087: removed symKey->refLock because we are using atomicwtc%netscape.com2002-04-172-13/+1
* Bugzilla bug 133584: PK11_SaveSMimeProfile also needs to free free_slot ifwtc%netscape.com2002-04-161-0/+3
* changes for jdk 1.4; and mccrel movesonja.mirtitsch%sun.com2002-04-162-2/+13
* Don't free the temp secmod.db name until we are through using it.relyea%netscape.com2002-04-161-1/+3
* bug 63815, AIX compiler fails to build ckhelper.c in debug modeian.mcgreer%sun.com2002-04-151-0/+13
* fix bbroken solaris x86 buildian.mcgreer%sun.com2002-04-151-1/+1
* bug 135521, change cert lookups on tokens to be actual finds instead of trave...ian.mcgreer%sun.com2002-04-1524-1888/+2304
* fix a cert reference leak in strsclntian.mcgreer%sun.com2002-04-151-0/+2
* Resolves 126087. Backed out of slot->keyCount atomic instructions.kirk.erickson%sun.com2002-04-14175-8/+25118
|\
* | fixup commit for tag 'NSS_PRE_CACHE_CHECKPOINT'NSS_PRE_CACHE_CHECKPOINTcvs2hg2002-04-12174-25113/+0
|/
* fix error statementian.mcgreer%sun.com2002-04-121-1/+1
* Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.relyea%netscape.com2002-04-1223-182/+221
* bug 136806, don't authenticate to friendly slots when adding certsian.mcgreer%sun.com2002-04-121-4/+6
* testing theory that unmatched atomic increment/decrement is causing occasiona...ian.mcgreer%sun.com2002-04-121-3/+1
* Update the version field in the handle when doing the automatic update.relyea%netscape.com2002-04-121-4/+10
* additional fix for the patch from bug 126087. Must not set symKey->slot to N...ian.mcgreer%sun.com2002-04-111-1/+1
* key should be freed when refcount == 0 after decrement. See bug 126087.ian.mcgreer%sun.com2002-04-111-1/+1
* bug 128586 (and other) importing non-NSS pkcs#12 files.relyea%netscape.com2002-04-112-0/+24