Re: [PATCH] libftpconn

2002-10-19 Thread Roland McGrath
I put in a simpler fix using strdupa. Perhaps this will teach you not to cast away a const without thinking about what you are doing, and teach Marcus not to check in code without checking for obvious bogosities like that. ___ Bug-hurd mailing list [EM

Re: configuration files for Hurd servers?

2002-10-19 Thread Wolfgang Jaehrling
On Sat, Oct 19, 2002 at 02:38:16PM +0200, Moritz Schulte wrote: > Configuration file parsing could be easily done by linking the servers > against libguile (wasn't it the plan once the use Guile as a "system > scripting-language"? ...). Given that Guile should be linked into every program anyway,

Re: configuration files for Hurd servers?

2002-10-19 Thread Thomas Bushnell, BSG
Moritz Schulte <[EMAIL PROTECTED]> writes: > was there ever a plan to make Hurd servers support configuration > files? Right now the only way to configure them is via command line > options. I think it could be convenient in the future to have them > support configuration files; there could be p

$BL$>5Bz9-9p"(!V%+!<%I$N(B$BGc$$J*OH$G%-%c%C%7%e%2(B$B%C%H!W(B

2002-10-19 Thread admin
$B#F#R#O#M!'([EMAIL PROTECTED] $B!cAw?.Kt$OL>>N(B:$B%(%`%1%$!&%$%s%?!<%J%7%g%J%k!!9-9pIt(B (B$B=;=j!'J!2,8)KL6e=#;T>.ARKL6hEDD.(B10-38 (B$BEEOCHV9f!'(B093-592-4496 $B!cG[?.Dd;_J}K!!d>e5-%"%I%l%9$K$=$N$^$^JV?.%a!<%k$r$*Aw$j$/$@$5$$!#(BDB$B$h$j:o

Re:

2002-10-19 Thread Josep Maria
Title: Untitled Document   Problemas de seguridad de Outlook Express: sale otro parche.

configuration files for Hurd servers?

2002-10-19 Thread Moritz Schulte
Hi, was there ever a plan to make Hurd servers support configuration files? Right now the only way to configure them is via command line options. I think it could be convenient in the future to have them support configuration files; there could be per-server files and files, which apply to all s

libpthreads: pthread_key_delete is not defined...

2002-10-19 Thread Alfred M. Szmidt
It seems that pthread_key_delete is not defined, this is probobly due to a small typo in libpthread/sysdeps/{hurd,generic}/pt-key-delete.c. Index: libpthread/ChangeLog from Alfred M. Szmidt <[EMAIL PROTECTED]> * sysdeps/generic/pt-key-delete.c, sysdeps/hurd/pt-key-delete.c (pth

[PATCH] libftpconn

2002-10-19 Thread Moritz Schulte
Hi, some time ago some patches of mine were integrated into ftpfs/libftpconn. Those patches fixed a bug, but also broke ftpfs in a way: I just noticed that $ cd foo; cd bar; ls shows the content of 'foo' while $ cd foo; ls; cd bar; ls shows the content of 'bar'. The problem, which I intr