summaryrefslogtreecommitdiff
path: root/security/nss/lib/nss/nssinit.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-281-1301/+0
* Bug 803286: Fix the comments in the checkin for bug 734492 in rev. 1.119.wtc%google.com2012-11-171-2/+1
* Bug 734492 - nss should protect itself against calls made before nss_init, r=wtcemaldona%redhat.com2012-10-091-4/+29
* Bug 542741: Change NSS_VersionCheck to not call PR_VersionCheck becausewtc%google.com2012-09-211-4/+0
* Bug 753116 - softoken needs to split out common components to utilrrelyea%redhat.com2012-06-261-9/+10
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-04-251-35/+3
* Bug 745224 - nss_Init leaks memory, author: kdudka@redhat.com, r=rrelyeaemaldona%redhat.com2012-04-141-0/+4
* Bug 693228: code cleanup: nss_doLockInit and PR_CallOnce return PRStatus,wtc%google.com2011-10-181-8/+7
* Bug 693228 - Closing a tab with Flash content, then opening a tab with Flash ...rrelyea%redhat.com2011-10-181-0/+5
* Bug 172051 - Fix signature of NSS_InitializePRErrorTable, fix comment in macr...emaldona%redhat.com2011-10-041-5/+3
* Bug 172051 - Do not add headers to PRIVATE_EXPORT, r=wtc,emaldonaemaldona%redhat.com2011-10-041-1/+0
* Bug 679524: add a missing return statement to NSS_Shutdown. r=rrelyea.wtc%google.com2011-08-301-0/+1
* Bug 679524 - Crash in NSS when using NSS_InitContextrrelyea%redhat.com2011-08-251-12/+95
* Fix Bug 6172051 - Add localizable error messages for NSS error codes, r=rrelyeaemaldona%redhat.com2011-08-171-0/+11
* Bug 673115 - Add function to obtain version of NSS at runtime, r=wtc, r=rrelyeakaie%kuix.de2011-08-011-0/+6
* Bug 556245: nss_Init leaks initContextPtr if initParams->length is bad ornelson%bolyard.com2010-04-031-3/+3
* Bug 541231: nssinit.c doesn't need to include ssl.h and sslproto.h.wtc%google.com2010-01-221-2/+0
* Bug 537795 - NSS_InitContext does not work with NSS_RegisterShutdownrrelyea%redhat.com2010-01-091-4/+4
* Fix tinderbox text failure (referencing unitialized stack memory).rrelyea%redhat.com2009-10-291-1/+1
* Fix Tinderbox windows breakage.rrelyea%redhat.com2009-10-271-1/+1
* Bug 453495 - Add new ref counted NSS_Shutdown-like functionrrelyea%redhat.com2009-10-271-197/+415
* Bug 510436: Add macros for build numbers (4th component of version number)wtc%google.com2009-09-091-0/+990
|\
* | fixup commit for tag 'JSS_4_3_1_BETA'JSS_4_3_1_BETAcvs2hg2009-09-031-979/+0
|/
* Bug 505858: NSS_RegisterShutdown can return without unlocking nssShutdownList...nelson%bolyard.com2009-07-231-0/+1
* Bug 495103: nss_Init should strip the "sql:" prefix from the pathnamewtc%google.com2009-05-291-1/+6
* Bug 450536: removed obsolete XP_MAC code (for Mac OS Classic).wtc%google.com2008-08-221-9/+1
* Bug 431805: initialize error_stack_index to an invalid TPD index instead ofwtc%google.com2008-05-171-4/+4
* Bug 431805: fixed the leak of the primordial thread's error stack. Thewtc%google.com2008-05-101-0/+981
|\
* | fixup commit for tag 'JSS_4_2_BRANCHPOINT'JSS_4_2_BRANCHPOINTcvs2hg2008-05-091-973/+0
|/
* 397832 - libpkix leaks memory if a macro calls a function that returns an err...alexei.volkov.bugs%sun.com2008-03-261-1/+1
* 412468 - modify certutil, vfychain and vfyserv utilities to use CERT_PKIXVeri...alexei.volkov.bugs%sun.com2008-03-111-1/+1
* Bug 391296 ? Need an update helper for Shared Databasesrrelyea%redhat.com2008-03-101-9/+70
* Bug 370536: Memory leaks in pointer tracker code in DEBUG builds. r=rrelyeanelson%bolyard.com2008-02-231-0/+1
* Fix for bug 403240 - threads hanging in nss_InitLock . r=wtc,nelsonjulien.pierre.boogz%sun.com2008-02-161-2/+1
* Fix an off-by-one error, and improve variable names.nelson%bolyard.com2008-02-151-17/+17
* Return success when reusing a vacated entry. Bug 417641. r=wtcnelson%bolyard.com2008-02-151-1/+1
* Tree compilation bug fix introduced by patch to bug 373367.alexei.volkov.bugs%sun.com2007-12-191-0/+1
* Fix for bug 391771 . pk11_config_name and pk11_config_strings leaked on shutd...julien.pierre.boogz%sun.com2007-12-061-1/+13
* Fix for bug 399304 . Initialize cert trust and refcount locks early. r=relyea...julien.pierre.boogz%sun.com2007-11-101-0/+5
* 391774 - PKIX_Shutdown is not called by nssinit.c. r=nelson. Patch was provid...alexei.volkov.bugs%sun.com2007-10-041-6/+0
* Bug 391770, OCSP_Global.monitor is leaked on shutdownkaie%kuix.de2007-10-041-1/+1
* 395427 - PKIX_PL_Initialize must not call NSS_Init. r=nelsonalexei.volkov.bugs%sun.com2007-09-191-2/+6
* 390888 - CERT_Verify* functions should be able to use libPKIX. r=nelsonalexei.volkov.bugs%sun.com2007-08-291-2/+9
* Bug 358785: Merge NSS_LIBPKIX_BRANCH back to trunk. r=julien, r=alexeialexei.volkov.bugs%sun.com2007-05-251-1/+17
* Bug 205406, Need a local OCSP cachekaie%kuix.de2007-04-171-2/+2
* Bug 205406, Need a local OCSP cachekaie%kuix.de2007-03-231-0/+1
* bug 205406kaie%kuix.de2007-03-231-1/+0
* Bug 205406, Need a local OCSP cachekaie%kuix.de2007-03-231-0/+1
* Fix for bug 353608 . NSS_RegisterShutdown may fail, and appData argument is a...julien.pierre.bugs%sun.com2006-09-211-2/+3
* Don't dereference a NULL secmodprefix argument. Coverity Bug 336981.nelson%bolyard.com2006-05-181-3/+4