| Commit message (Expand) | Author | Age | Files | Lines |
* | bug 161552: Make the recipient list traversal functions call the internal | relyea%netscape.com | 2002-08-14 | 1 | -3/+16 |
* | Handle the switch from the static buffer to the realloc buffer. | relyea%netscape.com | 2002-08-09 | 1 | -4/+9 |
* | remove unreferenced Variable. | relyea%netscape.com | 2002-08-09 | 1 | -2/+0 |
* | treat lastTime of 0 as never having checked (not within the interval). | relyea%netscape.com | 2002-07-09 | 1 | -1/+2 |
* | More performance improvements in listing certs: | relyea%netscape.com | 2002-07-02 | 1 | -21/+13 |
* | Fix solaris compiler error/warning. Fix prototype to return correct value (PR... | relyea%netscape.com | 2002-06-24 | 1 | -1/+1 |
* | Don't decode or extract trust for certs if we are just getting the nicknames ... | relyea%netscape.com | 2002-06-24 | 3 | -1/+33 |
* | Reset the cert cache and clobber cert handles on token insertion an removal | relyea%netscape.com | 2002-06-13 | 1 | -0/+6 |
* | Fix spelling error. | relyea%netscape.com | 2002-05-21 | 2 | -2/+2 |
* | Fix for bug 137645 - cached certificate does not get its nickname updated aft... | jpierre%netscape.com | 2002-05-20 | 3 | -7/+7 |
* | Automatically create a NULL email profile for certs with email addresses which | relyea%netscape.com | 2002-05-07 | 2 | -1/+6 |
* | bug 142175, PK11_ListCerts regressions -- handle PKCS#11 incompatibilites wit... | ian.mcgreer%sun.com | 2002-05-07 | 1 | -1/+4 |
* | When doing cert traversals, create the certs in full as they are found. This... | ian.mcgreer%sun.com | 2002-04-26 | 2 | -0/+120 |
* | fix broken HPUX builds | ian.mcgreer%sun.com | 2002-04-26 | 1 | -2/+2 |
* | if a cert already exists, use C_SetAttributeValue to change its mutable attri... | ian.mcgreer%sun.com | 2002-04-25 | 1 | -2/+40 |
* | reorganize token cache so that cache entries for imported objects are created... | ian.mcgreer%sun.com | 2002-04-25 | 1 | -160/+200 |
* | Don't set the Token value before fetching CRL attributes. This code is fetching | relyea%netscape.com | 2002-04-25 | 1 | -1/+1 |
* | Don't crash if our cache entry is not found. | relyea%netscape.com | 2002-04-25 | 1 | -1/+2 |
* | Look up both DER encoded serial numbers (PKCS #11 spec), and decode serial | relyea%netscape.com | 2002-04-24 | 1 | -1/+67 |
|\ |
|
| * | fixup commit for tag 'MSS_MULTIACCESS_DB_TAG'MSS_MULTIACCESS_DB_TAG | cvs2hg | 2002-04-24 | 15 | -7261/+0 |
|/ |
|
* | fix shutdown leaks | ian.mcgreer%sun.com | 2002-04-23 | 2 | -2/+4 |
* | Token and cert processing fixes: | relyea%netscape.com | 2002-04-22 | 4 | -1/+35 |
* | file is no longer part of build (functionality in devtoken.c) | ian.mcgreer%sun.com | 2002-04-22 | 1 | -1139/+0 |
* | overwrite old entry during import, so that changing trust works correctly | ian.mcgreer%sun.com | 2002-04-22 | 1 | -6/+22 |
* | fix bugs in cert import with smart card cache | ian.mcgreer%sun.com | 2002-04-22 | 2 | -4/+3 |
* | re-sync the trust domain cache with token insertion/removal | ian.mcgreer%sun.com | 2002-04-19 | 2 | -0/+13 |
* | * make sure the token cache returns failure in overflow case | ian.mcgreer%sun.com | 2002-04-19 | 1 | -3/+4 |
* | improve synchronization between the token state and token cache operations | ian.mcgreer%sun.com | 2002-04-19 | 1 | -10/+38 |
* | Fixes for smart card cache. Don't do cache searches by email address, since ... | ian.mcgreer%sun.com | 2002-04-19 | 3 | -18/+32 |
* | Don't crash if we try to get the name of a non-existant token. | relyea%netscape.com | 2002-04-18 | 1 | -0/+3 |
* | landing new smart card cache, bug 135429 | ian.mcgreer%sun.com | 2002-04-18 | 10 | -156/+1006 |
* | bug 63815, AIX compiler fails to build ckhelper.c in debug mode | ian.mcgreer%sun.com | 2002-04-15 | 1 | -0/+13 |
* | fix bbroken solaris x86 build | ian.mcgreer%sun.com | 2002-04-15 | 1 | -1/+1 |
* | bug 135521, change cert lookups on tokens to be actual finds instead of trave... | ian.mcgreer%sun.com | 2002-04-15 | 7 | -124/+158 |
* | Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests. | relyea%netscape.com | 2002-04-12 | 1 | -1/+6 |
* | Handle yet another PKCS #11 device which has non-standard behavior, but is we... | relyea%netscape.com | 2002-04-09 | 1 | -1/+3 |
* | fix broken 64-bit platforms | ian.mcgreer%sun.com | 2002-04-05 | 1 | -0/+5 |
* | Land Stan changes to tip. Mostly header file / structure / API cleanup. Note | ian.mcgreer%sun.com | 2002-04-04 | 13 | -767/+4112 |
* | merge branch fix for bug 115954 to tip | ian.mcgreer%sun.com | 2002-04-03 | 1 | -0/+9 |
* | handle older tokens that do not handle GetAttributes correctly. | relyea%netscape.com | 2002-03-15 | 1 | -0/+13 |
* | Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers. | wtc%netscape.com | 2002-03-14 | 1 | -1/+1 |
* | Cache whether there are no CRL's and Trust objects on removable HW tokens | relyea%netscape.com | 2002-03-07 | 4 | -0/+106 |
* | bug 129298, handle different nicknames across tokens | ian.mcgreer%sun.com | 2002-03-07 | 3 | -5/+15 |
* | bug 125808 : | relyea%netscape.com | 2002-03-06 | 1 | -0/+6 |
* | Fix token/cert interactions: | relyea%netscape.com | 2002-03-04 | 1 | -1/+3 |
* | IMPLEMENT-->EXTERN for header file | ian.mcgreer%sun.com | 2002-03-04 | 1 | -1/+1 |
* | bug 125808, update cert token instances when caching smart card certs that ar... | ian.mcgreer%sun.com | 2002-03-04 | 2 | -0/+27 |
* | partial fix for bug 125808, if the otken is not logged in when the cert cache... | ian.mcgreer%sun.com | 2002-02-27 | 1 | -0/+1 |
* | Use timers to determine whether or not to do the smart card present checks | relyea%netscape.com | 2002-02-16 | 2 | -0/+15 |
* | Fix missing certs from the listing of all the certs in tokens with large cert... | relyea%netscape.com | 2002-02-15 | 1 | -11/+20 |