Re: [Flightgear-devel] Terrasync mirror short on disk space

2008-06-27 Thread Sven Almgren
How much data/trafic are we talking about? I might be able to host something... /Sven AnMaster wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hello everyone, > > Sadly I'm unsure how long I will be able to keep my terrasync mirror up, atm > I'm dropping > mirroring of 0.9.10 sce

Re: [Flightgear-devel] [SECURITY] Nasal: io.open() restricted

2008-06-17 Thread Sven Almgren
You could however limit every io.open to only have write access to a single directory as stated before, not allowing more sources...? Then you could skip the .xml extention checks? As this would disable any modification outside the predefined directory. It could be set to something like FG_ROOT

Re: [Flightgear-devel] [SECURITY] Nasal: io.open() restricted

2008-06-16 Thread Sven Almgren
Melchior FRANZ wrote: > * Melchior FRANZ -- Monday 16 June 2008: > >> At least for now we should be reasonably safe from evil people >> and have time to find better solutions. >> > > BTW: Why the sudden paranoia? Not that we should have waited > much longer for some security enhancements in

Re: [Flightgear-devel] [SECURITY] Nasal: io.open() restricted

2008-06-16 Thread Sven Almgren
Ehlo ppl ;) Can't you just restrict the io to the $FG_HOME dir or something? And if the user (I doubt that John Doe needs this...) requires permissions some where else then he/she could tell fgfs that with a cmd line argument? like --io-read=/myDir --io-read=/tmp --io-write=/etc/passwd ? /Sven

Re: [Flightgear-devel] Patch for the webpage JS menu

2008-03-05 Thread Sven Almgren
... I like to run > emacs "ediff" so I can examine the two versions side by side. > > Best regards, > > Curt. > > > 2008/2/27 Sven Almgren <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: > > from "cvs diff -uN" in the www module >

Re: [Flightgear-devel] Patch for Saitek Pro-Flight-Rudder-Pedals under Windows XP

2008-02-28 Thread Sven Almgren
they dont "fix" the problem in the windows driver,,, otherwise my first fix (the one not sent here) would work better... /Sven On Fri, 2008-02-29 at 00:04 +0900, Tatsuhiro Nishioka wrote: > Hi, > > On Feb 28, 2008, at 2:51 AM, Sven Almgren wrote: > > Saitek Pro-Flight-Rud

[Flightgear-devel] Patch for Saitek Pro-Flight-Rudder-Pedals under Windows XP

2008-02-27 Thread Sven Almgren
Saitek Pro-Flight-Rudder-Pedals's name differs in windows from linux, and the axis for the rudder is 3, not 2... assumes Mac uses same channel as windows, but could be wrong... linux is set to channel 2, and windows and mac is set to 3 I include both the bziped and the plain file, not sure if I ha

[Flightgear-devel] Patch for the webpage JS menu

2008-02-27 Thread Sven Almgren
from "cvs diff -uN" in the www module This diff will also add links to menu items, enabling users to open new tabs/windows from the menu items Also, how do you want your patches? (I did cvs diff in the www root...) /Sven Index: JSZenMenu.js =