[freenet-support] temp files from gateway

2005-01-18 Thread n/a n/a
When surfin through the freenet gateway, the websites you view get stored on 
your system along with all the images etc. you view, where are they located? 
please let me know

Thanks!
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] temp files from gateway

2005-01-18 Thread Todd Walton
On Tue, 18 Jan 2005 22:55:17 -0500, n/a n/a <[EMAIL PROTECTED]> wrote:
> When surfin through the freenet gateway, the websites you view get stored on
> your system along with all the images etc. you view, where are they located?
> please let me know

By default, they're in a folder/directory called "store" in the
folder/directory you installed Freenet to.  In the lingo, that
collection of folders and files are called the "datastore".  They're
in encrypted format, though.  You won't be able to go through and pick
out your favorite images or anything like that.  If you want the HTML
and image files to exist somewhere in unencrypted format, you'll have
to surf (an inappropriate verb if ever there were one for Freenet) to
the page and then right-click and download.

Also, not all sites you view get stored on your system.  Only some of
them, and you don't which ones.  As another bit of lingo, this process
is called "probabilistic caching".

-todd
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] temp files from gateway

2005-01-19 Thread dave
Well, your web browser probably stores copies in its cache ...   those
copies will in all likelihood *not* be encrypted.   But it depends on your
browser settings, and of course which browser you use to 'surf'..

> When surfin through the freenet gateway, the websites you view get stored
> on
> your system along with all the images etc. you view, where are they
> located?
> please let me know
>
> Thanks!
>
> _
> Express yourself instantly with MSN Messenger! Download today - it's FREE!
> hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at
> http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]
>


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] temp files from gateway

2005-01-19 Thread Toad
The encrypted files are stored in the store.
The decrypted files may be stored in the temp directory as well. Which
is often in the store, subdir temp.

On Tue, Jan 18, 2005 at 10:55:17PM -0500, n/a n/a wrote:
> When surfin through the freenet gateway, the websites you view get stored 
> on your system along with all the images etc. you view, where are they 
> located? please let me know
> 
> Thanks!
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] temp files from gateway

2005-01-19 Thread Ben Golding
Doesn't storing decrypted data on disk break the "deniability" property
of Freenet, which is important for freedom of speech?

(after all, you can disable writing the cache to disk, even in IE!)

Ben Golding

- Original message -
From: "Toad" <[EMAIL PROTECTED]>
To: support@freenetproject.org
Date: Wed, 19 Jan 2005 12:53:51 +0000
Subject: Re: [freenet-support] temp files from gateway

The encrypted files are stored in the store.
The decrypted files may be stored in the temp directory as well. Which
is often in the store, subdir temp.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] temp files from gateway

2005-01-19 Thread Toad
On Wed, Jan 19, 2005 at 04:36:13PM +, Ben Golding wrote:
> Doesn't storing decrypted data on disk break the "deniability" property
> of Freenet, which is important for freedom of speech?

I'd have to check what the current behaviour is... I think we use
temporary file buckets and don't encrypt them, in fproxy, at present...
We should fix this, obviously.
> 
> (after all, you can disable writing the cache to disk, even in IE!)
> 
> Ben Golding
> 
> - Original message -
> From: "Toad" <[EMAIL PROTECTED]>
> To: support@freenetproject.org
> Date: Wed, 19 Jan 2005 12:53:51 +
> Subject: Re: [freenet-support] temp files from gateway
> 
> The encrypted files are stored in the store.
> The decrypted files may be stored in the temp directory as well. Which
> is often in the store, subdir temp.
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] temp files from gateway

2005-01-21 Thread Marco A. Calamari
On Wed, 2005-01-19 at 17:02 +, Toad wrote:
> On Wed, Jan 19, 2005 at 04:36:13PM +, Ben Golding wrote:
> > Doesn't storing decrypted data on disk break the "deniability" property
> > of Freenet, which is important for freedom of speech?
> 
> I'd have to check what the current behaviour is... I think we use
> temporary file buckets and don't encrypt them, in fproxy, at present...
> We should fix this, obviously.

Another check on next minor release IMHO useful would be
 delete all file stored in cleartext BOTH when shutting
 down the node and when starting it.
I mean all file in store/temp and the dir store/temp
 itself (to clean temo filenames)
Another useful addition would be an config option to
 clean all clearinfo places: client-download (both
 content and dir), that can be used by others if the node is an
 http gateway (has the fproxy port public), logfile
 that from time to time can contain keynames in weird
 messages or other internal information as stacktraces.
Doing this with a simple wiping algoritm (fill with
 zero before deletion) would be another good thing.

JM2C.   Marco

> > 
> > (after all, you can disable writing the cache to disk, even in IE!)
> > 
> > Ben Golding
> > 
> > - Original message -
> > From: "Toad" <[EMAIL PROTECTED]>
> > To: support@freenetproject.org
> > Date: Wed, 19 Jan 2005 12:53:51 +
> > Subject: Re: [freenet-support] temp files from gateway
> > 
> > The encrypted files are stored in the store.
> > The decrypted files may be stored in the temp directory as well. Which
> > is often in the store, subdir temp.
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]
-- 

