[Opensim-dev] DB refactor for Terrain storage

2015-05-08 Thread Dev Random
OpenSimulator now supports variable-sized regions, some of which can be quite large. The recommended maximum is 8192m x 8192m, which is (4 x 8) x (4 * 8) = 1024 times larger than the “standard” 256m x 256m region. Regions of greatly increased size have exposed some weaknesses in the current Terrai

Re: [Opensim-dev] New configuration capabilities (James Hughes)

2014-12-02 Thread Dev Random
This is an especially useful approach for spinning up template-based grids for testing concepts, etc. I use a setup similar to this, but with Environment variables set from a launch script. It will be nice to be able to move some of the config items into the ini files. Here's some of the places

Re: [guardian-dev] Update your servers for real

2014-09-25 Thread Dev Random
This seems mitigated by the fact that /bin/sh is -> dash on debian. So unless something does explicitly #!/bin/bash, things should be okay. BTW, there's a related vuln that's not fixed yet - CVE-2014-7169 https://news.ycombinator.com/item?id=8365158 On Thu, 2014-09-25 at 08:48 -0400, Lee Azzarel

Re: [liberationtech] New secure XMPP server

2013-12-29 Thread Dev Random
Hi Anthony, That's great. It would be ideal if it supported XEP-0198 - for reliable delivery of packets with mobile clients. Are you using prosody? On 13-12-29 12:15 PM, Anthony Papillion wrote: > Hello Everyone, > > Just brought a new XMPP server online and am offering it for anyone's > use. C

Re: [cryptography] Asynchronous forward secrecy encryption

2013-09-22 Thread Dev Random
On 09/16/2013 04:45 AM, Marco Pozzato wrote: > Hi all, > > I'm looking for an asynchronous messaging protocol with support for > forward secrecy: I found some ideas, some abstract paper but nothing > ready to be used. I've been thinking about this for a while now and I don't see a way to do this w

Re: [Tails-dev] [liberationtech] secure download tool - doesn't exist?!?

2013-07-01 Thread Dev Random
The Gitian tools have this: https://github.com/devrandom/gitian-builder/blob/master/share/gitian_updater.py which could be adapted to work with other network protocols (e.g. Torrent). On 07/01/2013 11:03 AM, adrelanos wrote: > In response to "the tool doesn't exist"... > > You can create a real

Re: [liberationtech] secure download tool - doesn't exist?!?

2013-07-01 Thread Dev Random
The Gitian tools have this: https://github.com/devrandom/gitian-builder/blob/master/share/gitian_updater.py which could be adapted to work with other network protocols (e.g. Torrent). On 07/01/2013 11:03 AM, adrelanos wrote: > In response to "the tool doesn't exist"... > > You can create a real

Re: [liberationtech] Android Full-Disk Encryption Cracked

2013-06-10 Thread Dev Random
It's important for the data-at-rest password to have lots of entropy. But using a long password for unlocking the screen annoys the user, and they will choose a shorter one. Therefore it's important to separate them. See this open source app to set them separately: https://play.google.com/store/ap

Re: [OTR-dev] OTR Encrypted File Transfer, Spec Draft

2013-06-10 Thread Dev Random
On 06/10/2013 04:15 PM, Hans-Christoph Steiner wrote: > > On 06/10/2013 06:45 PM, Paul Wouters wrote: >> On Wed, 5 Jun 2013, Hans-Christoph Steiner wrote: >> >>> Rate limiting will affect both XMPP in-band and OTR in-band the same. Only >>> an >>> out-of-band file transfer would get around that.

Re: [OTR-dev] Extra symmetric key

2013-01-14 Thread Dev Random
On 01/14/2013 09:04 AM, Kjell Braden wrote: > On 01/14/2013 05:36 PM, Dev Random wrote: >> On 01/14/2013 03:34 AM, Kjell Braden wrote: >>> [sent this off-list earlier, sorry] >>> >>> The TLV8 is used to indicate to your partner's client that you inten

Re: [OTR-dev] Extra symmetric key

2013-01-14 Thread Dev Random
On 01/14/2013 03:34 AM, Kjell Braden wrote: > Am 14.01.2013 06:05, schrieb Dev Random: >> Hi all, >> >> I plan to use the Type 8 TLV / extra symmetric key in the Gibberbot >> project, but I am puzzled by the description in the OTRv3 spec. >> >> TLVs a

