.. |
addbuiltin
|
checking return value of NSS_Shutdown. Bug 171263
|
2003-01-07 22:31:36 +00:00 |
atob
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
bltest
|
Add test modes for sha256, sha384 and sha512.
|
2002-11-21 05:44:03 +00:00 |
btoa
|
Eliminate double-spacing of output on windows. Bug 206551. r=wtc.
|
2003-05-22 01:51:18 +00:00 |
certcgi
|
Bug 206926: certcgi.c should not include blapi.h. Use the PK11_PQG_
|
2003-05-28 00:47:47 +00:00 |
certutil
|
Display an error message instead of crashing if the user forgets the -n
|
2003-05-06 02:50:03 +00:00 |
checkcert
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
cmdlib
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
crlutil
|
checking return value of NSS_Shutdown() - bug 171263
|
2003-04-01 19:23:18 +00:00 |
crmf-cgi
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
crmftest
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
dbck
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
dbtest
|
Bug 134113: make NSS build on Win32 using GCC (MinGW). The patch
|
2003-04-20 04:23:37 +00:00 |
derdump
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
digest
|
checking return value of NSS_Shutdown. Bug 171263
|
2003-01-07 22:53:13 +00:00 |
ilock
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
include
|
|
|
keyutil
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
lib
|
Bug 205346: need to include <unistd.h> on BeOS for isatty(). Thanks to
|
2003-05-12 19:52:44 +00:00 |
makepqg
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
modutil
|
Bug 197890: Eliminated the artificial dependency of all NSS cmd tools on
|
2003-03-17 21:48:18 +00:00 |
ocspclnt
|
checking return value of NSS_Shutdown() - bug 171263
|
2003-04-01 19:00:50 +00:00 |
oidcalc
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
p7content
|
checking return value of NSS_Shutdown. Bug 171263
|
2003-01-07 22:53:13 +00:00 |
p7env
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
p7sign
|
checking return value of NSS_Shutdown. Bug 171263
|
2003-01-07 22:53:13 +00:00 |
p7verify
|
checking return value of NSS_Shutdown. Bug 171263
|
2003-01-07 22:53:13 +00:00 |
pk12util
|
Don't display user's password in hex. Bug 200005.
|
2003-05-06 02:45:12 +00:00 |
pkiutil
|
checking return value of NSS_Shutdown() - bug 171263
|
2003-04-01 19:11:38 +00:00 |
pp
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
rsaperf
|
Bug 134113: make NSS build on Win32 using GCC (MinGW). The patch
|
2003-04-20 04:23:37 +00:00 |
samples
|
|
|
sdrtest
|
Added a missing {.
|
2003-04-01 22:03:07 +00:00 |
selfserv
|
Bug 199082: checked in Nelson's patch, which
|
2003-03-26 00:31:13 +00:00 |
shlibsign
|
Fix for 202053 - signing of softokn3.dll may fail on OS/2. Force the use of OS/2 CMD.EXE default shell . r=pedemont
|
2003-04-15 22:42:09 +00:00 |
signtool
|
Include nss.h for the declaration of NSS_Shutdown. Use "" around prmem.h
|
2003-05-24 05:23:42 +00:00 |
signver
|
checking return value of NSS_Shutdown. Bug 171263
|
2003-01-07 22:53:13 +00:00 |
smimetools
|
checking return value of NSS_Shutdown - bug 171263
|
2003-04-01 19:13:50 +00:00 |
SSLsample
|
Fix bug 143426 by not freeing names in loop that traverses them.
|
2003-05-09 23:59:18 +00:00 |
sslstrength
|
Bug 58221: don't use strlen to check if a string is of length 0.
|
2003-03-19 06:37:03 +00:00 |
ssltap
|
Update ssltap's list of TLS ciphersuites. Bug 201158.
|
2003-05-15 06:28:44 +00:00 |
strsclnt
|
Fix for bug 204015 - make strsclnt reuse token after it is unplugged . r=nelsonb
|
2003-05-15 17:09:19 +00:00 |
swfort
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
tests
|
checking return value of NSS_Shutdown() - bug 171263
|
2003-04-01 19:11:38 +00:00 |
tstclnt
|
All diagnostic output goes to stderr, not stdout. This change facilitates
|
2003-05-28 02:11:17 +00:00 |
ttformat
|
Fix 164126: makefile build error.
|
2002-09-06 16:38:56 +00:00 |
vfychain
|
Checking return value of NSS_Shutdown() - bug 171263
|
2003-04-01 19:05:56 +00:00 |
vfyserv
|
Bug 134113: make NSS build on Win32 using GCC (MinGW). The patch
|
2003-04-20 04:23:37 +00:00 |
zlib
|
Bug 131826: backed out the zlib 1.1.4 upgrade because the signtool tests
|
2003-02-08 15:00:13 +00:00 |
.cvsignore
|
|
|
Makefile
|
Change most coreconf and NSS makefiles to use OS_TARGET (which can
|
2002-02-15 22:54:08 +00:00 |
makefile.inc
|
|
|
makefile.win
|
|
|
manifest.mn
|
1) add vfyserv to the standard build.
|
2003-01-28 18:53:22 +00:00 |
platlibs.mk
|
Bug 134113: make NSS build on Win32 using GCC (MinGW). The patch
|
2003-04-20 04:23:37 +00:00 |
platrules.mk
|
|
|