"Oggi e' il domani di cui ci dovevamo preoccupare ieri."


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] temp files from gateway

2005-01-21 Thread Toad
Filling with 0's then deleting is not reliable on journaled
filesystems.. the files should be encrypted in the first place. A while
back somebody did some changes to make sure that keys don't show up if
logLevel is less than debug (or minor?)..

On Fri, Jan 21, 2005 at 08:23:15AM +0100, Marco A. Calamari wrote:
> On Wed, 2005-01-19 at 17:02 +, Toad wrote:
> > On Wed, Jan 19, 2005 at 04:36:13PM +, Ben Golding wrote:
> > > Doesn't storing decrypted data on disk break the "deniability" property
> > > of Freenet, which is important for freedom of speech?
> > 
> > I'd have to check what the current behaviour is... I think we use
> > temporary file buckets and don't encrypt them, in fproxy, at present...
> > We should fix this, obviously.
> 
> Another check on next minor release IMHO useful would be
>  delete all file stored in cleartext BOTH when shutting
>  down the node and when starting it.
> I mean all file in store/temp and the dir store/temp
>  itself (to clean temo filenames)
> Another useful addition would be an config option to
>  clean all clearinfo places: client-download (both
>  content and dir), that can be used by others if the node is an
>  http gateway (has the fproxy port public), logfile
>  that from time to time can contain keynames in weird
>  messages or other internal information as stacktraces.
> Doing this with a simple wiping algoritm (fill with
>  zero before deletion) would be another good thing.
> 
> JM2C.   Marco
> 
> > > 
> > > (after all, you can disable writing the cache to disk, even in IE!)
> > > 
> > > Ben Golding
> > > 
> > > - Original message -
> > > From: "Toad" <[EMAIL PROTECTED]>
> > > To: support@freenetproject.org
> > > Date: Wed, 19 Jan 2005 12:53:51 +
> > > Subject: Re: [freenet-support] temp files from gateway
> > > 
> > > The encrypted files are stored in the store.
> > > The decrypted files may be stored in the temp directory as well. Which
> > > is often in the store, subdir temp.
> > ___
> > Support mailing list
> > Support@freenetproject.org
> > http://news.gmane.org/gmane.network.freenet.support
> > Unsubscribe at 
> > http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> > Or mailto:[EMAIL PROTECTED]
> -- 
> 
> "Oggi e' il domani di cui ci dovevamo preoccupare ieri."



> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]

-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] temp files from gateway

2005-01-21 Thread dave
If you're worried about tempfiles you might want to store your files in an
encrypted filesystem  (or e.g. an encrypted folder on Windows XP)

> Filling with 0's then deleting is not reliable on journaled
> filesystems.. the files should be encrypted in the first place. A while
> back somebody did some changes to make sure that keys don't show up if
> logLevel is less than debug (or minor?)..
>
> On Fri, Jan 21, 2005 at 08:23:15AM +0100, Marco A. Calamari wrote:
>> On Wed, 2005-01-19 at 17:02 +, Toad wrote:
>> > On Wed, Jan 19, 2005 at 04:36:13PM +, Ben Golding wrote:
>> > > Doesn't storing decrypted data on disk break the "deniability"
>> property
>> > > of Freenet, which is important for freedom of speech?
>> >
>> > I'd have to check what the current behaviour is... I think we use
>> > temporary file buckets and don't encrypt them, in fproxy, at
>> present...
>> > We should fix this, obviously.
>>
>> Another check on next minor release IMHO useful would be
>>  delete all file stored in cleartext BOTH when shutting
>>  down the node and when starting it.
>> I mean all file in store/temp and the dir store/temp
>>  itself (to clean temo filenames)
>> Another useful addition would be an config option to
>>  clean all clearinfo places: client-download (both
>>  content and dir), that can be used by others if the node is an
>>  http gateway (has the fproxy port public), logfile
>>  that from time to time can contain keynames in weird
>>  messages or other internal information as stacktraces.
>> Doing this with a simple wiping algoritm (fill with
>>  zero before deletion) would be another good thing.
>>
>> JM2C.   Marco
>>
>> > >
>> > > (after all, you can disable writing the cache to disk, even in IE!)
>> > >
>> > > Ben Golding
>> > >
>> > > - Original message -
>> > > From: "Toad" <[EMAIL PROTECTED]>
>> > > To: support@freenetproject.org
>> > > Date: Wed, 19 Jan 2005 12:53:51 +
>> > > Subject: Re: [freenet-support] temp files from gateway
>> > >
>> > > The encrypted files are stored in the store.
>> > > The decrypted files may be stored in the temp directory as well.
>> Which
>> > > is often in the store, subdir temp.
>> > ___
>> > Support mailing list
>> > Support@freenetproject.org
>> > http://news.gmane.org/gmane.network.freenet.support
>> > Unsubscribe at
>> http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
>> > Or mailto:[EMAIL PROTECTED]
>> --
>>
>> "Oggi e' il domani di cui ci dovevamo preoccupare ieri."
>
>
>
>> ___
>> Support mailing list
>> Support@freenetproject.org
>> http://news.gmane.org/gmane.network.freenet.support
>> Unsubscribe at
>> http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
>> Or mailto:[EMAIL PROTECTED]
>
> --
> Matthew J Toseland - [EMAIL PROTECTED]
> Freenet Project Official Codemonkey - http://freenetproject.org/
> ICTHUS - Nothing is impossible. Our Boss says so.
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at
> http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] temp files from gateway

