Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS import: othersrc/usr.bin/tnftp/src
Module Name: othersrc
Committed By: lukem
Date: Sun Feb 8 07:07:50 UTC 2026
Update of /cvsroot/othersrc/usr.bin/tnftp/src
In directory ivanova.netbsd.org:/tmp/cvs-serv19547
Log Message:
Import NetBSD-ftp 20260207
Notable changes since import NetBSD-20230505:
* Ignore unexpected EOF in openssl 3.0.
* Fix HTTPS through a proxy.
* Fix creation of empty downloaded files.
* Improve manual page.
* Add -b BUFLEN to adjust size of buffer for HTTP response line parsing.
* Consistently use "KiB" instead of "K".
* Add -h HEADER to support custom HTTP headers. (PR 58581).
* Improve bounds checking.
* Exit non-zero if a HTTP transfer is shorter than expected. PR 54713, PR 58281.
* Improve -? help display.
* Add "connect" as a synonym for "open".
* Fix ASCII mode transfers when progress bar is enabled. PR 59587.
* Limit network I/O transfers to 128 KiB.
* Simplify socket buffer handling to improve performance. PR 59865.
Status:
Vendor Tag: NetBSD
Release Tags: NetBSD-20260207
C othersrc/usr.bin/tnftp/src/Makefile
U othersrc/usr.bin/tnftp/src/domacro.c
C othersrc/usr.bin/tnftp/src/ftp_var.h
U othersrc/usr.bin/tnftp/src/ssl.h
C othersrc/usr.bin/tnftp/src/version.h
C othersrc/usr.bin/tnftp/src/main.c
C othersrc/usr.bin/tnftp/src/extern.h
C othersrc/usr.bin/tnftp/src/complete.c
C othersrc/usr.bin/tnftp/src/ftp.c
U othersrc/usr.bin/tnftp/src/progressbar.h
C othersrc/usr.bin/tnftp/src/util.c
C othersrc/usr.bin/tnftp/src/progressbar.c
C othersrc/usr.bin/tnftp/src/ssl.c
C othersrc/usr.bin/tnftp/src/cmds.c
C othersrc/usr.bin/tnftp/src/cmdtab.c
C othersrc/usr.bin/tnftp/src/ftp.1
C othersrc/usr.bin/tnftp/src/fetch.c
C othersrc/usr.bin/tnftp/src/ruserpass.c
15 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jNetBSD:yesterday -jNetBSD othersrc/usr.bin/tnftp/src
Home |
Main Index |
Thread Index |
Old Index