Bug#53739: xinetd: libwrap problem

1999-12-30 Thread mirek
Package: xinetd Version: 1:2.1.8.7-1 Severity: normal Xinetd log has many messages like: Dec 30 15:01:51 mirek xinetd[1772]: warning: /etc/hosts.allow, line 15: can't get client address: Invalid argument Line number 15 is a example. tcpdchk/tcpdmatch doesn't find problem. Mirek -- System Infor

Bug#20705: semi-fixed

1999-12-30 Thread Kwasniak Miroslaw
On Sat, Dec 25, 1999 at 03:40:22PM +0100, Christian Kurz wrote: > Hi, > > can you reproduce this problem with the new xinetd or not? Yes, problem still exist (when REUSE flag disabled): ii xinetd 2.1.8.7-1 replacement for inetd with many enhancements ii samba 2.0.6-2

Bug#53716: Fails on machines where chars are unsigned.

1999-12-30 Thread Jim Studt
Package: xpuzzles Version: 5.4.4-4 There are about 67 occurences of the line... while ((c = getc(fp)) != EOF && c != SYMBOL); ... where c is a char. On architectures where char is unsigned (definately ARM and maybe PPC) this comparison fails because the int from getc has been reduced to a