[1639] in linux-net channel archive
Re: latest tftpd?
daemon@ATHENA.MIT.EDU (Andrew Tridgell)
Tue Jan 16 10:14:33 1996
Date: Tue, 16 Jan 1996 20:00:38 +1100
From: Andrew Tridgell <tridge@cs.anu.edu.au>
To: tfries@umr.edu
CC: linux-net@vger.rutgers.edu
In-reply-to: <199601152048.OAA10289@dialup-pkr-4-4.network.umr.edu>
(tfries@umr.edu)
Reply-to: Andrew.Tridgell@anu.edu.au
The tftpd that comes with slackware won't do what you want. You could
make links from / to the right files in /tftpboot but that will make
your system VERY insecure, as anyone would be able to get any file on
your system.
I have patched tftpd to use chroot("/tftpboot") to ensure that files
are only accessible under the tftpboot tree and that you can use the
sun method of referring to files.
Have a look at ftp://arvidsjaur.anu.edu.au/pub/linux-sparc/tftpd.tgz
for patched source and a ELF/i386 binary. Its in the linux-sparc
directory as I was using it to remote boot a linux/sparc box from a
linux/intel box.
Andrew