summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb/stanpcertdb.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-281-1071/+0
* Bug 813857: Make certificate trust flags thread safe.ryan.sleevi%gmail.com2013-01-071-2/+0
* Bug 745548, nssPKIObject_GetNicknameForToken should always return a copy, r=r...kaie%kuix.de2012-05-171-3/+7
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-04-251-35/+3
* Bug 671071, const/non-const warnings in pk11wrap, patch by Brian Smith, r=rre...kaie%kuix.de2012-03-191-1/+1
* Bug 633063, initialize variable, r=rrelyeakaie%kuix.de2012-01-171-1/+1
* Fix Tinderbox bustage, backout all patches from 2011-11-11kaie%kuix.de2011-11-161-2/+2
* Bug 663733: Add const modifier to declarations of functions used by ocspclnt ...bsmith%mozilla.com2011-11-121-2/+2
* Bug 625675 - trust flags are not being deleted when we delete the associated ...emaldona%redhat.com2011-03-261-0/+15
* bug 337433, Need CERT_FindCertByNicknameOrEmailAddrByUsagekaie%kuix.de2010-09-241-4/+59
* Bug 495365: The 'nickname' parameter of SEC_CertNicknameConflict should bewtc%google.com2009-05-291-1/+1
* Bug 464088: Option to build NSS without dbm (handy for WinCE), r=rrelyeanelson%bolyard.com2008-12-021-1/+0
* Bug 456036: The stubs for deprecated functions should set thewtc%google.com2008-09-201-0/+4
* Bug 448200. fix systemic misspellings of deprecated and function, r=julien.pi...nelson%bolyard.com2008-08-041-6/+6
* Bug 434187: merged nssCertificateStore_Check intowtc%google.com2008-06-061-1/+0
* Bug 419523: Export Cert_NewTempCertificate. Remove unnecessary inclusionswtc%google.com2008-03-101-6/+7
* Fix for bug 403240 - threads hanging in nss_InitLock . r=wtc,nelsonjulien.pierre.boogz%sun.com2008-02-161-1/+0
* Fix for bug 353577 . Delete PURE_STAN code and code outside NSS_3_4_CODE . r=...julien.pierre.boogz%sun.com2007-11-161-3/+0
* Bug 391291 Implement Shared Database Integrity checks.rrelyea%redhat.com2007-08-091-109/+153
* Bug 379753. NSS WOrkaround for PSM bug 380091.nelson%bolyard.com2007-07-141-1/+6
* Fix for bug 113323 . Constify some functions. r=nelsonjulien.pierre.bugs%sun.com2007-07-111-2/+2
* 353902: klocwork bugs in stanpcertdb.c. r=nelsonalexei.volkov.bugs%sun.com2006-10-311-0/+10
* Fix for bug 225525 . Resolve race assigning NSSCertificate fields which leake...julien.pierre.bugs%sun.com2006-08-221-1/+1
* Fix race in CERT_NewTempCertificate. Bug 341323. r=julien,rrelyeanelson%bolyard.com2006-08-221-19/+12
* Bugzilla Bug 337025: removed more unused or trivially used variables.wtchang%redhat.com2006-05-161-9/+1
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-05-151-12/+7
* Fix for bug 311164 . Initialize stan cert store object early to fix a race co...julien.pierre.bugs%sun.com2006-04-071-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