Package: vsftpd Severity: normal Tags: patch Here is attached a patch to get rid of warnings in the current version of vsftpd.
Regards, Rogério Brito. -- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-21-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=pt_BR.utf-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8 http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org
Index: vsftpd-2.0.6/vsftpd.conf.5 =================================================================== --- vsftpd-2.0.6.orig/vsftpd.conf.5 2008-09-26 12:10:05.000000000 -0300 +++ vsftpd-2.0.6/vsftpd.conf.5 2008-09-26 12:10:12.000000000 -0300 @@ -297,8 +297,8 @@ Default: NO .TP .B ls_recurse_enable -When enabled, this setting will allow the use of "ls -R". This is a minor -security risk, because a ls -R at the top level of a large site may consume +When enabled, this setting will allow the use of "ls \-R". This is a minor +security risk, because a ls \-R at the top level of a large site may consume a lot of resources. Default: NO @@ -882,7 +882,7 @@ .B pam_service_name This string is the name of the PAM service vsftpd will use. -Default: vsftpd +Default: ftp .TP .B pasv_address Use this option to override the IP address that vsftpd will advertise in @@ -911,7 +911,7 @@ directory should not be writable by the ftp user. This directory is used as a secure chroot() jail at times vsftpd does not require filesystem access. -Default: /var/run/vsftpd +Default: /usr/share/empty .TP .B ssl_ciphers This option can be used to select which SSL ciphers vsftpd will allow for