[OTR-dev] Extra symmetric key

2013-01-13 Thread Dev Random
Hi all, I plan to use the Type 8 TLV / extra symmetric key in the Gibberbot project, but I am puzzled by the description in the OTRv3 spec. TLVs are already encrypted inside the message envelope. What is then the function of the additional key h2(0xFF)? Since the message is already encrypted wi

Re: [liberationtech] Privacy in Ubuntu 12.10

2012-11-08 Thread Dev Random
On 12-11-08 11:34 AM, Micah Lee wrote: > ... get encrypted. When you're not encrypting your whole hard drive, "evil > maid" style attacks become much easier. If someone gets physical access > to your computer for just a couple minutes, they can boot to a live cd > and replace your /usr/bin/ssh or /

Re: [liberationtech] Bitcoin and The Public Function of Money

2012-11-01 Thread Dev Random
Jumping into the fray... On 12-11-01 02:05 PM, Jacob Appelbaum wrote: > > Liberty requires acknowledging that other people exist and that we > aren't individual islands. > > Care to address the externalities on our all of our lives that others, > such as you, impose by their mere existence? I ful

Re: [gentoo-dev] RFC: removal of

2011-06-03 Thread dev-random
On Fri, Jun 03, 2011 at 08:40:26AM +0200, "Paweł Hajdan, Jr." wrote: > ... > We can't have a tarball, most of the files from the package are > non-redistributable. > ... Then why do ebuilds contain line LICENSE="GPL-2"?

Re: [gentoo-dev] Last rites: www-client/chromium-bin

2011-03-04 Thread dev-random
On Fri, Mar 04, 2011 at 09:41:30PM -0500, Rich Freeman wrote: <...> > For kicks I tried to do better with distcc and EC2. That worked great > until it started running a bunch of python scripts in the makefile - > at -j15 or whatever I had it set to. Distcc really needs a solution > for the fact t

Re: [gentoo-dev] making revdep-rebuild (partially) obsolete

2010-12-31 Thread dev-random
> ... > Subsequent merges will update this that, > ... Subsequent merges may happen after a long while. Old, possibly vulunerable library will still be used, and most likely unseen by admin.

Re: [gentoo-hardened] Testing needed

2010-12-09 Thread dev-random
Upd: all the hardened stuff seems to be commented out in ebuild!

Re: [gentoo-hardened] Testing needed

2010-12-08 Thread dev-random
o_O I don't see grsecurity there! Am I blind? .config - Linux Kernel v2.6.36-hardened-r5 Configuration ── ┌─── Security options ┐ │ Arr

Re: [gentoo-security] #342619 RESOLVED WONTFIX

2010-10-27 Thread dev-random
On Wed, Oct 27, 2010 at 08:33:56PM +0200, Volker Armin Hemmann wrote: > please show me some enterprise distros incorporating that patch. I didn't test that patch; even if it's incorrect, bugreport is not about a patch. It's about a security issue. For example, look here: http://seclists.org/fulld

[gentoo-security] #342619 RESOLVED WONTFIX

2010-10-26 Thread dev-random
#342619 [http://bugs.gentoo.org/342619] RESOLVED WONTFIX Are you intentionally leaving security hole in system?

Re: [gentoo-dev] RFC Bugzilla interaction guide for devs & editbugs users

2010-09-07 Thread dev-random
On Tue, Sep 07, 2010 at 09:30:34PM +, Robin H. Johnson wrote: > This implies that the upstream is alive enough to fix it. > > I feel it should mean that the bug has been reported to upstream, and > that state is documented in the bug. > > If we keep every upstream bug open instead of closed,

[gentoo-dev] Re: FYI: Rules for distro-friendly packages

2010-06-27 Thread dev-random
On Sun, Jun 27, 2010 at 08:48:25PM +0300, Nikos Chantziaras wrote: > ... > It is allowed. Section 7.1.1, Paragraphs 2 and 3 of the C++ standard: > ... Not in C. ISO/IEC 9899:1999 (aka C99), section 6.7.1, note 101: > The implementation may treat any register declaration simply as an auto > declar

Re: [gentoo-dev] app-editors/vim and USE="vim-with-x" -> Rename to USE="X"?

