Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-6] src/usr.bin/ftp
Module Name: src
Committed By: bouyer
Date: Tue Dec 17 21:07:59 UTC 2013
Modified Files:
src/usr.bin/ftp [netbsd-6]: Makefile cmds.c cmdtab.c extern.h fetch.c
ftp.1 ftp.c ftp_var.h main.c progressbar.c util.c version.h
Added Files:
src/usr.bin/ftp [netbsd-6]: ssl.c ssl.h
Log Message:
Apply patch, requested by tron in ticket #997:
usr.bin/ftp/Makefile patch
usr.bin/ftp/cmds.c patch
usr.bin/ftp/cmdtab.c patch
usr.bin/ftp/extern.h patch
usr.bin/ftp/fetch.c patch
usr.bin/ftp/ftp.1 patch
usr.bin/ftp/ftp.c patch
usr.bin/ftp/ftp_var.h patch
usr.bin/ftp/main.c patch
usr.bin/ftp/progressbar.c patch
usr.bin/ftp/ssl.c patch
usr.bin/ftp/ssl.h patch
usr.bin/ftp/util.c patch
usr.bin/ftp/version.h patch
Add HTTPS support to ftp(1).
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.4.1 src/usr.bin/ftp/Makefile
cvs rdiff -u -r1.134 -r1.134.2.1 src/usr.bin/ftp/cmds.c
cvs rdiff -u -r1.51 -r1.51.8.1 src/usr.bin/ftp/cmdtab.c
cvs rdiff -u -r1.79 -r1.79.4.1 src/usr.bin/ftp/extern.h
cvs rdiff -u -r1.195 -r1.195.2.1 src/usr.bin/ftp/fetch.c
cvs rdiff -u -r1.131 -r1.131.8.1 src/usr.bin/ftp/ftp.1
cvs rdiff -u -r1.163 -r1.163.2.1 src/usr.bin/ftp/ftp.c
cvs rdiff -u -r1.81 -r1.81.8.1 src/usr.bin/ftp/ftp_var.h
cvs rdiff -u -r1.120 -r1.120.2.1 src/usr.bin/ftp/main.c
cvs rdiff -u -r1.21 -r1.21.8.1 src/usr.bin/ftp/progressbar.c
cvs rdiff -u -r0 -r1.2.10.2 src/usr.bin/ftp/ssl.c
cvs rdiff -u -r0 -r1.1.10.2 src/usr.bin/ftp/ssl.h
cvs rdiff -u -r1.156 -r1.156.2.1 src/usr.bin/ftp/util.c
cvs rdiff -u -r1.82 -r1.82.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