Re: Encrypted logs

2004-11-17 Thread Asgeir Nilsen
Stephen Pain wrote: A better approach would be to generate a random key for symmetric encryption on the fly - you use this key to encrypt the log, then encrypt this key using a public key encryption method and include the encrypted key somewhere near the beginning of the log. To decrypt, you fi

[EMAIL PROTECTED]: Project logging-log4j (in module logging-log4j) failed

2004-11-17 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j has an issue affecting its community integration. This issue affect

Re: Encrypted logs

2004-11-17 Thread Stephen Pain
public key encryption is much slower than symmetric encryption - too slow, I think, for encrypting logs (for the majority of apps) A better approach would be to generate a random key for symmetric encryption on the fly - you use this key to encrypt the log, then encrypt this key using a public

Re: Encrypted logs

2004-11-17 Thread Paul Smith
I really like what Vadim just mentioned in a previous mail. Encrypting with the public key (which would not need a password), and then having some other viewing mechanism that can easily decrypt the log file via the private key (which would, probably, need a password). Mark R Durman/CA/US/MQSo

RE: Encrypted logs

2004-11-17 Thread Mark R Durman/CA/US/MQSolutions
Wouldn't the Encrypter need a password to be able to extract the private key from the key store, which would then be available for everyone to see? I guess you could encrypt the password in the configuration file using a known algorithm, but again, anyone who can look at the log4j source could see

RE: Encrypted logs

2004-11-17 Thread Chapko, Vadim
Can the logs be encrypted using a public key and private key used to decrypt them? -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 4:31 PM To: Log4J Developers List Subject: Re: Encrypted logs Curt Arnold wrote: > I had a good discussion

Re: Depracating LogLog

2004-11-17 Thread Ceki Gülcü
Thanks Paul. I may have already touched some of the following packages you have volunteered for: org.apache.log4j.config org.apache.log4j.spi org.apache.log4j.xml but the other packages are yours. :-) At 10:08 PM 11/17/2004, Paul Smith wrote: I volunteer to add myself to the following

Re: Configuring log4j with jakarta commons-configuration

2004-11-17 Thread Ceki Gülcü
Hi Curt, Although I might be wrong, log4j Configurators and commons configuration have little in common. Log4j configurators are chiefly about parsing config files with potentially complex syntax. As I understand it, commons configuration is mostly about retrieving chucks of data from various p

Re: Encrypted logs

2004-11-17 Thread Paul Smith
Curt Arnold wrote: I had a good discussion with some of the Apache Derby team about their possible use of log4j. One of their concerns is sensitive information appearing in plain-text log files. They don't have support for that in their current internal logging framework, so it isn't a migrati

Encrypted logs

2004-11-17 Thread Curt Arnold
I had a good discussion with some of the Apache Derby team about their possible use of log4j. One of their concerns is sensitive information appearing in plain-text log files. They don't have support for that in their current internal logging framework, so it isn't a migration barrier Any th

Re: Configuring log4j with jakarta commons-configuration

2004-11-17 Thread Paul Smith
Curt Arnold wrote: Is there any support for configuring log4j using Jakarta commons configuration? I had a brief discussion at ApacheCON on this topic, but haven't had a chance to check the mailing list archives and bug list due to bandwidth limitations here for any previous discussions. I'm a

Re: Depracating LogLog

