summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb/stanpcertdb.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 340724, update NSS to stable snapshot NSS_3_11_20060831_TAGkaie%kuix.de2006-09-011-20/+13
* Sync the MOZILLA_1_8_BRANCH with the NSS_3_11_20060520_TAG to pick up fixesFIREFOX_2_0a3_RELEASEwtchang%redhat.com2006-05-211-9/+1
* bug 338058, Upgrade to NSS 3.11.2 second pre-releasekaie%kuix.de2006-05-161-12/+7
* Bugzilla Bug 337770: upgraded the NSS version on the MOZILLA_1_8_BRANCH towtchang%redhat.com2006-05-151-2/+6
* When attempting to find an SMIME profile for a given email address,nelsonb%netscape.com2004-12-021-0/+4
* Bug 250687relyea%netscape.com2004-07-211-42/+24
* Don't crash when CERT_DestroyCertificate is called with a cert with anelsonb%netscape.com2004-06-091-1/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
* Fix numerous bugs in CERT_FindCertByKeyID. Bug 233019. r=jpierrenelsonb%netscape.com2004-02-041-8/+18
* Detect duplicate issuer name and serial number between two temp certs.nelsonb%netscape.com2004-01-221-5/+7
* __CERT_AddTempCertToPerm will now set error SEC_ERROR_ADDING_CERTnelsonb%netscape.com2003-12-061-0/+1
* Detect empty emailAddr strings in CERTCertificates. Bugzilla bug 211540.nelsonb%netscape.com2003-11-151-1/+1
* Eliminate a cert leak. Patch is Bob Relyea's.nelsonb%netscape.com2003-11-111-1/+1
* Fix for bug 141882 - convert email query keys to lowercase when searching . r...jpierre%netscape.com2003-09-301-3/+12
* bug 174200, don't attempt to decode cert when destroying it, handle failureian.mcgreer%sun.com2003-02-181-20/+6
* Create profiles for all the email addresses in a certificate.relyea%netscape.com2002-12-101-40/+53
* bug 172247, don't allow import of duplicate issuer/serial certsian.mcgreer%sun.com2002-11-211-0/+15
* bug 177366, clean up refcountingian.mcgreer%sun.com2002-11-061-24/+11
* bug 171198, leak moving temp cert to perm; add force parameterian.mcgreer%sun.com2002-09-271-2/+2
* Fix for 154212jpierre%netscape.com2002-07-101-1/+5
* Fix for 154212 - update patch for CERT_SaveSMimeProfile based on Bob's commentsjpierre%netscape.com2002-07-101-13/+12
* Fix for 154212 - make CERT_SaveSMimeProfile copy the cert to the database if ...jpierre%netscape.com2002-06-271-1/+18
* bug 144309, return value of STAN_GetCERTCertificate not checkedian.mcgreer%sun.com2002-05-201-2/+27
* Automatically create a NULL email profile for certs with email addresses whichrelyea%netscape.com2002-05-071-0/+1
* bug 141355, CERT_DecodeDERCertificate is not a safe function for some uses, m...ian.mcgreer%sun.com2002-05-021-2/+9
* bug 138626, remove deleted cert from cache even if references still existian.mcgreer%sun.com2002-04-251-0/+2
* 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
* NewTemp has to be matched with AddTempCertToPermian.mcgreer%sun.com2002-04-221-0/+3
* fix bugs in cert import with smart card cacheian.mcgreer%sun.com2002-04-221-0/+1
* bug 135521, change cert lookups on tokens to be actual finds instead of trave...ian.mcgreer%sun.com2002-04-151-34/+38
* Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.relyea%netscape.com2002-04-121-2/+8
* Bug 135728: should return SECFailure because the function's return typewtc%netscape.com2002-04-051-1/+1
* bug 129709, incorrect free of cert->nicknameian.mcgreer%sun.com2002-03-141-2/+1
* bug 129298, handle different nicknames across tokensian.mcgreer%sun.com2002-03-071-10/+12
* bug 129370, temp cert trusts and S/MIME profiles may cause crashesian.mcgreer%sun.com2002-03-071-8/+22
* Bugzilla bug 128915: the first part of the previous change is notwtc%netscape.com2002-03-051-1/+2
* bug 128915, prevent crash on empty S/MIME profilesian.mcgreer%sun.com2002-03-041-2/+2
* Bugzilla bug 122261: removed an assertion on bad input. Bad input shouldwtc%netscape.com2002-03-021-1/+0
* bug 125796, make sure all CERTCertificates are destroyed as such, and that c...ian.mcgreer%sun.com2002-02-261-7/+17
* Implement SEC_NicknameConflicts().relyea%netscape.com2002-02-151-2/+12
* NSSCryptoContext_ImportCertificate cannot inform the caller that the cert alr...ian.mcgreer%sun.com2002-02-111-0/+17
* This is a revision of the patch shown in bug 122907. It should fix the leaka...ian.mcgreer%sun.com2002-02-071-2/+8
* Bugzilla bug 119376: initialize a local variable to eliminate a compilerwtc%netscape.com2002-02-071-1/+1
* plug leak found doing client auth, move freeing of cert's slot down a level i...ian.mcgreer%sun.com2002-02-041-5/+0
* fix leak reported in bug 123081 by avoiding allocation for time variableian.mcgreer%sun.com2002-02-041-1/+0
* couple of fixesian.mcgreer%sun.com2002-01-311-1/+1
* Fix 2 memory leaks and a UMR.relyea%netscape.com2002-01-261-0/+1
* implement istemp and isperm in case clients depend on it, make sure certs own...ian.mcgreer%sun.com2002-01-241-27/+31
* fix for bug 120824; functions which collect certs based on subject need to ex...ian.mcgreer%sun.com2002-01-221-57/+114
* more backwards compatibility fixesian.mcgreer%sun.com2002-01-171-12/+0