forked from pool/atftp
Pedro Monreal Gonzalez
222c2ec04b
- Removed old initscript conditionals and atftpd.init file - Update to version 0.7.2 [bsc#1133114, CVE-2019-11365][bsc#1133145, CVE-2019-11366] * atftpd.c: Fixed a potential DoS bug (introduced by the IPv6 patch) * Fix Debian Bug deb#613582 and deb#258998 atftpd: does not reply properly when there's more than 1 interface * Fix Debian Bug deb#622840 atftpd: Forgets port if both --port and --bind-address are used * Fix Debian Bug deb#606969 atftp exits with no error after a get when disk is full * Fix Debian Bug deb#575831 atftp: error return value when tftp put file * Fix missing default port from Ubuntu bug lp#972834 * Merged patches to improve debugging and warning messages * Merged patch from Gentoo distribution: add support for proprietary password extension necessary for transferring files to linksys routers (atftp client) * Added patch from Gentoo bug #322601: client fails for filenames containing spaces * Listening Address configuration fixed * Added Patch "Blksize option can be smaller than SEGSIZE" * Fix Debian Bug deb#609813 Apply patch listen on requested port when in daemon mode. * Fix Debian Bug deb#598474 Fixed use of sendto() over a connected datagram socket on FreeBSD * Fix Debian Bug deb#580473 Apply IPv6 support patch by Ben Hutchings. Add AC_GNU_SOURCE to configure.ac to address FTBFS. * Fix Debian Bug deb#536295 Updated config.sub .guess. * Fix Debian Bug deb#535604 Make sure we have the --daemon option before starting atftpd * Fix Debian Bug deb#514521 Crash fix * Fix Debian Bug deb#484739 Added support for logging to stdout. * Fix Debian Bug deb#484932 inetd.conf: change udp to udp4 * Fix Debian Bug deb#436310 Fixed the FTBFS. * Fix Debian Bug deb#420900 Use CLOCKS_PER_SEC instead of CLK_TCK. Fixed a FTBFS. * Fix Debian Bug deb#271816 Random segfaults fixed * Fix Debian Bug deb#291829 Segfault fixed on AMD64. * Fix Debian Bug deb#290062 Copyright fixed. OBS-URL: https://build.opensuse.org/request/show/698118 OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=38
38 lines
1.5 KiB
Diff
38 lines
1.5 KiB
Diff
Index: atftpd.8
|
|
===================================================================
|
|
--- atftpd.8.orig
|
|
+++ atftpd.8
|
|
@@ -80,10 +80,10 @@ acknowledging the 'multicast' request by
|
|
|
|
.TP
|
|
.B \-\-logfile <logfile>
|
|
-Log to a specific file instead of only syslog. 'nobody' (or any user
|
|
+Log to a specific file instead of only syslog. 'tftp' (or any user
|
|
used to run the server) must have permissions on the given
|
|
file. Assuming the file is /var/log/atftpd.log, simply run: "touch
|
|
-/var/log/atftpd.log" and then "chown nobody.nogroup
|
|
+/var/log/atftpd.log" and then "chown tftp.tftp
|
|
/var/log/atftpd.log". When the server is run in daemon mode,
|
|
/dev/stdout or /dev/stderr can be used. Specifying a single dash as
|
|
the filename will send logs to stdout (file descriptor 1).
|
|
@@ -106,8 +106,8 @@ specialized usage.
|
|
|
|
.TP
|
|
.B \-\-user <user[.group]>
|
|
-By default, the server change identity to the user nobody and group
|
|
-nogroup. Specify an alternate user.group with this option.
|
|
+By default, the server change identity to the user tftp and group
|
|
+tftp. Specify an alternate user.group with this option.
|
|
|
|
.TP
|
|
.B \-\-group <group>
|
|
@@ -212,7 +212,7 @@ Show summary of options.
|
|
This is the root directory used by the TFTP server. All requested
|
|
files from a TFTP client must reside in this directory. If not
|
|
specified, the directory defaults to /tftpboot. Since
|
|
-atftpd run as the nobody user, the permission of the directory
|
|
+atftpd run as the tftp user, the permission of the directory
|
|
must be set properly to allow file reading and writing.
|
|
|
|
.SH STATS
|