2010-06-07 Thread dev-random
On Mon, Jun 07, 2010 at 07:53:22PM +0100, Ciaran McCreesh wrote: > It's there because if you break your X you probably want a usable > editor to help you fix it. vim, compiled with "vim-with-x" works correctly when X is broken. It doesn't enable X11-based UI, like flag "X" suggests. It just enable

[Bug 508980] Re: npviewer.bin uses 100% CPU when visiting gmail with epiphany

2010-04-23 Thread /dev/random
same here... I would like to give a hand in debugging this, but I see no activity here. Is it been solved somehow? thanks d -- npviewer.bin uses 100% CPU when visiting gmail with epiphany https://bugs.launchpad.net/bugs/508980 You received this bug notification because you are a member of Ubuntu

Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki

2010-04-04 Thread dev-random
Hm. Can you all just talk to the admin of gentoo-wiki and make it official?

[Ubuntu-x-swat] [Bug 312756] Re: support graphics card hot switch

2010-03-06 Thread /dev/random
Hi, I have a DELL Studio XPS 1340 (bios rev. A11) lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' 00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1) 00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1) 00:03.0

[Bug 312756] Re: support graphics card hot switch

2010-03-06 Thread /dev/random
Hi, I have a DELL Studio XPS 1340 (bios rev. A11) lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' 00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1) 00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1) 00:03.0

[Bug 499230] Re: Ubuntu One client crashes on startup

2010-02-09 Thread /dev/random
ok, now the link is ok. So the daemon does not crash... but it doesn't sync my local folder with the remote one... there's something more to investigate. Thanks for your help d -- Ubuntu One client crashes on startup https://bugs.launchpad.net/bugs/499230 You received this bug notification becau

[Bug 499230] Re: Ubuntu One client crashes on startup

2010-02-08 Thread /dev/random
eli...@seldon:~$ ls -la "~/Ubuntu One/Shared With Me" ls: impossibile accedere a ~/Ubuntu One/Shared With Me: Nessun file o directory That is the italian for: "No such file or directory". d -- Ubuntu One client crashes on startup https://bugs.launchpad.net/bugs/499230 You received this bug notif

[Bug 499230] Re: Ubuntu One client crashes on startup

2010-02-08 Thread /dev/random
I'm affected by the same problem (and same error), but I didn't get the solution... can you explain please? d -- Ubuntu One client crashes on startup https://bugs.launchpad.net/bugs/499230 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 449760] Re: ubuntuone syncdaemon starts every second and causes high CPU load

2010-01-25 Thread /dev/random
I had the same problem on 9.10 because of files not completely owned by my user. I fixed it with chown -R user:user Ubuntu\ One -- ubuntuone syncdaemon starts every second and causes high CPU load https://bugs.launchpad.net/bugs/449760 You received this bug notification because you are a member o

[Bug 449760] Re: ubuntuone syncdaemon starts every second and causes high CPU load

2010-01-25 Thread /dev/random
sorry I was trying to point out that affects 9.10 too... but I didn't succeed sorry ** Also affects: ubuntu Importance: Undecided Status: New ** Changed in: ubuntu Status: New => Invalid -- ubuntuone syncdaemon starts every second and causes high CPU load https://bugs.launchpad

Re: [gentoo-dev] [rfc] layman storage location (again)

2010-01-16 Thread dev-random
On Sat, Jan 16, 2010 at 01:57:38PM +0100, Ben de Groot wrote: > 2010/1/16 Peter Volkov : > > layman cache is nfs distributable. Also it's good idea to have it close > > to PORTDIR. Thus I'd like to keep it somewhere at /usr. > > I'd like both to be under /var/ > I _use_ both under /var/. In my c

[gentoo-dev] Re: News item for Paludis kdebuild-1 removal

2010-01-04 Thread dev-random
On Mon, Jan 04, 2010 at 04:24:32PM +0100, Christian Faulhammer wrote: > Hi, > > My proposal: > Too late. News item is already there. (/usr/portage/metadata/news/2009-12-21-kdebuild/2009-12-21-kdebuild.en.txt)

Re: [gentoo-dev] Re: QA last rites for x11-wm/ion

