alexei.volkov.bugs%sun.com
ae359a8c10
359331: modutil -changepw strict shutdown failure. r=nelson
2007-01-05 00:33:54 +00:00
nelson%bolyard.com
e0f78d4e72
Bug 354423. Get the right string length. R=alexei.volkov,rrelyea
2007-01-03 12:54:10 +00:00
julien.pierre.bugs%sun.com
f3b8f758ea
Fix for bug 352439 - reference leaks in modutil . r=alexei.volkov
2006-09-15 23:10:13 +00:00
glen.beasley%sun.com
8eb963e03a
340734 update ref to 140-1 to 140 r=neilWilliams
2006-06-08 18:19:09 +00:00
nelson%bolyard.com
61b48c1f2f
Bug 326690. Enable modutil to configure default slots for the
...
AES, SHA256 or SHA512 mechanisms. r=rrelyea,julien.pierre
2006-02-28 05:16:00 +00:00
julien.pierre.bugs%sun.com
27ffe0dd6a
Remove dead config.mk files for modutil and ssltap. Fix for 294720. r=nelson
2005-11-10 03:00:05 +00:00
nelsonb%netscape.com
28f26c51fa
Remove fortezza code from libSSL and from the SSL test programs.
...
Stop building fortezza's special software token, and fortezza specific
test programs. Bug 239960. r=rrelyea.
Modified Files:
cmd/manifest.mn cmd/platlibs.mk cmd/SSLsample/server.c
cmd/SSLsample/sslsample.c cmd/modutil/modutil.c
cmd/selfserv/selfserv.c cmd/sslstrength/sslstrength.c
cmd/strsclnt/strsclnt.c cmd/tstclnt/tstclnt.c
cmd/vfyserv/vfyserv.c cmd/vfyserv/vfyutil.c lib/manifest.mn
lib/ssl/nsskea.c lib/ssl/preenc.h lib/ssl/prelib.c
lib/ssl/ssl.h lib/ssl/ssl3con.c lib/ssl/ssl3prot.h
lib/ssl/sslauth.c lib/ssl/sslcon.c lib/ssl/sslenum.c
lib/ssl/sslimpl.h lib/ssl/sslinfo.c lib/ssl/sslproto.h
lib/ssl/sslsecur.c lib/ssl/sslsnce.c lib/ssl/sslsock.c
lib/ssl/sslt.h
2005-08-16 03:42:26 +00:00
nelsonb%netscape.com
964a4ebea4
Back out the preceeding fortezza removal patch, which was accidentally
...
applied to the trunk, not to the intended branch.
2005-04-06 21:35:45 +00:00
nelsonb%netscape.com
e42ce41730
Remove fortezza support from libSSL and related commands. Bug 239960.
...
ON PERFORMANCE_HACKS_BRANCH. r=rrelyea.
2005-04-06 19:43:19 +00:00
julien.pierre.bugs%sun.com
69f0ce23bd
Reduce unneeded warning output
2005-04-02 06:46:51 +00:00
gerv%gerv.net
d6d819dccf
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-02 22:28:27 +00:00
gerv%gerv.net
2cdff0bb4f
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-25 15:03:26 +00:00
relyea%netscape.com
da0e767ef3
Bug 203866
...
Make unloaded modules visible for administrative purposes.
sr=wtc r=nelson
2003-10-10 15:29:43 +00:00
nelsonb%netscape.com
4bb3ccc8bd
Check for presence of secmod.db file prior to acting on it, for all
...
cases except "multiaccess:". Bug 220217. r=relyea
2003-10-06 23:33:03 +00:00
nelsonb%netscape.com
f633274323
Fix usage message to list all commands. Also, fix a few lines of
...
code that did not follow the file's convention for indentation.
Bug 203870.
2003-09-24 21:49:49 +00:00
wtc%netscape.com
bebd4ac34e
Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,
...
unix_rand.c, and win_rand.c. 2. Make secrng.h and pqgutil.h private.
3. Public header pk11pqg.h can't include private header pqgutil.h.
4. Many files don't need to include secrng.h. A few don't need to include
pqgutil.h. 5. Remove duplicate declarations of PQG_DestroyParams and
PQG_DestroyVerify from blapi.h.
2003-05-30 23:31:32 +00:00
wtc%netscape.com
b5648cc904
Bug 197890: Eliminated the artificial dependency of all NSS cmd tools on
...
zlib. Only some of them (modutil and signtool) need zlib and we now define
that dependency explicitly. In shlibsign/sign.sh, escape the drive letter
if the pathname contains it and we are using Cygwin so that the pathname
does not contain any colon, which is the PATH separator in Cygwin. r=relyea
Modified Files: platlibs.mk modutil/manifest.mn shlibsign/sign.sh
signtool/manifest.mn
2003-03-17 21:48:18 +00:00
kirk.erickson%sun.com
1fb9fd4cdd
Addresses bug 193378 modutil should print an error message,
...
by printing error on SECMOD_DeleteInternalModule() failure.
2003-02-25 02:09:11 +00:00
relyea%netscape.com
bc5d891538
Surface the Err codes if we fail to shift to FIPS mode.
...
Add new option to verify that we have shifted to FIPS mode.
2003-02-05 00:31:15 +00:00
relyea%netscape.com
97ee121321
Compile modutil with shared libraries.
2003-01-28 16:44:33 +00:00
bishakhabanerjee%netscape.com
53f2c2caf6
checking return value of NSS_Shutdown. Bug 171263
2003-01-07 22:31:36 +00:00
nicolson%netscape.com
76c9ac877e
Fix 164126: makefile build error.
...
Change the NSS module name from "security" to "nss".
2002-09-06 16:38:56 +00:00
wtc%netscape.com
b7abf3a369
Bugs 166734 and 166785: fixed compiler warnings reported by gcc on Linux.
...
The patch for this checkin is attached to bug 166785.
2002-09-06 00:27:52 +00:00
wtc%netscape.com
adc5eeddfc
Removed README.TXT, which is just README with Windows line endings (CRLF).
2002-07-09 17:11:25 +00:00
relyea%netscape.com
14e7ed26f6
Bug 133584: Fix reference leaks which prevent shutdown in NSS and in the tests.
...
Debug builds can verify correct operation by setting NSS_STRICT_SHUTDOWN, which
will cause an assert if shutdown is called but not all the modules are freed (which
means a slot, key, or cert reference has been leaked).
2002-04-12 19:05:21 +00:00
jpierre%netscape.com
fa9769e4df
Call NSS_Shudown in modutil
2002-03-27 05:02:58 +00:00
wtc%netscape.com
b0d2ee6180
Bugzilla bug 131078: fixed compiler warnings. r=mcgreer.
2002-03-15 06:07:41 +00:00
jpierre%netscape.com
d98b5ca048
Fix bug 128347 - add -string argument to pass strings to PKCS#11 modules upon addition
2002-03-02 01:56:27 +00:00
nelsonb%netscape.com
560ceb9fb4
Change most coreconf and NSS makefiles to use OS_TARGET (which can
...
be overridden via an environment variable) rather than OS_ARCH.
This is a precursor to more flexibility in cross-platform builds.
Bug 104541.
2002-02-15 22:54:08 +00:00
jpierre%netscape.com
82c12e8f71
Fix for 125143 - allow modutil to report PKCS#11 library load failure errors
2002-02-13 01:43:10 +00:00
jpierre%netscape.com
4d7163b4e0
Reset NSPR error text before adding the module to make sure we aren't getting some previous error
2002-02-12 04:25:15 +00:00
jpierre%netscape.com
2a9cd49f55
Make modutil display a more detailed error when a PKCS#11 module fails to load. This is done by checking the NSPR error text that is set by PR_LoadLibrary failures deep in SECMOD_AddNewModule
2002-02-12 04:09:21 +00:00
nelsonb%netscape.com
203546afac
Change the behavior of the -list <module> option so that it doesn't stop
...
at the first error it encounters when looping through the slots, and so
that it displays the slot info even if it cannot get token info. 111075
2001-11-21 20:52:37 +00:00
relyea%netscape.com
e03f762c52
Land BOB_WORK_BRANCH unto the tip.
...
remove lots of depricated files.
move some files to appropriate directories (pcertdb *_rand
associated headers to soft token, for instance)
rename several stan files which had the same name as other nss files.
remove depricated functions.
2001-11-08 00:15:51 +00:00
ian.mcgreer%sun.com
bd55c3c879
fix prompts to STDIN when using file passwords, bug 103942
2001-10-10 19:54:22 +00:00
relyea%netscape.com
a424cd4c9a
Fix compiler warnings.
...
Use the new Initalization functions for Modules.
2001-09-20 21:44:20 +00:00
relyea%netscape.com
218d94478c
Fix Updating the slot in modutil.
...
Add option to dump the raw PKCS #11 strings.
2001-09-06 21:16:51 +00:00
wtc%netscape.com
31e24caff9
Bugzilla bug 94685: added 'const' to eliminate compiler warning.
...
Modified files: install.c instsec.c
2001-08-23 00:10:00 +00:00
wtc%netscape.com
45e3336389
Bugzilla bug 95797: fixed a typo. Thanks to Joerg Brunsmann
...
<joerg_brunsmann@yahoo.de> for the bug report and patch.
2001-08-20 19:05:34 +00:00
wtc%netscape.com
87943af556
Bugzilla bug #77884 : fixed discrepancy between the size of an array and
...
the variable that represents the array size. Let the compiler compute
the value for us instead of using hardcoded constants. Thanks to
andrew@fernandes.org for reporting and tracking down this bug.
2001-06-06 17:00:51 +00:00
relyea%netscape.com
ff2f4a54bf
OK, let's not get sloppy on the types... flags should be a PRUint32.
2001-02-10 02:05:19 +00:00
relyea%netscape.com
fc4874ebfb
Make the public interface use a flags variable instead of a billion little
...
Bools.
suggested and reviewed by wtc in bug 66230
2001-02-10 02:03:03 +00:00
relyea%netscape.com
3c0225715a
update certutil and modutil to use the new NSS_Initialize signature.
...
modutil can now specify it's nocertdb paramter.
bug 64260 reviewed by wtc
2001-02-09 01:38:04 +00:00
kirke%netscape.com
1fc2a5ed5a
Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* functions. Introduced SECU_PrintPRandOSError(progName); to print on failure. Each command is responsible for exiting with appropriate status to distinguish failure points.
2001-01-31 23:25:02 +00:00
mcgreer%netscape.com
ab92e34584
dbprefix option added
2001-01-22 19:51:41 +00:00
nelsonb%netscape.com
6643298345
Add missing #include "nss.h"
2001-01-07 07:43:28 +00:00
relyea%netscape.com
08545e0573
Fix initialization to use NSS_Init* functions rather than low level
...
init functions.
2001-01-06 22:09:04 +00:00
relyea%netscape.com
a839b49663
Add dynamic Library support to commands. Mark those that commands that still
...
need to be build with static libraries appropriately.
2000-12-22 17:09:07 +00:00
mcgreer%netscape.com
9918f3fd25
add seeding call (req by RNG)
2000-09-29 15:25:42 +00:00
wtc%netscape.com
a3783b7f6a
Bugzilla bug #52232 : remove the yacc rule and also cancel the implicit
...
yacc and lex rules in the primary Makefile. Added comments to rules.mk
explaining that Berkeley yacc should be used.
Modified files: Makefile, rules.mk
2000-09-12 18:52:57 +00:00