head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.06.15.15.44.01; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Version 1.2.0. - Splitted misc patch into five new patches. - Reviewed docs_source. - Preserving old configuration files. - Don't enable local users logins by default. - Extended configuration file. @ text @diff -ruN vsftpd-1.2.0.orig/EXAMPLE/INTERNET_SITE/README vsftpd-1.2.0/EXAMPLE/INTERNET_SITE/README --- vsftpd-1.2.0.orig/EXAMPLE/INTERNET_SITE/README 2002-07-31 21:12:02.000000000 +0200 +++ vsftpd-1.2.0/EXAMPLE/INTERNET_SITE/README 2003-06-15 15:58:32.000000000 +0200 @@@@ -102,7 +102,7 @@@@ async_abor_enable=YES In order, -- Enables recording of transfer stats to /var/log/vsftpd.log +- Enables recording of transfer stats to /var/log/vsftpd - Disables "ls -R", to prevent it being used as a DoS attack. Note - sites wanting to be copied via the "mirror" program might need to enable this. - Disables downloading in ASCII mode, to prevent it being used as a DoS diff -ruN vsftpd-1.2.0.orig/tunables.c vsftpd-1.2.0/tunables.c --- vsftpd-1.2.0.orig/tunables.c 2003-05-28 00:30:06.000000000 +0200 +++ vsftpd-1.2.0/tunables.c 2003-06-15 15:58:25.000000000 +0200 @@@@ -80,7 +80,7 @@@@ const char* tunable_ftp_username = "ftp"; const char* tunable_chown_username = "root"; const char* tunable_xferlog_file = "/var/log/xferlog"; -const char* tunable_vsftpd_log_file = "/var/log/vsftpd.log"; +const char* tunable_vsftpd_log_file = "/var/log/vsftpd"; const char* tunable_message_file = ".message"; const char* tunable_nopriv_user = "nobody"; const char* tunable_ftpd_banner = 0; diff -ruN vsftpd-1.2.0.orig/vsftpd.conf.5 vsftpd-1.2.0/vsftpd.conf.5 --- vsftpd-1.2.0.orig/vsftpd.conf.5 2003-05-28 00:50:28.000000000 +0200 +++ vsftpd-1.2.0/vsftpd.conf.5 2003-06-15 15:58:14.000000000 +0200 @@@@ -184,7 +184,7 @@@@ If enabled, two log files are generated in parallel, going by default to .BR /var/log/xferlog and -.BR /var/log/vsftpd.log . +.BR /var/log/vsftpd . The former is a wu-ftpd style transfer log, parseable by standard tools. The latter is vsftpd's own style log. @@@@ -317,7 +317,7 @@@@ Default: NO .TP .B syslog_enable -If enabled, then any log output which would have gone to /var/log/vsftpd.log +If enabled, then any log output which would have gone to /var/log/vsftpd goes to the system log instead. Logging is done under the FTPD facility. Default: NO @@@@ -387,7 +387,7 @@@@ .TP .B xferlog_enable If enabled, a log file will be maintained detailling uploads and downloads. -By default, this file will be placed at /var/log/vsftpd.log, but this location +By default, this file will be placed at /var/log/vsftpd, but this location may be overridden using the configuration setting .BR vsftpd_log_file . @@@@ -674,7 +674,7 @@@@ .BR syslog_enable , then this file is not written and output is sent to the system log instead. -Default: /var/log/vsftpd.log +Default: /var/log/vsftpd .TP .B xferlog_file This option is the name of the file to which we write the wu-ftpd style @ .