On Sat, 8 Jun 2002, Laurence Moore wrote:
>
>
> On Sat, 8 Jun 2002, Tobias Wigand wrote:
>
> > tried it on openbsd 2.9 (with latest stable source). with ipf3428p.tgz
> > ftp transfers with "port" work fine. with 3.4.28 connects stall after
> > the "list" command send by my ftp client.
> > i can provide more information if necessary.
> > wasn�t able to try on 3.0 and 3.1 by now but i will asap.
> >
>
> Just to confirm using IP-Filter 3.4.28 on OpenBSD 2.7 and active ftp from
> an NT4 Server (ftp from MS-DOS prompt) behind the OpenBSD system hangs on
> a listing.
>
It appears that lines 784 & 785 of ip_ftp_pxy.c
if (inc < 0)
inc = -inc;
is the cause of active ftp not being able to get a listing with my OpenBSD
2.7 i386 system.
Cheers,
Larry.