[freenet-devl] bug report

2002-01-22 Thread cardhore
Stopped & restarted freenet node (Windows). Now it won't start, and it flashes the bunny rabbit with the line through. Seems like the routing table got corrupt. I had rtMaxNodes and rtMaxRefs each set to 9, however. Jan 22, 2002 7:56:45 PM (freenet.node.rt.DataObjectRoutingStore, main): I/

[freenet-devl] BUG REPORT

2002-01-22 Thread Sebastian Spaeth
Ian Clarke wrote: > On Mon, Jan 21, 2002 at 07:46:19PM -0500, Jack Duggan wrote: > >>I just downloaded and istalled freenet-webinstall.exe which is supposed to >>always give the latest snapshot. >> >>Everything was going fine with Freenet and with Frost until I activated >>freenet-webinstall.ex

[freenet-devl] BUG REPORT

2002-01-21 Thread Ian Clarke
On Tue, Jan 22, 2002 at 08:23:51AM +0100, Sebastian Spaeth wrote: > Tough, because the web-installer is supposed to be able to update > existing installations. I honestly have no clue how I could detect the > case of an "old-type" installation and delete it only in this case. Look for a .store d

[freenet-devl] BUG REPORT

2002-01-21 Thread Jack Duggan
I just downloaded and istalled freenet-webinstall.exe which is supposed to always give the latest snapshot. Everything was going fine with Freenet and with Frost until I activated freenet-webinstall.exe. Now, I cannot even get the GATEWAY to open, once Freenet is started, and Frost will no lo

[freenet-devl] BUG REPORT

2002-01-21 Thread Ian Clarke
On Mon, Jan 21, 2002 at 07:46:19PM -0500, Jack Duggan wrote: > > I just downloaded and istalled freenet-webinstall.exe which is supposed to > always give the latest snapshot. > > Everything was going fine with Freenet and with Frost until I activated > freenet-webinstall.exe. Now, I cannot eve

[freenet-devl] [bug] fproxy wrongly encodes slashes in retry forms

2001-12-19 Thread Gianni Johansson
On Friday 14 December 2001 10:45, you wrote: >Hi, > (Is there a better place to report bugs?) http://sourceforge.net/tracker/index.php?group_id=978&atid=100978 I already entered this under: (http://sourceforge.net/tracker/index.php?func=detail&aid=493418&group_id=978&atid=100978) Hi Robert: Sorr

[freenet-devl] [bug] fproxy wrongly encodes slashes in retry forms

2001-12-14 Thread Robert Bihlmeyer
Hi, (Is there a better place to report bugs?) the two forms that report failed Get requests in fproxy and allow users to retry (with possibly another HTL) include the url-encoded key in their ACTION attribute. Unfortunately java.net.URLEncoder encodes "/" which is wrong at least in this context[1]

[freenet-devl] Bug fix to recent cp change

2001-11-27 Thread Gianni Johansson
The backoff wasn't being reset correctly. I just commited a fix. People should update. --gj -- Freesites (0.3) freenet:MSK at SSK@enI8YFo3gj8UVh-Au0HpKMftf6QQAgE/homepage// (0.4) freenet:SSK at npfV5XQijFkF6sXZvuO0o~kG4wEPAgM/homepage// ___ Devl ma

[freenet-devl] Bug in FProxy filter code

2001-06-19 Thread Brandon
> I am getting this exception while trying to view a Freesite, it looks > like a bug in the FProxy filtering code: > > java.lang.NoSuchMethodError: java.util.Vector: method > add(Ljava/lang/Object;)Z not found That would be a 1.2ism. ___ Devl mailing

Re: [freenet-devl] Bug in FProxy filter code

2001-06-19 Thread Brandon
> I am getting this exception while trying to view a Freesite, it looks > like a bug in the FProxy filtering code: > > java.lang.NoSuchMethodError: java.util.Vector: method > add(Ljava/lang/Object;)Z not found That would be a 1.2ism. ___ Devl mailing

[freenet-devl] Bug in FProxy filter code

