CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/11/07 07:15:38
Modified files:
usr.sbin/tftpd : tftpd.8 tftpd.c
Log message:
Add support for client-specific directories (named after the client address)
tftpd -i will look up the requested path the directory named after the
client's IP address. For read requests, if the file is not found, there's
a fall back to its root directory.
>From Jan Klemkow with input and tweaks from at least jmc@, bluhm@,
deraadt@, sthen@, semarie@ and myself. ok bluhm@