2005-01-21 Thread Marco A. Calamari
On Fri, 2005-01-21 at 11:50 +, Toad wrote:
> Filling with 0's then deleting is not reliable on journaled
> filesystems.. the files should be encrypted in the first place. A while
> back somebody did some changes to make sure that keys don't show up if
> logLevel is less than debug (or minor?)..

Er Toad, you give me a negative answer only to
 my fourth point. Typical commit time for journaled
 filesystem is 5 to 15 seconds, so modification not
 writtend is just a possibility. This is not my
 concern.

Let me better explain my thoughts.

By design, Freenet must protect his users giving the
 greater anonimity possible and the greater plausible
 deniability possible.

AFAIK this philosophy must guide thru all
 implementation. Freenet must do his best to
 protect all his user (if this is an easy task)
 including user that doesn't know how use a cryptoloop
 or barely know how to install a windows program.
Naive, wrongdoer or stupid users must be protected
 too, as long as this is an easy task.

Delete all cleartext info as soon as they are no more
 necessary follow directly from this.
I understand that the nature of the Freenet code
 doesn't allow for an easy review if this happens
 always in the code.

BUT, I see really no reason why Fred must
 leave files filled of cleartext temporary info liying
 around, when Microsoft Word (R) itself lost this habit.

So OK, do not overwrite, just delete 
 temp & client-download files; at least the
 probability that a forensic analisys can
 recover it are greatly *reduced*.

I think a single code line somewhere in Fred
 can do this job. Ok this is not an
 interesting issue, but IMHO it close a big,
 trivial problem in current implementation
 and add a resilience that worth well implement it.

Or will be implemented only in 1.0 ?  ;)

Just my 2 eurocent.   Ciao.   Marco


> 
> On Fri, Jan 21, 2005 at 08:23:15AM +0100, Marco A. Calamari wrote:
> > On Wed, 2005-01-19 at 17:02 +, Toad wrote:
> > > On Wed, Jan 19, 2005 at 04:36:13PM +, Ben Golding wrote:
> > > > Doesn't storing decrypted data on disk break the "deniability" property
> > > > of Freenet, which is important for freedom of speech?
> > > 
> > > I'd have to check what the current behaviour is... I think we use
> > > temporary file buckets and don't encrypt them, in fproxy, at present...
> > > We should fix this, obviously.
> > 
> > Another check on next minor release IMHO useful would be
> >  delete all file stored in cleartext BOTH when shutting
> >  down the node and when starting it.
> > I mean all file in store/temp and the dir store/temp
> >  itself (to clean temo filenames)
> > Another useful addition would be an config option to
> >  clean all clearinfo places: client-download (both
> >  content and dir), that can be used by others if the node is an
> >  http gateway (has the fproxy port public), logfile
> >  that from time to time can contain keynames in weird
> >  messages or other internal information as stacktraces.
> > Doing this with a simple wiping algoritm (fill with
> >  zero before deletion) would be another good thing.
> > 
> > JM2C.   Marco
> > 
> > > > 
> > > > (after all, you can disable writing the cache to disk, even in IE!)
> > > > 
> > > > Ben Golding
> > > > 
> > > > - Original message -
> > > > From: "Toad" <[EMAIL PROTECTED]>
> > > > To: support@freenetproject.org
> > > > Date: Wed, 19 Jan 2005 12:53:51 +
> > > > Subject: Re: [freenet-support] temp files from gateway
> > > > 
> > > > The encrypted files are stored in the store.
> > > > The decrypted files may be stored in the temp directory as well. Which
> > > > is often in the store, subdir temp.
> > > ___
> > > Support mailing list
> > > Support@freenetproject.org
> > > http://news.gmane.org/gmane.network.freenet.support
> > > Unsubscribe at 
> > > http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> > > Or mailto:[EMAIL PROTECTED]
> > -- 
> > 
> > "Oggi e' il domani di cui ci dovevamo preoccupare ieri."
> 
> 
> 
> > ___
> > Support mailing list
> > Support@freenetproject.org
> > http://news.gmane.org/gmane.network.freenet.support
> > Unsubscribe at 
> > http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> > Or mailto:[EMAIL PROTECTED]
> 
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]
-- 

"Oggi e' il domani di cui ci dovevamo preoccupare ieri."


signature.asc
Description: This is a digitally signed message part
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] temp files from gateway

2005-01-21 Thread Todd Walton
On Fri, 21 Jan 2005 15:03:45 +0100, Marco A. Calamari <[EMAIL PROTECTED]> wrote:
> Delete all cleartext info as soon as they are no more
>  necessary follow directly from this.

He's got a point.  I'm a bit surprised to learn that there's clear
text information put onto the hard drive.  To what extent is this
done?  To what extent should I worry?

-todd
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]