2009-12-15 Thread dev-random
According to his website (AFAIR) that license is for _names_ "ion" and "ion3". License for code is still GPL. If you rename the project, you may ignore that terms. On Tue, Dec 15, 2009 at 09:27:29AM +0100, Rémi Cardona wrote: > Le 15/12/2009 08:09, Ulrich Mueller a écrit : > >> On Tue, 15 D

[Bug 432576] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x7c/0x80()

2009-10-16 Thread /dev/random
If you need some more logs just ask, I have the same problem. d (btw - i found that latest karmic has some problems handling system sounds (only system sounds)... no good sound, no fluent and rather distorted, but i have no idea how to report this) -- WARNING: at /build/buildd/linux-2.6.31/kerne

Re: [gentoo-user] xcfe4 -- can't return to X after ctrl+alt+(f1-f6,f12)

2009-09-01 Thread dev-random
On Tue, Sep 01, 2009 at 04:28:33PM -0600, Maxim Wexler wrote: > Hi group, > > I think this is xcfe specific, because it hasn't happen with other wms. > > If, after running startx, I move to another terminal using > ctr+alt+(f1-f6,f12), when I return to the X window, ctrl+alt+f7, I see > nothing b

Re: [gentoo-dev] [RFC] USE flags requirements (EAPI-4 ?)

2009-08-31 Thread dev-random
On Mon, Aug 31, 2009 at 07:27:32PM +0100, Ciaran McCreesh wrote: > Then when the user turns on all three: > > * If 'd' is enabled, if 'a' is enabled, 'b' must not be enabled > * If 'd' is enabled, if 'a' is enabled, 'c' must not be enabled > * If 'd' is enabled, if 'b' is enabled, 'a'

Bug#502530: kmix channel settings changes - master is nulled, possibly a bug in config management.

2009-06-09 Thread Dev Random
2009/6/9 George Kiagiadakis > 2009/6/9 Dev Random : > > Package: kmix > > Version: 4:4.2.2-1 > > > > --- Please enter the report below this line. --- > > > > Kmix doesn't work - it's information on channels is nulled every (or so) > > lo

Bug#502530: kmix channel settings changes - master is nulled, possibly a bug in config management.

2009-06-09 Thread Dev Random
2009/6/9 George Kiagiadakis > 2009/6/9 Dev Random : > > Package: kmix > > Version: 4:4.2.2-1 > > > > --- Please enter the report below this line. --- > > > > Kmix doesn't work - it's information on channels is nulled every (or so) > > lo

Bug#502530: kmix channel settings changes - master is nulled, possibly a bug in config management.

2009-06-09 Thread Dev Random
Package: kmix Version: 4:4.2.2-1 --- Please enter the report below this line. --- Kmix doesn't work - it's information on channels is nulled every (or so) login. Maybe this has nothing to do here, but lcd weather station (plasma) also does this (null config), so it may be a bug in a configuration

Bug#502530: kmix channel settings changes - master is nulled, possibly a bug in config management.

2009-06-09 Thread Dev Random
Package: kmix Version: 4:4.2.2-1 --- Please enter the report below this line. --- Kmix doesn't work - it's information on channels is nulled every (or so) login. Maybe this has nothing to do here, but lcd weather station (plasma) also does this (null config), so it may be a bug in a configuration

[Bug 327512] Re: pidgin hangs on space after unbroken wrapped line

2009-02-09 Thread /dev/random
** Attachment added: "Conversation window prior to pressing space key" http://launchpadlibrarian.net/22431880/Pre_hang.png -- pidgin hangs on space after unbroken wrapped line https://bugs.launchpad.net/bugs/327512 You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 327512] Re: pidgin hangs on space after unbroken wrapped line

2009-02-09 Thread /dev/random
** Attachment added: "After hang is triggered" http://launchpadlibrarian.net/22431887/Post_hang.png -- pidgin hangs on space after unbroken wrapped line https://bugs.launchpad.net/bugs/327512 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 327512] [NEW] pidgin hangs on space after unbroken wrapped line

2009-02-09 Thread /dev/random
Public bug reported: Binary package hint: pidgin On Ubuntu 8.10, amd64 version. Pidgin is version 1:2.5.2-0ubuntu1. If the input box is filled with an unbroken line of characters (I ran into this with an url initially) to the point where it wraps past the first line, and is filled to the point w

