summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/pk11db.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO180_20071210_RELBRANCH'cvs2hg2007-01-171-3/+4
* Fix for bug 286685. rename SFTK symbols to SECMOD. r=rrelyea, nelsonjulien.pierre.bugs%sun.com2005-11-111-4/+4
* bug 305697: open additional database on the fly in softoken. part1: softoken ...relyea%netscape.com2005-09-281-3/+3
* Bugzilla Bug 298516: fixed problems found by code inspection. r=relyea.wtchang%redhat.com2005-07-221-2/+2
* Rename functions that are shared by pk11wrap and softoken from sftk_ tonelsonb%netscape.com2005-04-021-71/+73
* Rename all internal private softoken functions types and symbols fromnelsonb%netscape.com2005-03-291-89/+89
* Bugzilla bug 238914: declare namesRunningOffset as unsigned long to avoidwchang0222%aol.com2004-04-301-6/+9
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
* Fix missing indexes when fetching lengths (get tinderbox working again).relyea%netscape.com2004-04-071-2/+2
* Bug 238914. r=wchang sr=misterSSLrelyea%netscape.com2004-04-071-63/+175
* Correctly handle a NULL moduleSpecList. Bug 220217.nelsonb%netscape.com2003-10-111-5/+11
* Fix memory leaks. (roll fixes from 3.7 BRANCH).relyea%netscape.com2003-03-051-0/+2
* Multi-access database race condition patches. These changes are already checkedrelyea%netscape.com2002-11-111-3/+9
* Fix minor memory leak on init.relyea%netscape.com2002-10-101-1/+4
* Bug 169581: the last two arguments to pk11_mkSlotString should have thewtc%netscape.com2002-09-191-2/+1
* Make a single softoken which works for both servers and clients depending on ...relyea%netscape.com2002-05-161-0/+4
* * make sure the token cache returns failure in overflow caseian.mcgreer%sun.com2002-04-191-1/+1
* try again, the default is 50 so the internal module must be higherian.mcgreer%sun.com2002-04-191-1/+1
* make sure the internal module defaults to trust order > 50ian.mcgreer%sun.com2002-04-191-1/+1
* Don't free the temp secmod.db name until we are through using it.relyea%netscape.com2002-04-161-1/+3
* Add database update capabilities to NSS softoken for multi-access database.relyea%netscape.com2002-04-081-7/+23
* Multi-access database changes.relyea%netscape.com2002-04-051-23/+46
* On WinCE, DBM's dbopen uses NSPR file open flags rather than libc'snelsonb%netscape.com2002-04-051-15/+39
* Fix PSM name problem.relyea%netscape.com2002-02-281-8/+8
* When using global params, noCertDB implies noKeyDB as well bug 127312relyea%netscape.com2002-02-261-0/+1
* Set up default trust order correctly.relyea%netscape.com2002-01-101-5/+11
* Startup problems on new profiles: 1) Windows does not initially open the DB R/Wrelyea%netscape.com2002-01-051-1/+32
* More PSM fixes:relyea%netscape.com2001-11-201-1/+1
* NSS 3.4 integration changes.relyea%netscape.com2001-11-191-3/+3
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-24/+166
* Allocate space for the slot count as well.relyea%netscape.com2001-09-211-1/+1
* 1) Fix Solaris, AIX, HP, and Linux warnings. Several were potential realrelyea%netscape.com2001-09-201-24/+13
* Fix Modutil delete.relyea%netscape.com2001-09-061-3/+4
* 1) Add the necessary code so that AddModule functions again.relyea%netscape.com2001-08-311-119/+117
* Fix Solaris (and probably others) runtime failures:relyea%netscape.com2001-08-281-7/+9
* Land new PKCS #11 initialization code.relyea%netscape.com2001-08-241-0/+644