2004-11-17 Thread Paul Smith
I volunteer to add myself to the following (note: I volunteered Scott and myself for the Chainsaw stuff, which only seemed to make sense, hopefully I'm not too forward in this regard Scott?) I'll also take on some other non-Chainsaw stuff, which will give me a good opportunity to peruse these a

Configuring log4j with jakarta commons-configuration

2004-11-17 Thread Curt Arnold
Is there any support for configuring log4j using Jakarta commons configuration? I had a brief discussion at ApacheCON on this topic, but haven't had a chance to check the mailing list archives and bug list due to bandwidth limitations here for any previous discussions. I'm assuming that it wou

cvs commit: logging-log4j/src/java/org/apache/log4j/config PropertyGetter.java

2004-11-17 Thread ceki
ceki2004/11/17 12:53:35 Modified:src/java/org/apache/log4j/config PropertyGetter.java Log: Indentation changes only Revision ChangesPath 1.9 +42 -35 logging-log4j/src/java/org/apache/log4j/config/PropertyGetter.java Index: PropertyGetter.java

Re: [POLL] log4j-1.3alpha-1?

2004-11-17 Thread Ceki Gülcü
Correcting 32064 is at the top my to do list. Hopefully, new versions will follow alpha-1 at a fast face, say 15 days between successive versions. At 07:52 PM 11/17/2004, you wrote: What is the strategy with Bug 32064 (TimeZone and Locale for Pattern Layout)? Any other bugs that are being defer

Re: [POLL] log4j-1.3alpha-1?

2004-11-17 Thread Curt Arnold
What is the strategy with Bug 32064 (TimeZone and Locale for Pattern Layout)? Any other bugs that are being deferred until after alpha-1? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

DO NOT REPLY [Bug 32079] - DailyRollingFileAppender with maximum old logfiles

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: logging-log4j/tests/src/java/org/apache/log4j/helpers OptionSubstitutionTest.java

2004-11-17 Thread ceki
ceki2004/11/17 09:41:49 Modified:tests/src/java/org/apache/log4j/helpers OptionSubstitutionTest.java Log: minor change Revision ChangesPath 1.2 +0 -1 logging-log4j/tests/src/java/org/apache/log4j/helpers/OptionSubstitutionTest.java

cvs commit: logging-log4j/src/java/org/apache/log4j/or RendererMap.java

2004-11-17 Thread ceki
ceki2004/11/17 09:41:36 Modified:src/java/org/apache/log4j/or RendererMap.java Log: LogLog to Logger added a static getLogger method Revision ChangesPath 1.13 +17 -6 logging-log4j/src/java/org/apache/log4j/or/RendererMap.java Index: RendererMap.java

cvs commit: logging-log4j/src/java/org/apache/log4j PropertyConfigurator.java

2004-11-17 Thread ceki
ceki2004/11/17 09:39:33 Modified:src/java/org/apache/log4j PropertyConfigurator.java Log: Removing bogus configureAndWatch methods Revision ChangesPath 1.68 +2 -47 logging-log4j/src/java/org/apache/log4j/PropertyConfigurator.java Index: PropertyConfigur

cvs commit: logging-log4j/src/java/org/apache/log4j/joran JoranConfigurator.java

2004-11-17 Thread ceki
ceki2004/11/17 09:39:04 Modified:src/java/org/apache/log4j/joran JoranConfigurator.java Log: LogLog to Logger Revision ChangesPath 1.16 +5 -9 logging-log4j/src/java/org/apache/log4j/joran/JoranConfigurator.java Index: JoranConfigurator.java =

cvs commit: logging-log4j/src/java/org/apache/log4j AppenderSkeleton.java

2004-11-17 Thread ceki
ceki2004/11/17 09:38:05 Modified:src/java/org/apache/log4j AppenderSkeleton.java Log: Adding the all important getLogger method and the Logger instance variable. Revision ChangesPath 1.27 +24 -5 logging-log4j/src/java/org/apache/log4j/AppenderSkeleton.java

cvs commit: logging-log4j/src/java/org/apache/log4j/helpers OptionConverter.java

2004-11-17 Thread ceki
ceki2004/11/17 09:36:35 Modified:src/java/org/apache/log4j/helpers OptionConverter.java Log: - LogLog to Logger, when possible using parameterized printing methods in Logger. - Added a static getLogger() method. Revision ChangesPath 1.43 +37 -24 logging-lo

cvs commit: logging-log4j/src/java/org/apache/joran/action ParamAction.java NestComponentIA.java ImplicitAction.java Action.java

2004-11-17 Thread ceki
ceki2004/11/17 09:28:00 Modified:src/java/org/apache/joran ExecutionContext.java Interpreter.java ErrorItem.java src/java/org/apache/joran/helper SimpleRuleStore.java src/java/org/apache/joran/action ParamAction.java

cvs commit: logging-log4j/src/java/org/apache/log4j/helpers LogLog.java

2004-11-17 Thread ceki
ceki2004/11/17 09:17:38 Modified:src/java/org/apache/log4j/helpers LogLog.java Log: Deprecating LogLog Revision ChangesPath 1.12 +1 -0 logging-log4j/src/java/org/apache/log4j/helpers/LogLog.java Index: LogLog.java

Depracating LogLog

2004-11-17 Thread Ceki Gülcü
Howdy, In the process of moving away from LogLog, we need to replace LogLog statements with their Logger equivalents. For example, LogLog.debug("hello"); becomes getLogger().debug("hello"); where getLogger() is a method of the class being modified. For all appenders deriving from AppenderSkelet

cvs commit: logging-log4j/src/java/org/apache/log4j/or RendererMap.java

2004-11-17 Thread ceki
ceki2004/11/17 08:10:23 Modified:src/java/org/apache/log4j/or RendererMap.java Log: Indentation changes only Revision ChangesPath 1.12 +60 -60 logging-log4j/src/java/org/apache/log4j/or/RendererMap.java Index: RendererMap.java =

RE: [POLL] log4j-1.3alpha-1?

2004-11-17 Thread Scott Deboy
+1 -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: Wed 11/17/2004 1:58 AM To: [EMAIL PROTECTED] Cc: Subject:[POLL] log4j-1.3alpha-1? Hi folks, Given that self-logging seems to work (there is one missing piece in PropertyConfigurator which will be

cvs commit: logging-log4j/src/java/org/apache/ugli Logger.java NullLogger.java

2004-11-17 Thread ceki
ceki2004/11/17 05:30:46 Modified:src/java/org/apache/ugli Logger.java NullLogger.java Log: The parameterized printing methods must have String as their first argument instead of Object, otherwise the java compiler complains Revision ChangesPath 1.2 +8 -8 l

RE: [POLL] log4j-1.3alpha-1?

2004-11-17 Thread Shapira, Yoav
Hi, +1, let's do it. I'll try to help with documentation (JavaDoc and otherwise) prior to the tagging date/time: when will be the tagging date and time? Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Ceki Gülcü [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 1

Re: [POLL] log4j-1.3alpha-1?

2004-11-17 Thread Paul Smith
Let's take it out on the freeway, and burn the gunk out of it. +1. Ceki Gülcü wrote: Hi folks, Given that self-logging seems to work (there is one missing piece in PropertyConfigurator which will be added shortly), I think we should give log4j-1.3alpha-1 a public whirl. What do you think?

[POLL] log4j-1.3alpha-1?

2004-11-17 Thread Ceki Gülcü
Hi folks, Given that self-logging seems to work (there is one missing piece in PropertyConfigurator which will be added shortly), I think we should give log4j-1.3alpha-1 a public whirl. What do you think? -- Ceki Gülcü The complete log4j manual: http://qos.ch/eclm Professional log4j support: htt