Re: [cp-patches] Use gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi for DSS/DSA

2006-02-01 Thread Raif S. Naffah
hello Mark, sorry for the late reply. On Monday 30 January 2006 22:55, Mark Wielaard wrote: Hi Raif, On Mon, 2006-01-30 at 19:57 +1100, Raif S. Naffah wrote: this patch designates gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi as the implementation of DSS (alias DSA), effectively

[cp-patches] FYI: JLayeredPane fix

2006-02-01 Thread Roman Kennke
I fixed one more JLayeredPane algorithm mistake, this makes the corresponding Mauve test pass. 2006-01-31 Roman Kennke [EMAIL PROTECTED] * javax/swing/JLayeredPane.java (insertIndexForLayer): Fixed algorithm to correctly determine inser index for positions = 0.

[cp-patches] FYI: DefaultTableCellRenderer fixes

2006-02-01 Thread Roman Kennke
Hi there, I fixed the DefaultTableCellRenderer to make the accompanied mauve tests pass. The issues addressed here are: - getTableCellRendererComponent must call setValue to set the value. Subclasses may override this to special handle the value there. - JTextField-typed values must not be

[cp-patches] FYI: JTextField fixlet

2006-02-01 Thread Roman Kennke
In JTextField.getPreferredSize() we must include the textfield's insets, otherwise we might get strange layouts. 2006-01-31 Roman Kennke [EMAIL PROTECTED] * javax/swing/JTextField.java (getPreferredSize): Also include textfield's insets in width calculation. /Roman

Re: [cp-patches] Use gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi for DSS/DSA

2006-02-01 Thread Casey Marshall
On Jan 30, 2006, at 3:55 AM, Mark Wielaard wrote: Hi Raif, On Mon, 2006-01-30 at 19:57 +1100, Raif S. Naffah wrote: this patch designates gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi as the implementation of DSS (alias DSA), effectively crippling

[cp-patches] FYI: PasswordView fix

2006-02-01 Thread Roman Kennke
Hi, Robert pointed out that my patch for PlainView from yesterday broke the PasswordView. Looking at this, I noticed a bug in PasswordView. The methods drawUnselectedText() and drawSelectedText() have drawn the echo characters on their own, while they really should delegate this to

[cp-patches] Patch: DefaultStyledDocument fix

2006-02-01 Thread Lillian Angel
Most structures for DefaultStyledDocument are now correct. Mauve test ElementStructure8 still fails because DefaultStyledDocument is still not perfect for strings inserted with 2 or more fractures. The other mauve tests pass :) 2006-02-01 Lillian Angel [EMAIL PROTECTED] *

[cp-patches] Patch: RFC: load security providers using system loader

2006-02-01 Thread Tom Tromey
I'd like some comments before checking this in. According to the JCE guide, a security provider can be loaded via the class path, see: http://java.sun.com/j2se/1.5.0/docs/guide/security/jce/JCERefGuide.html#InstallProvider This means that the provider should be loaded using the system class

Re: [cp-patches] Patch: DefaultStyledDocument fix

2006-02-01 Thread Lillian Angel
Removed some unneeded fields. Rewrote part of the insertContentTag function. ElementStructure8 (mauve test) still fails because of this function. I am still working on it. 2006-02-01 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java: Removed

Re: [cp-patches] RFC: gnu.regexp: Named property expression supported

2006-02-01 Thread Mark Wielaard
On Wed, 2006-02-01 at 01:33 +0100, Mark Wielaard wrote: Christian told me he needed a little extension to this for the combined properties L, M, Z, S, N, P and C to get eclipse 3.2M4 working. They are explained here: http://www.regular-expressions.info/unicode.html This is my quick and

Re: [cp-patches] RFC: gnu.regexp: Named property expression supported

2006-02-01 Thread Ito Kazumitsu
Hi Mark, From: Mark Wielaard [EMAIL PROTECTED] Date: Wed, 01 Feb 2006 01:33:40 +0100 Christian told me he needed a little extension to this for the combined properties L, M, Z, S, N, P and C to get eclipse 3.2M4 working. They are explained here:

Re: [cp-patches] RFC: gnu.regexp: Named property expression supported

2006-02-01 Thread Mark Wielaard
On Thu, 2006-02-02 at 07:26 +0900, Ito Kazumitsu wrote: I think I can also support the Unicode character block soon. I will do it after you have comitted your patch. Great. I committed my patch. Cheers, Mark signature.asc Description: This is a digitally signed message part

Re: [cp-patches] Patch: RFC: load security providers using system loader

