Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/usr.bin/tnftp/src
Module Name: othersrc
Committed By: lukem
Date: Mon Apr 23 04:48:14 UTC 2007
Update of /cvsroot/othersrc/usr.bin/tnftp/src
In directory ivanova.netbsd.org:/tmp/cvs-serv14390
Log Message:
Update to NetBSD-ftp 20070418:
* Add '-s srcaddr'.
* Use IEC 60027-2 2^N based "KiB", "MiB" (etc) instead of 10^n "KB", "MB", ...
* Recognize 307 redirect code.
* Suppress printing non-COMPLETE reply strings when EPSV/EPRT fails and we
fall-back to PASV/PORT. Should fix a problem with the emacs ftp wrapper.
* Fix display of 'Continue with <cmd>' messages.
* Prevent segfaults in .netrc parsing.
* Flush stdout before each command; ftp as slave process on a pipe should work.
* getpass() can return NULL in some implementations; cope.
* Support '-q quittime' when waiting for server replies.
* Various spelling & grammatical fixes in the manual.
* Plug some memory leaks.
* If a file upload (via -u) fails, return an non-zero exit value based on the
index of the file that caused the problem (a la auto-fetch retrieval).
* Coverity fixes for CIDs: 873 874 875 1447 1448 2194 2195 3610
* Don't remove trailing character during auth_url()
* Fix progressbar display on narrow terminals (<43 columns)
Status:
Vendor Tag: TNF
Release Tags: NetBSD-20070418
C othersrc/usr.bin/tnftp/src/complete.c
C othersrc/usr.bin/tnftp/src/cmds.c
C othersrc/usr.bin/tnftp/src/progressbar.c
C othersrc/usr.bin/tnftp/src/extern.h
C othersrc/usr.bin/tnftp/src/util.c
C othersrc/usr.bin/tnftp/src/progressbar.h
C othersrc/usr.bin/tnftp/src/ftp.1
C othersrc/usr.bin/tnftp/src/fetch.c
C othersrc/usr.bin/tnftp/src/cmdtab.c
C othersrc/usr.bin/tnftp/src/ftp.c
C othersrc/usr.bin/tnftp/src/Makefile
C othersrc/usr.bin/tnftp/src/domacro.c
U othersrc/usr.bin/tnftp/src/version.h
C othersrc/usr.bin/tnftp/src/ftp_var.h
C othersrc/usr.bin/tnftp/src/main.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 -jTNF:yesterday -jTNF othersrc/usr.bin/tnftp/src
Home |
Main Index |
Thread Index |
Old Index