a simple patch to enable RFC2640 for /usr/libexec/ftpd

Pieter de Goeje pieter at degoeje.nl
Mon Apr 16 17:10:24 UTC 2007


I think your patch looks good, however there have been some changes to ftpd 
since 6.1. Also, since lukemftp is imported from NetBSD, you might want to 
contact the original author so future imports won't discard this new feature.

On Monday 16 April 2007, Zhang Weiwu wrote:
>                         family = (family == AF_INET) ? AF_UNSPEC :
> AF_INET6; break;
> +
> +               case '8':
> +                       utf8_mode = 1;
Add missing break statement here?
>  
>                 case 'a':
>                         bindname = optarg;

Cheers,
Pieter de Goeje


More information about the freebsd-hackers mailing list