Building question

2005-06-11 Thread Bill Barker
I just tried to build a fresh copy of j-t-c/jni/native on my Solaris7 box, 
and it fails miserably ;-).  It looks like it needs to include -fpic, but I 
can't see how to do it (CFLAGS doesn't work).


The OpenSSL libraries are libssl.a and libcrypto.a.  With the pathetic 
security performance of OpenSSL, I wouldn't trust it any other way ;-). 




This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Building Question

2005-04-12 Thread Bill Barker

- Original Message -
From: "Bruce Keats" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" 
Sent: Tuesday, April 12, 2005 5:20 AM
Subject: Re: Building Question


> Hi Bill,
>
> I think we emailed back and forth awhile ago about CRLs in tomcat 5.5
> using JDK 1.5.
>
> I am also interested in getting CRLs working for tomcat 5.5.  I have
> been looking into the code, but I just have not had time to finish it
> off and integrate it into tomcat.
>
> If you need someone to code inspect or to test it out then let me know.
>

I've checked in a basic file-based CRL support as JSSE15SocketFactory.java.
The Connector attribute is 'crlFile' to specify the location of your CRLs.
More eyes and/or testers are always appreciated :).

Needless to say, it requires JDK 1.5 to compile (so it even has the first,
gratuitous, use of Generics in Tomcat code :).  The consensus is to continue
to build the binary distro with JDK 1.4, so this will still be true even
after 5.5.10 is released.

> Bruce
>
> On Apr 9, 2005 8:54 PM, Bill Barker <[EMAIL PROTECTED]> wrote:
> > I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
it's
> > a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5
are
> > being built with JDK 1.5, or, I'm probably wasting my time (not many
people
> > use the source distro :).
> >
> > This message is intended only for the use of the person(s) listed above
as the intended recipient(s), and may contain information that is PRIVILEGED
and CONFIDENTIAL.  If you are not an intended recipient, you may not read,
copy, or distribute this message or any attachment. If you received this
communication in error, please notify us immediately by e-mail and then
delete all copies of this message and any attachments.
> >
> > In addition you should be aware that ordinary (unencrypted) e-mail sent
through the Internet is not secure. Do not send confidential or sensitive
information, such as social security numbers, account numbers, personal
identification numbers and passwords, to us via ordinary (unencrypted)
e-mail.
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Building Question

2005-04-12 Thread Bruce Keats
Hi Bill,

I think we emailed back and forth awhile ago about CRLs in tomcat 5.5
using JDK 1.5.

I am also interested in getting CRLs working for tomcat 5.5.  I have
been looking into the code, but I just have not had time to finish it
off and integrate it into tomcat.

If you need someone to code inspect or to test it out then let me know.

Bruce

On Apr 9, 2005 8:54 PM, Bill Barker <[EMAIL PROTECTED]> wrote:
> I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However, it's
> a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 are
> being built with JDK 1.5, or, I'm probably wasting my time (not many people
> use the source distro :).
> 
> This message is intended only for the use of the person(s) listed above as 
> the intended recipient(s), and may contain information that is PRIVILEGED and 
> CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, 
> or distribute this message or any attachment. If you received this 
> communication in error, please notify us immediately by e-mail and then 
> delete all copies of this message and any attachments.
> 
> In addition you should be aware that ordinary (unencrypted) e-mail sent 
> through the Internet is not secure. Do not send confidential or sensitive 
> information, such as social security numbers, account numbers, personal 
> identification numbers and passwords, to us via ordinary (unencrypted) e-mail.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Building Question

2005-04-11 Thread Henri Gomez
OK

