Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/usr.bin/tnftp
Module Name: othersrc
Committed By: lukem
Date: Sun Jul 5 11:37:02 UTC 2020
Modified Files:
othersrc/usr.bin/tnftp: ChangeLog NEWS configure configure.ac
Log Message:
tnftp 20200705 release
Changes since tnftp 20151004:
* Avoid crashes by exiting if lostpeer due to a signal
(e.g., remote server disconnection).
* Issue PWD commands to the server only when we actually
need the results, not speculatively, just in case we might.
Works around broken servers, and is quicker too.
* Use "anonymous" instead of the local username for anonymous
ftp. Avoids unnecesary information leak.
* Use the first name we requested the http/https URL for,
not any name we ended up with after random redirects.
* Support using CONNECT for https:// via proxy.
* Improve SSL error reporting, and IPv6 endpoint reporting.
* Use the system glob() if required extensions are supported.
* Use the system libedit library by default, instead of
the local (embedded) libedit.
* Update to NetBSD-ftp 20200608.
* Update local (embedded) libedit to NetBSD as at 2020-07-04.
Fixes various crashes.
* Portability improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 othersrc/usr.bin/tnftp/ChangeLog
cvs rdiff -u -r1.14 -r1.15 othersrc/usr.bin/tnftp/NEWS
cvs rdiff -u -r1.52 -r1.53 othersrc/usr.bin/tnftp/configure
cvs rdiff -u -r1.37 -r1.38 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.
Home |
Main Index |
Thread Index |
Old Index