Re: [freenet-chat] FProxy MUST DIE!!

2001-06-12 Thread Dev Random
egic decision be made to switch to native binary > > implementations of FProxy. > > No, a strategic decision should be made to fix fproxy. > > > _______ > Chat mailing list > [EMAIL PROTECTED] > http://lists.freenetproject.org/mailman/listinfo/chat -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

Re: [freenet-chat] FProxy MUST DIE!!

2001-06-12 Thread Dev Random
On Sun, Jun 10, 2001 at 07:20:02PM +1200, David McNab wrote: > 1) Performance - I tried streaming an MP3 off Freenet, and ended up with > ears full of stutter and gibberish. > In contrast, a native binary version of FProxy, using FCP, delivered > blissfully clean uninterrupted audio. > I know my m

[freenet-devl] fproxy shouldn't encode slashes

2001-06-03 Thread Dev Random
Are you using the latest CVS version? I put in a fix for something very > >similar after the latest official release went out. > > I don't know what you fixed, but the lines I quoted are still in the CVS. > > -Stefan > > - Original Message - > Fro

Re: [freenet-devl] fproxy shouldn't encode slashes

2001-06-03 Thread Dev Random
Are you using the latest CVS version? I put in a fix for something very > >similar after the latest official release went out. > > I don't know what you fixed, but the lines I quoted are still in the CVS. > > -Stefan > > - Original Message - > From: &quo

[freenet-devl] fproxy shouldn't encode slashes

2001-06-02 Thread Dev Random
t;Retrieve > anyway, see the source or > return to gateway page"); > > It would suffice to convert %2F back to / after the encoding - or write your > own URLEncoder... do you want me to supply a patch? > > -Stefan -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD

Re: [freenet-devl] fproxy shouldn't encode slashes

2001-06-02 Thread Dev Random
Retrieve >anyway, see the source or HREF=\"/\">return to gateway page"); > > It would suffice to convert %2F back to / after the encoding - or write your own >URLEncoder... do you want me to supply a patch? > > -Stefan -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

Re: [freenet-chat] Anarcast!

2001-05-31 Thread Dev Random
u can't find it. > > Can you do it, please? > > Thank you very much!! :) > > > ___ > Chat mailing list > [EMAIL PROTECTED] > http://lists.freenetproject.org/mailman/listinfo/chat -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

Re: [freenet-chat] Anarcast!

2001-05-29 Thread Dev Random
ark Roberts | [EMAIL PROTECTED] > > > ___ > Chat mailing list > [EMAIL PROTECTED] > http://lists.freenetproject.org/mailman/listinfo/chat -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

Re: [freenet-chat] Legal responsibility and filtering

2001-05-24 Thread Dev Random
nternet and they bombard the node with requests). > > -- > Leo Howell M5AKW > freenet:MSK@SSK@2vz8xnhEJyJOlBVNfBEOWaohQFEQAgE/freesite// > -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

[freenet-chat] EFF Seeks Examples Of Legit P2P Use

2001-05-18 Thread Dev Random
http://slashdot.org/article.pl?sid=01/05/17/2023208 -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 ___ Chat mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/chat

[freenet-devl] Major Issue with FProxy - need 0.3.9.2!

2001-05-11 Thread Dev Random
On Fri, May 11, 2001 at 12:16:13AM -0700, Dev Random wrote: > Can you please try the attached diff and let me know if it solves the problem? And here is the actual diff. ;) -- next part -- Index: HttpHandlerServlet.j

[freenet-devl] Major Issue with FProxy - need 0.3.9.2!

2001-05-11 Thread Dev Random
rapidly? > > David > > -- > David Findlay > -- > Email: david_j_findlay at yahoo.com.au > Homepage: http://users.bigpond.com/nedz/ > > Segmentation Fault. > (Core dumped) -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1

Re: [freenet-tech] Re: [freenet-devl] Proposal - encrypted network infrastructure

2001-05-11 Thread Dev Random
err... To clarify, in the first paragraph I'm talking about someone running a public Freenet node that accepts connections from anyone. On Thu, May 10, 2001 at 09:48:43AM -0700, Dev Random wrote: > IPSEC does not help you if your adversary (e.g. MPAA or the government) > connects dire

