Source-Changes archive

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

CVS commit: [netbsd-8] src/usr.bin/ftp



Module Name:    src
Committed By:   martin
Date:           Mon Sep 12 14:46:51 UTC 2022

Modified Files:
        src/usr.bin/ftp [netbsd-8]: Makefile cmds.c complete.c domacro.c
            extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c progressbar.c
            progressbar.h ssl.c ssl.h util.c version.h

Log Message:
Catch up to current, requested by christos in ticket #1763:

        usr.bin/ftp/Makefile                            up to 1.39
        usr.bin/ftp/cmds.c                              up to 1.141
        usr.bin/ftp/complete.c                          up to 1.47
        usr.bin/ftp/domacro.c                           up to 1.23
        usr.bin/ftp/extern.h                            up to 1.82
        usr.bin/ftp/fetch.c                             up to 1.235
        usr.bin/ftp/ftp.1                               up to 1.147
        usr.bin/ftp/ftp.c                               up to 1.174
        usr.bin/ftp/ftp_var.h                           up to 1.86
        usr.bin/ftp/main.c                              up to 1.128
        usr.bin/ftp/progressbar.c                       up to 1.24
        usr.bin/ftp/progressbar.h                       up to 1.9
        usr.bin/ftp/ssl.c                               up to 1.11
        usr.bin/ftp/ssl.h                               up to 1.5
        usr.bin/ftp/util.c                              up to 1.164
        usr.bin/ftp/version.h                           up to 1.94

ftp(1): validate address from PASV and LPSV response.
ftp(1): use raw write(2) instead of fwrite(3) to avoid stream
corruption because of the progress bar interrupts.
Fixes for PR 56219 and PR 55857.
PR 57003: Support relative redirects.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.37.2.1 src/usr.bin/ftp/Makefile
cvs rdiff -u -r1.137 -r1.137.8.1 src/usr.bin/ftp/cmds.c
cvs rdiff -u -r1.46 -r1.46.38.1 src/usr.bin/ftp/complete.c
cvs rdiff -u -r1.22 -r1.22.38.1 src/usr.bin/ftp/domacro.c
cvs rdiff -u -r1.80 -r1.80.24.1 src/usr.bin/ftp/extern.h
cvs rdiff -u -r1.228 -r1.228.4.1 src/usr.bin/ftp/fetch.c
cvs rdiff -u -r1.135 -r1.135.8.1 src/usr.bin/ftp/ftp.1
cvs rdiff -u -r1.167 -r1.167.6.1 src/usr.bin/ftp/ftp.c
cvs rdiff -u -r1.84 -r1.84.8.1 src/usr.bin/ftp/ftp_var.h
cvs rdiff -u -r1.123 -r1.123.8.1 src/usr.bin/ftp/main.c
cvs rdiff -u -r1.22 -r1.22.24.1 src/usr.bin/ftp/progressbar.c
cvs rdiff -u -r1.8 -r1.8.38.1 src/usr.bin/ftp/progressbar.h
cvs rdiff -u -r1.5 -r1.5.8.1 src/usr.bin/ftp/ssl.c
cvs rdiff -u -r1.3 -r1.3.8.1 src/usr.bin/ftp/ssl.h
cvs rdiff -u -r1.158 -r1.158.22.1 src/usr.bin/ftp/util.c
cvs rdiff -u -r1.87 -r1.87.8.1 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