summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken
Commit message (Expand)AuthorAgeFilesLines
* Bug 450845: Stop exporting symbols that are not present in the .def filesnelson%bolyard.com2008-10-051-3/+3
* Bug 426266: Decoupled lib/softoken and lib/ssl. lib/softoken should notwtc%google.com2008-09-221-6/+10
* Bug 453364: NSC_EncryptUpdate should propagate freebl's error code up towtc%google.com2008-09-071-2/+24
* Bug 434187: fixed the comments in sftk_DeleteObject. r=rrelyea.wtc%google.com2008-08-251-3/+3
* Remove Beta flag for NSS 3.12.1 RC1 build.christophe.ravel.bugs%sun.com2008-08-111-2/+2
* Bug 448200. fix systemic misspellings of deprecated and function, r=julien.pi...nelson%bolyard.com2008-08-041-1/+1
* Bug 436417 ? PK11_ImportDERPrivateKeyInfoAndReturnKey fails when RSA priv key...rrelyea%redhat.com2008-07-042-5/+38
* Bug 434187: fixed compiler warnings reported by GCC on Mac OS X.wtc%google.com2008-06-061-0/+1
* Bug 434187: assign PR_TRUE to a PRBool variable. r=nelsonwtc%google.com2008-06-041-1/+1
* Fix build on AIX5.1 . Remove extraneous commajulien.pierre.boogz%sun.com2008-04-261-1/+1
* Set version to NSS 3.12.1 Beta on NSS trunk.christophe.ravel.bugs%sun.com2008-04-171-3/+3
* Prepare NSS 3.12 RC1.christophe.ravel.bugs%sun.com2008-04-041-2/+2
* bug 424410 - Win64 tinderbox failing.rrelyea%redhat.com2008-03-271-1/+1
* Final patch for merge: fix layer viloation (bug 391296)rrelyea%redhat.com2008-03-144-20/+36
* Fix merge tinderbox failures (bug 391296)rrelyea%redhat.com2008-03-141-2/+2
* Bug 421978 valgrind uninitialized variables. Patch by dbaronrrelyea%redhat.com2008-03-121-1/+1
* Fix AIX build problem with previous checking.rrelyea%redhat.com2008-03-111-2/+2
* Bug 391296 - Need an update helper for Shared Databasesrrelyea%redhat.com2008-03-111-16/+14
* Fix double free from monster patch (uncovered with leak fix).rrelyea%redhat.com2008-03-101-3/+2
* Fix tinderbox bustage from previous checkinrrelyea%redhat.com2008-03-101-0/+7
* Bug 391296 ? Need an update helper for Shared Databasesrrelyea%redhat.com2008-03-109-129/+1318
* Bug 419242: moved a makefile rule from config.mk to Makefile so that 'all'wtc%google.com2008-02-254-6/+5
* bug 403240: threads hanging in nss_InitLock . r=julien.pierrenelson%bolyard.com2008-02-161-2/+1
* Fix for bug 403240 - threads hanging in nss_InitLock . r=wtc,nelsonjulien.pierre.boogz%sun.com2008-02-162-6/+6
* Fix for bug 291384 . Remove unnecessary semicolons in SEC_ASN1_MKSUB . r=nelsonjulien.pierre.boogz%sun.com2008-02-083-9/+9
* Fix for bug 331096 . NSS softoken must detect forks on all unix-ish platforms...julien.pierre.boogz%sun.com2008-02-055-11/+334
* bug 401928 softoken updates for pkcs5 v2rrelyea%redhat.com2007-12-213-7/+16
* Bug 402773, Verify the list of public header files in NSS 3.12kaie%kuix.de2007-12-031-2/+2
* Bug 404526, glibc detected free(): invalid pointerkaie%kuix.de2007-12-031-1/+1
* Bugzilla bug 404919: sftkdb_ReadSecmodDB should free the string returnedwtc%google.com2007-11-281-1/+4
* Bug 403957: inlined short functions keydb_InitLocks and keydb_DestroyLockswtc%google.com2007-11-161-23/+4
* Fix for bug 403957 . nss_InitLock should be replaced with PZ_NewLock in softo...julien.pierre.boogz%sun.com2007-11-162-8/+6
* Bug 402777: moved all fake PKCS #11 defines from secmodt.h to pkcs11n.h.wtc%google.com2007-11-091-0/+5
* Bug 402777: moved the contents of pqgutil.{h,c} to lib/freebl andwtc%google.com2007-11-091-1/+0
* Bug 402777: Two changes to make lib/util more stand-alone. Movedwtc%google.com2007-11-071-0/+3
* 401986 build failure due to extra white space r=bob relyeaglen.beasley%sun.com2007-11-071-2/+2
* Fix for bug 286642 . Don't export DER template from libnssutil3. r=nelsonjulien.pierre.boogz%sun.com2007-11-071-1/+27
* Fix for bug 401194 . Crash in lg_FindObjects on Win64 . correct size in memcp...julien.pierre.boogz%sun.com2007-10-301-1/+1
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-1210-34/+66
* Bug 353714, key search functions ignore the nickname argument, r=rrelyeanelson%bolyard.com2007-10-101-4/+3
* Bug 384639 - Adding option to disable library unloading also in optimized build.slavomir.katuscak%sun.com2007-10-092-4/+0
* Bug 391294 ? Shared Database implementation really slow on network file systemsrrelyea%redhat.com2007-10-021-141/+639
* Bug 397122, NSS 3.12 alpha treats a key3.db with no global salt as having no ...nelson%bolyard.com2007-09-251-1/+2
* Bug 392521rrelyea%redhat.com2007-09-121-12/+13
* bug 392522 Update integrity checks on password changerrelyea%redhat.com2007-09-123-52/+178
* bug 279042 First performance improvement patch for shared db.rrelyea%redhat.com2007-09-063-75/+181
* Bug 391609 split up sftkdb.c into more managable pieces.rrelyea%redhat.com2007-08-169-1723/+1963
* Bug 389781 NSS should be built size-optimized on Linux, Windows, and Macchristophe.ravel.bugs%sun.com2007-08-151-0/+2
* Fix windows build problemrrelyea%redhat.com2007-08-101-1/+1
* Bug 391291 Implement Shared Database Integrity checks.rrelyea%redhat.com2007-08-0914-234/+1049