nicolson%netscape.com
e6b935f729
New build script for Java classes.
2002-01-24 02:57:12 +00:00
relyea%netscape.com
7f26c10bd8
Fix NT crash on startup. (load builtins after trust domain gets initialized).
2002-01-24 02:46:07 +00:00
nicolson%netscape.com
ad83132edd
Switch the default on removeSunProvider. The default is now "false".
2002-01-24 01:24:01 +00:00
nicolson%netscape.com
0ec0384725
Document the necessity of setting the password on the key database before
...
using the SecretDecoderRing.
2002-01-24 01:16:12 +00:00
nicolson%netscape.com
56bb80f8db
Fix 118679: PK11SDR_Encrypt fails if not logged into token.
2002-01-24 01:06:22 +00:00
ian.mcgreer%sun.com
ab89e69ce2
implement istemp and isperm in case clients depend on it, make sure certs own a reference to their slot and then free it
2002-01-24 00:58:02 +00:00
ian.mcgreer%sun.com
b2cc5d03dc
fix leakage in traversal functions that convert certs to CERTCertificates
2002-01-24 00:34:03 +00:00
relyea%netscape.com
65b7f7d46b
Fix memory leaks.
2002-01-24 00:26:29 +00:00
ian.mcgreer%sun.com
422c06a4ed
make sure path string has terminator
2002-01-24 00:25:32 +00:00
ian.mcgreer%sun.com
3a1d638a39
restore function CERT_SaveImportedCert, used to set the trust bits of a cert on import. Fixes bug 121487
2002-01-23 21:43:30 +00:00
ian.mcgreer%sun.com
115a64c8c2
traverse functions need to cache as they run in order to catch multiple instances of certs correctly
2002-01-23 20:35:18 +00:00
ian.mcgreer%sun.com
ced7fd120a
traversed certs also need to be cached
2002-01-23 18:24:29 +00:00
ian.mcgreer%sun.com
3b7ccbb61c
fix core when token list is emptied (caused by switch to fips mode)
2002-01-23 17:39:29 +00:00
ian.mcgreer%sun.com
bc65724129
* keep stan in sync with both addition and removal of modules
...
* clean up compatibilty issues with PKCS#11 serial numbers. Need to search both encoded and decoded values, while making sure stan code only deals with DER value
2002-01-23 17:00:39 +00:00
ian.mcgreer%sun.com
952afebdb5
make the load function for the root token work
2002-01-23 15:36:54 +00:00
ian.mcgreer%sun.com
17b74fe184
fix breakage caused by yesterday's checkins; since softoken no longer returns terminating NULL for strings must add it above PKCS#11
...
also fixes bug 121384
2002-01-23 14:37:48 +00:00
relyea%netscape.com
79f61f853a
Restore code automatic Built-in loading code.
2002-01-23 04:42:21 +00:00
relyea%netscape.com
c8fcdeb68d
Function to return if any builtins have been loaded yet.
2002-01-23 04:41:25 +00:00
ian.mcgreer%sun.com
f4b110b8ac
fix PSM crash described in bug 120647
2002-01-23 03:53:16 +00:00
wtc%netscape.com
1eff2860ba
Bugzilla bug 119340: an inelegant but more reliable way to kill the
...
multithreaded 'selfserv' process on Linux.
Modified files:
cmd/selfserv/selfserv.c tests/common/init.sh tests/ssl/ssl.sh
2002-01-23 03:18:57 +00:00
relyea%netscape.com
3ad5024f8a
Fix wrong polarity on if statement (should check for success, not failure).
2002-01-23 02:10:31 +00:00
sonja.mirtitsch%sun.com
27cfb4c716
added the TCP connection aborted to the lines that are OK in the log
2002-01-23 02:07:08 +00:00
relyea%netscape.com
c3ca8a1a48
Fix memory like in readSMimeEntry
2002-01-23 01:44:22 +00:00
relyea%netscape.com
1947921305
Fix label stuff.
2002-01-23 01:20:32 +00:00
relyea%netscape.com
f235b85944
Labels don't have NULL's by default.
2002-01-23 00:53:53 +00:00
ian.mcgreer%sun.com
0a7c8a4e7c
PSM bug 119359, NSS 3.4 also needs to recognize valid CA trust in order for cert download to work correctly
2002-01-23 00:49:23 +00:00
sonja.mirtitsch%sun.com
2cc7908640
added comments
2002-01-23 00:27:10 +00:00
sonja.mirtitsch%sun.com
d19d19b941
removing tmpfiles on tinderboxes
2002-01-23 00:21:01 +00:00
sonja.mirtitsch%sun.com
020d8a3b2d
changes so nssqa will run on netscape's daily builds as well
2002-01-23 00:19:32 +00:00
ian.mcgreer%sun.com
7462cbdfd4
last change to INTEGER encoding, strip extraneous leading zeros from integer values passed to encoder
2002-01-22 22:48:26 +00:00
ian.mcgreer%sun.com
5b01d3a7d1
fix for bug 120824; functions which collect certs based on subject need to examine *both* the temp and perm stores
2002-01-22 21:56:19 +00:00
kaie%netscape.com
b4d6580c08
b=106188 Fix SSL freezing Mozilla on connect problems
...
r=darin r=javi r=wtc sr=jag a=blizzard
2002-01-18 20:20:02 +00:00
relyea%netscape.com
1e98db5857
remove bogus verify step (the cert passed in is almost certainly a signing cert).
2002-01-18 03:38:29 +00:00
relyea%netscape.com
fdc3985b20
Fix the case where the subjectID is an issuer/SN. don't build a dbkey in
...
this case, return the actual subject cert id after looking up the cert
directly
2002-01-18 03:36:44 +00:00
relyea%netscape.com
05d176b9c4
Increment length on LABEL, not on CLASS to catch the added NULL case.
2002-01-18 03:35:18 +00:00
nicolson%netscape.com
b5ca6bf07e
add secret decoder ring for JSS 3.1.2, special release for CMS.
2002-01-17 22:54:00 +00:00
varga%utcru.sk
0401e01e1b
Fix for bug 120395. "Your Certificates" tab is blank.
...
r=bryner
sr=waterson
a=blizzard
2002-01-17 21:27:35 +00:00
ian.mcgreer%sun.com
e45f8c2b70
more backwards compatibility fixes
...
* always send DER of serial number to PKCS#11 queries
* in softoken, construct key for certificate using decoded serial number with (possibly) a leading zero, for compatibility with version 7 db
* in softoken, decode serial number *without* removing leading zero for searches
2002-01-17 00:20:53 +00:00
ian.mcgreer%sun.com
0b564fa522
fix build bustage
2002-01-16 21:36:33 +00:00
ian.mcgreer%sun.com
8c0b98c71b
fix a crash seen in PSM by making sure a zero-length attribute zeroes the item inheriting it
2002-01-16 21:23:30 +00:00
ian.mcgreer%sun.com
5c022683fc
fix for bug 115360, failure in pkcs12 backwards compatibility tests
2002-01-16 21:22:30 +00:00
ian.mcgreer%sun.com
0c10963511
unfortunately, the SDR key keeps the value of CK_KEY_TYPE in the coefficient field of an RSA key. This means some format is lost through the ASN.1 encoder/decoer. Trying again to account for that without affecting normal key type attributes.
2002-01-16 16:02:51 +00:00
seawood%netscape.com
fa5df5e54c
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
kaie%netscape.com
af52c3e9a6
b=117148 S/MIME tool fails to find certificate while signing
...
r=javi sr=alecf
2002-01-16 04:30:55 +00:00
kaie%netscape.com
fba86ece7a
b=115010 Mail/News UI must provide detail info on signature/encryption status
...
r=javi sr=mscott
2002-01-16 04:29:26 +00:00
wtc%netscape.com
00b5f915b1
Bugzilla bug 119340: added a debug printf statement.
2002-01-16 03:29:06 +00:00
varga%utcru.sk
bbc83df106
Fixes for:
...
94653 - can't right align text in outliner cell
95730 - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.
- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable
r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes
sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
rangansen%netscape.com
a2a64ec08c
bug# 107491 - missed this last time
2002-01-16 00:18:58 +00:00
ian.mcgreer%sun.com
3b9f6d3cf2
fix up problems in last change
2002-01-16 00:04:16 +00:00
rangansen%netscape.com
b4316470e1
bug#107491, r=javi, sr=blizzard Makes error handling more detailed
2002-01-15 23:33:00 +00:00