2001-06-19 Thread Ian Clarke
I am getting this exception while trying to view a Freesite, it looks like a bug in the FProxy filtering code: java.lang.NoSuchMethodError: java.util.Vector: method add(Ljava/lang/Object;)Z not found at Freenet.contrib.fproxy.filter.FilterAnalysis.addDisallowedElement(FilterAnalysis.java:4

[freenet-devl] Bug in FProxy filter code

2001-06-19 Thread Ian Clarke
I am getting this exception while trying to view a Freesite, it looks like a bug in the FProxy filtering code: java.lang.NoSuchMethodError: java.util.Vector: method add(Ljava/lang/Object;)Z not found at Freenet.contrib.fproxy.filter.FilterAnalysis.addDisallowedElement(FilterAnalysis.java:

[freenet-devl] Bug - not clearing temp files

2001-06-11 Thread Stefan Reich
From: "Sebastian Sp?th" > They are explicitely deleted. But they seem to be locked (although they > shouldn't be) by the the OS, so that any delete command fails. Maybe they haven't been close()d? (Forgive me if this is a stupid and unnecessary hint...) -Stefan ___

[freenet-devl] Bug - not clearing temp files

2001-06-11 Thread Sebastian Späth
Dave Hooper schrieb: > 1.Create a temporary file > 2.When we don't need the temporary file, delete it > > ? I apologise for my utter ignorance of the java code. However if no JREs > on Windows automatically delete temporary files then it sounds to me more > like there is a non-cross-plat

[freenet-devl] Bug - not clearing temp files

2001-06-11 Thread Gianni Johansson
On Monday 11 June 2001 09:06, you wrote: > From: "Sebastian Sp?th" > > > They are explicitely deleted. But they seem to be locked (although they > > shouldn't be) by the the OS, so that any delete command fails. > > Maybe they haven't been close()d? (Forgive me if this is a stupid and > unnecessar

Re: [freenet-devl] Bug - not clearing temp files

2001-06-11 Thread Gianni Johansson
On Monday 11 June 2001 09:06, you wrote: > From: "Sebastian Späth" <[EMAIL PROTECTED]> > > > They are explicitely deleted. But they seem to be locked (although they > > shouldn't be) by the the OS, so that any delete command fails. > > Maybe they haven't been close()d? (Forgive me if this is a stu

Re: [freenet-devl] Bug - not clearing temp files

2001-06-11 Thread Stefan Reich
From: "Sebastian Späth" <[EMAIL PROTECTED]> > They are explicitely deleted. But they seem to be locked (although they > shouldn't be) by the the OS, so that any delete command fails. Maybe they haven't been close()d? (Forgive me if this is a stupid and unnecessary hint...) -Stefan ___

Re: [freenet-devl] Bug - not clearing temp files

2001-06-11 Thread Sebastian Späth
Dave Hooper schrieb: > 1.Create a temporary file > 2.When we don't need the temporary file, delete it > > ? I apologise for my utter ignorance of the java code. However if no JREs > on Windows automatically delete temporary files then it sounds to me more > like there is a non-cross-pla

[freenet-devl] Bug - not clearing temp files

2001-06-07 Thread Tavin Cole
On Wed, Jun 06, 2001 at 05:34:33PM -0400, eigenman wrote: > Is it at least possible to give freenet its OWN temp directory?? > > This would at least not crash my system when it fills up with large insert > files. > > The temp files occur on inserts. Not sure if they are Java temp files or > free

Re: [freenet-devl] Bug - not clearing temp files

2001-06-07 Thread Tavin Cole
On Wed, Jun 06, 2001 at 05:34:33PM -0400, eigenman wrote: > Is it at least possible to give freenet its OWN temp directory?? > > This would at least not crash my system when it fills up with large insert > files. > > The temp files occur on inserts. Not sure if they are Java temp files or > fre

[freenet-devl] Bug - not clearing temp files

2001-06-07 Thread Oskar Sandberg
On Wed, Jun 06, 2001 at 06:34:19PM -0400, eigenman wrote: > > > > We do remove all files explicitely. Java has built in temp files, but only > > in 1.2+, so we don't use them. The files in the store are being removed in > > their destructor, so if they are not going away either the destructor is >

[freenet-devl] Bug - not clearing temp files

2001-06-07 Thread Oskar Sandberg
On Wed, Jun 06, 2001 at 10:29:41PM +0100, Dave Hooper wrote: > Hang on a second. > How are the temporary files being created? > How come it isn't freenet's _responsibility_ to do something along the lines > of: We do remove all files explicitely. Java has built in temp files, but only in 1.2+, so

[freenet-devl] Bug - not clearing temp files

2001-06-06 Thread Dave Hooper
Hang on a second. How are the temporary files being created? How come it isn't freenet's _responsibility_ to do something along the lines of: 1.Create a temporary file 2.When we don't need the temporary file, delete it ? I apologise for my utter ignorance of the java code. However if no

[freenet-devl] Bug - not clearing temp files

2001-06-06 Thread eigenman
> > We do remove all files explicitely. Java has built in temp files, but only > in 1.2+, so we don't use them. The files in the store are being removed in > their destructor, so if they are not going away either the destructor is > not being called or the JVMs are not obeying delete calls on files

[freenet-devl] Bug - not clearing temp files

2001-06-06 Thread eigenman
Is it at least possible to give freenet its OWN temp directory?? This would at least not crash my system when it fills up with large insert files. The temp files occur on inserts. Not sure if they are Java temp files or freenet temp files. I think there must be a nice solution here. Jay Ferguso

[freenet-devl] Bug - not clearing temp files

2001-06-06 Thread Mathew Ryden
- Original Message - From: "Dave Hooper" To: Sent: Wednesday, June 06, 2001 4:29 PM Subject: Re: [freenet-devl] Bug - not clearing temp files > Hang on a second. > How are the temporary files being created? > How come it isn't freenet's _responsibility_ to

[freenet-devl] Bug - not clearing temp files

2001-06-06 Thread David McNab
When bugs are in third-party code beyond one's control, sometimes the bug is best fixed by altering the doco. Users need to be told about this problem. - Original Message - From: "Mathew Ryden" To: Sent: Wednesday, June 06, 2001 15:33 Subject: Re: [freenet-devl] Bug - no

Re: [freenet-devl] Bug - not clearing temp files

2001-06-06 Thread Oskar Sandberg
On Wed, Jun 06, 2001 at 06:34:19PM -0400, eigenman wrote: > > > > We do remove all files explicitely. Java has built in temp files, but only > > in 1.2+, so we don't use them. The files in the store are being removed in > > their destructor, so if they are not going away either the destructor is >

Re: [freenet-devl] Bug - not clearing temp files

2001-06-06 Thread eigenman
> > We do remove all files explicitely. Java has built in temp files, but only > in 1.2+, so we don't use them. The files in the store are being removed in > their destructor, so if they are not going away either the destructor is > not being called or the JVMs are not obeying delete calls on file

Re: [freenet-devl] Bug - not clearing temp files

2001-06-06 Thread Oskar Sandberg
On Wed, Jun 06, 2001 at 10:29:41PM +0100, Dave Hooper wrote: > Hang on a second. > How are the temporary files being created? > How come it isn't freenet's _responsibility_ to do something along the lines > of: We do remove all files explicitely. Java has built in temp files, but only in 1.2+, s

Re: [freenet-devl] Bug - not clearing temp files

2001-06-06 Thread Mathew Ryden
- Original Message - From: "Dave Hooper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 4:29 PM Subject: Re: [freenet-devl] Bug - not clearing temp files > Hang on a second. > How are the temporary files being created? &

Re: [freenet-devl] Bug - not clearing temp files

2001-06-06 Thread eigenman
Is it at least possible to give freenet its OWN temp directory?? This would at least not crash my system when it fills up with large insert files. The temp files occur on inserts. Not sure if they are Java temp files or freenet temp files. I think there must be a nice solution here. Jay Fergus

Re: [freenet-devl] Bug - not clearing temp files

2001-06-06 Thread Dave Hooper
Hang on a second. How are the temporary files being created? How come it isn't freenet's _responsibility_ to do something along the lines of: 1.Create a temporary file 2.When we don't need the temporary file, delete it ? I apologise for my utter ignorance of the java code. However if n

[freenet-devl] Bug - not clearing temp files

2001-06-06 Thread David McNab
Jay on the FreeWeb project has informed me that Freenet is not cleaning up its temporary files. I don't know if the problem is the same on Linux/Mac versions, but on Windows, this can definitely be regarded as a bug. On Windows, a growing bulk of uncleared temporary files causes chronic system pr

[freenet-devl] Bug - not clearing temp files

2001-06-06 Thread Frank Joppe
Then the people need to be informed. Perhaps there is an alternative JVM out there... - Original Message - From: "eigenman" To: Sent: Wednesday, June 06, 2001 5:42 AM Subject: Re: [freenet-devl] Bug - not clearing temp files > > > > When bugs are in third-p

Re: [freenet-devl] Bug - not clearing temp files

2001-06-06 Thread Frank Joppe
Then the people need to be informed. Perhaps there is an alternative JVM out there... - Original Message - From: "eigenman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 5:42 AM Subject: Re: [freenet-devl] Bug - not clearing temp fil

[freenet-devl] Bug - not clearing temp files

2001-06-05 Thread eigenman
st will simply uninstall freenet rather than deal with the problem. IMHO Jay Ferguspn > > - Original Message - > From: "Mathew Ryden" > To: > Sent: Wednesday, June 06, 2001 15:33 > Subject: Re: [freenet-devl] Bug - not clearing temp files > > > &g

[freenet-devl] Bug - not clearing temp files

2001-06-05 Thread Mathew Ryden
- Original Message - From: "David McNab" > Jay on the FreeWeb project has informed me that Freenet is not cleaning up > its temporary files. > > I don't know if the problem is the same on Linux/Mac versions, but on > Windows, this can definitely be regarded as a bug. It is a bug. Too bad

Re: [freenet-devl] Bug - not clearing temp files

2001-06-05 Thread eigenman
st will simply uninstall freenet rather than deal with the problem. IMHO Jay Ferguspn > > - Original Message - > From: "Mathew Ryden" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 06, 2001 15:33 > Subject: Re: [freenet-devl] Bug -

Re: [freenet-devl] Bug - not clearing temp files

2001-06-05 Thread David McNab
06, 2001 15:33 Subject: Re: [freenet-devl] Bug - not clearing temp files > - Original Message - > From: "David McNab" <[EMAIL PROTECTED]> > > > Jay on the FreeWeb project has informed me that Freenet is not cleaning up > > its temporary files. > >

Re: [freenet-devl] Bug - not clearing temp files

2001-06-05 Thread Mathew Ryden
- Original Message - From: "David McNab" <[EMAIL PROTECTED]> > Jay on the FreeWeb project has informed me that Freenet is not cleaning up > its temporary files. > > I don't know if the problem is the same on Linux/Mac versions, but on > Windows, this can definitely be regarded as a bug.

[freenet-devl] Bug - not clearing temp files

2001-06-05 Thread David McNab
Jay on the FreeWeb project has informed me that Freenet is not cleaning up its temporary files. I don't know if the problem is the same on Linux/Mac versions, but on Windows, this can definitely be regarded as a bug. On Windows, a growing bulk of uncleared temporary files causes chronic system p

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread David McNab
Sent: Sunday, May 13, 2001 2:10 PM Subject: Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair > - Original Message - > From: "Ian Clarke" > > > On Sat, May 12, 2001 at 06:44:11PM -0500, Mathew Ryden wrote: > > > Actually it was a def

[freenet-devl] Bug (??) - MSK access from RequestClient

2001-05-13 Thread David McNab
diaone.net (8.11.2/8.8.7) with ESMTP id f4D0TPt26923 for ; Sat, 12 May 2001 20:29:25 -0400 From: "Mark J. Roberts" X-X-Sender: To: Subject: Re: [freenet-devl] Bug (??) - MSK access from RequestClient In-Reply-To: <008a01c0db49$cc660ef0$ba7e36d2 at private> Message-ID: MI

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread David McNab
From: "Ian Clarke" >> Actually it was a deficiency in the FCP specs. GenerateSVKKeypair returns a >> keypair without the last three bytes -- the keysize and keytype. This was

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread Mathew Ryden
- Original Message - From: "Ian Clarke" > On Sun, May 13, 2001 at 10:07:58AM -0700, Ian Clarke wrote: > > I suspect that the size in question is the size of the key rather than > > the size of the data. > > ...or maybe not... The size in question is actually the size of the file about to

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread David McNab
- From: "David McNab" To: Sent: Sunday, May 13, 2001 9:54 AM Subject: Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair > > Be a sport and publish an example of the keypair that works please.. > > I think I know what the problem is. > > Here'

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread Ian Clarke
On Sun, May 13, 2001 at 10:07:58AM -0700, Ian Clarke wrote: > I suspect that the size in question is the size of the key rather than > the size of the data. ...or maybe not... Ian. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread Ian Clarke
On Sat, May 12, 2001 at 09:10:40PM -0500, Mathew Ryden wrote: > The problem is that 0.3 also has the size (i guess). That means that a call > to GenerateSVKKeypair would have to take in a file so it would know the size > and encode that in correctly. It's impossible to do it in this method > cleanl

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread Mathew Ryden
- Original Message - From: "Ian Clarke" <[EMAIL PROTECTED]> > On Sun, May 13, 2001 at 10:07:58AM -0700, Ian Clarke wrote: > > I suspect that the size in question is the size of the key rather than > > the size of the data. > > ...or maybe not... The size in question is actually the size

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread David McNab
uDT8iApCWc33MlNClfiMlIRHZOkQAgE - Original Message - From: "Tavin Cole" To: Sent: Sunday, May 13, 2001 9:28 AM Subject: Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair > On Sun, May 13, 2001 at 01:53:22AM +1200, David McNab wrote: > > Hi all, > > >

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread Ian Clarke
On Sun, May 13, 2001 at 10:07:58AM -0700, Ian Clarke wrote: > I suspect that the size in question is the size of the key rather than > the size of the data. ...or maybe not... Ian. PGP signature

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread Ian Clarke
On Sat, May 12, 2001 at 09:10:40PM -0500, Mathew Ryden wrote: > The problem is that 0.3 also has the size (i guess). That means that a call > to GenerateSVKKeypair would have to take in a file so it would know the size > and encode that in correctly. It's impossible to do it in this method > clean

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-13 Thread David McNab
Hi all, While I like the overall improvements with v0.3.9.1, I'm having a problem with FCP. Basically, the FCP 'GenerateSVKPair' command creates dud keys (ie . I've verified this in my code by using an FCP-generated keypair (which fails), versus a hardwired keypair previously generated by Insert

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Mathew Ryden
- Original Message - From: "Ian Clarke" > On Sat, May 12, 2001 at 06:44:11PM -0500, Mathew Ryden wrote: > > Actually it was a deficiency in the FCP specs. GenerateSVKKeypair returns a > > keypair without the last three bytes -- the keysize and keytype. This was > > not accidental, althoug

[freenet-devl] Bug (??) - MSK access from RequestClient

2001-05-12 Thread Mark J. Roberts
On Sun, 13 May 2001, David McNab wrote: > I only query this because I've been told that the 'MSK@' is redundant, and > that '//' is sufficient. MSK@ is mandatory until Fred is updated for the standard. Then MSK@ will be rejected. -- "...it must be held that third-party electronic monitoring, s

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread David McNab
EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 2:10 PM Subject: Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair > - Original Message - > From: "Ian Clarke" <[EMAIL PROTECTED]> > > > On Sat, May 12, 2001 at

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Mathew Ryden
- Original Message - From: "Ian Clarke" <[EMAIL PROTECTED]> > On Sat, May 12, 2001 at 06:44:11PM -0500, Mathew Ryden wrote: > > Actually it was a deficiency in the FCP specs. GenerateSVKKeypair returns a > > keypair without the last three bytes -- the keysize and keytype. This was > > not

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Mathew Ryden
- Original Message - From: "Ian Clarke" To: Sent: Saturday, May 12, 2001 6:28 PM Subject: Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair > On Sun, May 13, 2001 at 10:58:29AM +1200, David McNab wrote: > > To get a working Freenet keypair with FCP,

Re: [freenet-devl] Bug (??) - MSK access from RequestClient

2001-05-12 Thread Mark J. Roberts
On Sun, 13 May 2001, David McNab wrote: > I only query this because I've been told that the 'MSK@' is redundant, and > that '//' is sufficient. MSK@ is mandatory until Fred is updated for the standard. Then MSK@ will be rejected. -- "...it must be held that third-party electronic monitoring,

[freenet-devl] Bug (??) - MSK access from RequestClient

2001-05-12 Thread David McNab
Hi, I don't know if this is a bug, or just me not understanding the correct way of doing things. I inserted a test site with just one file, index.html I've retrieved the mapfile metadata, scutinised it in a hex editor, and find it to be valid. 'SSK@/-path' retrieves the mapfile - OK 'MSK@SSK@/

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread David McNab
From: "Ian Clarke" <[EMAIL PROTECTED]> >> Actually it was a deficiency in the FCP specs. GenerateSVKKeypair returns a >> keypair without the last three bytes -- the keysize and keytype. This was >> not accidental, although the docs are lacking in what exactly is returned. >So the question is whe

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Tavin Cole
On Sun, May 13, 2001 at 01:53:22AM +1200, David McNab wrote: > Hi all, > > While I like the overall improvements with v0.3.9.1, I'm having a problem > with FCP. > > Basically, the FCP 'GenerateSVKPair' command creates dud keys (ie . > > I've verified this in my code by using an FCP-generated key

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Ian Clarke
On Sat, May 12, 2001 at 06:44:11PM -0500, Mathew Ryden wrote: > Actually it was a deficiency in the FCP specs. GenerateSVKKeypair returns a > keypair without the last three bytes -- the keysize and keytype. This was > not accidental, although the docs are lacking in what exactly is returned. So th

[freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Ian Clarke
On Sun, May 13, 2001 at 10:58:29AM +1200, David McNab wrote: > To get a working Freenet keypair with FCP, > 1) Use the FCP 'GenerateSVKKeypair' command, and save the private key > 2) Use the 'ClientPut' command to insert anything as > SSK at privatekey/anything. Perhaps use htl=1 to make it quick.

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Ian Clarke
On Sat, May 12, 2001 at 06:44:11PM -0500, Mathew Ryden wrote: > Actually it was a deficiency in the FCP specs. GenerateSVKKeypair returns a > keypair without the last three bytes -- the keysize and keytype. This was > not accidental, although the docs are lacking in what exactly is returned. So t

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Mathew Ryden
- Original Message - From: "Ian Clarke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 12, 2001 6:28 PM Subject: Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair > On Sun, May 13, 2001 at 10:58:29AM +1200, David McNab wr

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Ian Clarke
On Sun, May 13, 2001 at 10:58:29AM +1200, David McNab wrote: > To get a working Freenet keypair with FCP, > 1) Use the FCP 'GenerateSVKKeypair' command, and save the private key > 2) Use the 'ClientPut' command to insert anything as > SSK@privatekey/anything. Perhaps use htl=1 to make it quick. >

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread David McNab
-- From: "David McNab" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 9:54 AM Subject: Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair > > Be a sport and publish an example of the keypair that works please.. > > I think

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread David McNab
uDT8iApCWc33MlNClfiMlIRHZOkQAgE - Original Message - From: "Tavin Cole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 9:28 AM Subject: Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair > On Sun, May 13, 2001 at 01:53:22AM +1200,

Re: [freenet-devl] Bug Report - 0.3.9.1 - FCP generates bad keypair

2001-05-12 Thread Tavin Cole
On Sun, May 13, 2001 at 01:53:22AM +1200, David McNab wrote: > Hi all, > > While I like the overall improvements with v0.3.9.1, I'm having a problem > with FCP. > > Basically, the FCP 'GenerateSVKPair' command creates dud keys (ie . > > I've verified this in my code by using an FCP-generated ke

[freenet-devl] Bug in latest CVS

2001-04-26 Thread Ian Clarke
I get the following when trying to request GJ's website (and can't successfully request any other websites either). This is from hawk.freenetproject.org, a Debian box, using IBM's 1.3 JDK. Freenet.ConnectFailedException: Freenet.ConnectException: java.net.NoRouteToHostException: No route to host

[freenet-devl] Bug in latest CVS

2001-04-26 Thread Evan Prodromou
> "IC" == Ian Clarke writes: IC> I get the following when trying to request GJ's website (and can't successfully

Re: [freenet-devl] Bug in latest CVS

2001-04-26 Thread Evan Prodromou
> "IC" == Ian Clarke <[EMAIL PROTECTED]> writes: IC> I get the following when trying to request GJ's website (and can't successfully IC> request any other websites either). IC> This is from hawk.freenetproject.org, a Debian box, using IBM's 1.3 JDK. IC> Freenet.ConnectFailed

[freenet-devl] Bug in latest CVS

2001-04-26 Thread Ian Clarke
I get the following when trying to request GJ's website (and can't successfully request any other websites either). This is from hawk.freenetproject.org, a Debian box, using IBM's 1.3 JDK. Freenet.ConnectFailedException: Freenet.ConnectException: java.net.NoRouteToHostException: No route to host

[freenet-devl] Bug (?) in 0.3.9 & 0.3.8 re: no follow redirect

2001-04-25 Thread Gianni Johansson
On Wednesday 25 April 2001 20:30, cardhore wrote: > Doing: > > freenet_request -autoRedirect no > MSK at SSK@enI8YFo3gj8UVh-Au0HpK Mftf6QQAgE/homepage// freenet_request -autoRedirect no SSK at enI8YFo3gj8UVh-Au0HpK Mftf6QQAgE/homepage will grab the MSK map file if that's what you are trying to d

[freenet-devl] Bug (?) in 0.3.9 & 0.3.8 re: no follow redirect

2001-04-25 Thread Mark J. Roberts
On Wed, 25 Apr 2001, cardhore wrote: > freenet_request -autoRedirect no > MSK at SSK@enI8YFo3gj8UVh-Au0HpK Mftf6QQAgE/homepage// [snip] > This happens only with the redirect set to no. That will confuse it. Fred's mapfile code is a nasty hack. It sucks. It doesn't report errors reasonably. Sorry.

Re: [freenet-devl] Bug (?) in 0.3.9 & 0.3.8 re: no follow redirect

2001-04-25 Thread Gianni Johansson
On Wednesday 25 April 2001 20:30, cardhore wrote: > Doing: > > freenet_request -autoRedirect no > MSK@SSK@enI8YFo3gj8UVh-Au0HpK Mftf6QQAgE/homepage// freenet_request -autoRedirect no SSK@enI8YFo3gj8UVh-Au0HpK Mftf6QQAgE/homepage will grab the MSK map file if that's what you are trying to do. R

Re: [freenet-devl] Bug (?) in 0.3.9 & 0.3.8 re: no follow redirect

2001-04-25 Thread Mark J. Roberts
On Wed, 25 Apr 2001, cardhore wrote: > freenet_request -autoRedirect no > MSK@SSK@enI8YFo3gj8UVh-Au0HpK Mftf6QQAgE/homepage// [snip] > This happens only with the redirect set to no. That will confuse it. Fred's mapfile code is a nasty hack. It sucks. It doesn't report errors reasonably. Sorry.

Re: [freenet-devl] Bug (?) in 0.3.9 & 0.3.8 re: no follow redirect

2001-04-25 Thread Mr . Bad
> "MJR" == Mark J Roberts <[EMAIL PROTECTED]> writes: MJR> That will confuse it. Fred's mapfile code is a nasty hack. It MJR> sucks. It doesn't report errors reasonably. Sorry. It's also pretty much enabled the current rash of "Freesites." A hearty beaujolais to the fellow who creat

[freenet-devl] Bug (?) in 0.3.9 & 0.3.8 re: no follow redirect

2001-04-25 Thread Mr.Bad
> "MJR" == Mark J Roberts writes: MJR> That will confuse it. Fred's mapfile code is a nasty hack. It MJR> sucks. It doesn't report errors reasonably. Sorry. It's also pretty much enabled the current rash of "Freesites." A hearty beaujolais to the fellow who created and implemented M

[freenet-devl] Bug (?) in 0.3.9 & 0.3.8 re: no follow redirect

2001-04-25 Thread cardhore
Doing: freenet_request -autoRedirect no MSK at SSK@enI8YFo3gj8UVh-Au0HpK Mftf6QQAgE/homepage// Results in: Freenet Core running on 2116 (build 390) Freenet Core running on 2117 (build 390) State "PREPARED" reached. State "REQUESTING" reached. A message was sent to tcp/127.0.0.1:19114. A message

[freenet-devl] Bug (?) in 0.3.9 & 0.3.8 re: no follow redirect

2001-04-25 Thread cardhore
Doing: freenet_request -autoRedirect no MSK@SSK@enI8YFo3gj8UVh-Au0HpK Mftf6QQAgE/homepage// Results in: Freenet Core running on 2116 (build 390) Freenet Core running on 2117 (build 390) State "PREPARED" reached. State "REQUESTING" reached. A message was sent to tcp/127.0.0.1:19114. A message w

Re: [freenet-devl] Bug in -keyIndex exposes private key

2001-04-23 Thread Mr . Bad
> "SR" == Stefan Reich <[EMAIL PROTECTED]> writes: SR> Isn't 0.3.8.2 imminent? Put it in there. Yeah, it should be coming out within 24 hours. ~Mr. Bad -- ~ Mr. Bad <[EMAIL PROTECTED]> | Pigdog Journal | http://pigdog.o

Re: [freenet-devl] Bug in -keyIndex exposes private key

2001-04-23 Thread Stefan Reich
added to freegle... *g* -Stefan - Original Message - From: "Brandon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 9:47 PM Subject: Re: [freenet-devl] Bug in -keyIndex exposes private key > > > BTW, for those using the current release, y

Re: [freenet-devl] Bug in -keyIndex exposes private key

2001-04-23 Thread Brandon
> This one's no kidding: When you use finsert -keyIndex with an SSK key, the _private_ >key is inserted into the index! Thanks for pointing this out. It's fixed now. I suggest we do a new release as soon as possible as people are starting to use the key index code to submit keys to sites and th

[freenet-devl] Bug in -keyIndex exposes private key

2001-04-23 Thread Stefan Reich
This one's no kidding: When you use finsert -keyIndex with an SSK key, the _private_ key is inserted into the index! For example (condensed protocol): finsert -makeKeyPair [...] Private key : Tr0F1Aefe4o8tHFFTxIRgXyT4g Public key : Umt-34s5Y16lZN6VbqO08ViWWd0QAgE finsert -keyIndex freegletest

[freenet-devl] Bug in -keyIndex exposes private key

2001-04-23 Thread Stefan Reich
This one's no kidding: When you use finsert -keyIndex with an SSK key, the _private_ key is inserted into the index!   For example (condensed protocol):   finsert -makeKeyPair   [...]Private key : Tr0F1Aefe4o8tHFFTxIRgXyT4gPublic key  : Umt-34s5Y16lZN6VbqO08ViWWd0QAgE   finsert -keyIndex fre

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-09 Thread Tavin Cole
On Sun, Apr 08, 2001 at 01:52:38PM -0500, Brandon wrote: > > > Tell you what. I'm going to go hack NullBucket right now so that it returns > > a NullInputStream that always gives EOF, instead of a null pointer. > > I see that you've committed changes to NullBucket. However, the stack > trace per

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-08 Thread Brandon
> Tell you what. I'm going to go hack NullBucket right now so that it returns > a NullInputStream that always gives EOF, instead of a null pointer. I see that you've committed changes to NullBucket. However, the stack trace persists. ___ Devl mailin

[freenet-devl] Bug Tracking

2001-04-08 Thread Brandon
> Hey, so, I'd really like to start tracking bugs on SourceForge. Yes, > some people don't want to use it, and I'd be happy to personally > "marshall" bugs by hand across the boundary from bug-tracking system > to email or whatever. > > Can one of the admins give me permissions to admin the bugs

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-08 Thread Oskar Sandberg
On Sat, Apr 07, 2001 at 10:30:41PM -0400, Tavin Cole wrote: > On Sun, Apr 08, 2001 at 03:16:13AM +0100, toad wrote: > > > Actually, this was unrelated to the restructuring. It's a result of my > > > fixing > > > Fred to compute the encryption key for CHKs from the whole data stream > > > instead

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-08 Thread Tavin Cole
On Sun, Apr 08, 2001 at 11:16:34AM +0200, Oskar Sandberg wrote: > On Sat, Apr 07, 2001 at 10:30:41PM -0400, Tavin Cole wrote: > > On Sun, Apr 08, 2001 at 03:16:13AM +0100, toad wrote: > > > > Actually, this was unrelated to the restructuring. It's a result of my > > > > fixing > > > > Fred to com

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-08 Thread Tavin Cole
On Sun, Apr 08, 2001 at 05:30:44AM -0500, Brandon wrote: > > The work around is to just create a new empty FileBucket and pass that in. > > I've replaced all NullBuckets in my code with FileBuckets. I get the same > stack trace. Any other suggestions? Gar. I know this is obnoxious, but I think y

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-08 Thread Brandon
> The work around is to just create a new empty FileBucket and pass that in. I've replaced all NullBuckets in my code with FileBuckets. I get the same stack trace. Any other suggestions? ___ Devl mailing list Devl at freenetproject.org http://lists.f

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-08 Thread toad
On Sat, Apr 07, 2001 at 08:39:48PM -0400, Tavin Cole wrote: > On Sat, Apr 07, 2001 at 07:20:01PM -0500, Brandon wrote: > > There's some bug in the new Client restructuring as it has broken by > > code. It's also possible that it was broken before and changing my code > > has just revealed its broke

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-07 Thread Tavin Cole
On Sun, Apr 08, 2001 at 03:16:13AM +0100, toad wrote: > > Actually, this was unrelated to the restructuring. It's a result of my > > fixing > > Fred to compute the encryption key for CHKs from the whole data stream > > instead > > of the non-metadata part only. You'll get this if you attempt to

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-07 Thread Tavin Cole
On Sat, Apr 07, 2001 at 07:20:01PM -0500, Brandon wrote: > There's some bug in the new Client restructuring as it has broken by > code. It's also possible that it was broken before and changing my code > has just revealed its brokenness. However, since the stack trace > penetrates into FNPClient an

[freenet-devl] Bug in Freenet.client.FNPClient

2001-04-07 Thread Brandon
There's some bug in the new Client restructuring as it has broken by code. It's also possible that it was broken before and changing my code has just revealed its brokenness. However, since the stack trace penetrates into FNPClient and I haven't changed SimplifiedClient.dumpBuckets() lately, I thi

[freenet-devl] Bug Tracking

2001-04-07 Thread Mr.Bad
Hey, so, I'd really like to start tracking bugs on SourceForge. Yes, some people don't want to use it, and I'd be happy to personally "marshall" bugs by hand across the boundary from bug-tracking system to email or whatever. Can one of the admins give me permissions to admin the bugs database? ~M

  1   2   >