summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11util.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 305697 Softoken needs to give on the fly access to additional databases. ...relyea%netscape.com2005-09-281-0/+242
* Only call C_WaitForSlotEvent if the module is PKCS #11 v2.01 or later.relyea%netscape.com2005-09-201-4/+8
* Eliminate numerous potential causes of sending invalid (zero) sessionnelsonb%netscape.com2005-08-031-1/+1
* Fix for bug 292809 . Add flags to NSS_Initialize to better cooperate with the...julien.pierre.bugs%sun.com2005-07-081-2/+16
* Fix for bug 288726. error in SECMOD_CancelWaitjulien.pierre.bugs%sun.com2005-04-021-1/+1
* Bugzilla Bug 286439: Removed PKCS11_USE_THREADS and PK11_USE_THREADS.wtchang%redhat.com2005-03-281-7/+7
* Bugzilla Bug 284839: checked in Bob Relyea's patch to improve thewtchang%redhat.com2005-03-071-0/+6
* Fix for bug 265707 - SECMOD_FindSlot always returns NULL. r=relyeajulien.pierre.bugs%sun.com2004-10-241-1/+0
* Fix for 265708. - count should be CK_ULONGjulien.pierre.bugs%sun.com2004-10-231-1/+2
* Bugzilla Bug 252702relyea%netscape.com2004-07-291-50/+458
* refactor pk11util, splitting large single files down to a managable size.relyea%netscape.com2004-07-191-0/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
* Bug 203866. Make unloaded modules visible for administrative purposes.relyea%netscape.com2003-10-101-10/+46
* Bug 199082: checked in Nelson's patch, whichwtc%netscape.com2003-03-261-1/+5
* Try to load the new module before we've unloaded the old one. This nowrelyea%netscape.com2003-02-051-3/+9
* Bug 167861: PK11_GetModInfo needs to set the error code.relyea%netscape.com2002-09-271-1/+5
* Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.wtc%netscape.com2002-09-061-1/+1
* bug 98926, PKCS#11 session loggingian.mcgreer%sun.com2002-06-191-0/+2
* Back out the change on Module destruction.relyea%netscape.com2002-05-221-5/+1
* Fix spelling error.relyea%netscape.com2002-05-211-1/+5
* bug 133397. Move AddPermModule() inside the previously empty if statement whe...relyea%netscape.com2002-05-141-1/+1
* Add function to determine if it's safe to delete the internal module.relyea%netscape.com2002-05-101-0/+5
* Detect when we have a previously deleted internal module which has not yet be...relyea%netscape.com2002-05-101-1/+17
* Whitespace change.wtc%netscape.com2002-04-301-1/+1
* return error when incomplete shutdown has been detected.relyea%netscape.com2002-04-261-2/+5
* Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.relyea%netscape.com2002-04-121-1/+24
* Bugzilla bug 132461: changes suggested by Bob Relyea after his code review:wtc%netscape.com2002-03-261-19/+13
* Fix for 132461 - add better functions to load and remove modules dynamically ...jpierre%netscape.com2002-03-211-8/+26
* Fix for 128355 - add SECMOD_AddNewModuleEx to take module parametersjpierre%netscape.com2002-03-011-3/+14
* Fix for 125143 - allow modutil to report PKCS#11 library load failure errorsjpierre%netscape.com2002-02-131-0/+2
* Fix crashing problem when trying two switch from fips to non-fips and back.relyea%netscape.com2002-01-281-7/+8
* fix core when token list is emptied (caused by switch to fips mode)ian.mcgreer%sun.com2002-01-231-1/+0
* * keep stan in sync with both addition and removal of modulesian.mcgreer%sun.com2002-01-231-8/+5
* Clean up compilier warnings on Solaris and Linux, most particularly:relyea%netscape.com2001-12-071-0/+1
* fix Bug 93989 Memory leak when adding a module.relyea%netscape.com2001-11-301-1/+3
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-081-1/+1
* begin process of converting pk11cert to use Stan cert code; Stan tokens integ...ian.mcgreer%sun.com2001-10-111-0/+6
* 1) fix warnings on AIX, HP, Linux, and Solaris.relyea%netscape.com2001-09-201-146/+148
* 1) fix bug in module deletion.relyea%netscape.com2001-09-061-1/+7
* 1) Add the necessary code so that AddModule functions again.relyea%netscape.com2001-08-311-4/+14
* Land new PKCS #11 initialization code.relyea%netscape.com2001-08-241-68/+53
* Bugzilla bug 82259: added the XP_OS2 case.wtc%netscape.com2001-08-171-1/+1
* fixup commit for tag 'NSS_3_3_RTM'NSS_3_3_RTMcvs2hg2001-07-111-0/+6
* Bugzilla: 82259. #error not #pragmalarryh%netscape.com2001-05-241-1/+1
* Bugzilla: 82259. improve rootcert loadlarryh%netscape.com2001-05-241-5/+25
* Bugzilla bug #78467: fixed a memory leak in SECMOD_AddNewModule(). Thankswtc%netscape.com2001-05-021-8/+4
* Bug 67068. Fix Crash in SECMOD_Shutdown. reviewed by wtc.relyea%netscape.com2001-02-061-6/+12
* Add code to shutdown the PKCS #11 subsystem so NSS can be called to switch pr...relyea%netscape.com2001-02-011-0/+17
* Bugzilla: 64132. NSS lock instrumentationlarryh%netscape.com2001-01-031-1/+1
* Add function for determining if we have root cert modules.relyea%netscape.com2000-09-281-2/+0