On Apr 10, 2005 6:05 PM, Bill Barker <[EMAIL PROTECTED]> wrote:
> 
> - Original Message -
> From: "Henri Gomez" <[EMAIL PROTECTED]>
> To: "Tomcat Developers List" 
> Sent: Saturday, April 09, 2005 11:45 PM
> Subject: Re: Building Question
> 
> > CLR ?
> >
> 
> Typo.  It should be CRLs.  As in java.security.cert.CRL.
> 
> >
> > On Apr 10, 2005 3:33 AM, Yoav Shapira <[EMAIL PROTECTED]> wrote:
> >> Hi,
> >>
> >> > I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
> >> > it's
> >> > a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5
> >> > are
> >> > being built with JDK 1.5, or, I'm probably wasting my time (not many
> >> > people
> >> > use the source distro :).
> >>
> >> I've been building with 1.4, using the build as a final check that we
> >> have
> >> no 1.5-only code.
> >>
> >> Yoav Shapira
> >> System Design and Management Fellow
> >> MIT Sloan School of Management / School of Engineering
> >> Cambridge, MA USA
> >> [EMAIL PROTECTED] / [EMAIL PROTECTED]
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 
> This message is intended only for the use of the person(s) listed above as 
> the intended recipient(s), and may contain information that is PRIVILEGED and 
> CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, 
> or distribute this message or any attachment. If you received this 
> communication in error, please notify us immediately by e-mail and then 
> delete all copies of this message and any attachments.
> 
> In addition you should be aware that ordinary (unencrypted) e-mail sent 
> through the Internet is not secure. Do not send confidential or sensitive 
> information, such as social security numbers, account numbers, personal 
> identification numbers and passwords, to us via ordinary (unencrypted) e-mail.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Building Question

2005-04-10 Thread Bill Barker
- Original Message - 
From: "Henri Gomez" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" 
Sent: Saturday, April 09, 2005 11:45 PM
Subject: Re: Building Question


CLR ?
Typo.  It should be CRLs.  As in java.security.cert.CRL.
On Apr 10, 2005 3:33 AM, Yoav Shapira <[EMAIL PROTECTED]> wrote:
Hi,
> I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
> it's
> a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 
> are
> being built with JDK 1.5, or, I'm probably wasting my time (not many
> people
> use the source distro :).

I've been building with 1.4, using the build as a final check that we 
have
no 1.5-only code.

Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management / School of Engineering
Cambridge, MA USA
[EMAIL PROTECTED] / [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


This message is intended only for the use of the person(s) listed above as 
the intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.
In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Building Question

2005-04-10 Thread Remy Maucherat
Henri Gomez wrote:
CLR ?
Bill's doing .not stuff now. He must be using some hidden JDK features, 
as I didn't read about any .not compatibility features in JDK 1.5. Neat 
stuff.

:D
More seriously, Tomcat is built with JDK 1.4, for best compatibility. I 
don't know what the consequences of moving to JDK 1.5 would be.

Rémy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Building Question

2005-04-09 Thread Henri Gomez
CLR ?


On Apr 10, 2005 3:33 AM, Yoav Shapira <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> > I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
> > it's
> > a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 are
> > being built with JDK 1.5, or, I'm probably wasting my time (not many
> > people
> > use the source distro :).
> 
> I've been building with 1.4, using the build as a final check that we have
> no 1.5-only code.
> 
> Yoav Shapira
> System Design and Management Fellow
> MIT Sloan School of Management / School of Engineering
> Cambridge, MA USA
> [EMAIL PROTECTED] / [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Building Question

2005-04-09 Thread Yoav Shapira
Hi,

> I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However,
> it's
> a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 are
> being built with JDK 1.5, or, I'm probably wasting my time (not many
> people
> use the source distro :).

I've been building with 1.4, using the build as a final check that we have
no 1.5-only code.

Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management / School of Engineering
Cambridge, MA USA
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Building Question

2005-04-09 Thread Bill Barker
I'm thinking of starting on implementing CLRs for Tomcat 5.5.  However, it's 
a PITA for < 1.5.  I wanted to check that the binary builds for TC 5.5 are 
being built with JDK 1.5, or, I'm probably wasting my time (not many people 
use the source distro :). 


This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.
In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]