Module Name: othersrc Committed By: lukem Date: Fri Aug 27 02:29:39 UTC 2021
Modified Files: othersrc/usr.bin/tnftp: ChangeLog NEWS configure configure.ac Log Message: tnftp 20210827 release Changes since tnftp 20200705: * Validate address in server's PASV and LPSV responses. Previously a hostile server could cause ftp to open a data connection elsewhere. * Avoid intermittent crashes by fixing signal handler restoration. * Fix intermittent failures in -q QUITTIME by not using restartable signals. * Set SO_KEEPALIVE on control connection to attempt to avoid timeouts. * Update to NetBSD-ftp 20210826. * Improve configure tests. * Improve manual page. * Display usage to stdout with -?. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 othersrc/usr.bin/tnftp/ChangeLog cvs rdiff -u -r1.15 -r1.16 othersrc/usr.bin/tnftp/NEWS cvs rdiff -u -r1.58 -r1.59 othersrc/usr.bin/tnftp/configure cvs rdiff -u -r1.43 -r1.44 othersrc/usr.bin/tnftp/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.