2006-02-01 Thread Casey Marshall
On Feb 1, 2006, at 12:43 PM, Tom Tromey wrote: I'd like some comments before checking this in. According to the JCE guide, a security provider can be loaded via the class path, see: http://java.sun.com/j2se/1.5.0/docs/guide/security/jce/ JCERefGuide.html#InstallProvider This means that the

Re: [cp-patches] Patch: RFC: load security providers using system loader

2006-02-01 Thread Tom Tromey
Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey I think this is correct, and I do remember seeing a problem on one VM Casey (I don't remember which) where it couldn't load GNU Crypto or Jessie Casey (before the merge) because their Jar files weren't in the boot Casey classpath. Yeah, we

[cp-patches] FYI: partial fix for PR classpath/25144

2006-02-01 Thread Casey Marshall
This fix is part of what is needed to fix bug 25144. Someone else suggested the `toString' change below, but I forget who and searching the archive produced nothing. If you remember (or are the person) please remind me so we can credit him (you) properly. 2006-02-01 Casey Marshall [EMAIL

[cp-patches] FYI: fix GeneralNames

2006-02-01 Thread Casey Marshall
This fixes some problems in parsing the `GeneralNames' extension of X. 509 certificates. Again, part of this patch is from someone whose name escapes me (both this and the previous fix were trivial enough that we decided we did not need a copyright assignment for them). 2006-02-01 Casey

[cp-patches] FYI: partial fix for PR 25143.

2006-02-01 Thread Casey Marshall
This fixes some of the problems with our `EncryptedPrivateKeyInfo' class. We still need to flesh out a more complete mapping between algorithm names and OIDs. 2006-02-01 Casey Marshall [EMAIL PROTECTED] Partial fix for PR classpath/25143. *

[cp-testresults] FAIL: regressions for mauve-jamvm on Wed Feb 1 11:22:21 UTC 2006

2006-02-01 Thread cpdev
Baseline from: Sun Jan 29 02:20:28 UTC 2006 Regressions: FAIL: gnu.testlet.javax.swing.event.SwingPropertyChangeSupport.removePropertyChangeListener: (String, PropertyChangeListener) (number 4) FAIL: gnu.testlet.javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure8: create

[cp-testresults] FAIL: mauve serialization tests on Wed Feb 1 16:18:33 UTC 2006

2006-02-01 Thread cpdev
___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: mauve serialization tests on Wed Feb 1 21:06:12 UTC 2006

2006-02-01 Thread cpdev
___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: mauve serialization tests on Thu Feb 2 01:59:27 UTC 2006

2006-02-01 Thread cpdev
___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: regressions for mauve-jamvm on Thu Feb 2 06:45:08 UTC 2006

2006-02-01 Thread cpdev
Baseline from: Sun Jan 29 02:20:28 UTC 2006 Regressions: FAIL: gnu.testlet.javax.swing.event.SwingPropertyChangeSupport.removePropertyChangeListener: (String, PropertyChangeListener) (number 4) FAIL: gnu.testlet.javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure8: create

[cp-testresults] FAIL: regressions for mauve-jamvm on Thu Feb 2 01:51:20 UTC 2006

2006-02-01 Thread cpdev
Baseline from: Sun Jan 29 02:20:28 UTC 2006 Regressions: FAIL: gnu.testlet.javax.swing.event.SwingPropertyChangeSupport.removePropertyChangeListener: (String, PropertyChangeListener) (number 4) FAIL: gnu.testlet.javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure8: create

[cp-testresults] FAIL: regressions for libgcj on Thu Feb 2 06:03:24 UTC 2006

2006-02-01 Thread cpdev
Baseline from: Thu Feb 2 01:09:58 UTC 2006 Regressions: FAIL: Thread_Sleep output - source compiled test Totals: PASS: 3377 XPASS: 0 FAIL: 1 XFAIL: 10 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: mauve serialization tests on Thu Feb 2 06:53:20 UTC 2006

2006-02-01 Thread cpdev
___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[PATCH] remove superfluos qtApp, qApplication variables

2006-02-01 Thread Holger Schurig
QApplication is basically a singleton, and an accessor macro is already defined in #include QApplication. Therefore our local copy can go away. http://doc.trolltech.com/4.1/qapplication.html#qApp --- classpath.orig/native/jni/qt-peer/mainqtthread.cpp +++

Re: [PATCH] remove superfluos qtApp, qApplication variables

2006-02-01 Thread Holger Schurig
Oops, there was a little bug there. One should do a quilt refresh before sending patches. In native/jni/qt-peer/mainqtthread.cpp it must not be -- QApplication( *argc, argv ); -- but

Crypto/Security component in Bugzilla

2006-02-01 Thread Casey Marshall
Any thoughts on adding a crypto or security component to Classpath Bugzilla? And maybe a security keyword that describes direct security issues? I don't know how to do this, so really I'm batting my eyelashes at whoever does know.

Re: Crypto/Security component in Bugzilla

2006-02-01 Thread Tom Tromey
Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey Any thoughts on adding a crypto or security component to Casey Classpath Bugzilla? And maybe a security keyword that describes Casey direct security issues? For a new component I think we generally want to have a default owner for the

Re: Problems running GTK-peers on Nokia-770

2006-02-01 Thread Somas (sent by Nabble.com)
Hi, I tried running simple swing application, and it worked when export the display to another machine (Xwin). I am not sure if this info helps, but I wonder why the rendering fail in the tablet. Thanks -Somas View this message in context: Re: Problems running GTK-peers on Nokia-770 Sent

Re: Crypto/Security component in Bugzilla

2006-02-01 Thread Mark Wielaard
Hi Casey, On Wed, 2006-02-01 at 13:00 -0800, Casey Marshall wrote: It's just that crypto/ssl is a large part of Classpath now, so it makes sense that it have it's own component (and bugs!). You got it! There is a new 'crypto' component for the 'classpath' product now with you as default

Re: Crypto/Security component in Bugzilla

2006-02-01 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark Maybe Andrew (one of the gcc bug-masters) can advise us on when to add a Mark new keyword and when to use meta-bugs. How do other projects handle Mark security issues/bug reports in their issue trackers? Often serious security issues aren't

Re: Crypto/Security component in Bugzilla

2006-02-01 Thread Andrew Pinski
On Feb 1, 2006, at 7:52 PM, Tom Tromey wrote: I thought this question was more about security in the sense of bugs we know of in our security code, not security flaws requiring a quick turnaround. Likewise. After reading Casey's email that Mark responded to. -- Pinski

Re: Crypto/Security component in Bugzilla

2006-02-01 Thread Casey Marshall
On Feb 1, 2006, at 5:01 PM, Andrew Pinski wrote: On Feb 1, 2006, at 7:52 PM, Tom Tromey wrote: I thought this question was more about security in the sense of bugs we know of in our security code, not security flaws requiring a quick turnaround. Likewise. After reading Casey's email that

[commit-cp] classpath javax/swing/JLayeredPane.java ./Chang...

2006-02-01 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/02/01 12:17:14 Modified files: javax/swing: JLayeredPane.java . : ChangeLog Log message: 2006-01-31 Roman Kennke

[commit-cp] classpath javax/swing/plaf/basic/BasicTextUI.ja...

2006-02-01 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/02/01 14:38:17 Modified files: javax/swing/plaf/basic: BasicTextUI.java . : ChangeLog Log message: 2006-01-31 Roman

[commit-cp] classpath javax/swing/table/DefaultTableCellRen...

2006-02-01 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/02/01 14:03:45 Modified files: javax/swing/table: DefaultTableCellRenderer.java . : ChangeLog Log message: 2006-01-31

[commit-cp] classpath javax/swing/text/PasswordView.java ./...

2006-02-01 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/02/01 15:59:35 Modified files: javax/swing/text: PasswordView.java . : ChangeLog Log message: 2006-01-31 Roman Kennke

[commit-cp] classpath javax/swing/JTextField.java ./ChangeLog

2006-02-01 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]06/02/01 15:25:14 Modified files: javax/swing: JTextField.java . : ChangeLog Log message: 2006-01-31 Roman Kennke

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultS...

2006-02-01 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/02/01 19:41:24 Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java Log message: 2006-02-01 Lillian

[commit-cp] classpath ./ChangeLog scripts/unicode-blocks.pl...

2006-02-01 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 06/02/01 16:36:57 Modified files: . : ChangeLog scripts: unicode-blocks.pl java/lang : Character.java Added

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultS...

2006-02-01 Thread Lillian Angel
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Lillian Angel [EMAIL PROTECTED] 06/02/01 21:29:24 Modified files: . : ChangeLog javax/swing/text: DefaultStyledDocument.java Log message: 2006-02-01 Lillian

[commit-cp] classpath java/security/Security.java ./ChangeLog

2006-02-01 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 06/02/02 01:06:43 Modified files: java/security : Security.java . : ChangeLog Log message: * java/security/Security.java

[commit-cp] classpath ./ChangeLog gnu/regexp/RE.java gnu/re...

2006-02-01 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Mark Wielaard [EMAIL PROTECTED] 06/02/01 22:49:34 Modified files: . : ChangeLog gnu/regexp : RE.java RETokenNamedProperty.java Log message: *