NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58281 CVS commit: [netbsd-10] src/usr.bin/ftp



The following reply was made to PR bin/58281; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58281 CVS commit: [netbsd-10] src/usr.bin/ftp
Date: Mon, 2 Dec 2024 10:19:39 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Dec  2 10:19:39 UTC 2024
 
 Modified Files:
 	src/usr.bin/ftp [netbsd-10]: cmds.c extern.h fetch.c ftp.1 ftp.c main.c
 	    progressbar.c ruserpass.c util.c version.h
 
 Log Message:
 Pull up following revision(s) (requested by lukem in ticket #1021):
 
 	usr.bin/ftp/ftp.c: revision 1.178
 	usr.bin/ftp/version.h: revision 1.99
 	usr.bin/ftp/ruserpass.c: revision 1.35
 	usr.bin/ftp/main.c: revision 1.134
 	usr.bin/ftp/main.c: revision 1.135
 	usr.bin/ftp/progressbar.c: revision 1.27
 	usr.bin/ftp/util.c: revision 1.165
 	usr.bin/ftp/cmds.c: revision 1.144
 	usr.bin/ftp/extern.h: revision 1.84
 	usr.bin/ftp/fetch.c: revision 1.242
 	usr.bin/ftp/ftp.1: revision 1.160
 
 s/bninary/binary/ in comment.
 
 extract duplicate code into a function.
 
 Check bounds when copying to destination.
 
 Remove const where the const string ended up being overwritten.
 
 use unsigned when doing shifts.
 
 remove const when string gets overwritten.
 
 ftp: exit non-zero if short http transfer when filesize is known
 If a http file size is known and the fetch finishes with less bytes
 transferred, exit non-zero.
 Bump version to 20241129.
 PR bin/54713
 PR bin/58281
 
 ftp: help improvements
 Document -? as a separate mode.
 Document -H HEADER in the usage.
 Clarify units for -b and -x.
 Consistent argument names between ftp -? and ftp(1).
 
 ftp: order getopt Upper before lower
 Consistently order options in getopt and the switch
 with the upper case option before the lower case option.
 This makes it easier to cross-reference with -? and ftp(1).
 No functional change.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.141.6.1 -r1.141.6.2 src/usr.bin/ftp/cmds.c
 cvs rdiff -u -r1.82.10.1 -r1.82.10.2 src/usr.bin/ftp/extern.h
 cvs rdiff -u -r1.235.2.3 -r1.235.2.4 src/usr.bin/ftp/fetch.c
 cvs rdiff -u -r1.147.2.6 -r1.147.2.7 src/usr.bin/ftp/ftp.1
 cvs rdiff -u -r1.174.2.2 -r1.174.2.3 src/usr.bin/ftp/ftp.c
 cvs rdiff -u -r1.128.2.2 -r1.128.2.3 src/usr.bin/ftp/main.c
 cvs rdiff -u -r1.24.6.1 -r1.24.6.2 src/usr.bin/ftp/progressbar.c
 cvs rdiff -u -r1.33.86.1 -r1.33.86.2 src/usr.bin/ftp/ruserpass.c
 cvs rdiff -u -r1.164.2.3 -r1.164.2.4 src/usr.bin/ftp/util.c
 cvs rdiff -u -r1.95.2.2 -r1.95.2.3 src/usr.bin/ftp/version.h
 
 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