summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/keydb.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'GECKO181_20070501_RELBRANCH'THUNDERBIRD_2_0_0_4_RELEASETHUNDERBIRD_2_0_0_4_RC1THUNDERBIRD_2_0_0_0_RELEASETHUNDERBIRD_2_0_0_0_RC1SUNBIRD_0_5_RELEASESUNBIRD_0_5_RC1SEAMONKEY_1_1_2_RELEASESEAMONKEY_1_1_1_RELEASELIGHTNING_0_5_RELEASELIGHTNING_0_5_RC1FIREFOX_2_0_0_4_RELEASEFIREFOX_2_0_0_4_RC3FIREFOX_2_0_0_4_RC2FIREFOX_2_0_0_4_RC1FIREFOX_2_0_0_3_RELEASEFIREFOX_2_0_0_3_RC1FIREFOX_2_0_0_2_RELEASEFIREFOX_2_0_0_2_RC5FIREFOX_2_0_0_2_RC4FIREFOX_2_0_0_2_RC3FIREFOX_2_0_0_2_RC2FIREFOX_2_0_0_2_RC1CAMINO_1_5_RELEASECAMINO_1_1_B_RELEASEcvs2hg2007-01-171-72/+26
* bug 305697: open additional database on the fly in softoken. part1: softoken ...relyea%netscape.com2005-09-281-107/+172
* Fix for 178895 - QuickDER optimizations. r=relyeajpierre%netscape.com2004-06-051-12/+25
* Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.gerv%gerv.net2004-04-271-0/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-36/+32
* Include "nsslocks.h" for nss_InitLock.wchang0222%aol.com2003-12-231-0/+1
* Make database access to the key db thread safe.relyea%netscape.com2003-12-191-43/+169
* ECC code landing.ian.mcgreer%sun.com2003-10-171-1/+145
* backport NSS 3.7 fixes to the tip.relyea%netscape.com2003-01-091-7/+31
* Multi-access database race condition patches. These changes are already checkedrelyea%netscape.com2002-11-111-21/+49
* bug 130966: fix problems in searching and storing fixed keys.relyea%netscape.com2002-09-271-0/+19
* Believe both entry types (old and new) when looking for the key.relyea%netscape.com2002-09-061-0/+12
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-6/+0
* Remove key.db from the using the blob db code. The blob db code uses the cert...relyea%netscape.com2002-09-061-3/+3
* handle dbm blobs withouth stressing libdbm.relyea%netscape.com2002-08-281-3/+3
* Bug 607834. save the correct name on so we can reset the database.relyea%netscape.com2002-08-081-1/+1
* Turn on reset functionality for multiaccessdb clients.relyea%netscape.com2002-08-021-4/+10
* Initialize type field to clear off purify warnings.relyea%netscape.com2002-06-251-0/+1
* 1) Map flags both coming and going.relyea%netscape.com2002-06-181-1/+1
* check version of the existing DB, not the updatedb.relyea%netscape.com2002-06-141-1/+1
* Add transactions to the database update portion of the code.relyea%netscape.com2002-06-131-74/+104
* Fix to ensure change password on db is commited - using rv == SECSuccess woul...rangansen%netscape.com2002-06-011-1/+1
* Add Transactions (still need to add transactions on database upgrade).relyea%netscape.com2002-05-161-1/+11
* Update the version field in the handle when doing the automatic update.relyea%netscape.com2002-04-121-4/+10
* bug 128586 (and other) importing non-NSS pkcs#12 files.relyea%netscape.com2002-04-111-0/+15
* Add database update capabilities to NSS softoken for multi-access database.relyea%netscape.com2002-04-081-0/+9
* Multi-access database changes.relyea%netscape.com2002-04-051-206/+16
* On WinCE, DBM's dbopen uses NSPR file open flags rather than libc'snelsonb%netscape.com2002-04-051-16/+17
* bug 125359, by default the ASN.1 en/decoder should treat all numbers as signe...ian.mcgreer%sun.com2002-02-211-0/+8
* Clean up compilier warnings on Solaris and Linux, most particularly:relyea%netscape.com2001-12-071-51/+54
* Fix several memory leaks.relyea%netscape.com2001-11-301-22/+4
* performance optimizations:relyea%netscape.com2001-11-151-45/+224
* Fixes to make pkcs12 work correctly:relyea%netscape.com2001-11-081-3/+42
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-610/+484
* 1) Fix Solaris, AIX, HP, and Linux warnings. Several were potential realrelyea%netscape.com2001-09-201-54/+52
* Change the keydb reset code from walking down deleting all the key entries torelyea%netscape.com2001-09-061-12/+21
* Bug 68234. Handle automatic update of NES2.0, and NES 3.X databases.relyea%netscape.com2001-02-101-51/+212
* MSVC won't let you initialize a pointer in a data structure with thenelsonb%netscape.com2001-01-071-0/+11
* Bugzilla bug #39476: free the dbname in the success case.wtc%netscape.com2000-10-011-0/+2
* Bugzilla 39476: Copy the argument string in the OpenDBFilename callback funct...thayes%netscape.com2000-09-281-5/+5
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-311-0/+2308