Deleted Added
full compact
tftpd.8 (65852) tftpd.8 (68949)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/libexec/tftpd/tftpd.8 65852 2000-09-14 19:20:17Z wollman $
33.\" $FreeBSD: head/libexec/tftpd/tftpd.8 68949 2000-11-20 14:42:24Z ru $
34.\"
35.Dd September 14, 2000
36.Dt TFTPD 8
37.Os BSD 4.2
38.Sh NAME
39.Nm tftpd
40.Nd
41Internet Trivial File Transfer Protocol server

--- 46 unchanged lines hidden (view full) ---

88In this case access is restricted to files whose
89names are prefixed by the one of the given directories.
90The given directories are also treated as a search path for
91relative filename requests.
92.Pp
93The
94.Fl s
95option provides additional security by changing
34.\"
35.Dd September 14, 2000
36.Dt TFTPD 8
37.Os BSD 4.2
38.Sh NAME
39.Nm tftpd
40.Nd
41Internet Trivial File Transfer Protocol server

--- 46 unchanged lines hidden (view full) ---

88In this case access is restricted to files whose
89names are prefixed by the one of the given directories.
90The given directories are also treated as a search path for
91relative filename requests.
92.Pp
93The
94.Fl s
95option provides additional security by changing
96.Nm tftpd Ns No 's
96.Nm Ns No 's
97root directory, thereby prohibiting accesses outside of the specified
98.Ar directory .
99Because
100.Xr chroot 2
101requires super-user privileges,
102.Nm
103must be run as root.
104However, after performing the

--- 67 unchanged lines hidden ---
97root directory, thereby prohibiting accesses outside of the specified
98.Ar directory .
99Because
100.Xr chroot 2
101requires super-user privileges,
102.Nm
103must be run as root.
104However, after performing the

--- 67 unchanged lines hidden ---