summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/legacydb/keydb.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 473505 . softoken's C_Initialize and C_Finalize should succeed ↵julien.pierre.boogz%sun.com2009-02-031-3/+3
| | | | after a fork in a child process. r=relyea, nelson
* Bug 434187: fixed compiler warnings reported by GCC on Mac OS X.wtc%google.com2008-06-061-0/+1
| | | | r=julien.pierre
* Bug 404526, glibc detected free(): invalid pointerkaie%kuix.de2007-12-031-1/+1
| | | | | Patch contributed by Rich Coe r=rrelyea
* Bug 403957: inlined short functions keydb_InitLocks and keydb_DestroyLockswtc%google.com2007-11-161-23/+4
| | | | at their only call sites. r=nelson
* Fix for bug 403957 . nss_InitLock should be replaced with PZ_NewLock in ↵julien.pierre.boogz%sun.com2007-11-161-3/+2
| | | | softoken . r=nelson,wtc
* Fix for bug 286642 . Move utility functions to new libnssutil shared ↵julien.pierre.boogz%sun.com2007-10-121-4/+6
| | | | library. r=nelson
* Bug 397122, NSS 3.12 alpha treats a key3.db with no global salt as having no ↵nelson%bolyard.com2007-09-251-1/+2
| | | | | | password r=rrelyea
* Bug 391291 Implement Shared Database Integrity checks.rrelyea%redhat.com2007-08-091-6/+23
| | | | r=nelson (plus review from kengert)
* issue a sync on the password entry once we write it.rrelyea%redhat.com2007-06-131-0/+6
|
* Bug 217538 Add shared database to nss.rrelyea%redhat.com2007-06-131-0/+2270
core Checking.