summaryrefslogtreecommitdiff
path: root/security/nss/lib/dev
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla Bug 301554: Clear the 'present' flag if slot fails to refresh.wtchang%redhat.com2005-09-141-2/+5
* This fixes Bugzilla Bug 288227 by initializing the stepUp flag inneil.williams%sun.com2005-04-041-1/+2
* Bugzilla Bug 284839: checked in Bob Relyea's patch to improve thewtchang%redhat.com2005-03-072-0/+14
* Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.wtchang%redhat.com2005-01-2015-15/+15
* Initialize 4 variables. Plug UMR reports. Bug 263691. r=wtchangnelsonb%netscape.com2004-12-241-1/+4
* Patch by kinmoz@netscape.net. Fix bug 260882 by clearing the validnelsonb%netscape.com2004-09-221-1/+1
* bug 180268, reimplement ssl step-up for builtinsian.mcgreer%sun.com2004-05-174-10/+18
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2515-444/+492
* Fix bug 204549. Properly handle memory allocation failures.nelsonb%netscape.com2003-09-231-23/+23
* Bugzilla bug 204549: find_objects_by_template was not setting *statusOptwtc%netscape.com2003-09-231-0/+1
* Bugzilla bug 214535: fixed a recursive dead lock on cache->lock. We mustwtc%netscape.com2003-09-121-14/+35
* Bugzilla bug 214695: fixed incorrect use of PR_AtomicDecrement on referencewtc%netscape.com2003-08-013-6/+3
* Backed out Bob Relyea's workaround for the deadlock in rev. 1.15. Thewtc%netscape.com2003-07-111-4/+0
* Change the function definitions in dev so that the ctags program willnelsonb%netscape.com2003-07-015-306/+153
* Fix deadlock bugscape 46733relyea%netscape.com2003-06-201-2/+6
* Bug 202593: the newly added 'lock' field in the NSSToken structure is notwtc%netscape.com2003-05-131-1/+0
* Bug 202593 and bug 204980: fixed a recursive deadlock introduced by thewtc%netscape.com2003-05-101-1/+1
* Bug 204797: nssTokenObjectCache_Clear needs to lock the cache, otherwisewtc%netscape.com2003-05-101-0/+2
* Bug 202593 NSS does not lock non-threadsafe modules correctly.relyea%netscape.com2003-04-193-4/+46
|\
| * fixup commit for tag 'ANGELON_MOZ14_BRANCH'ANGELON_MOZ14_BRANCHcvs2hg2003-04-1815-7683/+0
|/
* Fix for 190424 - don't query CKA_NETSCAPE_EMAIL attribute . r=wtcjpierre%netscape.com2003-01-302-11/+3
* Bug 190396.wtc%netscape.com2003-01-241-2/+20
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-121-0/+5
* bug 172247, don't allow import of duplicate issuer/serial certsian.mcgreer%sun.com2002-11-211-0/+29
* Fix optimized build failuresrelyea%netscape.com2002-10-101-0/+2
* Bug 164501. Return a proper error code from PK11_FindCrlByName() so the CRLrelyea%netscape.com2002-10-102-2/+5
* bug 166793, uninitialized variablesian.mcgreer%sun.com2002-09-301-2/+10
* bug 166741, fixing bug in previous patchesian.mcgreer%sun.com2002-09-101-18/+38
* Bug 167532: fixed a regression introduced by the previous checkin.wtc%netscape.com2002-09-101-0/+2
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-2/+2
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-1/+1
* bug 166741, unitialized variablesian.mcgreer%sun.com2002-09-051-3/+2
* Implement the CRL cache . Bug 149854jpierre%netscape.com2002-08-303-1/+22
* close hole in trust lookups.relyea%netscape.com2002-08-272-1/+4
* bug 161552: Make the recipient list traversal functions call the internalrelyea%netscape.com2002-08-141-3/+16
* Handle the switch from the static buffer to the realloc buffer.relyea%netscape.com2002-08-091-4/+9
* remove unreferenced Variable.relyea%netscape.com2002-08-091-2/+0
* treat lastTime of 0 as never having checked (not within the interval).relyea%netscape.com2002-07-091-1/+2
* More performance improvements in listing certs:relyea%netscape.com2002-07-021-21/+13
* Fix solaris compiler error/warning. Fix prototype to return correct value (PR...relyea%netscape.com2002-06-241-1/+1
* Don't decode or extract trust for certs if we are just getting the nicknames ...relyea%netscape.com2002-06-243-1/+33
* Reset the cert cache and clobber cert handles on token insertion an removalrelyea%netscape.com2002-06-131-0/+6
* Fix spelling error.relyea%netscape.com2002-05-212-2/+2
* Fix for bug 137645 - cached certificate does not get its nickname updated aft...jpierre%netscape.com2002-05-203-7/+7
* Automatically create a NULL email profile for certs with email addresses whichrelyea%netscape.com2002-05-072-1/+6
* bug 142175, PK11_ListCerts regressions -- handle PKCS#11 incompatibilites wit...ian.mcgreer%sun.com2002-05-071-1/+4
* When doing cert traversals, create the certs in full as they are found. This...ian.mcgreer%sun.com2002-04-262-0/+120
* fix broken HPUX buildsian.mcgreer%sun.com2002-04-261-2/+2
* if a cert already exists, use C_SetAttributeValue to change its mutable attri...ian.mcgreer%sun.com2002-04-251-2/+40
* reorganize token cache so that cache entries for imported objects are created...ian.mcgreer%sun.com2002-04-251-160/+200