ddrinan%netscape.com
93d056d59d
Lock icon fix. Bug# 82156, r=javi, sr=blizzard, a=asa@mozilla.org
2001-06-18 22:23:05 +00:00
nelsonb%netscape.com
b6f929ea59
Fix bug 85465. Detect EOF on stdin when reading it to seed PRNG.
...
Also eliminate some compiler warnings.
2001-06-18 21:31:04 +00:00
javi%netscape.com
af8972de1c
Fix for Bug 86269 patch provided by cls, r=javi, sr=blizzard, a=blizzard
...
Fix REQUIRES bustage in PSM 2.
2001-06-18 20:04:38 +00:00
wtc%netscape.com
be066b2226
Bugzilla bug #86125 : removed the support for MP_DIGIT_MAX < 256. This
...
#if preprocessor directive broke some C preprocessors that don't recognize
LL constants even though the C compilers support long long. r=nelsonb.
2001-06-18 19:54:21 +00:00
bryner%uiuc.edu
ad4e9b47c8
checking in for scc.
...
bug #85271 : avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316
2001-06-18 03:48:21 +00:00
bryner%uiuc.edu
d230ec28ee
checking in for cls.
...
Bug 83832 - rename RunnableEvent to CryptoRunnableEvent for static builds. r=javi, sr=blizzard, a=asa.
2001-06-18 02:04:39 +00:00
bryner%uiuc.edu
844f8c5e95
checking in for scc.
...
bug #85271 : sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate
features of |nsXPIDLC?String| that keep it out of the string hierarchy
(i.e., using assigment to rebind ownership, static |Copy| members, and
|getter_Shares|), fixing some leaks in the process.
2001-06-17 06:30:23 +00:00
bryner%uiuc.edu
2f60afe8ed
checking in for scc.
...
bug #85271 : sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate
features of |nsXPIDLC?String| that keep it out of the string hierarchy
(i.e., using assigment to rebind ownership, static |Copy| members, and
|getter_Shares|), fixing some leaks in the process.
2001-06-17 05:28:46 +00:00
wtc%netscape.com
3519d6d688
Bugzilla bug #85960 : avoid using a pathname with a trailing / because the
...
'mkdir' command on BSD/OS 4.2 doesn't like it. r=javi. a=blizzard.
2001-06-15 21:38:56 +00:00
javi%netscape.com
dfba5d00b7
Fix for Bug 83700. r=mcgreer, sr=blizard, a=asa
...
We need to pass a nsIInterfaceRequestor to PK11_ListCerts
so that the user will get prompted for a password and see
his/her certs on any installed smart cards.
2001-06-14 23:22:54 +00:00
wtc%netscape.com
05dc59ebde
Bugzilla bug #82324 : Use the new BUILD_TREE feature of NSS to build it
...
outside the source tree. Thanks to Chris Seawood <cls@seawood.org> for
the patch. r=wtc@netscape.com . a=blizzard@mozilla.org .
2001-06-14 00:08:16 +00:00
wtc%netscape.com
104c85bbc5
Removed unnecessary dependencies on $(BUILT_SRCS).
2001-06-13 23:27:14 +00:00
javi%netscape.com
238a1736e2
Fix for Bug 33772 r=mcgreer, sr=blizzard, a=asa
...
Throw up an alert when a connection is not possible because of
an SSL error.
2001-06-13 21:50:59 +00:00
javi%netscape.com
7e7264a8d6
Fix for Bug 33772 r=mcgreer, sr=blizzard, a=asa
...
Put up an alert notifying the user an SSL error has occurred instead
of silently failing and loading a blank page.
2001-06-13 21:47:02 +00:00
nelsonb%netscape.com
5b19a40e9e
Fix bug 68869. Don't ignore TLS no certificate messages when the server
...
requires client auth. Work around bug in NT TCP stack by only shutting
down the socket for SEND (not for BOTH) after sending a bad_certificate
alert. This avoids bogus CONNECTION_RESET_BY_PEER errors at the client.
2001-06-13 21:14:54 +00:00
nicolson%netscape.com
d1ae5307c6
Backslash-terminate NT shared library lines
2001-06-13 18:54:01 +00:00
waterson%netscape.com
6413e9b5fe
Oops, this was meant for a branch.
2001-06-13 18:51:09 +00:00
waterson%netscape.com
91922999ed
Make sure this works if neither BUILD_PSM or BUILD_PSM2 are defined.
2001-06-13 18:48:48 +00:00
javi%netscape.com
780b5cebae
Fix for Bug 85304 r=wtc, sr=blizzard, a=asa
...
Leaving a socket in blocking mode after a connect caused SSL/SMTP
to block a thread causing send message to fail when SSL was enabled.
Now we re-set the socket to the non-blocking state it came in with
to connect and set it to block for our write method only.
2001-06-13 18:29:15 +00:00
sonmi%netscape.com
63fa350f6d
removed -v option, made client and server write at the same time
2001-06-13 17:42:29 +00:00
mcgreer%netscape.com
a5b5e560b9
temporarily add debug output to bltest to try and track down win32 RSA QA failures.
2001-06-13 15:31:20 +00:00
sonmi%netscape.com
796c4fc66e
tool for checking the version strings on Unix. needs work.
2001-06-13 00:10:53 +00:00
sonmi%netscape.com
0cda219441
turned on verbose to see where (if) selfserver is dying
2001-06-12 23:29:53 +00:00
nelsonb%netscape.com
83a08b6967
Don't use PR_Atomic functions on AIX since PPC cpus require memory
...
barrier instructions.
2001-06-12 22:53:00 +00:00
nicolson%netscape.com
0d75721df5
NSS_Init* are idempotent, so don't check for NSS being initialized before
...
calling them.
2001-06-12 22:26:03 +00:00
nicolson%netscape.com
0963d9331a
Move new symbols to NSS 3.3 section of smime.def.
2001-06-12 22:25:32 +00:00
nicolson%netscape.com
b933a647a6
Make NSS_Init* idempotent.
...
Move new symbols to NSS 3.3 section of nss.def.
2001-06-12 22:25:13 +00:00
nicolson%netscape.com
7fcde8cbe5
isCACert should be CERT_IsCACert
2001-06-12 21:25:07 +00:00
nicolson%netscape.com
24458f0ff3
More NSS integration.
2001-06-12 21:11:33 +00:00
nicolson%netscape.com
c022363108
Changes for NSS/JSS integration.
2001-06-12 20:57:20 +00:00
nelsonb%netscape.com
35577f7c85
Add two new functions to permit application tuning of the number of SSL
...
server session cache locks. We may yet decide to back this out for the
NSS 3.3 release. Modified Files: ssl.def ssl.h sslsnce.c
2001-06-12 20:27:12 +00:00
mcgreer%netscape.com
c1e8db36ec
fix for bug 82560, canceling pkcs12 backup requires two clicks
...
r=javi, sr=blizzard, a=asa
2001-06-12 18:57:48 +00:00
mcgreer%netscape.com
49303a06c2
fix for bug #83160 , change master password broken
...
r=javi, sr=blizzard, a=asa
2001-06-12 18:52:20 +00:00
sonmi%netscape.com
dbf1ccd7c7
fixed one more "where is MKS installed" problem
2001-06-12 01:26:13 +00:00
sonmi%netscape.com
78ad808db6
added binary compatibility tests for Solaris x86
2001-06-12 01:25:04 +00:00
nelsonb%netscape.com
2fb89eeb0a
Use NSPR's Atomic increment and decrement functions in the simulated
...
Posix semaphore code to make the non-contention case really fast.
Modified Files: sslmutex.c sslmutex.h
2001-06-12 01:10:01 +00:00
sonmi%netscape.com
de78cc575e
removed RH 6.0, 6.1 and OSF1 4.0
2001-06-12 00:14:05 +00:00
sonmi%netscape.com
dd1ac6611a
took out the 64 bit HW accelerator tests (did not find libraries)
2001-06-11 21:25:43 +00:00
javi%netscape.com
7b0d83e196
Fix for Bug 84057 r=ddrinan, sr=blizzard, a=asa
...
Fix for crasher if doing SSL with a site whose certificate
was issued by a cert with a non-ASCII character in its
subject name. We now get the peer's certificate from the
SSL libraries instead of trying to re-parse the UTF8 string
(which NSS doesn't like) into the CERTName structure that's
already in the certificate.
2001-06-11 17:32:31 +00:00
nicolson%netscape.com
b83ea7384f
NSS/JSS integration.
2001-06-11 05:15:49 +00:00
nicolson%netscape.com
c3e0c972dd
Let's try it with a tab instead of 4 spaces.
2001-06-10 23:06:37 +00:00
nicolson%netscape.com
ea5dbee986
Export pk11pqg.h, so I can call these functions from JSS.
2001-06-10 23:05:01 +00:00
javi%netscape.com
848ecf0305
Fix for Bug 81851 patch provided byg Aleksey Nogin
...
r=javi, sr=blizzard, a=asa
Thou shalt not return un-initialized variables. (Returns a
constant nsresult in the 2 places where it was returning rv
before.)
2001-06-10 17:06:53 +00:00
nelsonb%netscape.com
7ae1c3135d
Reduce warnings on Unix platforms that don't like bitfields in chars.
2001-06-09 19:45:22 +00:00
nelsonb%netscape.com
f41192132c
Fix two bugs found in nightly QA. On Solaris/x86, don't assert that the
...
sid cache entry is a multiple of 8 bytes long. On OSF1, reduce the
maximum number of POSIX semaphores so it doesn't exceed the per-process
limit of 256.
2001-06-09 19:30:21 +00:00
wtc%netscape.com
a291197f66
Bugzilla bug #84918 : checked in Linux/ia64 porting patch from
...
Bill Nottingham <notting@redhat.com>.
Modified files: coreconf/Linux.mk, nss/tests/common/arch.sh
2001-06-09 17:14:59 +00:00
nelsonb%netscape.com
26c1355d94
Change ssl_Time() to use time() instead of PR_Now on systems that have it.
2001-06-09 03:20:13 +00:00
nelsonb%netscape.com
9509618196
3 Changes:
...
1. New SSL server session cache implementation that uses finer grained
locking to reduce lock contention, and does 128-way associative caching.
2. rename symbol SSL_SESSIONID_BYTES to SSL2_SESSIONID_BYTES.
3. Work around compiler bug on Solaris i386.
Modified Files:
manifest.mn sslcon.c sslimpl.h sslsecur.c sslsnce.c
2001-06-09 03:18:09 +00:00
nelsonb%netscape.com
6166732e49
Portable POSIX-like unnamed semaphores that work in process-shared memory.
2001-06-08 02:56:31 +00:00
sonmi%netscape.com
45fadfe4e8
fixed a few strings that were not under ""
2001-06-08 01:51:59 +00:00
javi%netscape.com
1b72130400
Fix for Bug 64888 r=wtc, sr=blizzard, a=asa
Retry an SSL connection if we fail during first write after a successful connect since it's most likely due to a TLS intolerant server
2001-06-08 00:50:32 +00:00
relyea%netscape.com
cb83c37391
fix spelling of PK11_PQG_GenSeed*()
2001-06-07 21:52:07 +00:00
relyea%netscape.com
2bdd1e95a0
Add PQG, spki, and some misch functions that JSS needs.
2001-06-07 21:51:29 +00:00
relyea%netscape.com
f6aeb2c72a
Add Stub functions for PQG functions (until we implent PQG through the PKCS #11 interface).
2001-06-07 21:48:35 +00:00
relyea%netscape.com
2c16a917c9
Add function to encode a SPKI structure.
2001-06-07 21:47:29 +00:00
nicolson%netscape.com
4fb2d58937
no more hclhacks now that we've integrated NSS with JSS.
2001-06-07 18:42:38 +00:00
relyea%netscape.com
0e4602c3b1
Add new dercert functions for JSS.
2001-06-06 23:45:27 +00:00
relyea%netscape.com
4f6d9bfe6f
Add DER version of key for cert exists for JSS.
2001-06-06 23:41:24 +00:00
relyea%netscape.com
70c2f8fb07
Add DER version of isCA for JSS.
2001-06-06 23:40:51 +00:00
nelsonb%netscape.com
b212d2b494
Fix bug 522 for NSS trunk.
2001-06-06 20:25:06 +00:00
wtc%netscape.com
29aa0c3c90
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
nicolson%netscape.com
28fc2dabe7
Change initialize arguments.
...
Specify key usage when unwrapping a symmetric key.
2001-06-05 01:01:23 +00:00
nicolson%netscape.com
a45800a164
Remove NSS private functions.
2001-06-05 01:00:47 +00:00
nicolson%netscape.com
b69a77988a
Remove private NSS functions.
...
Specify a key usage when unwrapping a symmetric key.
2001-06-05 01:00:05 +00:00
nicolson%netscape.com
c7842e9a55
key usages for unwrapping.
2001-06-05 00:59:29 +00:00
nicolson%netscape.com
587f18d160
When unwrapping a symkey, specify a usage. This is to conform
...
to NSS's api.
2001-06-05 00:59:12 +00:00
nicolson%netscape.com
7c2de03d0f
Add JSS_symkeyUsage table.
2001-06-05 00:58:38 +00:00
wtc%netscape.com
3d8ad4fec1
Bugzilla bug #83811 : added a new implicit rule to build BUILT_CSRCS
...
because VPATH or vpath doesn't search in a directory that doesn't
exist at the beginning of a make invocation even if it is created
by the make invocation.
Modified files: coreconf/rules.mk, nss/lib/fortcrypt/swfort/manifest.mn
2001-06-05 00:32:14 +00:00
nelsonb%netscape.com
6bfd47f3e1
Fix bug that caused version number to be wrong in SSL3 client hellos
...
when restarting an SSL3 (not TLS) session. (no bug number)
2001-06-05 00:26:37 +00:00
wtc%netscape.com
e129f78dda
The rule for creating nslib.c does not need to be a double-colon rule.
...
Modified it to use automatic variables ($+ and $@) instead of hardcoded
file names.
2001-06-03 05:36:28 +00:00
wtc%netscape.com
c77cd80205
Simplified the nss_build_all and nss_RelEng_bld rules; they don't
...
need to create recursive make processes.
2001-06-03 05:28:18 +00:00
wtc%netscape.com
ff07de9026
Must use := to define OS_RELEASE in terms of itself.
2001-06-03 02:42:48 +00:00
wtc%netscape.com
fd82935c29
Bugzilla bug #83811 : deleted the useless vpath %.c $(OBJDIR) because
...
OBJDIR is not defined yet. Restored VPATH = $(OBJDIR) as a temp
workaround. Also deleted GARBAGE = nslib.c, which is no longer
correct.
2001-06-02 15:59:58 +00:00
wtc%netscape.com
2966bd2715
Deleted redundant VPATH because vpath is enough.
2001-06-02 06:12:29 +00:00
wtc%netscape.com
51da11dccf
Restored OBJS += $(RES) for WINNT.
2001-06-02 06:03:14 +00:00
wtc%netscape.com
89d09973a5
Restored MPI_USERS as these files do depend on $(MPI_HDRS).
2001-06-02 03:07:26 +00:00
wtc%netscape.com
12c47a150a
It is more efficient to use := to when the value of the assignment is
...
$(shell ...).
2001-06-02 03:03:58 +00:00
wtc%netscape.com
df8687e8f6
The strip function should be unnecessary.
2001-06-02 02:35:51 +00:00
wtc%netscape.com
cda5792672
Deleted commented-out VPATH assignments.
2001-06-02 02:20:28 +00:00
wtc%netscape.com
db9fbf2a5d
Turned on building of the software Fortezza pkcs11 module. It builds on
...
NT (both in source tree and with BUILD_TREE) for me.
2001-06-02 02:08:55 +00:00
ddrinan%netscape.com
6227fe15a5
Fix double free in PSM. Bug#82359, r=javi@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org
2001-06-01 23:48:53 +00:00
wtc%netscape.com
cfda3d57fd
Use = instead of += to define INCLUDES. It is fine to use = because
...
this is the very first file Makefile includes.
Define -DSWFORT in DEFINES rather than CFLAGS. First, DEFINES is the
variable for macro defines. Second, by not defining CFLAGS in this file,
we will be able to check in the fix for bug #77788 . However, I am not
sure whether we should fix bug #77788 .
2001-06-01 23:32:39 +00:00
sonmi%netscape.com
66ef051c1e
added hw accelerator stuff, that should nor affect any machine except iWs-perf
2001-06-01 23:10:35 +00:00
relyea%netscape.com
8b0d0faf84
Add function to import a cert using it's DER form rather than it's cert form.
2001-06-01 22:50:23 +00:00
relyea%netscape.com
beb9a19ad9
export new functions for JSS to use
2001-06-01 22:49:48 +00:00
wtc%netscape.com
5012fa24d8
Deleted unused variables CPORLN and MPI_USERS.
2001-06-01 01:07:58 +00:00
sonmi%netscape.com
5784d7f84f
changed handleing of URLs to make it run better on Windows
2001-06-01 00:36:03 +00:00
sonmi%netscape.com
eff6311566
added directories to the searchpath for Solaris 86, made sure Sun Solaris
...
directories were not searched
2001-06-01 00:18:57 +00:00
wtc%netscape.com
51c50ed429
Fixed a typo.
2001-06-01 00:16:51 +00:00
sonmi%netscape.com
21f54d3261
added some HW accelerator related flags and variables
...
added Solaris i86 info
changed handeling of directories to have the NT version closer to the
Unix version
2001-06-01 00:15:49 +00:00
sonmi%netscape.com
a19137f403
added Solaris x86
2001-06-01 00:13:08 +00:00
wtc%netscape.com
2961017d5d
Deleted the comment altogether because the code it described had been
...
deleted.
2001-05-31 23:25:46 +00:00
wtc%netscape.com
97dd71b727
Fixed a typo.
2001-05-31 23:19:15 +00:00
wtc%netscape.com
0b7591681e
Fixed a typo and deleted a debugging echo command.
2001-05-31 22:41:26 +00:00
wtc%netscape.com
ce8559de1b
Bugzilla bug #82837 : backed out the workaround as we are not affected by
...
this compiler bug with Nelson's fix in bug #73115 .
2001-05-31 00:12:18 +00:00
sonmi%netscape.com
1f5f7a732d
changed to not require the OBJD builds on Windows anymore
2001-05-30 19:22:16 +00:00
wtc%netscape.com
32d9e72f6b
Bugzilla bug #82837 : work around a Forte6 compiler optimization bug on
...
Solaris x86.
2001-05-30 18:15:30 +00:00
javi%netscape.com
d035e51e8f
Fix for Bug 82785 r=thayes, sr=blizzard, a=tor
...
Switch reference from "weak" crypto to "low-grade" crypto so
that the warning that comes up is consistent with the prefernces
panel.
2001-05-25 21:49:23 +00:00
javi%netscape.com
3df2056626
Fix for Bug 78806 r=mcgreer, sr=blizzard, a=blizzard
...
Fixes a slew of cert viewer problems.
Fix the sizing issues with the cert viewer.
Make the General tab of the cert viewer more simple
Have the Details tab of the cert viewer re-populate the ASN1 dump
if a new cert in the chain is selected.
Correct some mis-spelled words.
2001-05-25 16:50:03 +00:00
sonmi%netscape.com
7647565c82
searching for nstools in different places now ($MOZ_TOOLS, z:/nstools,
...
c:/nstools, d:/nstools and d:/i386/nstools)
2001-05-25 01:46:08 +00:00
sonmi%netscape.com
c20f32f11d
took out backward compatibility testing for tinderbox
2001-05-25 01:44:37 +00:00
wtc%netscape.com
8388ae052d
Added the realclean and clobber_all targets.
2001-05-25 01:20:07 +00:00
wtc%netscape.com
1a271729e1
Although gcc takes the -mips3 option, it generates an executable that
...
crashes with SIGBUS.
2001-05-24 23:48:38 +00:00
sonmi%netscape.com
8daad84eff
hopefully fix for tindebox blue screen problem: Removed NT invalid character
...
from the path
2001-05-24 23:28:21 +00:00
larryh%netscape.com
7c39f6468b
Bugzilla: 81706. strsclnt exit code
2001-05-24 16:44:25 +00:00
wtc%netscape.com
fbfec0e2eb
Bugzilla bug #80662 : remove $(MOZ_BUILD_ROOT)/dist/include (already in
...
NSS/coreconf's INCLUDES) and add $(MOZ_BUILD_ROOT)/dist/include/dbm.
r=cls. a=blizzard for mozilla0.9.1.
2001-05-24 00:31:26 +00:00
larryh%netscape.com
f0278a97d7
Bugzilla: 82259. #error not #pragma
2001-05-24 00:22:55 +00:00
larryh%netscape.com
1e759a722e
Bugzilla: 82259. improve rootcert load
2001-05-24 00:17:10 +00:00
sonmi%netscape.com
9ea87ecf8e
changed previos fix so it will work for unix as well
2001-05-23 23:43:00 +00:00
sonmi%netscape.com
e3e7f947d3
intermittant version to test NT tinderbox
2001-05-23 23:15:58 +00:00
ddrinan%netscape.com
24e6ca57c8
PCKS7 implementation for signed JS. Bug# 82227 r=mstoltz@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org
2001-05-23 22:06:43 +00:00
javi%netscape.com
99ce2721be
Remove reference to non-existent file.
2001-05-23 19:53:47 +00:00
javi%netscape.com
369b39c7e7
Backing out fix to Bug 77837 since it caused many things to
...
go wrong like strings not showing up on Mac builds
and nsKeygenFormProcessor to crash.
2001-05-23 18:11:43 +00:00
wtc%netscape.com
b23b47ad01
Bugzilla bug #82268 : make the rule to generate certdata.c not engaged by
...
default.
2001-05-23 05:55:13 +00:00
wtc%netscape.com
7636a6a7c5
Bugzilla bug #82298 : a temporary fix for Mozilla build bustage on Windows.
2001-05-23 05:36:23 +00:00
bryner%uiuc.edu
15c0e2bcd2
fixing string bustage
2001-05-23 05:02:56 +00:00
mcgreer%netscape.com
b3763609b3
fix for 82264, some CA's not appearing b/c of trust mishandling
...
r=javi/sr=blizzard
2001-05-23 01:33:35 +00:00
mcgreer%netscape.com
02f6597d09
fix for 64128 - edit builtin certs.
...
r=javi,sr=blizzard
2001-05-22 23:02:49 +00:00
wtc%netscape.com
7b22982d7c
Bugzilla bug #77199 : more PR_CALLBACK changes received from Javier
...
Pedemonte <pedemont@us.ibm.com> for OS/2.
Modified files: cert.h, certdb.h
2001-05-22 22:01:33 +00:00
ddrinan%netscape.com
1809d9d64a
Get PSM to build under OS/2. Bug #72693 r=ddrinan@netscape.com,r=javi@netscape.com,r=wtc@netscape.com,sr=blizzard@mozilla.org
2001-05-22 21:19:31 +00:00
wtc%netscape.com
4be8b2bd5f
Bugzilla bug #81181 : Introduced the MOZILLA_INCLUDES make variable to
...
allow Mozilla client to specify additional -I flags to NSS/coreconf.
r=javi,cls.
2001-05-22 21:16:20 +00:00
wtc%netscape.com
316b579b90
Bugzilla bug #81181 : Invoke the NSS/coreconf build system with all the
...
required make options. r=javi,cls.
2001-05-22 21:11:57 +00:00
javi%netscape.com
e25ded5025
Fix for Bug 77837
...
Place the PSM 2 localizable strings in the default en-US.jar file so
they will get localized along with all the other strings.
2001-05-22 20:56:30 +00:00
sonmi%netscape.com
c62da084e1
changed directorypaths to match the new build area of blds-sca15a instead of
...
hs-sca15c
2001-05-22 18:11:31 +00:00
thayes%netscape.com
2b44f4db89
Bug 78816 r=ddrinan/sr=blizzard Display issuer organization instead of full
...
DN if possible.
2001-05-22 14:07:35 +00:00
wtc%netscape.com
c83d9284ee
Bugzilla bug #80809 : use the correct assembler flags under gcc on IRIX.
...
Thanks to John Vandenberg <zeroJ@null.net> for the patch.
2001-05-22 13:43:47 +00:00
thayes%netscape.com
66d3ed7012
Bug 75403 r=javi/sr=blizzard Implement change password for SDR, provides
...
implementation of change password in Tasks menu
2001-05-21 22:23:31 +00:00
wtc%netscape.com
70ba3f51b2
Bugzilla bug #77199 : Make NSS build under OS/2. Thanks to Javier
...
Pedemonte <pedemont@us.ibm.com> for the patch.
Modified Files:
coreconf/OS2.mk coreconf/rules.mk coreconf/ruleset.mk
nss/lib/freebl/Makefile nss/lib/pkcs12/p12.h nss/lib/ssl/ssl.h
nss/lib/util/secport.h
2001-05-21 21:25:32 +00:00
mcgreer%netscape.com
65c061212d
bug 81276, remaining features in device manager
...
r=javi, sr=blizzard
2001-05-20 14:18:03 +00:00
ddrinan%netscape.com
090cc567ac
Download and manage CRLs. Bug# 58233, r=javi@netscape.com, sr=blizzard@mozilla.org
2001-05-19 01:20:18 +00:00
nelsonb%netscape.com
6b57d89463
Add a workaround for bug 80092. If the last write returned WOULDBLOCK
...
and data is now buffered for sending and the application calls PR_Poll
to poll on read, poll on write also. This way, if the socket becomes
writable, the application's read attempt will send (more of) the buffered
write data.
2001-05-18 20:44:35 +00:00
jgmyers%netscape.com
b8f6c447f0
remove unused ssl redirect prefs: bug 79572 r=thayes sr=blizzard
2001-05-18 00:04:17 +00:00
jgmyers%netscape.com
1b1a773627
clean up nsITransportSecurityInfo: bug 78292 r=thayes sr=darin
2001-05-18 00:02:46 +00:00
javi%netscape.com
4b3c672287
Fix for Bug 81322 r=mcgreer@netscape.com sr=blizzard@mozilla.org
...
Give users the ability to turn on FIPS mode when using PSM 2.0
2001-05-17 23:45:22 +00:00
sonmi%netscape.com
9df1cc850e
fixed one more tinderbox NT problem
2001-05-17 23:09:28 +00:00
sonmi%netscape.com
5dbad752f8
changed tinderbox version so the files get written to a permanent directory
...
rather than the tinderbox area, and can later be inspected
2001-05-17 21:50:52 +00:00
mcgreer%netscape.com
87506235bb
check in more roots to mozilla
2001-05-17 16:08:19 +00:00
jgmyers%netscape.com
3b2478b69d
use the post-from-secure warning on mixed content sites: bug 50168 r=thayes sr=blizzard
2001-05-17 00:12:33 +00:00
javi%netscape.com
1cbc77c30b
Fix for crashing Bug 81235, r=ddrinan sr =blizard
...
Fix for crash on Win32 when enrolling for certificates via the
crypto.generateCRMFRequest method.
2001-05-16 23:31:56 +00:00
bryner%uiuc.edu
03f5034f85
Getting rid of unnecessary dependencies on OJI and appshell. r=thayes, sr=tor.
2001-05-16 08:06:43 +00:00
thayes%netscape.com
0b5a224275
Bug 43501 - r=ddrinan,sr=blizzard Add Privacy & Security to basic prefs
...
window. Restructure security prefs, and move cookie and wallet prefs.
2001-05-16 04:43:18 +00:00
sonmi%netscape.com
606dbf7f9c
when pk12util -i fails added test for pk12util tmp/lock file
...
when this exists errormessage to the log
2001-05-16 00:56:27 +00:00
javi%netscape.com
68559db3ce
Fix build bustage
2001-05-16 00:32:11 +00:00
javi%netscape.com
14f59de6d6
Add JS libraries to project for linking.
2001-05-16 00:24:43 +00:00
sonmi%netscape.com
227f854124
seperated the output of the client and the server to work around
...
a problem on dump
2001-05-16 00:08:05 +00:00
javi%netscape.com
c10348d2d3
Add nsCrypto.cpp to Mac build.
2001-05-15 23:16:40 +00:00
javi%netscape.com
e4a50bbe8b
Fix for Bug 74340 r=mcgreer, sr=blizzard
...
Add the crypto object back to PSM 2.
2001-05-15 23:15:12 +00:00
javi%netscape.com
469535e50b
Add nsPKCS11Slot.cpp to Mac build.
2001-05-15 20:42:26 +00:00
mcgreer%netscape.com
03c9c7ee8b
bug 80094, implement device manager for PSM2
...
r=thayes, sr=blizzard
2001-05-15 20:40:28 +00:00
mcgreer%netscape.com
be51034d5a
fix for bug #80356 , certs should be grouped by issuer org
...
r=javi, sr=blizzard
2001-05-15 19:12:44 +00:00