]> git.pld-linux.org Git - packages/ftpd-BSD.git/commitdiff
- manual fixes
authorkravietz <kravietz@pld-linux.org>
Wed, 16 Aug 2000 11:37:19 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftpd-BSD-anonuser.patch -> 1.3

ftpd-BSD-anonuser.patch

index 9fcb20c0beb4efc3a7ee8426089a5e6d8ebd6611..e890fb763210ab06b739107154fc613f72e7f567 100644 (file)
@@ -1,3 +1,32 @@
+diff -bruN ftpd-BSD-0.3.2/ftpd/ftpd.8 ftpd-BSD-0.3.2.new/ftpd/ftpd.8
+--- ftpd-BSD-0.3.2/ftpd/ftpd.8 Thu Jul  6 18:24:17 2000
++++ ftpd-BSD-0.3.2.new/ftpd/ftpd.8     Wed Aug 16 13:17:26 2000
+@@ -114,6 +114,10 @@
+ and requires it use the same source address as the connection came from.
+ This prevents the "FTP bounce attack" against services on both the local
+ machine and other local machines.
++.It Fl q
++Prevent
++.Nm ftpd
++from displaying program name and version at the connection startup.
+ .It Fl S
+ With this option set,
+ .Nm ftpd
+@@ -127,6 +131,14 @@
+ .Pa /var/run/utmp ,
+ making them visible to commands such as
+ .Xr who 1 .
++.It Fl z Ar username
++Use specified
++.Ar username
++as anonymous
++.Xr ftp 1
++user, instead of default
++.Pa ftp
++.
+ .It Fl T Ar maxtimeout
+ A client may also request a different timeout period;
+ the maximum period allowed may be set to
 diff -bruN ftpd-BSD-0.3.2/ftpd/ftpd.c ftpd-BSD-0.3.2.new/ftpd/ftpd.c
 --- ftpd-BSD-0.3.2/ftpd/ftpd.c Fri Jul  7 05:06:04 2000
 +++ ftpd-BSD-0.3.2.new/ftpd/ftpd.c     Wed Aug 16 12:54:54 2000
 diff -bruN ftpd-BSD-0.3.2/ftpd/ftpd.c ftpd-BSD-0.3.2.new/ftpd/ftpd.c
 --- ftpd-BSD-0.3.2/ftpd/ftpd.c Fri Jul  7 05:06:04 2000
 +++ ftpd-BSD-0.3.2.new/ftpd/ftpd.c     Wed Aug 16 12:54:54 2000
This page took 0.031626 seconds and 4 git commands to generate.