Re: [freenet-devl] Major Issue with FProxy - need 0.3.9.2!

2001-05-11 Thread Dev Random
On Fri, May 11, 2001 at 12:16:13AM -0700, Dev Random wrote: > Can you please try the attached diff and let me know if it solves the problem? And here is the actual diff. ;) Index: HttpHandlerServlet.java === RCS file: /cvsr

Re: [freenet-devl] Major Issue with FProxy - need 0.3.9.2!

2001-05-10 Thread Dev Random
rapidly? > > David > > -- > David Findlay > -- > Email: [EMAIL PROTECTED] > Homepage: http://users.bigpond.com/nedz/ > > Segmentation Fault. > (Core dumped) -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

[freenet-devl] Proposal - encrypted network infrastructure

2001-05-10 Thread Dev Random
On Thu, May 10, 2001 at 05:28:57AM -0500, Steven Hazel wrote: > Dev Random writes: > > > Hi all, > > > > (Note, I'm crossposting to devl and tech lists - please reply to tech...) > > > > I've been thinking about the issues surrounding file shar

[freenet-devl] Proposal - encrypted network infrastructure

2001-05-10 Thread Dev Random
On Thu, May 10, 2001 at 10:26:54AM +0200, Oskar Sandberg wrote: > > > On Thu, May 10, 2001 at 12:55:13AM -0700, Dev Random wrote: > > Hi all, > < w > > > Not here. Go talk to ZKS or something. How is this relevant, given that: - ZKS does not pr

Re: [freenet-devl] Proposal - encrypted network infrastructure

2001-05-10 Thread Dev Random
On Thu, May 10, 2001 at 05:28:57AM -0500, Steven Hazel wrote: > Dev Random <[EMAIL PROTECTED]> writes: > > > Hi all, > > > > (Note, I'm crossposting to devl and tech lists - please reply to tech...) > > > > I've been thinking abo

Re: [freenet-devl] Proposal - encrypted network infrastructure

2001-05-10 Thread Dev Random
On Thu, May 10, 2001 at 10:26:54AM +0200, Oskar Sandberg wrote: > > > On Thu, May 10, 2001 at 12:55:13AM -0700, Dev Random wrote: > > Hi all, > < w > > > Not here. Go talk to ZKS or something. How is this relevant, given that: - ZKS does not pr

Re: [freenet-tech] Re: [freenet-devl] Proposal - encrypted network infrastructure

2001-05-10 Thread Dev Random
On Thu, May 10, 2001 at 12:26:58PM -0400, Derek Glidden wrote: > Dev Random wrote: > > > > Hi all, > > > > (Note, I'm crossposting to devl and tech lists - please reply to tech...) > > > > I've been thinking about the issues surrounding file s

[freenet-devl] Proposal - encrypted network infrastructure

2001-05-10 Thread Dev Random
of same rate can be aggregated for in-between power of two rates, e.g. 2KB/s (does this buy anything, over just providing those rates?). -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 -- next part -- A non-text attachment was scrubbed... N

[freenet-tech] Proposal - encrypted network infrastructure

2001-05-10 Thread Dev Random
utes of same rate can be aggregated for in-between power of two rates, e.g. 2KB/s (does this buy anything, over just providing those rates?). -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

[freenet-devl] Proposal - encrypted network infrastructure

2001-05-10 Thread Dev Random
utes of same rate can be aggregated for in-between power of two rates, e.g. 2KB/s (does this buy anything, over just providing those rates?). -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

[freenet-devl] ThinkCash & HashCash (was FCP Layer #3: Stacks)

2001-05-03 Thread Dev Random
On Thu, May 03, 2001 at 02:33:38AM -0400, Tavin Cole wrote: > On Wed, May 02, 2001 at 11:21:40PM -0700, Dev Random wrote: > > What about a Whitelist plus HashCash for people not on the list? > > The recipient could specify how much HashCash they want. > > > > Als

[freenet-devl] ThinkCash & HashCash (was FCP Layer #3: Stacks)

2001-05-03 Thread Dev Random
TuringCash was meant as food for thought... HashCash is pretty easy to implement. See http://www.cypherspace.org/~adam/hashcash/ . On Thu, May 03, 2001 at 01:52:52AM -0500, Brandon wrote: > > > TuringCash works like this. Specify a little virtual machine with a very > > clean instruction set.

Re: [freenet-devl] ThinkCash & HashCash (was FCP Layer #3: Stacks)

2001-05-03 Thread Dev Random
On Thu, May 03, 2001 at 02:33:38AM -0400, Tavin Cole wrote: > On Wed, May 02, 2001 at 11:21:40PM -0700, Dev Random wrote: > > What about a Whitelist plus HashCash for people not on the list? > > The recipient could specify how much HashCash they want. > > > > Als

Re: [freenet-devl] ThinkCash & HashCash (was FCP Layer #3: Stacks)

2001-05-03 Thread Dev Random
_ > Devl mailing list > [EMAIL PROTECTED] > http://lists.freenetproject.org/mailman/listinfo/devl -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

[freenet-devl] ThinkCash & HashCash (was FCP Layer #3: Stacks)

2001-05-02 Thread Dev Random
; Devl at freenetproject.org > http://lists.freenetproject.org/mailman/listinfo/devl -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature S

[freenet-devl] ThinkCash & HashCash (was FCP Layer #3: Stacks)

2001-05-02 Thread Dev Random
ash is that when a hard to defeat puzzle > generator is written I will be happy to add support for optional think > cash to arbitrary indices and until then there's not much to talk about. > > > > ___ > Devl mailing list > [EMAI

[freenet-devl] JRE License

2001-05-02 Thread Dev Random
* We agree to indemnify Sun against any problems with the > JRE. This seems totally reckless and stupid. -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1

Re: [freenet-devl] JRE License

2001-05-02 Thread Dev Random
* We agree to indemnify Sun against any problems with the > JRE. This seems totally reckless and stupid. -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

Re: [freenet-devl] Anonymity filter minor bug

2001-04-26 Thread Dev Random
Okay, this is now fixed. It was introduced by someone when the code to redirect '?key=' to '/key' went in. The url must be re-encoded. On Wed, Apr 25, 2001 at 01:05:46PM +0100, toad wrote: > On Tue, Apr 24, 2001 at 06:49:01PM -0700, Dev Random wrote: > > I sa

[freenet-devl] Anonymity filter minor bug

2001-04-24 Thread Dev Random
-- with apologies to Leon Trotsky > > ___ > Devl mailing list > Devl at freenetproject.org > http://lists.freenetproject.org/mailman/listinfo/devl -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 -- next part -- A non-te

Re: [freenet-devl] Anonymity filter minor bug

2001-04-24 Thread Dev Random
with apologies to Leon Trotsky > > ___ > Devl mailing list > [EMAIL PROTECTED] > http://lists.freenetproject.org/mailman/listinfo/devl -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

[freenet-devl] 0.3.8.2 release?

2001-04-19 Thread Dev Random
Was there any work required on the fproxy security filter? I looked at a couple of older bugs (space in URLs and leaking threads on security warning), but couldn't reproduce them. Maybe they were fixed while I was away. So let me know if there's anything outstanding. On Thu, Apr 19, 2001 at 11:

Re: [freenet-devl] 0.3.8.2 release?

2001-04-19 Thread Dev Random
ateway page (with much more tasteful colours etc). > > Thoughts? > > Ian. -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

[freenet-devl] Risks of large key indexes

2001-04-18 Thread Dev Random
Agreed. I was thinking that a node should refuse to provide all of the shares required to reconstruct a file. Then it's up to the client to do the final reconstruction after communicating with multiple server nodes. (This client/server separation is not compatible with the current design.) There

Re: [freenet-devl] Risks of large key indexes

2001-04-18 Thread Dev Random
, Apr 17, 2001 at 09:12:47PM -0700, Dev Random wrote: > > Break up the data into shares that have to be combined in order to > > recover the original. Distribute the shares in the system. > > This way no node contains data that is useful/incriminating all > > by itself. >

[freenet-devl] Risks of large key indexes

2001-04-17 Thread Dev Random
Break up the data into shares that have to be combined in order to recover the original. Distribute the shares in the system. This way no node contains data that is useful/incriminating all by itself. On Tue, Apr 10, 2001 at 03:27:40AM -0500, Brandon wrote: > > > Let's say that someone decides t

Re: [freenet-devl] Risks of large key indexes

2001-04-17 Thread Dev Random
ute force key cracking then I'd love to hear it. > > > > ___________ > Devl mailing list > [EMAIL PROTECTED] > http://lists.freenetproject.org/mailman/listinfo/devl -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

[freenet-devl] Java debugging tip

2001-02-23 Thread Dev Random
By the way, if y'all want to debug threads in Java you should know about the thread-dump feature. Under UNIX you can get a dump by sending SIGQUIT to the process. Under Windows control-break. This will give you the list of threads with stack traces and also locks and such. Very useful for figur

Re: [Freenet-dev] Memory leak identified, proposed fix

2000-12-31 Thread Dev Random
100, Oskar Sandberg wrote: > On Sat, Dec 30, 2000 at 07:31:50PM -0800, Dev Random wrote: > > I took a quick look at the memory situation, and there is a leak there. The > > problem is that the Message class keeps a pointer to the ConnectionHandler. > > Subclasses of

[Freenet-dev] Memory leak identified, proposed fix

2000-12-30 Thread Dev Random
m not sure where in the code that should be done. (BTW, the flags I've used are '-verbosegc' and '-Xrunhprof'. SIGQUIT causes the latter to dump a snapshot to java.hprof.txt. Look for "SITES BEGIN" in that file and then under the 'live objects' column.

Re: [Freenet-dev] Where is that memory going?

2000-12-30 Thread Dev Random
;t > notice any particular correlation (although the memory requirements vary > between 80 and 90 MB). > > Ian "Sherlock" Clarke signing off... > > Ian. -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

Re: [Freenet-dev] FProxy security detector checked in

2000-12-29 Thread Dev Random
ght reason (external links). ;) > Er, I am getting: > > Warning: Unknown mime type text/html on > SSK@u1AntQcZ81Y4c2tJKd1M87cZvPoQAgE/pigdog+journal/2000-12-25/index.html -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

Re: [Freenet-dev] FProxy security detector checked in

2000-12-28 Thread Dev Random
- unknown mime type image/jpeg" is really > evil. Someone update this thing with a good list of mime types. (look at > freenetmirror for one) > > > -- > Mark Roberts > [EMAIL PROTECTED] > > > ___________ > Freenet-dev mailing

Re: [Freenet-dev] FProxy security detector checked in

2000-12-28 Thread Dev Random
user > > can go ahead and retrieve the page anyways. > > How do you turn this on/off? > > > ___ > Freenet-dev mailing list > [EMAIL PROTECTED] > http://lists.sourceforge.net/mailman/listinfo/freenet-dev -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

[Freenet-dev] FProxy security detector checked in

2000-12-27 Thread Dev Random
expressions could be reviewed/criticized... The bulk of the code is in Freenet/contirb/fproxy/filter. -- Dev Random Fingerprint: 3ABC FCEF 1BCE 4528 E4FD 15EB 173A 76D2 6959 DAF1 PGP signature

Re: [Freenet-dev] Don't Talk To Strangers

2000-12-25 Thread Dev Random
It would seem that the scheme proposed (limiting connections to a few other nodes) doesn't really help in a totalitarian country. The government can set up a tap (or one could be already active, a la Carnivore) and discover that an "unauthorized" protocol is being run. Even the fact that you are s

[Freenet-dev] Datastore now takes size into account

2000-08-07 Thread Dev Random
d as having that size for this method. > > Done - the exact threshold can be configured in the .freenetrc file. > > Ian. > > ___ > Freenet-dev mailing list > Freenet-dev at lists.sourceforge.net > http://lists.sourceforge.net/mailma

[Freenet-dev] Subspaces and directory-documents

2000-08-07 Thread Dev Random
to them the private key of a mid-level dirdoc. - Control priviledges can be *revoked* by updating the parent dirdoc so that it does not point to the dirdoc who's key was given away. ... and no Node changes required. Let me know what you think. -- Dev Random Finger

[Freenet-dev] Proposal: Freenet to Web proxy

2000-08-06 Thread Dev Random
might look like (the top toolbar was added by the proxy). The Adapter remembers CHKs and SVKs authored by the user. It will also remember the private keys for SVKs. The user's key store is encrypted and can be purged. -- That's it. Sorry about using a pseudonym, but mailing lis